1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Do not terminate BROKEN messages with period, it is added by the framework.

This commit is contained in:
Alexey Dokuchaev 2016-11-14 11:26:59 +00:00
parent a6f7bd08e1
commit 50c7b417e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426104
12 changed files with 14 additions and 21 deletions

View File

@ -199,7 +199,7 @@ PLIST_FILES+= \
${SAN_LIBDIR}/libclang_rt.ubsan_standalone-i386.a \
${SAN_LIBDIR}/libclang_rt.ubsan_standalone_cxx-i386.a
.else
BROKEN= no packaging data for sanitizers on ${ARCH}. Disable COMPILER_RT.
BROKEN= no packaging data for sanitizers on ${ARCH}; disable COMPILER_RT
.endif
.endif
@ -229,7 +229,7 @@ PLIST_SUB+= GOLD="@comment "
.if ! ${OPTIONS_DEFINE:MOPENMP}
# Hack to disable OPENMP in plist of unsupported architectures
PLIST_SUB+= OPENMP="@comment "
PLIST_SUB+= OPENMP="@comment "
.else
.endif

View File

@ -19,7 +19,7 @@ USE_PYTHON= autoplist distutils
USE_GITHUB= yes
PYDISTUTILS_INSTALLNOSINGLE= yes
BROKEN_FreeBSD_9= dependency py-m2crypto requires OpenSSL 1.0.1e+.
BROKEN_FreeBSD_9= dependency py-m2crypto requires OpenSSL 1.0.1e+
post-patch:
@${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py

View File

@ -74,7 +74,7 @@ MAKE_JOBS_UNSAFE= yes
DOS2UNIX_WRKSRC=${WRKDIR}/${WXSC_DISTNAME}
DOS2UNIX_FILES= wx-scintilla/src/scintilla/src/Editor.cxx
BROKEN_FreeBSD_9= Does not build.
BROKEN_FreeBSD_9= does not build
DESKTOP_ENTRIES="Padre" \
"The Perl IDE" \

View File

@ -29,7 +29,7 @@ USE_PERL5= build
PATCH_STRIP= -p1
MAKE_ENV+= BSD_MAKE="${MAKE}" V=1
ONLY_FOR_ARCHS= amd64 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
BROKEN_i386= aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream.
BROKEN_i386= aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream
OPTIONS_DEFINE= SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
CDROM_DMA PCAP USBREDIR X86_TARGETS BSD_USER \

View File

@ -71,7 +71,7 @@ IGNORE= go to Intel Premier Support \(https://premier.intel.com/\) to obtain ${D
.endfor
.if exists(${LINUXBASE}/boot/kernel.h)
BROKEN= Cannot coexist with linux_devtools.
BROKEN= cannot coexist with linux_devtools
.endif
post-extract:

View File

@ -35,7 +35,7 @@ SUB_LIST+= SKYPEDIR=${SKYPEDIR}
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100075 || ${OSVERSION} >= 1000000 && ${OSVERSION} < 1002507)
BROKEN= Skype 4.3 requires Linux 2.6.32 emulation.
BROKEN= Skype 4.3 requires Linux 2.6.32 emulation
.endif
.if ${PORT_OPTIONS:MVIDEO}

View File

@ -140,7 +140,7 @@ PORTDOCS= CHANGES drafts rfc
PORT_OPTIONS+= SASL
.endif
.if defined(USE_OPENLDAP)
BROKEN= You have 'USE_OPENLDAP' variable defined either in environment or in make(1) arguments. Please undefine and try again.
BROKEN= you have USE_OPENLDAP variable defined either in environment or in make(1) arguments; please undefine and try again
.endif
.else
USE_OPENLDAP= yes

View File

@ -169,7 +169,7 @@ WANT_PGSQL= server
.endif
.if ${PORT_OPTIONS:MDOVECOT} && ${PORT_OPTIONS:MDOVECOT2}
BROKEN=Please run 'make config' again and choose only one version of Dovecot. Both version 1.x and 2.x cannot co-exist.
BROKEN= please run 'make config' again and choose only one version of Dovecot (versions 1.x and 2.x cannot coexist)
.endif
.if ${PORT_OPTIONS:MDOVECOT}

View File

@ -137,7 +137,7 @@ post-patch::
# NOTE: The previous .if block goes all the way to the end of the file.
.if !empty(PORT_OPTIONS:MNOTESTS) && (${OPSYS} == FreeBSD) && (${OSVERSION} >= 1100000 || ((${ARCH} != i386) && (${ARCH} != amd64)))
BROKEN=e2fsprogs has not been tested on your system by the maintainer. You must run self-tests.
BROKEN= it was not tested on your system by the maintainer; you must run self-tests
.endif
pre-build:

View File

@ -10,7 +10,7 @@ MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
MAINTAINER= araujo@FreeBSD.org
COMMENT= Utility for real-time display of statistics for pf
BROKEN_FreeBSD_9= Does not build.
BROKEN_FreeBSD_9= does not build
.include <bsd.port.pre.mk>

View File

@ -43,7 +43,7 @@ MOINSCRIPT= ${MOINDIR}/server/moin.cgi
.elif ${MOINTYPE} == "WSGI"
MOINSCRIPT= ${MOINDIR}/server/moin.wsgi
.else
BROKEN= MOINTYPE must be a STANDALONE, FCGI, WSGI, MOD_PYTHON or CGI.
BROKEN= MOINTYPE must be a STANDALONE, FCGI, WSGI, MOD_PYTHON, or CGI
.endif
pre-everything::

View File

@ -25,19 +25,12 @@ LEGAL_TEXT= No license -- see http://cr.yp.to/softwarelaw.html
.include <bsd.port.options.mk>
pre-everything::
.if ${PORT_OPTIONS:MBASICAUTH} && ${PORT_OPTIONS:MCOMMONLOG}
@${ECHO_MSG}
@${ECHO_MSG} "Currently the common log and auth patches conflict."
@${ECHO_MSG}
BROKEN= Currently the common log and auth patches conflict.
BROKEN= common log and auth patches are currently in conflict
.endif
.if ${PORT_OPTIONS:MBASICAUTH} && ${PORT_OPTIONS:MREDIRECT_SLASH}
@${ECHO_MSG}
@${ECHO_MSG} "Currently the redirect slash and auth patches conflict."
@${ECHO_MSG}
BROKEN= Currently the redirect slash and auth patches conflict.
BROKEN= redirect slash and auth patches are currently in conflict
.endif
.if ${PORT_OPTIONS:MREDIRECT_SLASH}