The NetBSD Project

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25
Wed Feb 10 17:10:53 2010 UTC (15 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
FILE REMOVED
Changes since revision 1.24: +1 -1 lines
Retire vmware packages.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Mar 3 19:21:38 2008 UTC (17 years, 2 months ago) by jlam
Branches: 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
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +25 -13 lines
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 11 10:22:56 2007 UTC (17 years, 7 months ago) by jnemeth
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
switch to using INSTALLATION_DIRS to create all necessary directories

XXX  this package needs a major cleanup, but since it doesn't work on
modern versions of NetBSD and is for a severely outdated version of
vmware workstation, I'm not going to worry about it too much

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Feb 22 19:26:29 2007 UTC (18 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Jul 5 06:53:12 2006 UTC (18 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -6 lines
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.20: download - view: text, markup, annotated - select for diffs
Sun Mar 26 21:34:51 2006 UTC (19 years, 1 month ago) by veego
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Update package to 3.2.1.8, based on the patches in PR 29943 and some extra
patches from Juergen for 3.99.14.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Mar 14 01:14:28 2006 UTC (19 years, 2 months ago) by jlam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1 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.18: download - view: text, markup, annotated - select for diffs
Wed Sep 28 20:52:21 2005 UTC (19 years, 7 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Dec 26 22:06:46 2004 UTC (20 years, 4 months ago) by jdolecek
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Update vmware-modules3 to 3.2.1.7. The only change is fixed distfile,
which actually contains the right up-to-date file versions, and thus:

* compilation fixes for 2.0 and -curren
* adaptation to the device cloner changes in -current

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Dec 7 21:14:38 2004 UTC (20 years, 5 months ago) by jdolecek
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Update vmware-module3 to 3.2.1.6. Changes are compilation fixes for 2.0
and -current, as well as adaptation to the device cloner changes in -current.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Sep 13 11:54:23 2003 UTC (21 years, 8 months ago) by jdolecek
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +13 -14 lines
Update to 3.2.1.5, which adapts to -current changes - p_dupfd move from
struct proc to l_dupfd in struct lwp

also, the archive is now wrapped classic way, so no ${WRKSRC} override
is necessary

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Aug 26 19:01:51 2003 UTC (21 years, 8 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Update to 3.2.1.4, which actually compiles and works fine without
my noncommitted LKM changes.
Pointed out by Juergen Hannken-Illjes in private e-mail, adresses
PR pkg/22538.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Aug 24 15:53:48 2003 UTC (21 years, 8 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
update vmware-module3 to 3.2.1.3

Changes since previous version:
* make compilable with kernel >1.6V - the proc->lwp change was backed
  off
* included files.vmware to distribution, to help easily compile
  the modules into kernel, rather than compiling than as LKM

The proc->lwp backout fix for >1.6V contributed in pkg/22538
by Juergen Hannken-Illjes.

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

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jul 1 07:49:02 2003 UTC (21 years, 10 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
change MAINTAINER to me

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jun 30 18:02:05 2003 UTC (21 years, 10 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Update vmware-module3 to 3.2.1.2
This fixes compilation of the module on stock -current and 1.6.1

Adresses PR pkg/22014 by Todd Vierling

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jun 29 20:05:35 2003 UTC (21 years, 10 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
update vmware3 module to latest available 3.x version - VMware 3.2.1
change the package version to 3.2.1.1 to accomodate introduction of teeny
version number by VMware

list of changes isn't available, presumably bugfixes only

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jun 26 06:50:02 2003 UTC (21 years, 10 months ago) by tron
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -5 lines
Don't defined "BSDSRCDIR" to "/nonexistent" because it breaks people
whose "/etc/mk.conf" defines it with "BSDSRCDIR?=...".

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:19:51 2003 UTC (21 years, 11 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +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.6: download - view: text, markup, annotated - select for diffs
Mon May 5 17:57:35 2003 UTC (22 years ago) by grant
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +14 -13 lines
do-install:

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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Mar 29 12:40:52 2003 UTC (22 years, 1 month ago) by jmmv
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Mar 20 10:37:55 2003 UTC (22 years, 1 month ago) by jdolecek
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Update to version 3.2.2 from othersrc - fixes vmnet_post.sh script to work
with -current. Also drop -Werror from compilation, which migh have
caused problems for 1.6.
Switch to bzip2 for distribution - this shrinks archive by about 20k.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Mar 16 22:56:54 2003 UTC (22 years, 2 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update vmware-module3 to latest version from othersrc (3.2.1) - modules
now compile and work for -current (1.6G+, confirmed with 1.6P)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 16 19:58:30 2003 UTC (22 years, 2 months ago) by bad
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Be more specific about supported version of the emulator.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Feb 16 19:43:36 2003 UTC (22 years, 2 months ago) by bad
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of vmware-module3, the NetBSD kernel modules for
VMWare Workstation 3.2. (3.0/3.1 should work, too.)

Tested on 1.6.1_RC1 only.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Feb 16 19:43:36 2003 UTC (22 years, 2 months ago) by bad
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

CVSweb <webmaster@jp.NetBSD.org>