2004-10-03 02:18:40 by Todd Vierling | Files touched by this commit (863) |
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-09-14 10:25:43 by Julio M. Merino Vidal | Files touched by this commit (4) | |
Log message:
Update xosd and xmms-osd to 2.2.12. The reason for it is that the previous
version in pkgsrc (2.2.10) does not work at all under NetBSD 2.x. Addresses
PR pkg/26781, which was already closed without the update...
2.2.12:
Applied three patches from the debian maintainer. The first cleans
up file handles, the second fixes a man page, the third fixes a
centering bug, and the last fixes a deadlock.
2.2.11:
Applied two more patches from the debian maintainer. The first
fixes a bug introduced by a patch in 2.2.9 and the second reorders
the main xodf event loop. These patches appear to have increased
xosd's speed.
|
2004-08-27 11:18:12 by Adam Ciarcinski | Files touched by this commit (6) |
Log message:
Changes 2.2.10:
* Fixes a bug in alignment
* A lot of submitted patches were applied
|
2004-07-05 10:00:02 by Julio M. Merino Vidal | Files touched by this commit (3) |
Log message:
Update xosd and xmms-osd to 2.2.8:
- investigated using indent. From now on I'll use these arguments to
indent before releasing:
indent -br -ce -bap -bbo -npcs -nprs -nsob -nut xosd.c
(the program indent.sh should indent everything:) (Tim Wright)
- new version of osd_cat that can do percentage and slider bars (phil gees)
- speed optimisation (Piotr Chmura)
|
2004-06-04 13:45:45 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Update x11/xosd to 2.2.7.
Changes:
2.2.7:
Complete rewrite of timeout_func to avoid sending
lineakd to 100% CPU. There was a case where timeout_func
would keep looping around in circles never pausing for breath.
(Tim Wright)
2.2.6:
FontSet fixes (Philipp Matthias Hahn)
Title change fix (Philipp Matthias Hahn)
Memory leak patch (Philipp Matthias Hahn)
New, improved timeout_func (Philipp Matthias Hahn)
New TODO list (Philipp Matthias Hahn)
Fixed bug where osd displays after clicking 'apply' in XMMS
config dialogue (Tim Wright)
|
2004-03-20 02:51:03 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Fix build on sparc64 with gcc2.
|
2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
2004-02-19 19:14:22 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Unused.
|
2004-02-19 16:00:38 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Convert to buildlink3.
|