diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
commit | 6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330 (patch) | |
tree | 059002a09ab942607c4e739ae3422b863a0c90f4 /emulators | |
parent | 3c4d07b4201946eda3d2c72f892f3ac600b74b65 (diff) | |
download | pkgsrc-6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330.tar.gz |
Specify the category when including other files and when depending on other
packages. From PR pkg/21864 by ccatrian at eml.cc.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_audio/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_base/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_compat/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_glx/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse_gtk/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_libc5/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_libjpeg/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_libpng/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_libtiff/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_openmotif/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_vmware/Makefile | 8 | ||||
-rw-r--r-- | emulators/suse_x11/Makefile | 6 | ||||
-rw-r--r-- | emulators/suse_xforms/Makefile | 6 | ||||
-rw-r--r-- | emulators/vmware/Makefile | 4 |
14 files changed, 41 insertions, 41 deletions
diff --git a/emulators/suse_audio/Makefile b/emulators/suse_audio/Makefile index 388ddf7d85c..c0da4127ded 100644 --- a/emulators/suse_audio/Makefile +++ b/emulators/suse_audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:36:02 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/09/18 16:25:20 jmmv Exp $ DISTNAME= audiofile PKGNAME= suse_audio-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for audio libraries -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @@ -20,5 +20,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index f5217bf0c7d..4c9601a8879 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2003/07/17 21:36:03 grant Exp $ +# $NetBSD: Makefile,v 1.45 2003/09/18 16:25:21 jmmv Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 4 @@ -24,7 +24,7 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= aaa_dir.rpm gppshare.rpm ncurses.rpm \ readline.rpm bash.rpm sh-utils.rpm -.include "../suse_linux/arch.mk" +.include "../../emulators/suse_linux/arch.mk" .if ${SUSE_ARCH} == "i386" RPMFILES+= glibc-2.2.4-78.${SUSE_ARCH}.rpm libz-1.1.3-597.${SUSE_ARCH}.rpm @@ -70,5 +70,5 @@ do-install: ${CHMOD} +x ${LINUX_LDD} @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_compat/Makefile b/emulators/suse_compat/Makefile index fff42e725c3..85a815c4745 100644 --- a/emulators/suse_compat/Makefile +++ b/emulators/suse_compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 21:36:05 grant Exp $ +# $NetBSD: Makefile,v 1.18 2003/09/18 16:25:21 jmmv Exp $ DISTNAME= compat PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package with old shared libraries -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @@ -21,5 +21,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_glx/Makefile b/emulators/suse_glx/Makefile index f4fe731f10b..5dc4e305e50 100644 --- a/emulators/suse_glx/Makefile +++ b/emulators/suse_glx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:36:08 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/18 16:25:23 jmmv Exp $ DISTNAME= glx PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -20,5 +20,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_gtk/Makefile b/emulators/suse_gtk/Makefile index 5371bfdcd67..034cd59d966 100644 --- a/emulators/suse_gtk/Makefile +++ b/emulators/suse_gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:36:09 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/18 16:25:23 jmmv Exp $ DISTNAME= suse_gtk-${SUSE_VERSION} CATEGORIES= emulators @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for GTK binaries -DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11 +DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @@ -20,5 +20,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= glib.rpm gtk.rpm -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_libc5/Makefile b/emulators/suse_libc5/Makefile index 94bbdcf5641..2874f67c194 100644 --- a/emulators/suse_libc5/Makefile +++ b/emulators/suse_libc5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/07/17 21:36:10 grant Exp $ +# $NetBSD: Makefile,v 1.22 2003/09/18 16:25:24 jmmv Exp $ DISTNAME= shlibs5 PKGNAME= suse_libc5-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for libc5 binaries -DEPENDS+= suse_compat>=${SUSE_VERSION}:../suse_compat +DEPENDS+= suse_compat>=${SUSE_VERSION}:../../emulators/suse_compat CONFLICTS+= mozilla-bin-[0-9]* CONFLICTS+= phoenix-bin-[0-9]* @@ -23,5 +23,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_libjpeg/Makefile b/emulators/suse_libjpeg/Makefile index 6dc8c5edc7d..2b8933a4aa1 100644 --- a/emulators/suse_libjpeg/Makefile +++ b/emulators/suse_libjpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:36:11 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/09/18 16:25:26 jmmv Exp $ DISTNAME= libjpeg PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the JPEG library -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @@ -21,5 +21,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_libpng/Makefile b/emulators/suse_libpng/Makefile index 1e9cddedf5f..dbc1b2da444 100644 --- a/emulators/suse_libpng/Makefile +++ b/emulators/suse_libpng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:36:12 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/18 16:25:26 jmmv Exp $ DISTNAME= libpng PKGREVISION= 1 @@ -12,7 +12,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the PNG library -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @@ -31,5 +31,5 @@ RPMFILES= ${DISTNAME}-2.1.0.12-131.${SUSE_ARCH}${EXTRACT_SUFX} RPMFILES= ${DISTNAME}${EXTRACT_SUFX} .endif -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_libtiff/Makefile b/emulators/suse_libtiff/Makefile index a5e86c5d7ab..869a52eb71f 100644 --- a/emulators/suse_libtiff/Makefile +++ b/emulators/suse_libtiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:36:12 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/18 16:25:27 jmmv Exp $ DISTNAME= libtiff PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the TIFF library -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @@ -21,5 +21,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_openmotif/Makefile b/emulators/suse_openmotif/Makefile index 37e67cdb4d5..b0acc428f2d 100644 --- a/emulators/suse_openmotif/Makefile +++ b/emulators/suse_openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:36:14 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/18 16:25:28 jmmv Exp $ DISTNAME= openmotif PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for the Motif libraries -DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11 +DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @@ -20,5 +20,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_vmware/Makefile b/emulators/suse_vmware/Makefile index f43ea5b6ce1..09540887f10 100644 --- a/emulators/suse_vmware/Makefile +++ b/emulators/suse_vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:36:16 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/18 16:25:29 jmmv Exp $ DISTNAME= fileutils-4.1-154.i386 PKGNAME= suse_vmware-${SUSE_VERSION} @@ -10,8 +10,8 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package to support running VMware -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base -DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11 +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base +DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 @@ -35,5 +35,5 @@ post-install: ${AWK} '{print("@unexec rm -f %D/${EMULSUBDIR}/dev/"$$2)}' \ >>${PLIST_SRC} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile index 50232e3a03f..d1d48f058c5 100644 --- a/emulators/suse_x11/Makefile +++ b/emulators/suse_x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/07/17 21:36:17 grant Exp $ +# $NetBSD: Makefile,v 1.24 2003/09/18 16:25:29 jmmv Exp $ DISTNAME= suse_x11-${SUSE_VERSION} PKGREVISION= 2 @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for X11 binaries -DEPENDS+= suse_base>=${SUSE_VERSION}:../suse_base +DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse_base ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @@ -45,5 +45,5 @@ post-install: cd ${EMULDIR}/usr/X11R6/lib && ${LN} -sf $$link $${link%.[0-9]}; \ done -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile index ea0ad5656ee..7b7bbbc3bba 100644 --- a/emulators/suse_xforms/Makefile +++ b/emulators/suse_xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:36:18 grant Exp $ +# $NetBSD: Makefile,v 1.16 2003/09/18 16:25:30 jmmv Exp $ DISTNAME= xforms PKGNAME= suse_${DISTNAME}-${SUSE_VERSION} @@ -10,7 +10,7 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.suse.com/ COMMENT= Linux compatibility package for xforms binaries -DEPENDS+= suse_x11>=${SUSE_VERSION}:../suse_x11 +DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse_x11 ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-powerpc @@ -20,5 +20,5 @@ PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC RPMFILES= ${DISTNAME}${EXTRACT_SUFX} -.include "../suse_linux/Makefile.common" +.include "../../emulators/suse_linux/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index e818310856b..ffb2f1fac87 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:36:21 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/09/18 16:25:31 jmmv Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 @@ -80,5 +80,5 @@ post-install: ${ECHO} "vmnet1.HostOnlyNetMask = \"255.255.255.0\""; \ ) > ${VMWARE_CFG_DIR}/config -.include "../suse_linux/Makefile.application" +.include "../../emulators/suse_linux/Makefile.application" .include "../../mk/bsd.pkg.mk" |