From owner-svn-ports-all@freebsd.org Mon Nov 7 15:47:43 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E130C34BDF; Mon, 7 Nov 2016 15:47:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5497B16; Mon, 7 Nov 2016 15:47:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA7Flgln002482; Mon, 7 Nov 2016 15:47:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA7FlfSe002479; Mon, 7 Nov 2016 15:47:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201611071547.uA7FlfSe002479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 7 Nov 2016 15:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425632 - head/x11-toolkits/Xaw3d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2016 15:47:43 -0000 Author: amdmi3 Date: Mon Nov 7 15:47:41 2016 New Revision: 425632 URL: https://svnweb.freebsd.org/changeset/ports/425632 Log: - Make NLS support non-optional; the option affects list of installed headers and supported library functions, and disabling it makes third party ports (games/xgospell, for example) fail Modified: head/x11-toolkits/Xaw3d/Makefile head/x11-toolkits/Xaw3d/pkg-descr head/x11-toolkits/Xaw3d/pkg-plist Modified: head/x11-toolkits/Xaw3d/Makefile ============================================================================== --- head/x11-toolkits/Xaw3d/Makefile Mon Nov 7 15:27:12 2016 (r425631) +++ head/x11-toolkits/Xaw3d/Makefile Mon Nov 7 15:47:41 2016 (r425632) @@ -3,7 +3,7 @@ PORTNAME= Xaw3d PORTVERSION= 1.5E -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits MASTER_SITES= http://slackware.cs.utah.edu/pub/slackware/slackware64-13.1/source/x/xaw3d/ @@ -13,7 +13,7 @@ COMMENT= 3-D Athena Widget set that look LICENSE= MIT WRKSRC= ${WRKDIR}/xc/lib/Xaw3d -USES= imake +USES= gettext imake USE_XORG= x11 xext xmu xt sm ice xpm USE_LDCONFIG= yes @@ -21,19 +21,12 @@ SUB_FILES= pkg-message XAWVER= 8 SUB_LIST= XAWVER="${XAWVER}" -OPTIONS_DEFINE= DOCS NLS -OPTIONS_SUB= yes -NLS_USES= gettext +OPTIONS_DEFINE= DOCS post-extract: @${MKDIR} ${WRKSRC}/X11/Xaw3d @cd ${WRKSRC}/X11/Xaw3d; ${LN} -sf ../../*.h . -post-extract-NLS-off: - @${REINPLACE_CMD} -e '/LINTLIBS =/s/=.*/=/' \ - -e '/#ifdef XawI18nDefines/s//#if 0/' \ - ${WRKSRC}/Imakefile - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libXaw3d.so Modified: head/x11-toolkits/Xaw3d/pkg-descr ============================================================================== --- head/x11-toolkits/Xaw3d/pkg-descr Mon Nov 7 15:27:12 2016 (r425631) +++ head/x11-toolkits/Xaw3d/pkg-descr Mon Nov 7 15:47:41 2016 (r425632) @@ -1,4 +1,2 @@ Xaw3d is a Xaw (Athena Widget Set) replacement that looks three-dimensional. The author is Kalib Keithley (kaleb@x.org). - -LICENSE: X11 Modified: head/x11-toolkits/Xaw3d/pkg-plist ============================================================================== --- head/x11-toolkits/Xaw3d/pkg-plist Mon Nov 7 15:27:12 2016 (r425631) +++ head/x11-toolkits/Xaw3d/pkg-plist Mon Nov 7 15:47:41 2016 (r425632) @@ -27,10 +27,10 @@ include/X11/Xaw3d/List.h include/X11/Xaw3d/ListP.h include/X11/Xaw3d/MenuButtoP.h include/X11/Xaw3d/MenuButton.h -%%NLS%%include/X11/Xaw3d/MultiSink.h -%%NLS%%include/X11/Xaw3d/MultiSinkP.h -%%NLS%%include/X11/Xaw3d/MultiSrc.h -%%NLS%%include/X11/Xaw3d/MultiSrcP.h +include/X11/Xaw3d/MultiSink.h +include/X11/Xaw3d/MultiSinkP.h +include/X11/Xaw3d/MultiSrc.h +include/X11/Xaw3d/MultiSrcP.h include/X11/Xaw3d/Paned.h include/X11/Xaw3d/PanedP.h include/X11/Xaw3d/Panner.h @@ -73,10 +73,10 @@ include/X11/Xaw3d/Toggle.h include/X11/Xaw3d/ToggleP.h include/X11/Xaw3d/Tree.h include/X11/Xaw3d/TreeP.h -%%NLS%%include/X11/Xaw3d/VendorEP.h +include/X11/Xaw3d/VendorEP.h include/X11/Xaw3d/Viewport.h include/X11/Xaw3d/ViewportP.h include/X11/Xaw3d/Xaw3dP.h -%%NLS%%include/X11/Xaw3d/XawImP.h +include/X11/Xaw3d/XawImP.h include/X11/Xaw3d/XawInit.h %%PORTDOCS%%share/doc/Xaw3d/README.XAW3D