svn commit: r424388 - head/japanese/scim-uim

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 21 08:34:18 UTC 2016


Author: amdmi3
Date: Fri Oct 21 08:34:17 2016
New Revision: 424388
URL: https://svnweb.freebsd.org/changeset/ports/424388

Log:
  - Mark broken on FreeBSD 9.x:
  
  /usr/local/lib: file not recognized: File format not recognized
  
  Approved by:	portmgr blanket

Modified:
  head/japanese/scim-uim/Makefile

Modified: head/japanese/scim-uim/Makefile
==============================================================================
--- head/japanese/scim-uim/Makefile	Fri Oct 21 08:33:15 2016	(r424387)
+++ head/japanese/scim-uim/Makefile	Fri Oct 21 08:34:17 2016	(r424388)
@@ -15,6 +15,8 @@ BUILD_DEPENDS=	scim:textproc/scim
 LIB_DEPENDS=	libuim.so:textproc/uim
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+BROKEN_FreeBSD_9=	does not build
+
 USES=		gmake iconv libtool:keepla pkgconfig
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list