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-09-08 20:38:49 by Jan Schaumann | Files touched by this commit (1) |
Log message:
Back out previous. jmmv@ already fixed this in imlib2, where it should
have been done.
|
2004-09-08 18:27:30 by Jan Schaumann | Files touched by this commit (1) |
Log message:
Add libtool buildlink, so that this finds libltdl.
Should fix problem seen in last bulk-build.
|
2004-07-12 21:27:05 by Quentin Garnier | Files touched by this commit (5) |
Log message:
For USE_MMX users, do the following:
o only include it in the BUILD_DEFS if the current platform is concerned.
For now that only includes i386, but we might find amd64 users in the
future.
o test against [Yy][Ee][Ss], for consistency.
Fixes part of PR 26243.
|
2004-07-12 21:08:03 by Quentin Garnier | Files touched by this commit (1) |
Log message:
Always register USE_MMX as a BUILD_DEF, and test against [Yy][Ee][Ss], as
everywhere else. About PR 26243.
|
2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400) |
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
2004-02-11 23:56:23 by Juan Romero Pardines | Files touched by this commit (9) | |
Log message:
Bump PKGREVISION due to imlib2 update.
|
2004-02-11 07:12:21 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
bl3ify
|
2004-01-11 20:41:39 by Chris Pinnock | Files touched by this commit (4) |
Log message:
Use tabs (not spaces) to make indentation
|