The NetBSD Project

CVS log for pkgsrc/emulators/vmware-module/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / emulators / vmware-module

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27, Wed Feb 10 17:10:52 2010 UTC (13 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.26: +1 -1 lines
FILE REMOVED

Retire vmware packages.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Mar 3 19:21:38 2008 UTC (15 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.25: +27 -15 lines
Diff to previous 1.25 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jul 31 14:44:02 2007 UTC (16 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.24: +1 -3 lines
Diff to previous 1.24 (colored)

Fixed build problem on NetBSD 3.x (PR 36632) and NetBSD 2.x (PR 25474).
Almost of patches are inspired by emulators/vmware-module3.

Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:29 2007 UTC (16 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

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

Revision 1.23 / (download) - annotate - [select for diffs], Wed Jan 31 00:04:11 2007 UTC (16 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Mark as BROKEN_IN pkgsrc-2006Q4, based on
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html
(latest 3.1/i386 bulk build of 2006Q4).

Feel free to fix them...

Revision 1.22 / (download) - annotate - [select for diffs], Wed Jul 5 06:53:12 2006 UTC (17 years, 5 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.21: +1 -6 lines
Diff to previous 1.21 (colored)

Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the proper
variables so that the default INSTALL/DEINSTALL scripts from the
pkginstall framework do the right thing.  Where possible, move some
post-install directions for package setup into MESSAGE files so that
they may be re-inspected by querying the installed package using
"pkg_info -D ...".

Revision 1.21 / (download) - annotate - [select for diffs], Thu May 18 20:29:58 2006 UTC (17 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html

Revision 1.20 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:28 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

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.19 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:37 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (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.18 / (download) - annotate - [select for diffs], Wed Jan 4 04:29:06 2006 UTC (17 years, 11 months ago) by schmonz
Branch: MAIN
Changes since 1.17: +2 -3 lines
Diff to previous 1.17 (colored)

Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Dec 26 23:39:31 2005 UTC (17 years, 11 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 14 21:50:43 2005 UTC (18 years ago) by veego
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Drop maintainership and reset it to tech-pkg, because I no longer use it.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Sep 28 20:52:21 2005 UTC (18 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Jan 20 12:14:41 2004 UTC (19 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, 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
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

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

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jul 17 21:36:22 2003 UTC (20 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.12 / (download) - annotate - [select for diffs], Mon May 5 17:56:07 2003 UTC (20 years, 7 months ago) by grant
Branch: MAIN
Changes since 1.11: +14 -13 lines
Diff to previous 1.11 (colored)

do-install:

- don't call install with multiple directory args.
- remove unnecessary trailing slashes.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 29 12:40:52 2003 UTC (20 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 16 19:50:08 2003 UTC (20 years, 9 months ago) by bad
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Be more precise about the supported version of the emulator.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 16 19:37:28 2003 UTC (20 years, 9 months ago) by bad
Branch: MAIN
Changes since 1.8: +5 -3 lines
Diff to previous 1.8 (colored)

Update to use vmware-netbsd-1.2.tgz sources which match the latest
vmware-2.0.4 kernel modules.
Conflict with vmware-module-3*.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 16 02:35:56 2003 UTC (20 years, 9 months ago) by bad
Branch: MAIN
Changes since 1.7: +4 -5 lines
Diff to previous 1.7 (colored)

Update to netbsd-vmware-1.1 following the import into othersrc.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 23 14:32:58 2003 UTC (20 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.6: +3 -15 lines
Diff to previous 1.6 (colored)

Files available on ftp.netbsd.org now.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 16 12:26:23 2003 UTC (20 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

use make's .for when running ${MAKE} to catch the return code.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 2 05:28:36 2002 UTC (21 years, 2 months ago) by uebayasi
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Deal with LKM incompatibility introduced by gehenna-devsw merge.

Patch supplied by Maekawa-san <gehhena at netbsd dot org> as PR#18337.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Mar 4 19:41:07 2002 UTC (21 years, 9 months ago) by fredb
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.3: +1 -10 lines
Diff to previous 1.3 (colored)

Generalize the handling for packages where "fetch" and "fetch-list"
only emit a message and don't actually fetch anything. This allows
us to make the output of "fetch-list" for these packages consistent
with other packages.

While we're in here, integrate DYNAMIC_MASTER_SITES with the
${ORDERED_SITES} macro. The only functional change here is that
${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something
appropriate for "fetch-list" for these packages, like sourcing
"getsites.sh" into the generated script. (Well, "package", but there
are two others that do something similar in their "Makefile".)

Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only
"fetch" uses it, move it's functionality directly under "do-fetch".

Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 26 21:28:48 2002 UTC (21 years, 9 months ago) by fredb
Branch: MAIN
Changes since 1.2: +12 -6 lines
Diff to previous 1.2 (colored)

Wherever "make fetch" simply echos a message, let "make fetch-list|sh"
echo the message, too.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 9 20:36:23 2001 UTC (22 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:

WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jul 7 14:40:07 2001 UTC (22 years, 5 months ago) by veego
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

VMware module that contains the lkm's to run VMware.

patch-ac is from Atsushi Onoe <onoe@sm.sony.co.jp>.

Note that you have to fetch the distfile manually.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jul 7 14:40:07 2001 UTC (22 years, 5 months ago) by veego
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>