| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
(Part 2)
|
|
|
|
|
| |
is still available, but may have been reorganized; however, it does not
allow directory listings). Informed maintainer.
|
|
|
|
|
| |
PR: 56881
Submitted by: Peter S. Housel <housel@acm.org> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
|
| |
|
| |
|
|
|
|
|
| |
PR: 51929
Submitted by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
|
|
|
|
| |
Noticed on: bento
|
|
|
|
|
| |
PR: 44553
Submitted by: maintainer
|
|
|
|
|
| |
PR: 42207
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
|
|
|
| |
PR: 35828
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
| |
Note that I changed RUN_DEPENDS=gmake to USE_GMAKE=yes
PR: 23218
Submitted by: MAINTAINER
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
|
| |
|
|
|
|
| |
chown -> ${CHOWN}
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note: Matt Dillon's 2xP3/450 w/512MB can build world over NFS faster than my
k6-2 333 can compile this port. It was *NOT* fun to test this port.
Maybe someone else (with a super fast computer) could make sure
everything works. This port does pass the make install deinstall
reinstall package deinstall test though so I assume everything
is fine.
PR: 11242
Submitted by: maintainer with fixes by me
|
|
|
|
|
|
|
|
|
|
|
|
| |
dylan-heap.s:64290: Error: Alignment not a power of 2
dylan-heap.s:64297: Error: Alignment not a power of 2
gmake[4]: *** [dylan-heap.o] Error 1
gmake[4]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan'
gmake failed?
Abort trap - core dumped
gmake[3]: *** [dylan.lib.du] Error 134
gmake[3]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan'
gmake[2]: *** [compile] Error 2
|
| |
|
|
|
|
|
| |
it can be replaced by a local distfile. The binary file will be
leaving the CVS repository entirely before too long.
|
|
Submitted by: Peter S. Housel <housel@acm.org>
|