Index: head/net/norm/Makefile =================================================================== --- head/net/norm/Makefile (revision 459364) +++ head/net/norm/Makefile (revision 459365) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= norm PORTVERSION= 1.5r6 CATEGORIES= net MASTER_SITES= http://downloads.pf.itd.nrl.navy.mil/norm/archive/ DISTNAME= src-norm-${DISTVERSION} MAINTAINER= hd@oc.dk COMMENT= NACK-Oriented Reliable Multicast (NORM) -BROKEN_mips= Does not build: named return values are no longer supported -BROKEN_mips64= Does not build: named return values are no longer supported -BROKEN_powerpc64= Does not build: named return values are no longer supported -BROKEN_sparc64= Does not build: named return values are no longer supported - WRKSRC= ${WRKDIR}/norm-${DISTVERSION} USES= waf tar:tgz libtool USE_LDCONFIG= yes PLIST_FILES= include/normApi.h lib/libnorm.so lib/libnorm.so.1 \ lib/libnorm.so.1.0.0 + +post-patch: + @${REINPLACE_CMD} -e '92s,r.*;,{&},' \ + ${WRKSRC}/protolib/include/protoSpace.h post-install: ${INSTALL_DATA} ${WRKSRC}/include/normApi.h ${STAGEDIR}${PREFIX}/include/ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnorm.so.1.0.0 .include Index: head/net/norm/pkg-descr =================================================================== --- head/net/norm/pkg-descr (revision 459364) +++ head/net/norm/pkg-descr (revision 459365) @@ -1,4 +1,6 @@ -This a port of NACK-Oriented Reliable Multicast (N.O.R.M.), -as specified in RFC5740. +This a port of NACK-Oriented Reliable Multicast (NORM) Transport Protocol +implementation, as specified in RFC 5740. This protocol can provide end- +to-end reliable transport of bulk data objects or streams over generic IP +multicast routing and forwarding services. WWW: http://www.nrl.navy.mil/itd/ncs/products/norm