From c79d13574d40ad8e282bd93bd622e8a195903691 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 29 Jul 2007 05:18:36 +0000 Subject: * 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. --- meta-pkgs/suse100/Makefile | 38 ++++++++------------------------------ 1 file changed, 8 insertions(+), 30 deletions(-) (limited to 'meta-pkgs/suse100/Makefile') diff --git a/meta-pkgs/suse100/Makefile b/meta-pkgs/suse100/Makefile index ad28fe76fd8..e362687cf96 100644 --- a/meta-pkgs/suse100/Makefile +++ b/meta-pkgs/suse100/Makefile @@ -1,44 +1,22 @@ -# $NetBSD: Makefile,v 1.7 2007/04/19 15:30:22 xtraeme Exp $ -# +# $NetBSD: Makefile,v 1.8 2007/07/29 05:19:35 jlam Exp $ -DISTNAME= suse-10.0 -PKGREVISION= 3 -CATEGORIES= meta-pkgs emulators +DISTNAME= suse-${SUSE_VERSION} +PKGREVISION= 4 +CATEGORIES= emulators meta-pkgs MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= SUSE-based Linux binary emulation environment -# This list should contain all suse100_* packages. -# -DEPENDS+= suse_base-10.0{,nb*}:../../emulators/suse100_base -DEPENDS+= suse_aspell-10.0{,nb*}:../../emulators/suse100_aspell -DEPENDS+= suse_compat-10.0{,nb*}:../../emulators/suse100_compat -DEPENDS+= suse_expat-10.0{,nb*}:../../emulators/suse100_expat -DEPENDS+= suse_fontconfig-10.0{,nb*}:../../emulators/suse100_fontconfig -DEPENDS+= suse_freetype2-10.0{,nb*}:../../emulators/suse100_freetype2 -DEPENDS+= suse_gdk-pixbuf-10.0{,nb*}:../../emulators/suse100_gdk-pixbuf -DEPENDS+= suse_glx-10.0{,nb*}:../../emulators/suse100_glx -DEPENDS+= suse_gtk2-10.0{,nb*}:../../emulators/suse100_gtk2 -DEPENDS+= suse_gtk-10.0{,nb*}:../../emulators/suse100_gtk -DEPENDS+= suse_libcups-10.0{,nb*}:../../emulators/suse100_libcups -DEPENDS+= suse_libjpeg-10.0{,nb*}:../../emulators/suse100_libjpeg -DEPENDS+= suse_libpng-10.0{,nb*}:../../emulators/suse100_libpng -DEPENDS+= suse_libtiff-10.0{,nb*}:../../emulators/suse100_libtiff -DEPENDS+= suse_libxml2-10.0{,nb*}:../../emulators/suse100_libxml2 -DEPENDS+= suse_locale-10.0{,nb*}:../../emulators/suse100_locale -DEPENDS+= suse_openmotif-10.0{,nb*}:../../emulators/suse100_openmotif -DEPENDS+= suse_openssl-10.0{,nb*}:../../emulators/suse100_openssl -DEPENDS+= suse_slang-10.0{,nb*}:../../emulators/suse100_slang -DEPENDS+= suse_vmware-10.0{,nb*}:../../emulators/suse100_vmware -DEPENDS+= suse_x11-10.0{,nb*}:../../emulators/suse100_x11 +EMUL_MODULES.linux= aspell base compat cups expat fontconfig \ + freetype2 gdk-pixbuf glx gtk gtk2 jpeg locale \ + motif openssl png slang tiff vmware x11 xml2 +EMUL_PKG_FMT= plain -EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes -NO_MTREE= yes do-install: # empty -- cgit v1.2.3