Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2013 08:03:30 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319759 - head/x11/xkeyboard-config
Message-ID:  <201306030803.r5383U5c083526@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306030803.r5383U5c083526>