Commit graph

16 commits

Author SHA1 Message Date
wiz
6e1005229f Sort. 2001-01-08 02:15:52 +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
7e82f61da4 Make non-interactive. Hinted at by Dan, untested! 2000-10-20 02:17:43 +00:00
jlam
70378bcb99 We don't need all of suse_linux, just suse_libc5 and suse_x11. 2000-09-08 16:35:07 +00:00
hubertf
f7662c3bf5 add CHECK_SHLIBS=no 2000-08-31 02:35:25 +00:00
jlam
7fa5e584e1 Add appropriate definitions of LDD so check-shlibs works correctly. 2000-08-25 00:20:21 +00:00
wiz
ba07feda7f depend on suse-linux>=6.3 instead of -6.3 (we are at 6.3nb1 right now) 2000-08-22 10:54:34 +00:00
hubertf
e75965c6ba Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
2000-08-21 21:01:29 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
dmcmahill
6c2b3c52c1 change package name to acroread3-3.01 instead of acroread-3.01. This will
allow installation of both acroread 3 and 4 (there are no PLIST conflicts).
2000-06-19 15:31:52 +00:00
pooka
6d14a4e0d0 Remove alpha from ONLY_FOR_ARCHS, since software dies of bad system call. 2000-05-02 14:43:58 +00:00
wiz
5e21c0427a chmod -> ${CHMOD} 2000-03-16 13:55:34 +00:00
mycroft
092372c86c Update suse_linux version. 2000-02-27 10:29:05 +00:00
dmcmahill
3bce7ac7d9 change PLATFORM to alphaosf for the alpha version.
Thanks to Michael Hitch for finding this.
2000-02-13 19:36:01 +00:00
dmcmahill
47034270c9 add quotes around the IGNORE strings. Enable alpha section. 2000-02-13 15:34:10 +00:00
dmcmahill
02ff9b055e Acrobat Reader is part of the Adobe Acrobat family of software, which lets
you view, distribute, and print documents in Portable Document Format
(PDF)--regardless of the computer, operating system, fonts, or application
used to create the original file.  PDF files retain all the formatting,
fonts, and graphics of the original document, and virtually any
PostScript(TM) document can be converted into a PDF file.

This is version 3 of the Adobe Acrobat Reader.  The reason for adding acroread3
to the package collection when we also have acroread4 is that acroread4 does
not run in the current state (January 2000) of our SVR4 binary emulation.  The
missing system calls are non-trivial.  Hence I wanted to make sure sparc users
had a version of acroread.  Note that acroread3 is available for sunos and this
version does correctly run under our SunOS emulation.
2000-01-14 15:19:28 +00:00