svn commit: r356088 - head/net-im/telepathy-gabble
Martin Wilke
miwi at FreeBSD.org
Sun Jun 1 10:22:30 UTC 2014
Author: miwi
Date: Sun Jun 1 10:22:30 2014
New Revision: 356088
URL: http://svnweb.freebsd.org/changeset/ports/356088
QAT: https://qat.redports.org/buildarchive/r356088/
Log:
- Stage support
Modified:
head/net-im/telepathy-gabble/Makefile
head/net-im/telepathy-gabble/pkg-plist
Modified: head/net-im/telepathy-gabble/Makefile
==============================================================================
--- head/net-im/telepathy-gabble/Makefile Sun Jun 1 10:22:15 2014 (r356087)
+++ head/net-im/telepathy-gabble/Makefile Sun Jun 1 10:22:30 2014 (r356088)
@@ -29,15 +29,12 @@ USE_OPENSSL= yes
USE_PYTHON_BUILD= yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
-MAN8= telepathy-gabble.8
-
PLIST_SUB= PVERSION=${PORTVERSION}
.if defined(WITH_OPENSSL_BASE)
CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
.endif
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||g' \
${WRKSRC}/lib/ext/wocky/configure
Modified: head/net-im/telepathy-gabble/pkg-plist
==============================================================================
--- head/net-im/telepathy-gabble/pkg-plist Sun Jun 1 10:22:15 2014 (r356087)
+++ head/net-im/telepathy-gabble/pkg-plist Sun Jun 1 10:22:30 2014 (r356088)
@@ -1,4 +1,5 @@
bin/telepathy-gabble-xmpp-console
+man/man8/telepathy-gabble.8.gz
lib/telepathy/gabble-0/lib/libgabble-plugins-%%PVERSION%%.so
lib/telepathy/gabble-0/lib/libgabble-plugins.a
lib/telepathy/gabble-0/lib/libgabble-plugins.la
More information about the svn-ports-all
mailing list