1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Only dns/bind8 and dns/bind84 screw up the include files.

This commit is contained in:
Oliver Eikemeier 2004-03-19 12:11:09 +00:00
parent e137149556
commit b4fa3443cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104621
4 changed files with 4 additions and 4 deletions

View File

@ -245,7 +245,7 @@ post-patch:
${WRKSRC}/servers/slapd/slapd.conf
pre-configure:
@if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \
@if [ -n "`${PKG_INFO} -xI '^bind\(84\)\{0,1\}-base-8\.'`" ]; then \
${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \
${FALSE}; \
fi

View File

@ -255,7 +255,7 @@ post-patch:
${WRKSRC}/servers/slapd/slapd.conf
pre-configure:
@if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \
@if [ -n "`${PKG_INFO} -xI '^bind\(84\)\{0,1\}-base-8\.'`" ]; then \
${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \
${FALSE}; \
fi

View File

@ -255,7 +255,7 @@ post-patch:
${WRKSRC}/servers/slapd/slapd.conf
pre-configure:
@if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \
@if [ -n "`${PKG_INFO} -xI '^bind\(84\)\{0,1\}-base-8\.'`" ]; then \
${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \
${FALSE}; \
fi

View File

@ -255,7 +255,7 @@ post-patch:
${WRKSRC}/servers/slapd/slapd.conf
pre-configure:
@if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \
@if [ -n "`${PKG_INFO} -xI '^bind\(84\)\{0,1\}-base-8\.'`" ]; then \
${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \
${FALSE}; \
fi