Commit graph

168 commits

Author SHA1 Message Date
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
wiz
d4e0a0db92 Mark as broken, to avoid more queries about its not working. 2000-11-29 01:34:04 +00:00
mycroft
de5b1ad39c Correct PLIST for libtool changes. 2000-11-27 17:51:07 +00:00
rh
1d8820934c Use new USE_MESA variable to depend on the correct Mesa packages 2000-10-15 12:06:32 +00:00
wiz
4546611514 LTCONFIG_OVERRIDE -> minus two patches.
Correct linking with libossaudio: plus two patches.
Still doesn't work, though.
2000-08-14 14:20:55 +00:00
wiz
d353090b55 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 13:29:55 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
enami
1ac96cfc72 Use .include "" instead of <> to include bsd.prefs.mk. 2000-03-29 03:13:02 +00:00
tron
659f0a8c0a Add "a.out" version of "i586" decoder taken from "mpg123" package. 2000-03-27 22:39:28 +00:00
tron
70d9c9cf45 Fix dynamic linker errors while loading input and output libraries. 2000-03-16 23:00:52 +00:00
tron
8ee2796d81 Using the updated "glib-1.2.7" package with thread support the "xmms"
GUI finally works. However, the CD audio and OSS modules need some
more work.
2000-03-12 22:31:54 +00:00
tron
10421d5b94 Mark this package as broken until "gthread" library gets fixed. 2000-03-12 21:05:36 +00:00
tron
1c58c8d49f - Use "pth" instead of "mit-pthreads".
- Reenable "libmikmod" support.
- Adapt CD-ROM driver to NetBSD.
- Correct package list.
2000-03-12 20:36:26 +00:00
tron
f8b175e33e Use "sed" instead of "perl" in "post-extract" target. 2000-03-11 16:22:04 +00:00
tron
cc9a776b24 Bring this package closer to a working state. Configuring the "libxmms"
library doesn't work properly yet.
2000-03-07 23:03:12 +00:00
tron
fa14336127 Import "xmms" package from FreeBSD ports collection:
X Multimedia System --- An audio player with a Winamp GUI
2000-03-07 10:44:32 +00:00