Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 18:27:25 GMT
From:      Tommy Scheunemann <net@arrishq.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177242: x11-wm/wmconfig port update to version 1.3.8
Message-ID:  <201303221827.r2MIRPmw059419@red.freebsd.org>
Resent-Message-ID: <201303221830.r2MIU055018449@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177242
>Category:       ports
>Synopsis:       x11-wm/wmconfig port update to version 1.3.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 18:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Tommy Scheunemann
>Release:        9.1
>Organization:
>Environment:
FreeBSD deimos.arrishq.local 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Mon Feb 18 10:51:58 CET 2013 root@deimos.arrishq.local:/usr/obj/usr/src/sys/DEIMOS amd64
>Description:
Update to version 1.3.8 for port x11-wm/wmconfig
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN wmconfig_old/Makefile wmconfig/Makefile
--- wmconfig_old/Makefile	2013-02-02 18:18:03.000000000 +0100
+++ wmconfig/Makefile	2013-03-22 19:04:34.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: head/x11-wm/wmconfig/Makefile 311084 2013-01-27 22:57:09Z rakuco $
 
 PORTNAME=	wmconfig
-PORTVERSION=	1.3.7
+PORTVERSION=	1.3.8
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.arrishq.net/files/
 
@@ -18,6 +18,19 @@
 
 PORTDOCS=	AUTHORS ChangeLog COPYING README TODO
 
+OPTIONS=	NLS "Native Language Support with gettext" On
+
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT=	yes
+CONFIGURE_ARGS+=--enable-nls
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+PLIST_SUB+=	NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB=	NLS="@comment "
+.endif
+
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
diff -ruN wmconfig_old/distinfo wmconfig/distinfo
--- wmconfig_old/distinfo	2013-02-02 18:18:03.000000000 +0100
+++ wmconfig/distinfo	2013-03-22 19:03:31.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (wmconfig-1.3.7.tar.bz2) = 2c9adc8ea1d63436fed85a311bbb9f4c0072fb081e08b0604ed3e2de076b86cb
-SIZE (wmconfig-1.3.7.tar.bz2) = 136598
+SHA256 (wmconfig-1.3.8.tar.bz2) = 7b284ccbf664416ceef9d34095fe97794730eab6345922cc9e6a62f5c3551e5f
+SIZE (wmconfig-1.3.8.tar.bz2) = 222738
diff -ruN wmconfig_old/pkg-plist wmconfig/pkg-plist
--- wmconfig_old/pkg-plist	2012-12-30 21:36:27.000000000 +0100
+++ wmconfig/pkg-plist	2013-03-22 19:04:20.000000000 +0100
@@ -17,3 +17,6 @@
 etc/wmconfig/System
 etc/wmconfig/Utilities
 @dirrm etc/wmconfig
+%%NLS%%share/locale/de/LC_MESSAGES/wmconfig.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/wmconfig.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/wmconfig.mo


>Release-Note:
>Audit-Trail:
>Unformatted:



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