summaryrefslogtreecommitdiff
path: root/print/acroread/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-09-04Don't add .../Fonts and .../res twice to PLISThubertf1-2/+2
(it was there via @exec before, and was added as 'regular' entry before... remove the @exec stuff) OK'd by joerg@
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-4/+3
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-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-03-13Add DragonFly support. Add two missing symlinks to PLIST. Bump revision.joerg1-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-2/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-7/+7
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-07-09Move the ONLY_FOR_PLATFORM out from an .if so that we do not trykristerw1-3/+5
to build this on unsupported OPSYS (such as Darwin)
2005-06-30Make this work on Solaris/x86: split PLIST.i386 in NetBSD- and Solaris-hubertf1-6/+20
specific versions. Tested on Solaris 9/x86 and NetBSD 2.0/i386. Bump revision to nb2.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-21Use the extended PLIST_SRC support which now also reads:veego1-5/+1
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end
2004-12-21Remove the "acroread" symlink, it conflicts with print/acroread5, nowxtraeme1-4/+4
we have bin/acroread{3,4,5} and bin/acroread linked to the latest package available (acroread5). Bump PKGREVISION.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-03-26De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵jschauma1-1/+2
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package.
2003-01-04Move default DISTNAME and PLATFORM further up the makefile. This has nocjep1-4/+5
effect on valid platforms. On invalid platforms (such as NetBSD/arm), we get the proper ===> acroread-4.05 is not available for NetBSD-1.6-arm message rather than Malformed conditional errors.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-3/+3
2002-11-19Indent, following acroread5's example.schmonz1-9/+9
2002-11-19Ensure that DISTNAME is always set.schmonz1-4/+4
2002-07-02Remove out of date commentagc1-2/+1
2002-04-04Use "suse_linux/Makefile.application" to pick correct SuSE packages.tron1-4/+3
2002-03-14consistently use "${_PATCH_BACKUP_ARG} .orig" to set the backup file suffixlukem1-6/+2
2001-08-21Do not blow up on unsupported platforms - at least make it to ONLY_FOR_PLATFORMabs1-1/+2
2001-07-19Fix broken support for NetBSD-sparc and Solaris-sparc.tron1-7/+18
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-05Set SHLIB_HANDLING=NO and fix the PLIST on i386. Other platforms may needjlam1-2/+3
similar fixes.
2000-10-20Make non-interactive. Whee!hubertf1-2/+3
2000-10-14use ${RM} -f, as acroread.orig may not existlukem1-2/+2
2000-09-08Acrobat Reader doesn't need all of suse_linux, just suse_x11.jlam1-2/+2
2000-08-31add CHECK_SHLIBS=nohubertf1-2/+2
2000-08-29Set "LDD" to "${TRUE}" on the i386 port because the Linux shared librariestron1-2/+2
won't be found without the wrapper script.
2000-08-25Add appropriate definitions of LDD so check-shlibs works correctly.jlam1-1/+5
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-3/+3
appropriate.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+5
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-04-18-fix the patches to correctly handle other than i386 cases.dmcmahill1-15/+23
-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-7/+4
2000-02-20Make acroread Netscape plugin work.soren1-3/+9
2000-02-20Upgrade to version 4.05.soren1-5/+5
Fixes some display artifacts for me.
2000-01-13Depend on suse_linux>=6.1, not >=6.1p1.soren1-2/+2
2000-01-12Allow newer versions of SuSE Linux libraries.soren1-2/+2
1999-12-22DEPENDS=suse_linux-6.1p1:../../emulators/suse_linux, suggested by Hubert Feyrer.sakamoto1-4/+2
1999-11-23add a bunch of NO_CDROM where appropriatehubertf1-1/+2
1999-08-02Make this package work on Solaris.agc1-3/+17
1999-07-15Even though it's not sufficient as a check for a complete Linux emulationkleink1-2/+2
setup, at least check for the ld.so version actually required by the i386 executable; addresses PR pkg/7983.
1999-07-01Improved messages if libraries required for emulation are missing.tron1-4/+4
1999-06-17Add IS_INTERACTIVE=yes, and RESTRICTED="Original installer requiredsakamoto1-6/+20
to redistribute.", as suggested by minoura makoto (minoura@netbsd.org). Add alpha,sparc support, but disabled now.
1999-06-16Adapt this package to NetBSD.sakamoto1-19/+17
Update 4.0beta to 4.0. For the present, i386 only.
1999-06-16Import FreeBSD's "acroread4" port:sakamoto1-0/+41
View, distribute and print PDF documents.