USE_BISON (build) and pet portlint about CONFLICTS (a version number

is required).
This commit is contained in:
Jimmy Olgeni 2009-08-11 13:32:57 +00:00
parent dd271e4c54
commit 49d6c1e892
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239320
2 changed files with 4 additions and 2 deletions

View file

@ -18,6 +18,7 @@ COMMENT= PostgreSQL master to multiple replicas replication system
BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
GNU_CONFIGURE= yes
USE_BISON= build
USE_PGSQL= yes
USE_GMAKE= yes
USE_BZIP2= yes
@ -28,7 +29,7 @@ SUB_LIST+= NAME=slon
OPTIONS= PERLTOOLS "Install perl configuration tools" Off
CONFLICTS?= slony1v2-*
CONFLICTS?= slony1v2-2*
.include <bsd.port.pre.mk>

View file

@ -19,6 +19,7 @@ COMMENT= PostgreSQL master to multiple replicas replication system
BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
GNU_CONFIGURE= yes
USE_BISON= build
USE_PGSQL= yes
USE_GMAKE= yes
USE_BZIP2= yes
@ -29,7 +30,7 @@ SUB_LIST+= NAME=slon
OPTIONS= PERLTOOLS "Install perl configuration tools" Off
CONFLICTS?= slony1-*
CONFLICTS?= slony1-1*
.include <bsd.port.pre.mk>