pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators We really, really, really _don't_ want open ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2adc4c02b062
branches:  trunk
changeset: 515316:2adc4c02b062
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Jun 30 16:20:23 2006 +0000

description:
We really, really, really _don't_ want open dependencies here.
Also, resolve some missing interdependencies while I am here.

diffstat:

 emulators/suse100_aspell/Makefile     |   5 +++--
 emulators/suse100_compat/Makefile     |   5 +++--
 emulators/suse100_expat/Makefile      |   5 +++--
 emulators/suse100_fontconfig/Makefile |   7 ++++---
 emulators/suse100_freetype2/Makefile  |   6 +++---
 emulators/suse100_gdk-pixbuf/Makefile |   6 +++---
 emulators/suse100_glx/Makefile        |   7 +++----
 emulators/suse100_gtk/Makefile        |   5 +++--
 emulators/suse100_gtk2/Makefile       |  16 ++++++++--------
 emulators/suse100_libcups/Makefile    |   6 +++---
 emulators/suse100_libjpeg/Makefile    |   5 +++--
 emulators/suse100_libpng/Makefile     |   5 +++--
 emulators/suse100_libtiff/Makefile    |   6 +++---
 emulators/suse100_libxml2/Makefile    |   5 +++--
 emulators/suse100_locale/Makefile     |   5 +++--
 emulators/suse100_openmotif/Makefile  |   5 +++--
 emulators/suse100_openssl/Makefile    |   5 +++--
 emulators/suse100_slang/Makefile      |   6 +++---
 emulators/suse100_slang/PLIST         |   5 ++---
 emulators/suse100_x11/Makefile        |   6 +++---
 20 files changed, 65 insertions(+), 56 deletions(-)

diffs (truncated from 429 to 300 lines):

diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_aspell/Makefile
--- a/emulators/suse100_aspell/Makefile Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_aspell/Makefile Fri Jun 30 16:20:23 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 14:08:33 salo Exp $
+# $NetBSD: Makefile,v 1.2 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_aspell-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +11,7 @@
 COMMENT=               Linux compatibility package for Aspell library
 
 .if !defined(USE_NATIVE_LINUX)
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
 .endif
 
 EXTRACT_ONLY=          # empty
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_compat/Makefile
--- a/emulators/suse100_compat/Makefile Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_compat/Makefile Fri Jun 30 16:20:23 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/04/03 18:17:54 ghen Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_compat-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -9,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package with old shared libraries
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_expat/Makefile
--- a/emulators/suse100_expat/Makefile  Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_expat/Makefile  Fri Jun 30 16:20:23 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2006/04/03 18:17:54 ghen Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_expat-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -9,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for expat binaries
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_fontconfig/Makefile
--- a/emulators/suse100_fontconfig/Makefile     Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_fontconfig/Makefile     Fri Jun 30 16:20:23 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/06/06 14:53:06 salo Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_fontconfig-${SUSE_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,8 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for fontconfig binaries
 
-DEPENDS+=              suse_expat>=${SUSE_VERSION}:../../emulators/suse100_expat
+DEPENDS+=              suse_expat-${SUSE_VERSION}{,nb*}:../../emulators/suse100_expat
+DEPENDS+=              suse_freetype2-${SUSE_VERSION}{,nb*}:../../emulators/suse100_freetype2
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_freetype2/Makefile
--- a/emulators/suse100_freetype2/Makefile      Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_freetype2/Makefile      Fri Jun 30 16:20:23 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/06/27 13:40:02 salo Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_freetype2-${SUSE_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for FreeType2 library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_gdk-pixbuf/Makefile
--- a/emulators/suse100_gdk-pixbuf/Makefile     Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_gdk-pixbuf/Makefile     Fri Jun 30 16:20:23 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2006/06/06 14:53:06 salo Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_gdk-pixbuf-${SUSE_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for gdk-pixbuf binaries
 
-DEPENDS+=              suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11
+DEPENDS+=              suse_gtk-${SUSE_VERSION}{,nb*}:../../emulators/suse100_gtk
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_glx/Makefile
--- a/emulators/suse100_glx/Makefile    Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_glx/Makefile    Fri Jun 30 16:20:23 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2006/04/28 14:15:06 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_glx-${SUSE_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -10,8 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for the GL library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
-DEPENDS+=              suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11
+DEPENDS+=              suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse100_x11
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_gtk/Makefile
--- a/emulators/suse100_gtk/Makefile    Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_gtk/Makefile    Fri Jun 30 16:20:23 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.2 2006/04/18 13:58:47 tron Exp $
+# $NetBSD: Makefile,v 1.2 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_gtk-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -9,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for GTK binaries
 
-DEPENDS+=              suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11
+DEPENDS+=              suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse100_x11
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_gtk2/Makefile
--- a/emulators/suse100_gtk2/Makefile   Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_gtk2/Makefile   Fri Jun 30 16:20:23 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2006/06/06 14:53:06 salo Exp $
+# $NetBSD: Makefile,v 1.5 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_gtk2-${SUSE_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -10,12 +10,12 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for GTK2 binaries
 
-DEPENDS+=              suse_fontconfig>=${SUSE_VERSION}:../../emulators/suse100_fontconfig
-DEPENDS+=              suse_freetype2>=${SUSE_VERSION}:../../emulators/suse100_freetype2
-DEPENDS+=              suse_libjpeg>=${SUSE_VERSION}:../../emulators/suse100_libjpeg
-DEPENDS+=              suse_libpng>=${SUSE_VERSION}:../../emulators/suse100_libpng
-DEPENDS+=              suse_libtiff>=${SUSE_VERSION}:../../emulators/suse100_libtiff
-DEPENDS+=              suse_x11>=${SUSE_VERSION}:../../emulators/suse100_x11
+DEPENDS+=              suse_fontconfig-${SUSE_VERSION}{,nb*}:../../emulators/suse100_fontconfig
+DEPENDS+=              suse_freetype2-${SUSE_VERSION}{,nb*}:../../emulators/suse100_freetype2
+DEPENDS+=              suse_libjpeg-${SUSE_VERSION}{,nb*}:../../emulators/suse100_libjpeg
+DEPENDS+=              suse_libpng-${SUSE_VERSION}{,nb*}:../../emulators/suse100_libpng
+DEPENDS+=              suse_libtiff-${SUSE_VERSION}{,nb*}:../../emulators/suse100_libtiff
+DEPENDS+=              suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse100_x11
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_libcups/Makefile
--- a/emulators/suse100_libcups/Makefile        Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_libcups/Makefile        Fri Jun 30 16:20:23 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/06/11 13:29:09 markd Exp $
+# $NetBSD: Makefile,v 1.2 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_libcups-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -9,8 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for the Cups library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
-DEPENDS+=              suse_openssl>=${SUSE_VERSION}:../../emulators/suse100_openssl
+DEPENDS+=              suse_openssl-${SUSE_VERSION}{,nb*}:../../emulators/suse100_openssl
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_libjpeg/Makefile
--- a/emulators/suse100_libjpeg/Makefile        Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_libjpeg/Makefile        Fri Jun 30 16:20:23 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2006/04/03 18:17:55 ghen Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_libjpeg-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -9,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for the JPEG library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_libpng/Makefile
--- a/emulators/suse100_libpng/Makefile Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_libpng/Makefile Fri Jun 30 16:20:23 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2006/04/03 18:17:55 ghen Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_libpng-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -9,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for the PNG library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse100_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_libtiff/Makefile
--- a/emulators/suse100_libtiff/Makefile        Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_libtiff/Makefile        Fri Jun 30 16:20:23 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2006/06/06 14:53:06 salo Exp $
+# $NetBSD: Makefile,v 1.4 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=              suse_libtiff-${SUSE_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE100}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for the TIFF library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+DEPENDS+=              suse_libjpeg-${SUSE_VERSION}{,nb*}:../../emulators/suse100_libjpeg
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r c0339e6fec34 -r 2adc4c02b062 emulators/suse100_libxml2/Makefile
--- a/emulators/suse100_libxml2/Makefile        Fri Jun 30 16:17:27 2006 +0000
+++ b/emulators/suse100_libxml2/Makefile        Fri Jun 30 16:20:23 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/06/13 11:30:48 salo Exp $
+# $NetBSD: Makefile,v 1.2 2006/06/30 16:20:23 salo Exp $
 
 DISTNAME=      suse_libxml2-${SUSE_VERSION}



Home | Main Index | Thread Index | Old Index