svn commit: r349255 - in head: net-im/tox net/openldap24-server ports-mgmt/pkg_cleanup

Mathieu Arnold mat at FreeBSD.org
Wed Mar 26 13:56:07 UTC 2014


Author: mat
Date: Wed Mar 26 13:56:06 2014
New Revision: 349255
URL: http://svnweb.freebsd.org/changeset/ports/349255
QAT: https://qat.redports.org/buildarchive/r349255/

Log:
  For some reason, having an ` in BROKEN/FORBIDDEN/IGNORE breaks QAT badly.
  
  With hat:	portmgr

Modified:
  head/net-im/tox/Makefile
  head/net/openldap24-server/Makefile
  head/ports-mgmt/pkg_cleanup/Makefile

Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile	Wed Mar 26 13:45:39 2014	(r349254)
+++ head/net-im/tox/Makefile	Wed Mar 26 13:56:06 2014	(r349255)
@@ -49,7 +49,7 @@ NACL_RUN_DEPENDS=	${LOCALBASE}/lib/libna
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
 USE_GCC=	yes
-BROKEN_i386=	`__stack_chk_fail_local' isn't defined
+BROKEN_i386=	'__stack_chk_fail_local' isn't defined
 .endif
 
 .if ${PORT_OPTIONS:MNACL}

Modified: head/net/openldap24-server/Makefile
==============================================================================
--- head/net/openldap24-server/Makefile	Wed Mar 26 13:45:39 2014	(r349254)
+++ head/net/openldap24-server/Makefile	Wed Mar 26 13:56:06 2014	(r349255)
@@ -137,7 +137,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

Modified: head/ports-mgmt/pkg_cleanup/Makefile
==============================================================================
--- head/ports-mgmt/pkg_cleanup/Makefile	Wed Mar 26 13:45:39 2014	(r349254)
+++ head/ports-mgmt/pkg_cleanup/Makefile	Wed Mar 26 13:56:06 2014	(r349255)
@@ -20,7 +20,7 @@ PLIST_FILES=	sbin/pkg_cleanup \
 IGNORE=		requires r223289 or higher to compile
 .endif
 .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
-BROKEN=		Does not build on powerpc-9: undefined reference to `sqrt'
+BROKEN=		Does not build on powerpc-9: undefined reference to 'sqrt'
 .endif
 
 do-extract:


More information about the svn-ports-all mailing list