2005-04-27 16:57:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
|
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-24 11:21:17 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Does not really need GLUT or GLU, so replace Mesa/bl3 with MesaLib/bl3.
Addresses PR 29778 by Richard Rauch. Bump PKGREVISION.
|
2005-01-16 19:15:55 by Thomas Klausner | Files touched by this commit (1) |
Log message:
PKGREVISION bump for dependency removal.
|
2005-01-16 19:05:49 by Eric Haszlakiewicz | Files touched by this commit (1) |
Log message:
xmms doesn't need libxml.
|
2004-11-18 07:25:11 by grant beattie | Files touched by this commit (5) |
Log message:
apply patches based on what is found at:
http://www.steve.org.uk/Software/xmms/
for command line volume control:
-l (louder)
-q (qieter)
bump PKGREVISION.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
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-06-08 14:24:00 by Chris Pinnock | Files touched by this commit (14) |
Log message:
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
|
2004-05-19 08:09:25 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Use sys/soundcard.h instead of soundcard.h; soundcard.h is not
available on some platforms (e.g. Linux), but sys/soundcard is always
available since ossaudio.buildlink3.mk creates it.
|