diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-23 10:43:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-23 10:43:49 +0000 |
commit | fc4151b2929822ea471b1e53daa75c5ac8e1f262 (patch) | |
tree | 8cff2d674f98b7be66bab8b454ad12d2eb4a9115 /net/nam | |
parent | 7627b58de04deaf2bbffb9d1a7a4d36ea789090a (diff) | |
download | pkgsrc-fc4151b2929822ea471b1e53daa75c5ac8e1f262.tar.gz |
Use source files included in ns-allinone, which supports x86_64 and gcc 4.1.
Bump PKGREVISION.
Diffstat (limited to 'net/nam')
-rw-r--r-- | net/nam/Makefile | 12 | ||||
-rw-r--r-- | net/nam/distinfo | 8 | ||||
-rw-r--r-- | net/nam/patches/patch-ad | 13 |
3 files changed, 10 insertions, 23 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile index eaeb8d1f4a4..c6a14e234e9 100644 --- a/net/nam/Makefile +++ b/net/nam/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:10:27 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/08/23 10:43:49 minskim Exp $ -DISTNAME= nam-src-1.11 -PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 1 +DISTNAME= ns-allinone-2.29.3 +PKGNAME= nam-1.11 +PKGREVISION= 2 CATEGORIES= net -MASTER_SITES= http://www.isi.edu/nsnam/dist/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nsnam/} MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.isi.edu/nsnam/nam/ @@ -12,7 +12,7 @@ COMMENT= The UCB/LBNL Network Animator PKG_INSTALLATION_TYPES= overwrite pkgviews -WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} +WRKSRC= ${WRKDIR}/ns-allinone-2.29/nam-1.11 USE_LANGUAGES= c c++ GNU_CONFIGURE= yes BUILD_TARGET= diff --git a/net/nam/distinfo b/net/nam/distinfo index 6c6aae0e7d6..cb73cf58590 100644 --- a/net/nam/distinfo +++ b/net/nam/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2006/03/03 04:46:50 minskim Exp $ +$NetBSD: distinfo,v 1.7 2006/08/23 10:43:50 minskim Exp $ -SHA1 (nam-src-1.11.tar.gz) = 745ee2a8830831be3bee979401198b3510e1a7c8 -RMD160 (nam-src-1.11.tar.gz) = 0b2c2550018a67b4081d5799a91d9964b4f731c8 -Size (nam-src-1.11.tar.gz) = 4358578 bytes +SHA1 (ns-allinone-2.29.3.tar.gz) = 3a09828d08b3b43c4008b171d0b72dbc2baf8d7f +RMD160 (ns-allinone-2.29.3.tar.gz) = 7feab9f6ab74a5207d8a7926f2fb965f263a887c +Size (ns-allinone-2.29.3.tar.gz) = 68618537 bytes SHA1 (patch-aa) = 6178acca56809e546128c0b8d54db4aa6db83e4d SHA1 (patch-ab) = c7ecec5ce97b68a41ad9e93017e158ad8426ad45 SHA1 (patch-ac) = dfdefa14ebe3a434ad2aa85e0b40065bc2e9a858 diff --git a/net/nam/patches/patch-ad b/net/nam/patches/patch-ad deleted file mode 100644 index 21771193270..00000000000 --- a/net/nam/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2006/03/03 04:46:50 minskim Exp $ - ---- agent.h.orig 2001-06-15 18:53:10.000000000 -0700 -+++ agent.h -@@ -70,7 +70,7 @@ public: - inline double width() {return width_;} - inline double height() {return height_;} - virtual void findClosestCornertoPoint(double x, double y, -- double &corner_x, double &corner_y) const = NULL; -+ double &corner_x, double &corner_y) const = 0; - virtual void place(double x, double y); - void label(const char* name, int anchor); - void color(const char* name); |