diff options
author | jperkin <jperkin> | 2013-07-12 10:41:58 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-07-12 10:41:58 +0000 |
commit | 0539037610a716b1f0f0f84ebc35abc39840f732 (patch) | |
tree | a3451082e1560b738d75f804e29d005c0e979e6c | |
parent | ecfba42e9146b89d7c9345f6b25d49136cea2084 (diff) | |
download | pkgsrc-0539037610a716b1f0f0f84ebc35abc39840f732.tar.gz |
Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS,
so that they are correctly calculated as independent.
This avoids issues in bulk builds where the package version was taking
precedence and causing the wrong user package to be depended upon.
-rw-r--r-- | mk/platform/Cygwin.mk | 4 | ||||
-rw-r--r-- | mk/platform/Darwin.mk | 4 | ||||
-rw-r--r-- | mk/platform/IRIX.mk | 4 | ||||
-rw-r--r-- | mk/platform/Interix.mk | 4 | ||||
-rw-r--r-- | sysutils/user_cygwin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/user_darwin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/user_interix/Makefile | 4 | ||||
-rw-r--r-- | sysutils/user_irix/Makefile | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/mk/platform/Cygwin.mk b/mk/platform/Cygwin.mk index d611a931e32..b13f51f82b6 100644 --- a/mk/platform/Cygwin.mk +++ b/mk/platform/Cygwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Cygwin.mk,v 1.12 2013/04/28 12:53:56 obache Exp $ +# $NetBSD: Cygwin.mk,v 1.13 2013/07/12 10:41:58 jperkin Exp $ # # Variable definitions for the Windows with Cygwin. @@ -17,7 +17,7 @@ TYPE?= type # Shell builtin USERADD?= ${LOCALBASE}/sbin/useradd GROUPADD?= ${LOCALBASE}/sbin/groupadd _PKG_USER_HOME?= # empty by default -_USER_DEPENDS= user>=20130313:../../sysutils/user_cygwin +_USER_DEPENDS= user-cygwin>=20130712:../../sysutils/user_cygwin CPP_PRECOMP_FLAGS?= # unset CONFIG_RPATH_OVERRIDE?= config.rpath */config.rpath */*/config.rpath diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk index 5f37c4b7663..5e7082f340c 100644 --- a/mk/platform/Darwin.mk +++ b/mk/platform/Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Darwin.mk,v 1.52 2013/04/28 12:53:56 obache Exp $ +# $NetBSD: Darwin.mk,v 1.53 2013/07/12 10:41:58 jperkin Exp $ # # Variable definitions for the Darwin operating system. @@ -67,7 +67,7 @@ ULIMIT_CMD_memorysize?= ulimit -m `ulimit -H -m` GROUPADD?= ${LOCALBASE}/sbin/groupadd USERADD?= ${LOCALBASE}/sbin/useradd _PKG_USER_HOME?= /var/empty # to match other system accounts -_USER_DEPENDS= user>=20040801:../../sysutils/user_darwin +_USER_DEPENDS= user-darwin>=20130712:../../sysutils/user_darwin _OPSYS_EMULDIR.darwin= # empty diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk index f0ae18a8c84..cb98b78ef6a 100644 --- a/mk/platform/IRIX.mk +++ b/mk/platform/IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: IRIX.mk,v 1.41 2013/04/28 12:53:56 obache Exp $ +# $NetBSD: IRIX.mk,v 1.42 2013/07/12 10:41:58 jperkin Exp $ # # Variable definitions for the IRIX operating system. @@ -33,7 +33,7 @@ ULIMIT_CMD_memorysize?= ulimit -v `ulimit -H -v` USERADD?= ${LOCALBASE}/sbin/useradd GROUPADD?= ${LOCALBASE}/sbin/groupadd _PKG_USER_HOME?= /dev/null # to match other system accounts -_USER_DEPENDS= user-[0-9]*:../../sysutils/user_irix +_USER_DEPENDS= user-irix>=20130712:../../sysutils/user_irix _OPSYS_EMULDIR.irix= # empty diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index c3019e4456a..e18dc427cc5 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.69 2013/04/28 12:53:56 obache Exp $ +# $NetBSD: Interix.mk,v 1.70 2013/07/12 10:41:58 jperkin Exp $ # # Variable definitions for the Interix operating system. @@ -85,7 +85,7 @@ TYPE?= type # Shell builtin USERADD?= ${LOCALBASE}/sbin/useradd GROUPADD?= ${LOCALBASE}/sbin/groupadd _PKG_USER_HOME?= # empty by default -_USER_DEPENDS= user>=20040426:../../sysutils/user_interix +_USER_DEPENDS= user-interix>=20130712:../../sysutils/user_interix CPP_PRECOMP_FLAGS?= # unset CONFIG_RPATH_OVERRIDE?= config.rpath */config.rpath */*/config.rpath diff --git a/sysutils/user_cygwin/Makefile b/sysutils/user_cygwin/Makefile index 8e48790e190..50b267547f8 100644 --- a/sysutils/user_cygwin/Makefile +++ b/sysutils/user_cygwin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/03/13 12:35:15 obache Exp $ +# $NetBSD: Makefile,v 1.5 2013/07/12 10:41:58 jperkin Exp $ # -DISTNAME= user-20130313 +DISTNAME= user-cygwin-20130712 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/user_darwin/Makefile b/sysutils/user_darwin/Makefile index fdd801ee39d..4acc927aac4 100644 --- a/sysutils/user_darwin/Makefile +++ b/sysutils/user_darwin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2012/10/23 19:51:28 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/07/12 10:41:58 jperkin Exp $ # -DISTNAME= user-20101223 +DISTNAME= user-darwin-20130712 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/user_interix/Makefile b/sysutils/user_interix/Makefile index bb4fe390a81..cb04efe2716 100644 --- a/sysutils/user_interix/Makefile +++ b/sysutils/user_interix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2012/10/23 19:51:28 asau Exp $ +# $NetBSD: Makefile,v 1.11 2013/07/12 10:41:58 jperkin Exp $ # -DISTNAME= user-20040426 +DISTNAME= user-interix-20130712 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/user_irix/Makefile b/sysutils/user_irix/Makefile index 69e0c6913cc..d0b0edf2edb 100644 --- a/sysutils/user_irix/Makefile +++ b/sysutils/user_irix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/10/23 19:51:28 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/07/12 10:41:58 jperkin Exp $ # -DISTNAME= user-20110201 +DISTNAME= user-irix-20130712 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty |