The NetBSD Project

CVS log for pkgsrc/print/acroread5/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / print / acroread5

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44, Sun Oct 2 14:12:00 2011 UTC (12 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.43: +1 -1 lines
FILE REMOVED

Remove packages scheduled to be deleted according to the pkgsrc-2011Q2
release notes.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Sep 8 19:29:35 2011 UTC (12 years, 6 months ago) by cheusov
Branch: MAIN
Changes since 1.42: +3 -1 lines
Diff to previous 1.42 (colored) to selected 1.2 (colored)


PR 45339. Fix for USE_DESTDIR=no

Revision 1.42 / (download) - annotate - [select for diffs], Tue Sep 6 21:08:09 2011 UTC (12 years, 6 months ago) by cheusov
Branch: MAIN
Changes since 1.41: +3 -10 lines
Diff to previous 1.41 (colored) to selected 1.2 (colored)


Convert print/acroread* packages to pkg_alternatives framework.
  Now they can coexist on the system.
  pkgrevisions were bumped.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Mar 17 13:39:29 2011 UTC (13 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored) to selected 1.2 (colored)

one more destdir fix.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Mar 17 13:17:51 2011 UTC (13 years ago) by obache
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored) to selected 1.2 (colored)

Fixes last user-desrdir support commit.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Mar 17 13:07:22 2011 UTC (13 years ago) by obache
Branch: MAIN
Changes since 1.38: +15 -10 lines
Diff to previous 1.38 (colored) to selected 1.2 (colored)

Add user-destdir installation support.

Revision 1.38 / (download) - annotate - [select for diffs], Tue May 19 08:59:30 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.37: +7 -7 lines
Diff to previous 1.37 (colored) to selected 1.2 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Jul 29 05:19:50 2007 UTC (16 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.36: +11 -33 lines
Diff to previous 1.36 (colored) to selected 1.2 (colored)

* Add new emulator framework in pkgsrc/mk/emulator that handles all
  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.

Revision 1.36 / (download) - annotate - [select for diffs], Sat Oct 14 08:14:24 2006 UTC (17 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.2 (colored)

Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Sep 4 19:27:56 2006 UTC (17 years, 6 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.2 (colored)

Don't add .../Fonts and .../res twice to PLIST
(it was there via @exec before, and was added as 'regular' entry before...
 remove the @exec stuff)

OK'd by joerg@

Revision 1.34 / (download) - annotate - [select for diffs], Mon May 22 22:22:04 2006 UTC (17 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.33: +9 -10 lines
Diff to previous 1.33 (colored) to selected 1.2 (colored)

Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
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.

Revision 1.33 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:13 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.2 (colored)

Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Mar 13 19:54:37 2006 UTC (18 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.31: +3 -3 lines
Diff to previous 1.31 (colored) to selected 1.2 (colored)

Add DragonFly support. Fix PLIST. Bump revision.

Revision 1.31 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:28 2006 UTC (18 years ago) by jlam
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.2 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:35 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.2 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:52 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.28: +5 -5 lines
Diff to previous 1.28 (colored) to selected 1.2 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
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

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jul 10 16:46:37 2005 UTC (18 years, 8 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.27: +4 -1 lines
Diff to previous 1.27 (colored) to selected 1.2 (colored)

Add a conflict on acroread7 since both versions install bin/acroread.
patch provided by smb in PR 30688

Revision 1.27 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:30 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.26: +3 -1 lines
Diff to previous 1.26 (colored) to selected 1.2 (colored)

Create directories before installing files into them.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Feb 21 21:24:06 2005 UTC (19 years, 1 month ago) by veego
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.25: +1 -7 lines
Diff to previous 1.25 (colored) to selected 1.2 (colored)

Use the extended PLIST_SRC support which now also reads:
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

Revision 1.25 / (download) - annotate - [select for diffs], Tue Dec 21 02:58:59 2004 UTC (19 years, 3 months ago) by xtraeme
Branch: MAIN
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored) to selected 1.2 (colored)

Make a symlink of acroread5 in ${PREFIX}/bin/acroread, required to run
the upcoming "firefox-gtk2-bin-acroread" package correctly.

Bump PKGREVISION.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Dec 18 17:17:16 2004 UTC (19 years, 3 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.23: +8 -8 lines
Diff to previous 1.23 (colored) to selected 1.2 (colored)

Update acroread5 to 5.10. 5.09 version doesn't appear to be available
anymore, and this fixed (according to bundled README):

  A security patch was applied that solves a problem reported
  with malformed mail containing pdf attachments.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Nov 7 12:32:04 2004 UTC (19 years, 4 months ago) by markd
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.2 (colored)

Solaris should be doing 5.09 as well.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Aug 23 05:36:08 2004 UTC (19 years, 7 months ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.2 (colored)

Update master site, per PR 26705.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jul 24 14:43:12 2004 UTC (19 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.20: +13 -7 lines
Diff to previous 1.20 (colored) to selected 1.2 (colored)

upgrade to acroread 5.09.  from the README:

A security patch was applied that solves a couple of problems
reported with malformed uuencoded pdf files.


also, enable installation on netbsd/sparc64 for the solaris version.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Jul 15 13:29:40 2004 UTC (19 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.2 (colored)

enable this for *-*-sparc not just SunOS-*-sparc.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jan 20 12:24:28 2004 UTC (20 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.2 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Nov 1 13:33:10 2003 UTC (20 years, 5 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored) to selected 1.2 (colored)

do not unconditionally include the linux stuff.  This allows this pkg to install on sparc systems

Revision 1.17 / (download) - annotate - [select for diffs], Thu Sep 4 08:21:57 2003 UTC (20 years, 6 months ago) by martti
Branch: MAIN
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored) to selected 1.2 (colored)

Make this work in Linux

Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 17 04:44:54 2003 UTC (20 years, 7 months ago) by kei
Branch: MAIN
Changes since 1.15: +5 -5 lines
Diff to previous 1.15 (colored) to selected 1.2 (colored)

updated acroread5 to 5.0.8.  it fixes a security problem.

from README:

-----
New for Acrobat Reader 5.0.8

A security patch was applied that solves a problem reported
with long URLs in weblinks which can cause a buffer overrun.
-----

XXX a solaris version is not tested.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 17 22:52:22 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.2 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Tue Jun 24 09:51:19 2003 UTC (20 years, 9 months ago) by grant
Branch: netbsd-1-6-1
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored) next main 1.6 (colored) to selected 1.2 (colored)

Pull up revision 1.14 (requested by tron in ticket #1335):

Update "acroread5" package to version 5.07. This version fixes a
remotely exploitable security whole in version 5.06 an older.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 19 07:11:54 2003 UTC (20 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.13: +5 -6 lines
Diff to previous 1.13 (colored) to selected 1.2 (colored)

Update "acroread5" package to version 5.07. This version fixes a remotely
exploitable security whole in version 5.06 an older.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 2 01:17:32 2003 UTC (20 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.2 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.12 / (download) - annotate - [select for diffs], Thu May 8 16:35:41 2003 UTC (20 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored) to selected 1.2 (colored)

Add a conflict with version 5.x of the "acroread" package.

Revision 1.11 / (download) - annotate - [select for diffs], Wed May 7 11:28:01 2003 UTC (20 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.10: +3 -9 lines
Diff to previous 1.10 (colored) to selected 1.2 (colored)

Let this coexist with acroread4 again (it seems some people finds this
interesting...).  Do not install the Netscape plugin (which should be
installed by an independant package).  Bump PKGREVISION to 3.

Revision 1.10 / (download) - annotate - [select for diffs], Tue May 6 16:26:27 2003 UTC (20 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored) to selected 1.2 (colored)

Install a symbolic link for the "acroread5" binary, called "acroread", to
match package name.  The original name is preserved to avoid breaking
current user's configurations and scripts.  Bump PKGREVISION to 2.
Suggested by tron@.

Revision 1.9 / (download) - annotate - [select for diffs], Mon May 5 13:34:45 2003 UTC (20 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.2 (colored)

As the Netscape plugin is now registered in the PLIST, this package conflicts
with acroread 4.  Rename it from acroread5 to acroread, so it behaves as an
update.  Pointed out by cjep@ and tron@, thanks.

Revision 1.8 / (download) - annotate - [select for diffs], Sun May 4 18:04:21 2003 UTC (20 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.2 (colored)

The nppdf.so plugin is also installed in the lib/netscape/plugins directory
in i386. Bump PKGREVISION to 1, as the i386 package now contains another file.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 29 12:42:13 2003 UTC (21 years ago) by jmmv
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored) to selected 1.2 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Mar 26 04:05:41 2003 UTC (21 years ago) by jschauma
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) to selected 1.2 (colored)

De-confusify:  Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 4 12:58:24 2003 UTC (21 years, 2 months ago) by cjep
Branch: MAIN
CVS Tags: netbsd-1-6-1-base
Branch point for: netbsd-1-6-1
Changes since 1.4: +5 -4 lines
Diff to previous 1.4 (colored) to selected 1.2 (colored)

Move default DISTNAME and PLATFORM further up the Makefile. This has
no effect on valid platforms.

On invalid platforms (such as NetBSD/arm), we get the proper
===> acroread5-5.06 is not available for NetBSD-1.6-arm
message again.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 7 02:39:02 2002 UTC (21 years, 3 months ago) by schmonz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.2 (colored)

Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 19 07:42:45 2002 UTC (21 years, 4 months ago) by schmonz
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Ensure that DISTNAME is always set.

Revision 1.2 / (download) - annotate - [selected], Thu Aug 1 14:06:53 2002 UTC (21 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

set PKGNAME to acroread5 to avoid conflict with acroread.

pointed out by Luke Mewburn on icb.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Aug 1 11:59:09 2002 UTC (21 years, 8 months ago) by grant
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.2 (colored)

Initial import of Acrobat Reader 5 into the NetBSD packages collection.

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.

Tested on NetBSD/i386 and Solaris/sparc. Problems were found on
NetBSD/sparc, so this is marked ONLY_FOR_PLATFORM *-*-i386 and
SunOS-*-sparc for now.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 1 11:59:09 2002 UTC (21 years, 8 months ago) by grant
Branch: MAIN
Diff to selected 1.2 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>