svn commit: r484308 - head/textproc/scim-bridge

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 6 17:00:39 UTC 2018


Author: amdmi3
Date: Tue Nov  6 17:00:38 2018
New Revision: 484308
URL: https://svnweb.freebsd.org/changeset/ports/484308

Log:
  - Expand always-true OSVERSION condition
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/scim-bridge/Makefile

Modified: head/textproc/scim-bridge/Makefile
==============================================================================
--- head/textproc/scim-bridge/Makefile	Tue Nov  6 16:59:03 2018	(r484307)
+++ head/textproc/scim-bridge/Makefile	Tue Nov  6 17:00:38 2018	(r484308)
@@ -14,6 +14,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_GPLv2=	${WRKSRC}/doc/LICENSE.GPL
 LICENSE_FILE_LGPL21=	${WRKSRC}/doc/LICENSE.LGPL
 
+BROKEN_FreeBSD=	fails to compile with clang6 or later
+
 LIB_DEPENDS=	libscim-1.0.so:textproc/scim
 
 USES=		gettext gmake pkgconfig
@@ -30,18 +32,10 @@ CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} \
 
 PLIST_FILES=	bin/scim-bridge
 
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD
-.if ( ${OSVERSION} >= 1101513 && ${OSVERSION} < 1200000 ) || ${OSVERSION} >= 1200060
-BROKEN=	fails to compile with clang6 or later
-.endif
-.endif
-
 post-patch:
 	@${GREP} -lR "<malloc\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
 		's|<malloc\.h>|<stdlib.h>|g'
 	@${GREP} -lR "<alloca\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
 		's|<alloca\.h>|<stdlib.h>|g'
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list