NetBSD.se

CVS log for pkgsrc/emulators/compat12/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / emulators / compat12

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Oct 7 12:59:11 2007 UTC (4 years, 7 months ago) by kano
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, 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, 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, HEAD
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
fix obsolete URLs for www.NetBSD.org

close PR pkg/37071
reviewd by xtraeme@

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Aug 30 16:54:06 2007 UTC (4 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Don't rely on differences in the value of DISTNAME that rely on
"immediate" versus "lazy" evaluation of the value.  Just explicitly
define a variable (COMPAT_PKG) that holds the value that's needed in
each of the compat* packages, and use it within Makefile.common.

This was an attempt to solve PR pkg/36863, but it doesn't look like
pkglint or lintpkgsrc understand this more straightforward variable
construction either.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Aug 21 22:49:04 2007 UTC (4 years, 9 months ago) by jlam
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +23 -36 lines
* Support netbsd-* as a valid platform in EMUL_PLATFORMS.  Use the
  pkgsrc/emulator/compat* and pkgsrc/emulator/netbsd32_compat* packages
  to provide the necessary shared libraries to run dynamically linked
  NetBSD binaries from the days of yore.

* Add some additional compat* packages for completeness:

	compat15, compat20, compat30

* Modify the compat* packages so that "compatNM" only provides files
  that aren't in "NetBSD-N.(M+1)".  For example, compat12 only provides
  files that don't exist in NetBSD-1.3.x, compat13 only provides files
  that don't exist in NetBSD-1.4.x, etc.

  As a result, if you are running NetBSD-3.0/alpha and want to run a
  1.3 dynamically linked binary, there is an automatic dependency
  chain that causes the following packages to be installed:

	compat13, compat14, compat15, compat16, compat20

  There are some deviations from this dependency chain on platforms
  that have changed executable formats, e.g. i386, m68, sparc, etc.
  However, in general pkgsrc will require that you have the necessary
  COMPAT_* options in your kernel to match the installed compat*
  packages.  This restriction is an artificial one imposed by pkgsrc,
  but allows for a single set of distfiles to be used on all versions
  of NetBSD.

* Provide compat* package support for every supported architecture
  of NetBSD.  Verily, it is now possible to run 1.2 binaries on
  NetBSD-1.5.3/pc532 by installing the compat12 package from pkgsrc.
  Rejoice, one and all!

* The netbsd32_compat* packages mirror the corresponding compat*
  packages for use by sparc64 and x86_64 to allow running 32-bit
  binaries with COMPAT_NETBSD32 kernel support.  The "extras" packages
  supply the additional shared libraries from the corresponding release
  of NetBSD so that the set of files in /emul/netbsd32 will be complete.

* pkgsrc/emulators/compat_netbsd contains infrastructure files shared
  by all of the compat* packages.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Oct 19 19:37:38 2006 UTC (5 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Mark as NO_SRC_ON_FTP -- files are already in MASTER_SITE_LOCAL.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon May 22 22:22:02 2006 UTC (6 years ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
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.30: download - view: text, markup, annotated - select for diffs
Tue Mar 14 01:14:27 2006 UTC (6 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -3 lines
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Mar 4 21:29:34 2006 UTC (6 years, 2 months ago) by jlam
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
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.28: download - view: text, markup, annotated - select for diffs
Thu Dec 29 06:21:39 2005 UTC (6 years, 4 months ago) by jlam
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:11 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -6 lines
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.26: download - view: text, markup, annotated - select for diffs
Mon May 23 09:27:48 2005 UTC (7 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
Set NO_BUILD and NO_MTREE to yes instead of #defined.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Apr 15 18:40:50 2005 UTC (7 years, 1 month ago) by kristerw
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Prevent warnings during bulk dependency tree creation for ports that
cannot use these packages.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Aug 30 22:51:15 2003 UTC (8 years, 8 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, 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
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -1 lines
Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Aug 30 18:53:07 2003 UTC (8 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -16 lines
Convert to use bsd.pkg.install.mk.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:35:21 2003 UTC (8 years, 10 months ago) by grant
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
s/netbsd.org/NetBSD.org/

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:20:00 2003 UTC (8 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
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.20: download - view: text, markup, annotated - select for diffs
Sat Feb 17 18:38:14 2001 UTC (11 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jan 25 21:43:58 2001 UTC (11 years, 3 months ago) by tv
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Set MAINTAINER to packages@netbsd.org.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Oct 14 00:17:18 2000 UTC (11 years, 7 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -2 lines
Group logical expressions correctly.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Oct 14 00:01:56 2000 UTC (11 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -2 lines
Run ldconfig after installing/deinstalling shared libraries.  We need to
do this manually since it's not automatically handled by bsd.pkg.mk.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Oct 13 23:36:37 2000 UTC (11 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +28 -6 lines
Make these install into /usr on most platforms, and into /emul/aout/usr
on platforms transitioning to ELF (currently only i386).  The /emul/aout
installation occurs much like the suse_linux and freebsd_lib packages.

Also add SHLIB_HANDLING=NO to ensure library links aren't clobbered.

This should fix PR#9011.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Feb 5 18:33:29 2000 UTC (12 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
remove unnecessary whitespace

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jun 20 21:06:19 1999 UTC (12 years, 11 months ago) by tron
Branches: MAIN
CVS tags: netbsd-1-4-PATCH001, comdex-fall-1999
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon May 24 20:39:39 1999 UTC (13 years ago) by tv
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +10 -11 lines
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Apr 27 11:53:39 1999 UTC (13 years ago) by tv
Branches: MAIN
CVS tags: netbsd-1-4-RELEASE
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -1 lines
Explicitly install these into /usr in order to avoid messing with
ld.so.conf on a.out and LD_LIBRARY_PATH on ELF.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Apr 15 16:35:13 1999 UTC (13 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
ONLY_FOR_OPSYS=NetBSD.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Aug 20 15:16:52 1998 UTC (13 years, 9 months ago) by tsarna
Branches: MAIN
CVS tags: netbsd-1-3-PATCH003
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 17 18:35:34 1998 UTC (13 years, 9 months ago) by tv
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Fix DISTNAME/PKGNAME differences.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Aug 13 02:17:39 1998 UTC (13 years, 9 months ago) by tv
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -15 lines
Consolidate and clean up compat11/compat12.  Now there is only one pkg
(compat12), which uses MACHINE_ARCH and does not supply libkvm.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 15 12:01:42 1998 UTC (13 years, 10 months ago) by agc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -4 lines
Use automatic shared object handling

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jul 3 23:30:09 1998 UTC (13 years, 10 months ago) by tron
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Don't mirror distribution files which are kept locally anyway.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri May 8 21:22:35 1998 UTC (14 years ago) by tron
Branches: MAIN
CVS tags: netbsd-1-3-PATCH002
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -8 lines
Use "ONLY_FOR_ARCHS" instead of "pre-fetch" hack and fix broken package
list creation.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 15 10:38:23 1998 UTC (14 years, 1 month ago) by agc
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -7 lines
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Mar 26 17:35:39 1998 UTC (14 years, 2 months ago) by tv
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -2 lines
ONLY_FOR_ARCHS doesn't check ARCH; it checks MACHINE_ARCH.  Change this to
a shell check as changing <bsd.port.mk> is more than it should be.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Mar 19 11:11:55 1998 UTC (14 years, 2 months ago) by frueauf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -4 lines
portlint: remove double "post-install:"; reorder EXTRACT_SUFX.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Mar 17 21:32:54 1998 UTC (14 years, 2 months ago) by tv
Branches: TNF
CVS tags: TV-1998-03-17
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of NetBSD 1.2[.1] shared library compat package

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 17 21:32:54 1998 UTC (14 years, 2 months ago) by tv
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>