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/82401ebbba36
branches:  trunk
changeset: 515307:82401ebbba36
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Jun 30 15:37:22 2006 +0000

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

diffstat:

 emulators/suse91_aspell/Makefile     |   6 +++---
 emulators/suse91_compat/Makefile     |   6 +++---
 emulators/suse91_expat/Makefile      |   6 +++---
 emulators/suse91_fontconfig/Makefile |   7 ++++---
 emulators/suse91_freetype2/Makefile  |   6 +++---
 emulators/suse91_gdk-pixbuf/Makefile |   5 +++--
 emulators/suse91_glx/Makefile        |   8 ++++----
 emulators/suse91_gtk/Makefile        |   6 +++---
 emulators/suse91_gtk2/Makefile       |  16 ++++++++--------
 emulators/suse91_libjpeg/Makefile    |   6 +++---
 emulators/suse91_libpng/Makefile     |   6 +++---
 emulators/suse91_libtiff/Makefile    |   6 +++---
 emulators/suse91_locale/Makefile     |   6 +++---
 emulators/suse91_openmotif/Makefile  |   6 +++---
 emulators/suse91_slang/Makefile      |   6 +++---
 emulators/suse91_vmware/Makefile     |   8 ++++----
 emulators/suse91_x11/Makefile        |   6 +++---
 17 files changed, 59 insertions(+), 57 deletions(-)

diffs (truncated from 388 to 300 lines):

diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_aspell/Makefile
--- a/emulators/suse91_aspell/Makefile  Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_aspell/Makefile  Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/06/26 15:10:30 salo Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_aspell-${SUSE_VERSION}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for Aspell library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_compat/Makefile
--- a/emulators/suse91_compat/Makefile  Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_compat/Makefile  Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:03 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_compat-${SUSE_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package with old shared libraries
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_expat/Makefile
--- a/emulators/suse91_expat/Makefile   Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_expat/Makefile   Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:36 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_expat-${SUSE_VERSION}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for expat binaries
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_fontconfig/Makefile
--- a/emulators/suse91_fontconfig/Makefile      Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_fontconfig/Makefile      Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:36 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_fontconfig-${SUSE_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,8 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for fontconfig binaries
 
-DEPENDS+=              suse_expat>=${SUSE_VERSION}:../../emulators/suse91_expat
+DEPENDS+=              suse_expat-${SUSE_VERSION}{,nb*}:../../emulators/suse91_expat
+DEPENDS+=              suse_freetype2-${SUSE_VERSION}{,nb*}:../../emulators/suse91_freetype2
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_freetype2/Makefile
--- a/emulators/suse91_freetype2/Makefile       Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_freetype2/Makefile       Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:03 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_freetype2-${SUSE_VERSION}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for FreeType2 library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_gdk-pixbuf/Makefile
--- a/emulators/suse91_gdk-pixbuf/Makefile      Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_gdk-pixbuf/Makefile      Fri Jun 30 15:37:22 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2006/03/06 09:10:54 toddpw Exp $
+# $NetBSD: Makefile,v 1.2 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_gdk-pixbuf-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -9,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for gdk-pixbuf binaries
 
-DEPENDS+=              suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11
+DEPENDS+=              suse_gtk-${SUSE_VERSION}{,nb*}:../../emulators/suse91_gtk
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_glx/Makefile
--- a/emulators/suse91_glx/Makefile     Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_glx/Makefile     Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2006/05/08 20:39:30 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_glx-${SUSE_VERSION}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,8 +10,8 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for the GL library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
-DEPENDS+=              suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base
+DEPENDS+=              suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse91_x11
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_gtk/Makefile
--- a/emulators/suse91_gtk/Makefile     Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_gtk/Makefile     Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:09:03 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_gtk-${SUSE_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for GTK binaries
 
-DEPENDS+=              suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11
+DEPENDS+=              suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse91_x11
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_gtk2/Makefile
--- a/emulators/suse91_gtk2/Makefile    Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_gtk2/Makefile    Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/03/14 01:14:28 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_gtk2-${SUSE_VERSION}
-PKGREVISION=           5
+PKGREVISION=           6
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,12 +10,12 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for GTK2 binaries
 
-DEPENDS+=              suse_fontconfig>=${SUSE_VERSION}:../../emulators/suse91_fontconfig
-DEPENDS+=              suse_freetype2>=${SUSE_VERSION}:../../emulators/suse91_freetype2
-DEPENDS+=              suse_libjpeg>=${SUSE_VERSION}:../../emulators/suse91_libjpeg
-DEPENDS+=              suse_libpng>=${SUSE_VERSION}:../../emulators/suse91_libpng
-DEPENDS+=              suse_libtiff>=${SUSE_VERSION}:../../emulators/suse91_libtiff
-DEPENDS+=              suse_x11>=${SUSE_VERSION}:../../emulators/suse91_x11
+DEPENDS+=              suse_fontconfig-${SUSE_VERSION}{,nb*}:../../emulators/suse91_fontconfig
+DEPENDS+=              suse_freetype2-${SUSE_VERSION}{,nb*}:../../emulators/suse91_freetype2
+DEPENDS+=              suse_libjpeg-${SUSE_VERSION}{,nb*}:../../emulators/suse91_libjpeg
+DEPENDS+=              suse_libpng-${SUSE_VERSION}{,nb*}:../../emulators/suse91_libpng
+DEPENDS+=              suse_libtiff-${SUSE_VERSION}{,nb*}:../../emulators/suse91_libtiff
+DEPENDS+=              suse_x11-${SUSE_VERSION}{,nb*}:../../emulators/suse91_x11
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_libjpeg/Makefile
--- a/emulators/suse91_libjpeg/Makefile Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_libjpeg/Makefile Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:03 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_libjpeg-${SUSE_VERSION}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for the JPEG library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_libpng/Makefile
--- a/emulators/suse91_libpng/Makefile  Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_libpng/Makefile  Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:03 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_libpng-${SUSE_VERSION}
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Linux compatibility package for the PNG library
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_libtiff/Makefile
--- a/emulators/suse91_libtiff/Makefile Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_libtiff/Makefile Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2006/06/26 19:42:26 salo Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_libtiff-${SUSE_VERSION}
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 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/suse91_base
+DEPENDS+=              suse_libjpeg-${SUSE_VERSION}{,nb*}:../../emulators/suse91_libjpeg
 
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_locale/Makefile
--- a/emulators/suse91_locale/Makefile  Fri Jun 30 15:33:39 2006 +0000
+++ b/emulators/suse91_locale/Makefile  Fri Jun 30 15:37:22 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:36 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/30 15:37:22 salo Exp $
 
 DISTNAME=              suse_locale-${SUSE_VERSION}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.suse.com/
 COMMENT=               Locale files for the Linux compatibility package
 
-DEPENDS+=              suse_base>=${SUSE_VERSION}:../../emulators/suse91_base
+DEPENDS+=              suse_base-${SUSE_VERSION}{,nb*}:../../emulators/suse91_base
 
 CONFLICTS=             linux-locale-[0-9]*
 
diff -r 7e21b0ff46e3 -r 82401ebbba36 emulators/suse91_openmotif/Makefile
--- a/emulators/suse91_openmotif/Makefile       Fri Jun 30 15:33:39 2006 +0000



Home | Main Index | Thread Index | Old Index