aboutsummaryrefslogtreecommitdiffstats
path: root/net/cnet/Makefile
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-06-12 19:04:19 +0800
committerlawrance <lawrance@FreeBSD.org>2005-06-12 19:04:19 +0800
commite41a9fadc22829a4f72ee35eb6bc6a9f3e9376e9 (patch)
tree27d7120fc488306d5e929ef885b701a09b47b333 /net/cnet/Makefile
parent7db3fe2c28ec2948c7323614ea1ef0a74b65db5c (diff)
downloadfreebsd-ports-gnome-e41a9fadc22829a4f72ee35eb6bc6a9f3e9376e9.tar.gz
freebsd-ports-gnome-e41a9fadc22829a4f72ee35eb6bc6a9f3e9376e9.tar.zst
freebsd-ports-gnome-e41a9fadc22829a4f72ee35eb6bc6a9f3e9376e9.zip
- Update to 2.0.9 [1]
- portlint pkg-plist pacification - add a couple patches to fix compile and crash problems, both submitted to author PR: ports/74298 [1] Submitted by: Petr Holub <hopet@ics.muni.cz> [1]
Diffstat (limited to 'net/cnet/Makefile')
-rw-r--r--net/cnet/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile
index 301a3801abd8..fcefdc67c72a 100644
--- a/net/cnet/Makefile
+++ b/net/cnet/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= cnet
-PORTVERSION= 1.7.7
-PORTREVISION= 2
+PORTVERSION= 2.0.9
CATEGORIES= net tcl84 tk84
-MASTER_SITES= http://www.cs.uwa.edu.au/cnet/
+MASTER_SITES= http://www.csse.uwa.edu.au/cnet/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
@@ -17,18 +16,15 @@ COMMENT= A networking simulator
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
-IGNORE= does not run (core dumps: Arithmetic exception)
-
USE_REINPLACE= yes
-USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
ALL_TARGET= # empty
MAN1= cnet.1
post-patch:
- @${REINPLACE_CMD} -e 's|8.2|8.4|g ; \
- s|82|84|g' ${WRKSRC}/src/Makefile.freebsd
+ @${REINPLACE_CMD} -e 's|8.3|8.4|g ; \
+ s|83|84|g' ${WRKSRC}/src/Makefile.freebsd
@${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ; \
s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/config.h