Index: head/net/howl/Makefile =================================================================== --- head/net/howl/Makefile (revision 127214) +++ head/net/howl/Makefile (revision 127215) @@ -1,38 +1,40 @@ # New ports collection makefile for: howl # Date created: 21 July 2003 # Whom: David Magda # $FreeBSD$ # PORTNAME= howl -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ MAINTAINER= paul@aps.org 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 MAN8= mDNSResponder.8 PLIST_SUB= VERSION="${PORTVERSION}" .include -.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} \ -E -e '/^library_includedir[[:space:]]*=/s^\$$[(]includedir[)]/howl^$$(includedir)/howl-${PORTVERSION}^g' .include Property changes on: head/net/howl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/net/howl/distinfo =================================================================== --- head/net/howl/distinfo (revision 127214) +++ head/net/howl/distinfo (revision 127215) @@ -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 Property changes on: head/net/howl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/howl/pkg-plist =================================================================== --- head/net/howl/pkg-plist (revision 127214) +++ head/net/howl/pkg-plist (revision 127215) @@ -1,55 +1,53 @@ bin/mDNSBrowse bin/mDNSPublish bin/mDNSQuery bin/mDNSResolve bin/mDNSResponder include/howl-%%VERSION%%/corby/buffer.h include/howl-%%VERSION%%/corby/channel.h include/howl-%%VERSION%%/corby/corby.h include/howl-%%VERSION%%/corby/message.h include/howl-%%VERSION%%/corby/object.h include/howl-%%VERSION%%/corby/orb.h include/howl-%%VERSION%%/discovery/discovery.h include/howl-%%VERSION%%/discovery/text_record.h include/howl-%%VERSION%%/howl.h include/howl-%%VERSION%%/howl_config.h include/howl-%%VERSION%%/rendezvous/rendezvous.h include/howl-%%VERSION%%/rendezvous/text_record.h include/howl-%%VERSION%%/salt/address.h include/howl-%%VERSION%%/salt/debug.h include/howl-%%VERSION%%/salt/interface.h include/howl-%%VERSION%%/salt/platform.h 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 @dirrm include/howl-%%VERSION%%/corby @dirrm include/howl-%%VERSION%% Property changes on: head/net/howl/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property