| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Submitted by: ru
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
behaviour of -fPIC and -fpic are different.
Here is the comment form obrien:
--
"-fpic" is a [minor?] optimization for machines that can handle it:
-fpic
Generate position-independent code (PIC) suitable for use in a shared
library, if supported for the target machine. Such code accesses all
constant addresses through a global offset table (GOT). The dynamic
loader resolves the GOT entries when the program starts (the dynamic
loader is not part of GCC; it is part of the operating system). If
the GOT size for the linked executable exceeds a machine-specific
maximum size, you get an error message from the linker indicating
that -fpic does not work; in that case, recompile with -fPIC instead.
(These maximums are 16k on the m88k, 8k on the SPARC, and 32k on the
m68k and RS/6000. The 386 has no such limit.)
-fPIC
If supported for the target machine, emit position-independent code,
suitable for dynamic linking and avoiding any limit on the size of
the global offset table. This option makes a difference on the m68k,
m88k, and the SPARC.
Thanks to: obrien
|
|
|
|
| |
Submitted by: kris
|
| |
|
|
|
|
|
|
|
|
| |
very minor change in README
2) change WWW: section at pkg-descr
3) SIZEify
Submitted by: kris via bento
|
|
|
|
| |
Approved by: maintainers
|
| |
|
|
|
|
|
|
| |
2) honor PREFIX & LOCALBASE
3) SIZEify
4) possible fix for amd64 and ia64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
|
| |
PR: ports/64160
Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
|
|
|
|
|
| |
carriage-return characters in povchem.c which otherwise cause
patch-ab to fail to apply.
|
|
|
|
|
| |
identical to the 1999-08-22 version, except that the new file has
a carriage return character added at the end of each line, DOS-style.
|
| |
|
| |
|
|
|
|
| |
Thanks for your efforts in the past.
|
|
|
|
|
| |
PR: ports/63478
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/63469
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: maintainer timeout
|
| |
|
| |
|
| |
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
| |
(Part 2)
|
|
|
|
| |
- Use DOCSDIR
|
|
|
|
|
| |
PR: ports/62142
Submitted by: David A. Bader <dbader@ece.unm.edu> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Reported by: kris (bento)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rework of the port.
See the page http://news.open-bio.org/archives/cat_bioperl.html for the
changes between 1.2 and 1.4. The older changes are in the CVS tree.
From the new maintainer:
Note that this new port just handles the installation of bioperl and
not of additional extra stuff (bioperl-gui, bioperl-corba-server,
bioperl-corba-client). This is unlike the behaviour of the current
port.
The extra stuff, though still functional, had very little adoption
among users, and does not appear to be currently supported/maintained.
PR: ports/47303 (and subsequent)
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (new maintainer)
|
|
|
|
|
|
|
|
|
| |
a) program: Draw the hydrophobicity function F5
b) documentation: add very minor description not
related FreeBSD.
1) bump portrevision
2) several clean ups for Makefile
|
|
|
|
|
| |
PR: 60417
Submitted by: maintainer
|
|
|
|
| |
Notified mainatainer.
|
|
|
|
|
| |
PR: ports/58511 (based on)
Submitted by: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> (maintainer)
|
|
|
|
|
|
|
| |
from tarball
- Unmark broken, it builds for me just fine
Approved by: adamw (mentor)
|
|
|
|
| |
Submitted by: Oliver Eikemeier
|
|
|
|
| |
"perl -pi -e" construction.
|
|
|
|
| |
Approved by: adamw (mentor)
|
|
|
|
| |
- Unbreak this port
|
|
|
|
|
| |
PR: 47654
Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
|