head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.4
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.2
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.3.0.40
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q3:1.3.0.38
	pkgsrc-2011Q3-base:1.3
	pkgsrc-2011Q2:1.3.0.36
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2011Q1:1.3.0.34
	pkgsrc-2011Q1-base:1.3
	pkgsrc-2010Q4:1.3.0.32
	pkgsrc-2010Q4-base:1.3
	pkgsrc-2010Q3:1.3.0.30
	pkgsrc-2010Q3-base:1.3
	pkgsrc-2010Q2:1.3.0.28
	pkgsrc-2010Q2-base:1.3
	pkgsrc-2010Q1:1.3.0.26
	pkgsrc-2010Q1-base:1.3
	pkgsrc-2009Q4:1.3.0.24
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2009Q3:1.3.0.22
	pkgsrc-2009Q3-base:1.3
	pkgsrc-2009Q2:1.3.0.20
	pkgsrc-2009Q2-base:1.3
	pkgsrc-2009Q1:1.3.0.18
	pkgsrc-2009Q1-base:1.3
	pkgsrc-2008Q4:1.3.0.16
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.14
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.12
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.10
	pkgsrc-2008Q2-base:1.3
	cwrapper:1.3.0.8
	pkgsrc-2008Q1:1.3.0.6
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.4
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.2
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.1.1.1.0.4
	pkgsrc-2007Q2-base:1.1.1.1
	pkgsrc-2007Q1:1.1.1.1.0.2
	pkgsrc-2007Q1-base:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2012.03.17.06.08.16;	author obache;	state dead;
branches;
next	1.3;

1.3
date	2007.08.22.02.19.15;	author jlam;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.29.05.19.00;	author jlam;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.21.16.10.13;	author tron;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2007.03.21.16.10.13;	author tron;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Drop gdk-pixbuf, gtk and vmware modules for suse.

* gdk-pixbuf and gtk are not used anywhere in pkgsrc and suse>10.0 does not
  support them.
* vmware module was used for emulators/vmware* packages, but it had been removed
  from pkgsrc.
@
text
@# $NetBSD: Makefile,v 1.3 2007/08/22 02:19:15 jlam Exp $

DISTNAME=	suse_vmware-${SUSE_VERSION}
PKGREVISION=	2
CATEGORIES=	emulators
DISTFILES=	grep-2.5.1a-5.${SUSE_ARCH}.rpm

MAINTAINER=	pkgsrc-users@@NetBSD.org
COMMENT=	Linux compatibility package to help run VMware

EMUL_MODULES.linux=	base x11
RPMIGNOREPATH=		usr

.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"
@


1.3
log
@When testing for the existence of the symlink before removal, use
"test -h", not "test -e" which tests for the existence of the target
of the symlink.

Bump the PKGREVISIONs of suse100_vmware and suse91_vmware.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2007/07/29 05:19:00 jlam Exp $
@


1.2
log
@* 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.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2007/03/21 16:10:13 tron Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2007/02/22 19:26:28 wiz Exp $
d4 1
d6 1
a6 2
MASTER_SITES=	${MASTER_SITE_SUSE100}
DISTFILES=	${RPMFILES}
d9 1
a9 2
HOMEPAGE=	http://www.suse.com/
COMMENT=	Linux compatibility package to support running VMware
d11 2
a12 21
DEPENDS+=	suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
DEPENDS+=	suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse100_x11

EXTRACT_ONLY=	# empty
NO_BUILD=	YES
PLIST_SRC=	${WRKDIR}/PLIST_DYNAMIC
PLIST_SUBST+=	EMULSUBDIR=${EMULSUBDIR:Q}

RPMFILES=	grep-2.5.1a-5.i586.rpm
RPMIGNOREPATH=	usr

post-install:
	${GREP} -v '^#' ${FILESDIR}/device-links | \
	${AWK} '{print("${LN} -fs "$$1" ${EMULDIR}/dev/"$$2)}' | \
	${SH} -
	${GREP} -v '^#' ${FILESDIR}/device-links | \
	${AWK} '{print("@@exec ${LN} -fs "$$1" %D/${EMULSUBDIR}/dev/"$$2)}' \
	  >>${PLIST_SRC}
	${GREP} -v '^#' ${FILESDIR}/device-links | \
	${AWK} '{print("@@unexec ${RM} -f %D/${EMULSUBDIR}/dev/"$$2)}' \
	  >>${PLIST_SRC}
@


1.1.1.1
log
@Import new "suse100_vmware" package:
Linux compatibility package to support running VMware (SuSE 10.0 version)
@
text
@@
