Date: Thu, 10 Mar 2016 15:09:17 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r410759 - branches/2016Q1/security/pidgin-otr Message-ID: <201603101509.u2AF9HJA093023@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Mar 10 15:09:17 2016 New Revision: 410759 URL: https://svnweb.freebsd.org/changeset/ports/410759 Log: MFH: r409519 - Clarify LICENSE - Add LICENSE_FILE - Fix build with disabled NLS Approved by: ports-secteam (with hat) Modified: branches/2016Q1/security/pidgin-otr/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/security/pidgin-otr/Makefile ============================================================================== --- branches/2016Q1/security/pidgin-otr/Makefile Thu Mar 10 15:08:28 2016 (r410758) +++ branches/2016Q1/security/pidgin-otr/Makefile Thu Mar 10 15:09:17 2016 (r410759) @@ -10,7 +10,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${ MAINTAINER= ports@FreeBSD.org COMMENT= Allows deniable private conversations using Pidgin -LICENSE= GPLv2 +LICENSE= GPLv2 # only +LICENSE_FILE= ${WRKSRC}/COPYING # explicitly use libotr.so.5 (see ports/186944) BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin @@ -19,10 +20,6 @@ LIB_DEPENDS= libotr.so.5:${PORTSDIR}/sec libpurple.so:${PORTSDIR}/net-im/libpurple USES= cpe gmake libtool pkgconfig -OPTIONS_DEFINE= NLS -NLS_USES= gettext -OPTIONS_SUB= yes - CPE_VENDOR= cypherpunks CPE_PRODUCT= ${PKGNAMEPREFIX}${PORTNAME} USE_GNOME= gtk20 intltool @@ -34,6 +31,12 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-libotr-prefix=${LOCALBASE}/lib \ --with-libotr-inc-prefix=${LOCALBASE}/include +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_USES_OFF= gettext-tools + .include <bsd.port.options.mk> .if ${OSVERSION} < 1000036 && ${ARCH} == i386
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603101509.u2AF9HJA093023>