The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.59, Sun Oct 2 14:11:59 2011 UTC (12 years, 6 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.58: +1 -1 lines
FILE REMOVED

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

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


PR 45339. Fix for USE_DESTDIR=no

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


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

Revision 1.56 / (download) - annotate - [select for diffs], Thu Mar 17 13:37:48 2011 UTC (13 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.55: +19 -13 lines
Diff to previous 1.55 (colored)

add user-destdir installation support.

Revision 1.55 / (download) - annotate - [select for diffs], Tue May 19 08:59:30 2009 UTC (14 years, 11 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.54: +2 -2 lines
Diff to previous 1.54 (colored)

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

Revision 1.54 / (download) - annotate - [select for diffs], Sun Jul 29 05:19:47 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.53: +21 -44 lines
Diff to previous 1.53 (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.53 / (download) - annotate - [select for diffs], Thu Feb 22 19:27:03 2007 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.52 / (download) - annotate - [select for diffs], Mon Nov 27 13:18:10 2006 UTC (17 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Add SunOS-x86_64 support.
Patch provided by Gilles Dauphin in PR 33714.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Oct 14 08:14:23 2006 UTC (17 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Sep 4 19:27:56 2006 UTC (17 years, 7 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (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.49 / (download) - annotate - [select for diffs], Mon May 22 22:22:04 2006 UTC (17 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.48: +3 -4 lines
Diff to previous 1.48 (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.48 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:13 2006 UTC (18 years ago) by rillig
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

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

Revision 1.47 / (download) - annotate - [select for diffs], Mon Mar 13 19:29:45 2006 UTC (18 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.46: +4 -4 lines
Diff to previous 1.46 (colored)

Add DragonFly support. Add two missing symlinks to PLIST. Bump revision.

Revision 1.46 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:27 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (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.45 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:35 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:52 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.43: +7 -7 lines
Diff to previous 1.43 (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.43 / (download) - annotate - [select for diffs], Sat Jul 9 17:34:42 2005 UTC (18 years, 9 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.42: +5 -3 lines
Diff to previous 1.42 (colored)

Move the ONLY_FOR_PLATFORM out from an .if so that we do not try
to build this on unsupported OPSYS (such as Darwin)

Revision 1.42 / (download) - annotate - [select for diffs], Thu Jun 30 13:22:19 2005 UTC (18 years, 9 months ago) by hubertf
Branch: MAIN
Changes since 1.41: +20 -6 lines
Diff to previous 1.41 (colored)

Make this work on Solaris/x86: split PLIST.i386 in NetBSD- and Solaris-
specific versions. Tested on Solaris 9/x86 and NetBSD 2.0/i386.
Bump revision to nb2.

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

Create directories before installing files into them.

Revision 1.40 / (download) - annotate - [select for diffs], Mon Feb 21 21:24:06 2005 UTC (19 years, 2 months ago) by veego
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.39: +1 -5 lines
Diff to previous 1.39 (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.39 / (download) - annotate - [select for diffs], Tue Dec 21 15:32:03 2004 UTC (19 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored)

Remove the "acroread" symlink, it conflicts with print/acroread5, now
we have bin/acroread{3,4,5} and bin/acroread linked to the latest
package available (acroread5).

Bump PKGREVISION.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Jul 17 22:52:22 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.37 / (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.36: +2 -2 lines
Diff to previous 1.36 (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.36 / (download) - annotate - [select for diffs], Tue May 6 17:42:25 2003 UTC (20 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Drop trailing whitespace.  Ok'ed by wiz.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Mar 26 04:05:41 2003 UTC (21 years ago) by jschauma
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (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.34 / (download) - annotate - [select for diffs], Sat Jan 4 12:52:20 2003 UTC (21 years, 3 months ago) by cjep
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.33: +5 -4 lines
Diff to previous 1.33 (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
===> acroread-4.05 is not available for NetBSD-1.6-arm
message rather than Malformed conditional errors.

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

Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Nov 19 07:44:39 2002 UTC (21 years, 5 months ago) by schmonz
Branch: MAIN
Changes since 1.31: +9 -9 lines
Diff to previous 1.31 (colored)

Indent, following acroread5's example.

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

Ensure that DISTNAME is always set.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Jul 2 11:40:16 2002 UTC (21 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (colored)

Remove out of date comment

Revision 1.29 / (download) - annotate - [select for diffs], Thu Apr 4 12:29:49 2002 UTC (22 years ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.28: +3 -4 lines
Diff to previous 1.28 (colored)

Use "suse_linux/Makefile.application" to pick correct SuSE packages.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 14 03:14:46 2002 UTC (22 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.27: +2 -6 lines
Diff to previous 1.27 (colored)

consistently use "${_PATCH_BACKUP_ARG} .orig" to set the backup file suffix

Revision 1.27 / (download) - annotate - [select for diffs], Tue Aug 21 08:23:26 2001 UTC (22 years, 8 months ago) by abs
Branch: MAIN
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

Do not blow up on unsupported platforms - at least make it to ONLY_FOR_PLATFORM

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jul 19 12:09:24 2001 UTC (22 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.25: +18 -7 lines
Diff to previous 1.25 (colored)

Fix broken support for NetBSD-sparc and Solaris-sparc.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Feb 25 04:18:11 2001 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this

Revision 1.24 / (download) - annotate - [select for diffs], Sat Feb 17 17:51:36 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jan 5 17:59:17 2001 UTC (23 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored)

Set SHLIB_HANDLING=NO and fix the PLIST on i386.  Other platforms may need
similar fixes.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Oct 20 02:05:34 2000 UTC (23 years, 6 months ago) by hubertf
Branch: MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21 (colored)

Make non-interactive. Whee!

Revision 1.21 / (download) - annotate - [select for diffs], Sat Oct 14 22:59:01 2000 UTC (23 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

use ${RM} -f, as acroread.orig may not exist

Revision 1.20 / (download) - annotate - [select for diffs], Fri Sep 8 02:11:00 2000 UTC (23 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Acrobat Reader doesn't need all of suse_linux, just suse_x11.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 31 02:35:27 2000 UTC (23 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

add CHECK_SHLIBS=no

Revision 1.18 / (download) - annotate - [select for diffs], Tue Aug 29 12:41:04 2000 UTC (23 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Set "LDD" to "${TRUE}" on the i386 port because the Linux shared libraries
won't be found without the wrapper script.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Aug 25 00:20:24 2000 UTC (23 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.16: +5 -1 lines
Diff to previous 1.16 (colored)

Add appropriate definitions of LDD so check-shlibs works correctly.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Aug 21 21:01:32 2000 UTC (23 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Aug 18 22:46:46 2000 UTC (23 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.14: +5 -2 lines
Diff to previous 1.14 (colored)

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.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 18 01:46:16 2000 UTC (24 years ago) by dmcmahill
Branch: MAIN
Changes since 1.13: +23 -15 lines
Diff to previous 1.13 (colored)

-fix the patches to correctly handle other than i386 cases.

-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.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 3 02:30:44 2000 UTC (24 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.12: +4 -7 lines
Diff to previous 1.12 (colored)

Use PLIST_SUBST to replace ${PLATFORM} in PLIST.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 20 20:10:12 2000 UTC (24 years, 2 months ago) by soren
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.11: +9 -3 lines
Diff to previous 1.11 (colored)

Make acroread Netscape plugin work.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 20 19:26:04 2000 UTC (24 years, 2 months ago) by soren
Branch: MAIN
Changes since 1.10: +5 -5 lines
Diff to previous 1.10 (colored)

Upgrade to version 4.05.
Fixes some display artifacts for me.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 13 11:15:12 2000 UTC (24 years, 3 months ago) by soren
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Depend on suse_linux>=6.1, not >=6.1p1.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 12 03:44:28 2000 UTC (24 years, 3 months ago) by soren
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Allow newer versions of SuSE Linux libraries.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Dec 22 05:09:20 1999 UTC (24 years, 4 months ago) by sakamoto
Branch: MAIN
Changes since 1.7: +2 -4 lines
Diff to previous 1.7 (colored)

DEPENDS=suse_linux-6.1p1:../../emulators/suse_linux, suggested by Hubert Feyrer.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 23 16:26:13 1999 UTC (24 years, 5 months ago) by hubertf
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

add a bunch of NO_CDROM where appropriate

Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 2 10:57:53 1999 UTC (24 years, 8 months ago) by agc
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.5: +17 -3 lines
Diff to previous 1.5 (colored)

Make this package work on Solaris.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 15 12:27:36 1999 UTC (24 years, 9 months ago) by kleink
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Even though it's not sufficient as a check for a complete Linux emulation
setup, at least check for the ld.so version actually required by the i386
executable; addresses PR pkg/7983.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 1 23:28:31 1999 UTC (24 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

Improved messages if libraries required for emulation are missing.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 17 01:04:29 1999 UTC (24 years, 10 months ago) by sakamoto
Branch: MAIN
Changes since 1.2: +19 -5 lines
Diff to previous 1.2 (colored)

Add IS_INTERACTIVE=yes, and RESTRICTED="Original installer required
to redistribute.", as suggested by minoura makoto (minoura@netbsd.org).
Add alpha,sparc support, but disabled now.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 16 11:08:30 1999 UTC (24 years, 10 months ago) by sakamoto
Branch: MAIN
Changes since 1.1: +17 -19 lines
Diff to previous 1.1 (colored)

Adapt this package to NetBSD.
Update 4.0beta to 4.0.
For the present, i386 only.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 16 11:04:33 1999 UTC (24 years, 10 months ago) by sakamoto
Branch: MAIN

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>