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-03-12 05:05:56 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Use bl3.
|
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-01-14 04:58:01 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 0.6.0, provided by Michal Pasternak in PR pkg/23851.
Changes:
* v 0.6.0: Add support for SDL_ttf.
Bug fixes.
* v 0.5.0: Store the configuration in the xmms config file.
* v 0.4.0: Rewriting of the tunnel effect.
One new effect "child" (instead of blob).
Fix possible crash on GeForce4
(patch by Ashvin Mysore <ashvin@z-ha-dum.flatirons.org>.
|
2003-07-26 23:41:31 by Julio Merino | Files touched by this commit (49) | |
Log message:
Bump revision due to SDL update, and sync versions in buildlink files where
needed. This is required because esound has been droped as a dependancy.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | |
Log message:
PKGREVISION bump for libiconv update.
|
2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
|
2003-02-15 01:56:52 by Hubert Feyrer | Files touched by this commit (10) |
Log message:
Don't try to dirrm xmms' private dirs. It will do the cleanup
of the plugin dirs
|
2003-02-15 00:56:47 by Hubert Feyrer | Files touched by this commit (50) | |
Log message:
Big bunch of visual plugins for xmms that all need OpenGL
(which in conjunction with threads as used in xmms needs real
threads, pth is probably not enough... tested on -current)
|