diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2012-04-22 08:53:59 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2012-04-22 08:53:59 +0000 |
commit | 3dc264c6a33871549cb47ac1a9eafe5943f81774 (patch) | |
tree | 595c80015da75bc086ca086108a6c39e25dd8cf6 /emulators | |
parent | 7bf06aa28c606e5521cc749603a95c39284f8827 (diff) | |
download | ports-3dc264c6a33871549cb47ac1a9eafe5943f81774.tar.gz ports-3dc264c6a33871549cb47ac1a9eafe5943f81774.zip |
Add conflicts with the upcomming linux_base-c6 port.
Notes
Notes:
svn path=/head/; revision=295241
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-f10/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_base-fc4/Makefile | 3 | ||||
-rw-r--r-- | emulators/linux_dist-gentoo-stage3/Makefile | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/emulators/linux_base-f10/Makefile b/emulators/linux_base-f10/Makefile index d7c4b34822b7..d4b0452b36d9 100644 --- a/emulators/linux_base-f10/Makefile +++ b/emulators/linux_base-f10/Makefile @@ -103,7 +103,8 @@ ALWAYS_KEEP_DISTFILES= yes .endif CONFLICTS= linux_base-gentoo* linux_base-fc4-[0-9]* linux_base-fc6-[0-9]* \ - linux_base-f7-[0-9]* linux_base-f8-[0-9]* linux_base-f9-[0-9]* linux-glib2-* + linux_base-f7-[0-9]* linux_base-f8-[0-9]* linux_base-f9-[0-9]* \ + linux_base-c* linux-glib2-* ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes diff --git a/emulators/linux_base-fc4/Makefile b/emulators/linux_base-fc4/Makefile index ca748e5cdb46..67bfa9efdf42 100644 --- a/emulators/linux_base-fc4/Makefile +++ b/emulators/linux_base-fc4/Makefile @@ -95,7 +95,8 @@ ALWAYS_KEEP_DISTFILES= yes LATEST_LINK= linux_base CONFLICTS= linux_base-gentoo* linux_locale* \ - linux_base-f8* linux_base-f7* linux_base-fc6* + linux_base-f8* linux_base-f7* linux_base-fc6* \ + linux_base-c* # EXPIRATION_DATE is the EoL of the last 7.x release EXPIRATION_DATE=2013-02-28 ONLY_FOR_ARCHS= i386 amd64 diff --git a/emulators/linux_dist-gentoo-stage3/Makefile b/emulators/linux_dist-gentoo-stage3/Makefile index e7f8318a881b..d45f986df8ba 100644 --- a/emulators/linux_dist-gentoo-stage3/Makefile +++ b/emulators/linux_dist-gentoo-stage3/Makefile @@ -32,7 +32,7 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGNAMEPREFIX= linux_base- CONFLICTS= linux_base-7* linux_base-8* linux_base-debian* \ linux_base-rh* linux_base-suse* linux_base-f* \ - linux_base-gentoo-stage[12]-* + linux_base-gentoo-stage[12]-* linux_base-c* USE_LINUX_PREFIX= YES PREFIX_SUBDIR= .else |