pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators No building is done here -- set NO_BUILDLINK...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffcb0c1a2984
branches:  trunk
changeset: 473362:ffcb0c1a2984
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 19 00:28:59 2004 +0000

description:
No building is done here -- set NO_BUILDLINK to YES, and remove
USE_BUILDLINK2, if any.

diffstat:

 emulators/suse_audio/Makefile     |  3 ++-
 emulators/suse_base/Makefile      |  4 ++--
 emulators/suse_compat/Makefile    |  4 ++--
 emulators/suse_devel/Makefile     |  3 ++-
 emulators/suse_freetype2/Makefile |  4 ++--
 emulators/suse_glx/Makefile       |  3 ++-
 emulators/suse_gtk/Makefile       |  3 ++-
 emulators/suse_libc5/Makefile     |  3 ++-
 emulators/suse_libjpeg/Makefile   |  4 ++--
 emulators/suse_libpng/Makefile    |  4 ++--
 emulators/suse_libtiff/Makefile   |  4 ++--
 emulators/suse_linux/Makefile     |  3 ++-
 emulators/suse_openmotif/Makefile |  3 ++-
 emulators/suse_slang/Makefile     |  4 ++--
 emulators/suse_vmware/Makefile    |  3 ++-
 emulators/suse_x11/Makefile       |  4 ++--
 emulators/suse_xforms/Makefile    |  3 ++-
 17 files changed, 34 insertions(+), 25 deletions(-)

diffs (truncated from 309 to 300 lines):

diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_audio/Makefile
--- a/emulators/suse_audio/Makefile     Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_audio/Makefile     Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/04/14 11:31:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              audiofile
 PKGNAME=               suse_audio-${SUSE_VERSION}
@@ -16,6 +16,7 @@
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              ${DISTNAME}${EXTRACT_SUFX}
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_base/Makefile
--- a/emulators/suse_base/Makefile      Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_base/Makefile      Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2004/04/14 11:31:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.48 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              suse_base-${SUSE_VERSION}
 PKGREVISION=           5
@@ -18,7 +18,7 @@
 ONLY_FOR_PLATFORM+=    NetBSD-1.[7-9]*-powerpc NetBSD-[2-9]*-powerpc
 ONLY_FOR_PLATFORM+=    FreeBSD-*-i386
 
-USE_BUILDLINK2=                # defined
+NO_BUILDLINK=          YES
 EXTRACT_ONLY=          # empty
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_compat/Makefile
--- a/emulators/suse_compat/Makefile    Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_compat/Makefile    Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/04/14 11:31:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.20 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              compat
 PKGNAME=               suse_${DISTNAME}-${SUSE_VERSION}
@@ -14,9 +14,9 @@
 
 ONLY_FOR_PLATFORM=      NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386
 
-USE_BUILDLINK2=                # defined
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              ${DISTNAME}${EXTRACT_SUFX}
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_devel/Makefile
--- a/emulators/suse_devel/Makefile     Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_devel/Makefile     Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/04/14 11:31:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.20 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              suse_devel-${SUSE_VERSION}
 CATEGORIES=            emulators
@@ -19,6 +19,7 @@
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              binutils.rpm cpp.rpm g77.rpm gcc.rpm gpp.rpm make.rpm
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_freetype2/Makefile
--- a/emulators/suse_freetype2/Makefile Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_freetype2/Makefile Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/04/14 11:31:11 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              freetype2
 PKGNAME=               suse_${DISTNAME}-${SUSE_VERSION}
@@ -16,8 +16,8 @@
 
 ONLY_FOR_PLATFORM=      NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386
 
-USE_BUILDLINK2=                YES
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 EXTRACT_ONLY=          # empty
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_glx/Makefile
--- a/emulators/suse_glx/Makefile       Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_glx/Makefile       Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              glx
 PKGNAME=               suse_${DISTNAME}-${SUSE_VERSION}
@@ -16,6 +16,7 @@
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              ${DISTNAME}${EXTRACT_SUFX}
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_gtk/Makefile
--- a/emulators/suse_gtk/Makefile       Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_gtk/Makefile       Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              suse_gtk-${SUSE_VERSION}
 CATEGORIES=            emulators
@@ -16,6 +16,7 @@
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              glib.rpm gtk.rpm
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_libc5/Makefile
--- a/emulators/suse_libc5/Makefile     Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_libc5/Makefile     Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.25 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              shlibs5
 PKGNAME=               suse_libc5-${SUSE_VERSION}
@@ -16,6 +16,7 @@
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              ${DISTNAME}${EXTRACT_SUFX}
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_libjpeg/Makefile
--- a/emulators/suse_libjpeg/Makefile   Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_libjpeg/Makefile   Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              libjpeg
 PKGNAME=               suse_${DISTNAME}-${SUSE_VERSION}
@@ -14,9 +14,9 @@
 
 ONLY_FOR_PLATFORM=      NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386
 
-USE_BUILDLINK2=                # defined
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              ${DISTNAME}${EXTRACT_SUFX}
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_libpng/Makefile
--- a/emulators/suse_libpng/Makefile    Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_libpng/Makefile    Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              libpng
 PKGREVISION=           1
@@ -16,9 +16,9 @@
 
 ONLY_FOR_PLATFORM=      NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386
 
-USE_BUILDLINK2=                # defined
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 .include "../../emulators/suse_linux/arch.mk"
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_libtiff/Makefile
--- a/emulators/suse_libtiff/Makefile   Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_libtiff/Makefile   Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              libtiff
 PKGNAME=               suse_${DISTNAME}-${SUSE_VERSION}
@@ -14,8 +14,8 @@
 
 ONLY_FOR_PLATFORM=      NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386
 
-USE_BUILDLINK2=                YES
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 EXTRACT_ONLY=          # empty
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_linux/Makefile
--- a/emulators/suse_linux/Makefile     Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_linux/Makefile     Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              suse_linux-7.3
 CATEGORIES=            emulators
@@ -28,6 +28,7 @@
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 NO_CHECKSUM=           YES
 
 do-install:            # empty
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_openmotif/Makefile
--- a/emulators/suse_openmotif/Makefile Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_openmotif/Makefile Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              openmotif
 PKGNAME=               suse_${DISTNAME}-${SUSE_VERSION}
@@ -16,6 +16,7 @@
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              ${DISTNAME}${EXTRACT_SUFX}
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_slang/Makefile
--- a/emulators/suse_slang/Makefile     Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_slang/Makefile     Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              slang
 PKGREVISION=           1
@@ -15,9 +15,9 @@
 
 ONLY_FOR_PLATFORM=      NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386
 
-USE_BUILDLINK2=                # defined
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              ${DISTNAME}${EXTRACT_SUFX}
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_vmware/Makefile
--- a/emulators/suse_vmware/Makefile    Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_vmware/Makefile    Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              fileutils-4.1-154.i386
 PKGNAME=               suse_vmware-${SUSE_VERSION}
@@ -17,6 +17,7 @@
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 PLIST_SUBST=           EMULSUBDIR=${EMULSUBDIR}
 
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_x11/Makefile
--- a/emulators/suse_x11/Makefile       Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_x11/Makefile       Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/04/14 11:31:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              suse_x11-${SUSE_VERSION}
 PKGREVISION=           2
@@ -14,9 +14,9 @@
 
 ONLY_FOR_PLATFORM=      NetBSD-*-i386 NetBSD-*-powerpc FreeBSD-*-i386
 
-USE_BUILDLINK2=                # defined
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
+NO_BUILDLINK=          YES
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              xshared.rpm
diff -r d1b7f18d9989 -r ffcb0c1a2984 emulators/suse_xforms/Makefile
--- a/emulators/suse_xforms/Makefile    Mon Apr 19 00:23:34 2004 +0000
+++ b/emulators/suse_xforms/Makefile    Mon Apr 19 00:28:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/04/14 11:31:13 xtraeme Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/19 00:28:59 wiz Exp $
 
 DISTNAME=              xforms



Home | Main Index | Thread Index | Old Index