svn commit: r409519 - head/security/pidgin-otr

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 25 14:16:12 UTC 2016


Author: amdmi3
Date: Thu Feb 25 14:16:10 2016
New Revision: 409519
URL: https://svnweb.freebsd.org/changeset/ports/409519

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Fix build with disabled NLS

Modified:
  head/security/pidgin-otr/Makefile

Modified: head/security/pidgin-otr/Makefile
==============================================================================
--- head/security/pidgin-otr/Makefile	Thu Feb 25 14:15:40 2016	(r409518)
+++ head/security/pidgin-otr/Makefile	Thu Feb 25 14:16:10 2016	(r409519)
@@ -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-all mailing list