From b6d78357dad15e85cc887cb0b64f8efae8f24c6f Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Sun, 5 Apr 2015 09:00:59 +0000 Subject: [PATCH] remove redundant cpe markers on the slave ports --- databases/postgresql90-server/Makefile | 2 -- databases/postgresql91-server/Makefile | 4 +--- databases/postgresql92-server/Makefile | 4 +--- databases/postgresql93-server/Makefile | 2 -- databases/postgresql94-server/Makefile | 2 -- 5 files changed, 2 insertions(+), 12 deletions(-) diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile index ee0b66aad4f7..83611b2c9077 100644 --- a/databases/postgresql90-server/Makefile +++ b/databases/postgresql90-server/Makefile @@ -7,8 +7,6 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org -USES+= cpe - ICU_PATCHFILE?= pg-9017-icu-2014-06-09.diff.gz BUILD_DIRS?= src/timezone src/backend src/backend/utils/mb/conversion_procs \ src/backend/snowball src/backend/replication/libpqwalreceiver \ diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index da2613395366..dc9780b9a7e6 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -12,8 +12,6 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -USES+= cpe - #CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ # ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ # ${PORTNAME}9[^${PORTVERSION:R:E}]-client* \ @@ -31,7 +29,7 @@ UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//}${PKGNAMESUFFIX} .endif PKGINSTALL?= ${PKGDIR}/pkg-install${COMPONENT} -USES+= tar:bzip2 +USES+= tar:bzip2 cpe .if !defined(NO_BUILD) USES+= gmake GNU_CONFIGURE= yes diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index b3747e07315c..e1623aadc64d 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -12,8 +12,6 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -USES+= cpe - CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ ${PORTNAME}9[^${PORTVERSION:R:E}]-client* \ @@ -31,7 +29,7 @@ UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//}${PKGNAMESUFFIX} .endif PKGINSTALL?= ${PKGDIR}/pkg-install${COMPONENT} -USES+= tar:bzip2 +USES+= tar:bzip2 cpe .if !defined(NO_BUILD) USES+= gmake GNU_CONFIGURE= yes diff --git a/databases/postgresql93-server/Makefile b/databases/postgresql93-server/Makefile index 3dda88ea0ea0..f9780f49f941 100644 --- a/databases/postgresql93-server/Makefile +++ b/databases/postgresql93-server/Makefile @@ -7,8 +7,6 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org -USES+= cpe - INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ src/backend/snowball src/backend/replication/libpqwalreceiver \ diff --git a/databases/postgresql94-server/Makefile b/databases/postgresql94-server/Makefile index 450ed9f040b2..ca97adb80bcb 100644 --- a/databases/postgresql94-server/Makefile +++ b/databases/postgresql94-server/Makefile @@ -6,8 +6,6 @@ PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org -USES+= cpe - INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ src/backend/snowball src/backend/replication/libpqwalreceiver \