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-26 02:08:36 by Thomas Klausner | Files touched by this commit (1) |
Log message: Unused. |
2004-04-12 05:51:16 by Soren Jacobsen | Files touched by this commit (2) |
Log message: Convert to buildlink3. |
2004-01-20 13:13:30 by Alistair G. Crooks | Files touched by this commit (63) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |
2004-01-11 16:58:45 by Chris Pinnock | Files touched by this commit (7) |
Log message: Make this package compile with gcc3. Fixes PR#23330 from Wolfgang S. Rupprecht. Patches from http://www.unidata.ucar.edu/packages/netcdf/known_problems.html (Mike Romberg). |
2003-11-29 01:14:54 by Thomas Klausner | Files touched by this commit (3) |
Log message: Add RCS Ids to patches (hi rtr!). |
2003-10-26 15:05:59 by Robert T. Retzlaff | Files touched by this commit (3) |
Log message: Additional patches resolve gcc3 issues in cpp code & conf macro. Approved by jlam@netbsd.org |
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message: s/netbsd.org/NetBSD.org/ |
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message: Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. |
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. |