svn commit: r410759 - branches/2016Q1/security/pidgin-otr
Mark Felder
feld at FreeBSD.org
Thu Mar 10 15:09:18 UTC 2016
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 at 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
More information about the svn-ports-branches
mailing list