summaryrefslogtreecommitdiff
path: root/print/acroread7
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-52/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-8/+8
block). Uncomment some commented out LICENSE lines while here.
2008-08-11Protect against LD_LIBRARY_PATH forcing us to load NetBSD shared libraries.is2-3/+16
2008-06-12Add DESTDIR support.joerg1-11/+13
2007-09-13Fix test in startup script so it accepts NetBSD-amd64.wiz2-3/+4
Now this actually runs on NetBSD-current/amd64 :) Bump PKGREVISION.
2007-08-23Allow a nicer syntax for expressing needing at least a certain versionjlam1-2/+2
of an emulated operating system. Instead of proliferating things like SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a package can say: EMUL_REQD= suse>=9.1 netbsd>=2.0 solaris>=10 all in one, succinct line.
2007-08-02Allow installation on x86_64.wiz2-4/+4
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam1-25/+12
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-01-11Update to version 7.0.9.obache2-10/+9
Patch provided by KIRIHARA Masaharu in PR 35393. Security fix of APSB07-01. http://www.adobe.com/support/security/bulletins/apsb07-01.html
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-09-06Don't create files to outside of ${PREFIX} (e.g. /usr/bin/acroread).hira3-9/+19
Bump PKGREVISION.
2006-06-13Regen the patch file since otherwise the evil uname(1) check chunk issalo1-23/+23
misplaced into an incorrect case statement.. Noticed by <adrianp>
2006-06-13Update to version 7.0.8salo3-12/+19
Changes: Important bug fixes 1289558: Forms: Opening and closing certain forms can lead to a memory leak various: Fixes to address various Reader crashes. various: Security: several security bug fixes have been made, including one considered critical. For more information about the Adobe Severity Rating System, see the Adobe website at www.adobe.com/support/security/severity_ratings.html Release notes: http://www.adobe.com/support/techdocs/327817.html
2006-06-11Add dependency on suse100_libcups to stop crash when you try to print.markd1-2/+3
Fixes PR pkg/33678. Bump PKGREVISION.
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-10/+9
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-04-17Fix dependencies for NetBSD/i386: needs 10.0 suse libraries andwiz1-3/+5
suse_compat. Bump PKGREVISION. Noted by smb@
2006-04-09Update to 7.0.5, changes unknown.wiz5-72/+160
2006-03-13Add DragonFly support. Fix PLIST. Bump revision.joerg5-11/+13
2006-03-10Accept suse100* packages too. Bump PKGREVISION.wiz1-4/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-19Update to version 7.0.1salo2-8/+8
Changes unknown, still vulnerable (at least) to: http://www.adobe.com/support/techdocs/321644.html http://www.adobe.com/support/techdocs/331710.html TODO: Solaris version available.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-06-16Hardcode suse91 in paths to suse91_gtk2 and suse91_locale insteadkristerw1-3/+3
of using ${SUSE_DIR_PREFIX}, since these directories do not exist for other versions.
2005-04-15Import Adobe Reader 7.0 now its officially out.markd6-0/+448
Adobe 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.