From owner-svn-ports-all@FreeBSD.ORG Wed Aug 6 16:05:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81F9ED1E for ; Wed, 6 Aug 2014 16:05:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 51E9F2058 for ; Wed, 6 Aug 2014 16:05:24 +0000 (UTC) Received: from amdmi3 (uid 1170) (envelope-from amdmi3@FreeBSD.org) id 5955 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 16:05:24 +0000 From: Dmitry Marakasov Date: Wed, 6 Aug 2014 16:05:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364197 - head/science/ghemical X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e25244.5955.64c30bc1@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 06 Aug 2014 16:05:24 -0000 Author: amdmi3 Date: Wed Aug 6 16:05:23 2014 New Revision: 364197 URL: http://svnweb.freebsd.org/changeset/ports/364197 QAT: https://qat.redports.org/buildarchive/r364197/ Log: - Stagify - Fix and optionize NLS Modified: head/science/ghemical/Makefile head/science/ghemical/pkg-plist Modified: head/science/ghemical/Makefile ============================================================================== --- head/science/ghemical/Makefile Wed Aug 6 15:57:07 2014 (r364196) +++ head/science/ghemical/Makefile Wed Aug 6 16:05:23 2014 (r364197) @@ -3,7 +3,7 @@ PORTNAME= ghemical PORTVERSION= 3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ http://bioinformatics.org/ghemical/download/current @@ -28,7 +28,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gamess --enable-mpqc --enable-openbabel --enable-gtk --enable-threads --enable-mopac7 PLIST_SUB= GHEMICAL_VERSION="${PORTVERSION}" +CPPFLAGS= -I${LOCALBASE}/include + MAKE_ENV= PKG_CONFIG=${LOCALBASE}/pkg-config -NO_STAGE= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + .include Modified: head/science/ghemical/pkg-plist ============================================================================== --- head/science/ghemical/pkg-plist Wed Aug 6 15:57:07 2014 (r364196) +++ head/science/ghemical/pkg-plist Wed Aug 6 16:05:23 2014 (r364197) @@ -145,12 +145,12 @@ share/ghemical/%%GHEMICAL_VERSION%%/pixm share/ghemical/%%GHEMICAL_VERSION%%/pixmaps/transl_z.xpm share/ghemical/%%GHEMICAL_VERSION%%/pixmaps/zoom.xpm share/ghemical/%%GHEMICAL_VERSION%%/pixmaps/ghemical.png -share/locale/de/LC_MESSAGES/ghemical.mo -share/locale/fi/LC_MESSAGES/ghemical.mo -share/locale/mk/LC_MESSAGES/ghemical.mo -share/locale/pt_BR/LC_MESSAGES/ghemical.mo -share/locale/ru/LC_MESSAGES/ghemical.mo -share/locale/sq/LC_MESSAGES/ghemical.mo +%%NLS%%share/locale/de/LC_MESSAGES/ghemical.mo +%%NLS%%share/locale/fi/LC_MESSAGES/ghemical.mo +%%NLS%%share/locale/mk/LC_MESSAGES/ghemical.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/ghemical.mo +%%NLS%%share/locale/ru/LC_MESSAGES/ghemical.mo +%%NLS%%share/locale/sq/LC_MESSAGES/ghemical.mo @dirrm share/ghemical/%%GHEMICAL_VERSION%%/pixmaps @dirrm share/ghemical/%%GHEMICAL_VERSION%%/user-docs/images @dirrm share/ghemical/%%GHEMICAL_VERSION%%/user-docs