1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Remove quotes from BROKEN and IGNORE as they are not required

Approved by:	maintainer timeout
This commit is contained in:
Eitan Adler 2012-02-25 22:15:56 +00:00
parent 43b06b941a
commit 7d4a16a84d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292246
6 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ CONFIGURE_ARGS+=--localstatedir=/var
.include <bsd.port.pre.mk>
.if defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL)
IGNORE= is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL"
IGNORE= is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL
.endif
.if !defined(WITHOUT_WWW)

View File

@ -32,7 +32,7 @@ PLATFORM_SUFX= x86
.elif ${ARCH} == amd64
PLATFORM_SUFX= x86_64
.else
IGNORE= "Unsupported platform, sorry."
IGNORE= Unsupported platform, sorry.
.endif
TAR_FILES= p4api.tgz

View File

@ -41,7 +41,7 @@ PORTDOCS= \
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= "You must manually fetch from the \"Java Advanced Imaging API 1.1.3 Download Page\", the \"Java (no native acceleration)\" distribution \(${DISTNAME}${EXTRACT_SUFX}\) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again"
IGNORE= You must manually fetch from the \"Java Advanced Imaging API 1.1.3 Download Page\", the \"Java (no native acceleration)\" distribution \(${DISTNAME}${EXTRACT_SUFX}\) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
.endif
do-install:

View File

@ -51,7 +51,7 @@ USE_BDB_VER= 41
.if ${USE_BDB_VER} == 4
USE_BDB= 40
.elif ${USE_BDB_VER} != 41
IGNORE= "cannot install: WITH_BDB_VER must be 4 or 41"
IGNORE= cannot install: WITH_BDB_VER must be 4 or 41
.endif
USE_BDB?= ${USE_BDB_VER}
CONFIGURE_ARGS+=--with-bdb-incdir=${LOCALBASE}/include/db${USE_BDB_VER} \

View File

@ -15,9 +15,9 @@ MAINTAINER= skv@FreeBSD.org
COMMENT= Netgraph IP accounting
.ifndef PACKAGE_BUILDING
NO_PACKAGE= "Depends on kernel"
NO_PACKAGE= Depends on kernel
.else
IGNORE= "Depends on kernel"
IGNORE= Depends on kernel
.endif
OPTIONS= MEM_ZONE "Use UMA zone allocator (>= 5.x only)" on

View File

@ -147,7 +147,7 @@ post-extract:
PHP_VERS= ${PHP_VERSION:S/.//g}
.if defined(PHP_VERS) && ${PHP_VERS} < 406
#IGNORE= "You need PHP 4.0.6 or later to install PEAR::I18Nv2"
#IGNORE= You need PHP 4.0.6 or later to install PEAR::I18Nv2
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"