summaryrefslogtreecommitdiff
path: root/net/howl
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-01-24 20:10:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-01-24 20:10:58 +0000
commit423fe4c405d5ef0664bca3e582ed2b2433547c10 (patch)
treee95c5d33a0817cd0faa0c5be01289b21e1b225f0 /net/howl
parent- Update to 0.9.7 (diff)
Update to 0.9.8, and fix the build on 4.X Alpha.
Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=127215
Diffstat (limited to 'net/howl')
-rw-r--r--net/howl/Makefile12
-rw-r--r--net/howl/distinfo4
-rw-r--r--net/howl/pkg-plist38
3 files changed, 27 insertions, 27 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile
index f85a031e551d..380d445e6991 100644
--- a/net/howl/Makefile
+++ b/net/howl/Makefile
@@ -5,7 +5,7 @@
#
PORTNAME= howl
-PORTVERSION= 0.9.7
+PORTVERSION= 0.9.8
CATEGORIES?= net devel
MASTER_SITES= http://www.porchdogsoft.com/download/
@@ -15,8 +15,8 @@ COMMENT= Zeroconf/Rendezvous implementation
USE_GMAKE= yes
USE_GNOME= gnometarget pkgconfig
USE_LIBTOOL_VER=15
-CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
- LDFLAGS="${PTHREAD_LIBS}"
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
+CPPFLAGS+= ${PTHREAD_CFLAGS}
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
@@ -26,10 +26,12 @@ PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha"
-BROKEN= "Does not compile on alpha"
+.if ${ARCH} == "alpha" && ${OSVERSION} < 500000
+CPPFLAGS+= -D_LP64
.endif
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
post-patch:
@${REINPLACE_CMD} -e 's|-pthread||g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
diff --git a/net/howl/distinfo b/net/howl/distinfo
index 2e4d96a0fa20..aabb8821fdbb 100644
--- a/net/howl/distinfo
+++ b/net/howl/distinfo
@@ -1,2 +1,2 @@
-MD5 (howl-0.9.7.tar.gz) = 85fbe016e2ebad99108b1212ae4b1d6f
-SIZE (howl-0.9.7.tar.gz) = 539899
+MD5 (howl-0.9.8.tar.gz) = 92a1c18bf9b6817ec47fc7565166eb03
+SIZE (howl-0.9.8.tar.gz) = 540208
diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist
index 9b2009bca5a4..0c2e2421d576 100644
--- a/net/howl/pkg-plist
+++ b/net/howl/pkg-plist
@@ -23,31 +23,29 @@ include/howl-%%VERSION%%/salt/salt.h
include/howl-%%VERSION%%/salt/signal.h
include/howl-%%VERSION%%/salt/socket.h
include/howl-%%VERSION%%/salt/time.h
-lib/libhowl-%%VERSION%%.so.1
-lib/libhowl-%%VERSION%%.so
lib/libhowl.a
lib/libhowl.so
-lib/libmDNSResponder-%%VERSION%%.so
-lib/libmDNSResponder-%%VERSION%%.so.0
+lib/libhowl.so.0
lib/libmDNSResponder.a
lib/libmDNSResponder.so
+lib/libmDNSResponder.so.0
libdata/pkgconfig/howl.pc
-share/howl/help/address-summary.html
-share/howl/help/address.html
-share/howl/help/discovery-summary.html
-share/howl/help/discovery.html
-share/howl/help/index.html
-share/howl/help/overall.html
-share/howl/help/salt-summary.html
-share/howl/help/salt.html
-share/howl/help/txt_rec-summary.html
-share/howl/help/txt_rec.html
-share/howl/help/txt_rec_iter-summary.html
-share/howl/help/txt_rec_iter.html
-share/howl/help/txt_rec_str_iter-summary.html
-share/howl/help/txt_rec_str_iter.html
-@dirrm share/howl/help
-@dirrm share/howl
+%%DATADIR%%/help/address-summary.html
+%%DATADIR%%/help/address.html
+%%DATADIR%%/help/discovery-summary.html
+%%DATADIR%%/help/discovery.html
+%%DATADIR%%/help/index.html
+%%DATADIR%%/help/overall.html
+%%DATADIR%%/help/salt-summary.html
+%%DATADIR%%/help/salt.html
+%%DATADIR%%/help/txt_rec-summary.html
+%%DATADIR%%/help/txt_rec.html
+%%DATADIR%%/help/txt_rec_iter-summary.html
+%%DATADIR%%/help/txt_rec_iter.html
+%%DATADIR%%/help/txt_rec_str_iter-summary.html
+%%DATADIR%%/help/txt_rec_str_iter.html
+@dirrm %%DATADIR%%/help
+@dirrm %%DATADIR%%
@dirrm include/howl-%%VERSION%%/salt
@dirrm include/howl-%%VERSION%%/rendezvous
@dirrm include/howl-%%VERSION%%/discovery