2005-09-28 22:52:28 by Roland Illig | Files touched by this commit (180) |
Log message:
Replaced "# defined" with "yes" in Makefile variables like \
GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
|
2005-07-16 21:10:41 by Johnny C. Lam | Files touched by this commit (65) |
Log message:
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
2005-06-24 00:12:44 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-26 21:54:13 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
The configuration script get confused by the darwin libc, and waits for
user action (and thus breaks bulk builds)
Add a NOT_FOR_PLATFORM=Darwin-*-*
|
2004-12-01 10:53:04 by Thomas Klausner | Files touched by this commit (13) |
Log message:
"the the" -> "the"
|
2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-05-11 06:07:52 by Soren Jacobsen | Files touched by this commit (3) |
Log message:
Convert to buildlink3.
|
2004-03-09 12:24:04 by Stoned Elipot | Files touched by this commit (14) |
Log message:
Fix build with gcc3 and libtool 1.5.
Fix installation directory of elisp file.
Sort PLIST and remove info files entries.
Bump PKGREVISION.
|