Commit graph

14 commits

Author SHA1 Message Date
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
jlam
6f51cd01e1 USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 07:07:40 +00:00
tron
a983e151a0 Update "a2ps" package to version 4.12. 1999-06-20 15:53:28 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
tv
10c7f46929 Update to use the pkg version of libtool instead of a2ps's own private
copy.
1998-07-17 19:08:28 +00:00
agc
4f8c9d7740 Use automatic shared object handling 1998-07-15 10:39:36 +00:00
frueauf
0ffbd4e009 Update to a2ps-4.10.3. 1998-07-02 14:04:53 +00:00
frueauf
7540db3af6 Add missing entry for bin/texi2dvi4a2ps, resort PLIST. Fix ldconfig
handling and add proper dir info entry to a2ps.info.
1998-05-09 12:01:57 +00:00
hubertf
1251b3b370 add bin/texi2dvi4a2ps 1998-05-09 11:57:01 +00:00
hubertf
1f104218f0 fix info handling, complete PLIST 1998-05-09 01:51:31 +00:00
hubertf
4cbadac8fb add lib/liba2ps.la 1998-05-09 00:53:38 +00:00
frueauf
0752c1d110 portlint: add '||/usr/bin/true' after ldconfig; add "%D/bin/" to install-info. 1998-02-18 11:40:23 +00:00
agc
cfd2ac6ff6 Add NetBSD RCS Id. 1998-02-16 17:44:05 +00:00
agc
3671528ad8 Initial import of a2ps 4.9.9, a utility to translate ASCII text to
Postscript, into the NetBSD packages collection.  This is taken from
the FreeBSD port.
1998-02-16 17:38:27 +00:00