The NetBSD Project

CVS log for pkgsrc/emulators/vmware3/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / emulators / vmware3

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26, Wed Feb 10 17:10:53 2010 UTC (13 years, 1 month 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.25: +1 -1 lines
FILE REMOVED

Retire vmware packages.

Revision 1.25 / (download) - annotate - [select for diffs], Tue May 19 08:59:13 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.24: +2 -3 lines
Diff to previous 1.24 (colored)

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

Revision 1.24 / (download) - annotate - [select for diffs], Mon Mar 3 19:21:39 2008 UTC (15 years, 1 month 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.23: +29 -27 lines
Diff to previous 1.23 (colored)

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

Revision 1.23 / (download) - annotate - [select for diffs], Sun Nov 25 11:52:45 2007 UTC (15 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.22: +2 -6 lines
Diff to previous 1.22 (colored)

Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Aug 23 18:20:31 2007 UTC (15 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Allow a nicer syntax for expressing needing at least a certain version
of an emulated operating system.  Instead of proliferating things like
SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a
package can say:

	EMUL_REQD=	suse>=9.1 netbsd>=2.0 solaris>=10

all in one, succinct line.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 29 05:19:25 2007 UTC (15 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.20: +11 -14 lines
Diff to previous 1.20 (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.20 / (download) - annotate - [select for diffs], Sun Mar 25 14:45:19 2007 UTC (16 years ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Use "suse100_vmware" package if the SuSE 10.0 package are used on
the system.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jan 7 09:13:53 2007 UTC (16 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jan 1 22:43:50 2007 UTC (16 years, 3 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

It's no use using ${SUSE_DIR_PREFIX} here as the package it's depending
on is only available for suse91_ and no others.  This will fix a warning
during bulk builds and make the package find it's DEPENDS properly.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Aug 24 19:44:59 2006 UTC (16 years, 7 months ago) by veego
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Get the VMWARE_BIN_PATCH file from the obsolete on the master site.
XXX Maybe update it to a newer version, but it was easier to just adjust
the download path.

Revision 1.16 / (download) - annotate - [select for diffs], Mon May 22 22:22:03 2006 UTC (16 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Sun Mar 26 21:37:12 2006 UTC (17 years ago) by veego
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.14: +18 -3 lines
Diff to previous 1.14 (colored)

Update to 3.2.1pl1nb2.
- Depend on vmware-module-3.2.1.8 or greater.
- Add an programm to binary patch the vmware executeable to fix a problem
  with newer glibcs. Fixes PR 27268.
- Disable this package for NetBSD 3.0, because there is a kernel problem,
  which was fixed in current.
- Add a note that a tmpfs /tmp doesn't work.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:05 2006 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:12 2005 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:51 2005 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Create directories before installing files into them.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 20 12:14:41 2004 UTC (19 years, 2 months ago) by agc
Branch: 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
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 5 07:12:21 2003 UTC (19 years, 6 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.9: +4 -7 lines
Diff to previous 1.9 (colored)

Update vmware3 to latest 3.2.1pl1 (Build 2242), the older distfiles
are no longer available. Patch provided by Bernd Ernesti in private
e-mail.

Changes seem to be some bugfixes including:
* Installation problem when using unconventional kernel names (bug 17960)
* Workstation aborts with an error message referring to bug 10034
* ASSERT FAILED error message when restoring a suspended virtual machine
  (bug 2430)
* Problem installing a Windows XP guest operating system when the CD drive
  is in raw mode (bug 18053)
* Guest operating system receives multiple key presses when a key is pressed
  once (bug 13856)

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 17 21:36:24 2003 UTC (19 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 1 07:48:29 2003 UTC (19 years, 9 months ago) by jdolecek
Branch: MAIN
Changes since 1.7: +10 -19 lines
Diff to previous 1.7 (colored)

switch back to standard master site listt now that we use the most current
version; pointed out by Todd Vierling
set MAINTAINER to me

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 29 20:07:23 2003 UTC (19 years, 9 months ago) by jdolecek
Branch: MAIN
Changes since 1.6: +5 -4 lines
Diff to previous 1.6 (colored)

update again to latest available version VMware 3.2.1, now that the modules
are updated too
change created etc/vmware/config to include "xkeymap.usekeycodeMapIfXFree86 =
true", so that the keyboard mapping would work correctly

list of changes isn't available, presumably bugfixes only

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 26 07:00:02 2003 UTC (19 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.5: +20 -11 lines
Diff to previous 1.5 (colored)

Downgrade "vmware3" package to version 3.2.0 because kernel modules are
not available for version 3.2.1 yet. This fixes PR pkg/21835 and
PR pkg/21424. The necessary patches were contributed by Todd Vierling.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 2 01:19:51 2003 UTC (19 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Mon May 5 18:07:42 2003 UTC (19 years, 11 months ago) by grant
Branch: MAIN
Changes since 1.3: +15 -15 lines
Diff to previous 1.3 (colored)

remove unnecessary trailing slashes.

Revision 1.3 / (download) - annotate - [select for diffs], Thu May 1 19:36:32 2003 UTC (19 years, 11 months ago) by jdolecek
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

update to VMware-workstation-3.2.1-2237 since the old
doesn't appear to be available anymore
adresses pkg/21415 by Matthias Friedrich

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 26 04:05:45 2003 UTC (20 years ago) by jschauma
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (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.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Feb 16 19:54:56 2003 UTC (20 years, 1 month ago) by bad
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of vmware3, the VMware Workstation 3.x emulator which allows
you to run Windows 95, Windows 98, Windows NT, Windows 2000, Windows XP,
FreeBSD, NetBSD, or Linux while you are runing NetBSD.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 16 19:54:56 2003 UTC (20 years, 1 month ago) by bad
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>