svn commit: r319759 - head/x11/xkeyboard-config

Koop Mast kwm at FreeBSD.org
Mon Jun 3 08:03:30 UTC 2013


Author: kwm
Date: Mon Jun  3 08:03:29 2013
New Revision: 319759
URL: http://svnweb.freebsd.org/changeset/ports/319759

Log:
  Comment out the ! NLS case, because it broken.

Modified:
  head/x11/xkeyboard-config/Makefile

Modified: head/x11/xkeyboard-config/Makefile
==============================================================================
--- head/x11/xkeyboard-config/Makefile	Mon Jun  3 07:40:32 2013	(r319758)
+++ head/x11/xkeyboard-config/Makefile	Mon Jun  3 08:03:29 2013	(r319759)
@@ -31,13 +31,14 @@ MAN7=		xkeyboard-config.7
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MNLS}
+# !nls case doesn't work correctly, comment it out.
+#.if ${PORT_OPTIONS:MNLS}
 USES+=		gettext iconv
 PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
+#.else
+#CONFIGURE_ARGS+=--disable-nls
+#PLIST_SUB+=	NLS="@comment "
+#.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' -e 's|==|=|g' \


More information about the svn-ports-all mailing list