Commit graph

14 commits

Author SHA1 Message Date
wiz
07cd20b334 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:51:27 +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
hubertf
397f333ee6 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-16 00:38:49 +00:00
tron
f48be440ce - Don't build "QwSpriteField" (now a separte package) and "js" library
(not needed by any existing package). Now this package fits into the
  category "converters" again.
- Because this package isn't X11 related anymore it is installed into
  "${LOCALBASE}".
1999-03-23 23:30:23 +00:00
tron
7ef901b903 Update "kdesupport" package to version 1.1. 1999-02-15 22:34:57 +00:00
tv
c5d39511f7 KDE doesn't use the "normal" Autoconf method of finding libraries; it
relies on libtool's `.la' files.  Use the new libtool option --install-la
to install those files.
1998-07-21 21:13:46 +00:00
tv
859876ad98 Use the pkg version of libtool instead of kdesupport's private copy.
Use GNU_CONFIGURE, not HAS_CONFIGURE.
1998-07-19 21:22:34 +00:00
agc
8800f4da8b Use automatic shared object handling 1998-07-15 12:51:36 +00:00
tron
6dc74612e1 Update to KDE Beta 4 'Kirkland'. 1998-04-28 22:52:32 +00:00
tron
3f8bbc32b9 Update to KDE Beta 3 'Huesten'. 1998-03-21 01:53:16 +00:00
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
cae1bd25bd portlint: true -> /usr/bin/true 1998-01-24 03:38:36 +00:00
hubertf
9b0353e958 Update for NetBSD, by boquist@cs.chalmers.se. 1997-12-29 03:22:08 +00:00
hubertf
b4ba853eae Mime and UUENCODE/DECODE libraries for the KDE integrated X11 desktop 1997-12-29 03:14:49 +00:00