2004-10-17 17:34:56 by Todd Vierling | Files touched by this commit (1) |
Log message:
Use the installed rather than bundled libltdl.
|
2004-10-03 02:15:03 by Todd Vierling | Files touched by this commit (518) |
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-07-29 16:23:05 by Todd Vierling | Files touched by this commit (2) |
Log message:
Add more java-env wrappers matching other common JDK tools; bump PKGREVISION.
|
2004-07-04 17:24:46 by Julio M. Merino Vidal | Files touched by this commit (10) |
Log message:
Rework the way the kaffe packages work:
- Make kaffe the main package, on which others can depend, and which has no
support for things like sound nor graphics. Bump its revision to 2.
While here, do some cleanup too.
- Add a kaffe-x11 package, that installs on top of kaffe, and which provides
the library needed for AWT support through X11.
- Add a kaffe-esound package, that installs on top of kaffe, and which provides
the library needed for sound support through esound (i.e., no more need for
the USE_ESOUND variable here).
- Remove the kaffe-nox11 package.
|
2004-07-02 14:51:57 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Add appropriate CPPFLAGS and PASSTHRU_DIRS variables so that packages
depending on this one can find the header files. Noted broken by snj.
|
2004-06-05 18:33:52 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Simplify BUILDLINK_JAVA_PREFIX.<jvm>.
|
2004-05-05 20:06:03 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Remove BUILDLINK_FILES_CMD which didn't work, put BUILDLINK_* definitions
into the proper block.
|
2004-04-25 13:40:39 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Re-add, still used by java-vm.mk. Noted by xtraeme.
|
2004-04-25 02:59:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Unused.
|