Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 15:47:20 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368572 - head/security/libotr3
Message-ID:  <201409191547.s8JFlK2I087443@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Sep 19 15:47:20 2014
New Revision: 368572
URL: http://svnweb.freebsd.org/changeset/ports/368572
QAT: https://qat.redports.org/buildarchive/r368572/

Log:
  - Remove dependency on pkgconf
  - Convert to USES=pathfix to avoid patching Makefile.am which may cause
    automake to run
  - Remove USE_AUTOTOOLS

Modified:
  head/security/libotr3/Makefile

Modified: head/security/libotr3/Makefile
==============================================================================
--- head/security/libotr3/Makefile	Fri Sep 19 15:45:14 2014	(r368571)
+++ head/security/libotr3/Makefile	Fri Sep 19 15:47:20 2014	(r368572)
@@ -2,8 +2,6 @@
 
 PORTNAME=	libotr
 PORTVERSION=	3.2.1
-# Please do not bump PORTREVISION for this port unless you have
-# confirmed via testing that it is necessary
 PORTREVISION=	3
 CATEGORIES=	security net-im net
 MASTER_SITES=	http://www.c-s.li/ports/ \
@@ -17,23 +15,17 @@ COMMENT=	Portable OTR Messaging Library 
 
 LICENSE=	LGPL21
 
-BUILD_DEPENDS=	pkgconf:${PORTSDIR}/devel/pkgconf
 LIB_DEPENDS=	libgpg-error.so:${PORTSDIR}/security/libgpg-error \
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
 CONFLICTS=	libotr-*
 
-USE_AUTOTOOLS=	autoconf
-USES=		libtool cpe
 GNU_CONFIGURE=	yes
+USES=		cpe libtool pathfix
 USE_LDCONFIG=	yes
 CPE_VENDOR=	cypherpunks
 
 verify: checksum
 	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
 
-post-patch:
-	@${REINPLACE_CMD} -e 's#^pkgconfigdir .*#pkgconfigdir = ${PREFIX}/libdata/pkgconfig#' \
-	    ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409191547.s8JFlK2I087443>