svn commit: r361811 - in head/net/howl: . files
Tijl Coosemans
tijl at FreeBSD.org
Mon Jul 14 18:41:40 UTC 2014
Author: tijl
Date: Mon Jul 14 18:41:39 2014
New Revision: 361811
URL: http://svnweb.freebsd.org/changeset/ports/361811
QAT: https://qat.redports.org/buildarchive/r361811/
Log:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Stop using PTHREAD_CFLAGS and PTHREAD_LIBS
Deleted:
head/net/howl/files/patch-Makefile.in
Modified:
head/net/howl/Makefile
head/net/howl/pkg-plist
Modified: head/net/howl/Makefile
==============================================================================
--- head/net/howl/Makefile Mon Jul 14 18:37:54 2014 (r361810)
+++ head/net/howl/Makefile Mon Jul 14 18:41:39 2014 (r361811)
@@ -3,7 +3,7 @@
PORTNAME= howl
PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= net devel
MASTER_SITES= http://www.porchdogsoft.com/download/
@@ -12,19 +12,12 @@ COMMENT= Zeroconf/Bonjour(tm) implementa
CONFLICTS= avahi-[0-9]*
-USE_AUTOTOOLS= libtool
-USES= gmake pkgconfig
-USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-
+INSTALL_TARGET= install-strip
+USES= gmake libtool pathfix pkgconfig
+USE_LDCONFIG= yes
USE_RC_SUBR= mdnsresponder
PLIST_SUB= VERSION="${PORTVERSION}"
-CPPFLAGS+= ${PTHREAD_CFLAGS}
-LDFLAGS+= ${PTHREAD_LIBS}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure
-
.include <bsd.port.mk>
Modified: head/net/howl/pkg-plist
==============================================================================
--- head/net/howl/pkg-plist Mon Jul 14 18:37:54 2014 (r361810)
+++ head/net/howl/pkg-plist Mon Jul 14 18:41:39 2014 (r361811)
@@ -24,13 +24,13 @@ include/howl/salt/signal.h
include/howl/salt/socket.h
include/howl/salt/time.h
lib/libhowl.a
-lib/libhowl.la
lib/libhowl.so
lib/libhowl.so.0
+lib/libhowl.so.0.0.0
lib/libmDNSResponder.a
-lib/libmDNSResponder.la
lib/libmDNSResponder.so
lib/libmDNSResponder.so.0
+lib/libmDNSResponder.so.0.0.0
libdata/pkgconfig/howl.pc
%%DATADIR%%/help/address-summary.html
%%DATADIR%%/help/address.html
More information about the svn-ports-all
mailing list