svn commit: r340094 - in branches/2014Q1/net-im/gloox: . files

Guido Falsi madpilot at FreeBSD.org
Fri Jan 17 18:39:32 UTC 2014


Author: madpilot
Date: Fri Jan 17 18:39:31 2014
New Revision: 340094
URL: http://svnweb.freebsd.org/changeset/ports/340094
QAT: https://qat.redports.org/buildarchive/r340094/

Log:
  MFH: r340030
  
  - Fix build on head/10
  - Support staging
  - Use new LIB_DEPENDS format
  - Unsilence post-install commands
  
  Approved by:	portmgr (antoine)

Added:
  branches/2014Q1/net-im/gloox/files/
     - copied from r340030, head/net-im/gloox/files/
Modified:
  branches/2014Q1/net-im/gloox/Makefile   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/net-im/gloox/Makefile
==============================================================================
--- branches/2014Q1/net-im/gloox/Makefile	Fri Jan 17 18:21:42 2014	(r340093)
+++ branches/2014Q1/net-im/gloox/Makefile	Fri Jan 17 18:39:31 2014	(r340094)
@@ -10,8 +10,8 @@ MASTER_SITES=	http://camaya.net/download
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Jabber/XMPP client library
 
-LIB_DEPENDS=	idn.17:${PORTSDIR}/dns/libidn \
-		gnutls.26:${PORTSDIR}/security/gnutls
+LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/libidn \
+		libgnutls.so:${PORTSDIR}/security/gnutls
 
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
@@ -21,13 +21,13 @@ CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/in
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|libgnutls-config|pkg-config gnutls|' ${WRKSRC}/configure
+
 post-install:
-	@${FIND} ${PREFIX}/include/gloox ! -type d | \
-		${SED} "s,${PREFIX}/,," >> ${TMPPLIST}
-	@${FIND} ${PREFIX}/include/gloox -type d | ${SORT} -r | \
-		${SED} "s,${PREFIX}/, at dirrm ," >> ${TMPPLIST}
+	${FIND} ${STAGEDIR}${PREFIX}/include/gloox ! -type d | \
+		${SED} "s,${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST}
+	${FIND} ${STAGEDIR}${PREFIX}/include/gloox -type d | ${SORT} -r | \
+		${SED} "s,${STAGEDIR}${PREFIX}/, at dirrm ," >> ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list