Update to 0.9.8, and fix the build on 4.X Alpha.

Approved by:	maintainer timeout
This commit is contained in:
Joe Marcus Clarke 2005-01-24 20:10:58 +00:00
parent dfc9a13aed
commit 423fe4c405
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127215
3 changed files with 27 additions and 27 deletions

View file

@ -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} \

View file

@ -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

View file

@ -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