summaryrefslogtreecommitdiff
path: root/print/acroread/pkg
AgeCommit message (Collapse)AuthorFilesLines
2001-01-05Set SHLIB_HANDLING=NO and fix the PLIST on i386. Other platforms may needjlam1-5/+1
similar fixes.
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc3-3/+27
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.
2000-11-29Remove unnecessary entries for ".so" links for shared libraries which causetron3-15/+3
problems with the latest package list handling changes in "bsd.pkg.mk".
2000-09-03remove trailing empty linewiz1-2/+1
2000-04-29Correct the symlinks to match what the pkg installs.mycroft1-3/+3
2000-04-18-fix the patches to correctly handle other than i386 cases.dmcmahill5-35/+96
-PLIST rework to deal with sparc and alpha in addition to i386. -add specific sparc versions which the required compat_svr4 code -add md5 for the alpha binary. Note that this is still disabled on alpha until someone can test it.
2000-03-03Use PLIST_SUBST to replace ${PLATFORM} in PLIST.jlam1-30/+30
2000-02-20Make acroread Netscape plugin work.soren1-1/+3
2000-02-20Upgrade to version 4.05.soren1-2/+2
Fixes some display artifacts for me.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-08-02Make this package work on Solaris.agc1-30/+30
1999-06-17Add IS_INTERACTIVE=yes, and RESTRICTED="Original installer requiredsakamoto1-3/+0
to redistribute.", as suggested by minoura makoto (minoura@netbsd.org). Add alpha,sparc support, but disabled now.
1999-06-16Adapt this package to NetBSD.sakamoto2-31/+29
Update 4.0beta to 4.0. For the present, i386 only.
1999-06-16Import FreeBSD's "acroread4" port:sakamoto3-0/+82
View, distribute and print PDF documents.