svn commit: r427400 - head/x11/rxvt-unicode

Thierry Thomas thierry at FreeBSD.org
Tue Nov 29 22:03:08 UTC 2016


Author: thierry
Date: Tue Nov 29 22:03:07 2016
New Revision: 427400
URL: https://svnweb.freebsd.org/changeset/ports/427400

Log:
  Don't mark BROKEN on armv6, but disable the culprit option.
  
  Reported by:	linimon

Modified:
  head/x11/rxvt-unicode/Makefile

Modified: head/x11/rxvt-unicode/Makefile
==============================================================================
--- head/x11/rxvt-unicode/Makefile	Tue Nov 29 21:51:42 2016	(r427399)
+++ head/x11/rxvt-unicode/Makefile	Tue Nov 29 22:03:07 2016	(r427400)
@@ -51,16 +51,15 @@ GDK_PIXBUF_DESC=	Use gdk-pixbuf for back
 NOTIFY_DESC=		Freedesktop startup notification support
 256_COLOR_DESC=		Support for 256 colors
 
-OPTIONS_DEFAULT=PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR	\
-		NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY	\
-		MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF		\
-		256_COLOR
+OPTIONS_DEFAULT=	PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR	\
+			NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY	\
+			MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF		\
+			256_COLOR
+OPTIONS_EXCLUDE_armv6=	IMLOCALE_FIX
 
 PORTDOCS1=	Changes README.FAQ README.configure
 PORTDOCS=	README.xvt ${PORTDOCS1}
 
-BROKEN_armv6=		Fails to patch: Error code 1 during gentables
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIMLOCALE_FIX}


More information about the svn-ports-head mailing list