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-04-27 05:09:58 by Soren Jacobsen | Files touched by this commit (19) |
Log message: Convert to buildlink3. |
2004-04-26 02:14:51 by Thomas Klausner | Files touched by this commit (1) |
Log message: Unused. |
2004-02-14 18:39:30 by Michael Rauch | Files touched by this commit (1) |
Log message: This package also needs plain C. |
2004-02-02 14:02:50 by Johnny C. Lam | Files touched by this commit (10) |
Log message: These packages need a C++ compiler. |
2004-01-27 01:53:12 by Klaus Heinz | Files touched by this commit (49) |
Log message: Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 |
2004-01-22 09:24:31 by grant beattie | Files touched by this commit (72) |
Log message: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. |
2004-01-05 23:14:19 by Michael Rauch | Files touched by this commit (16) |
Log message: Update to version 4.6: * support for compilation with gcc3 added * ANSI conformance fixes * smaller bugfixes and performance optimisations see etc/ChangeLog for a full list E-mail to MAINTAINER bounces, therefore reset to default value |
2003-05-30 01:14:12 by grant beattie | Files touched by this commit (18) |
Log message: s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically. |
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message: Drop trailing whitespace. Ok'ed by wiz. |