pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nam Use source files included in ns-allinone, whic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4ea5b7624f3
branches:  trunk
changeset: 517820:e4ea5b7624f3
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Aug 23 10:43:49 2006 +0000

description:
Use source files included in ns-allinone, which supports x86_64 and gcc 4.1.
Bump PKGREVISION.

diffstat:

 net/nam/Makefile         |  12 ++++++------
 net/nam/distinfo         |   8 ++++----
 net/nam/patches/patch-ad |  13 -------------
 3 files changed, 10 insertions(+), 23 deletions(-)

diffs (61 lines):

diff -r b19dd6cac61a -r e4ea5b7624f3 net/nam/Makefile
--- a/net/nam/Makefile  Wed Aug 23 10:41:11 2006 +0000
+++ b/net/nam/Makefile  Wed Aug 23 10:43:49 2006 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.isi.edu/nsnam/nam/
@@ -12,7 +12,7 @@
 
 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 -r b19dd6cac61a -r e4ea5b7624f3 net/nam/distinfo
--- a/net/nam/distinfo  Wed Aug 23 10:41:11 2006 +0000
+++ b/net/nam/distinfo  Wed Aug 23 10:43:49 2006 +0000
@@ -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 -r b19dd6cac61a -r e4ea5b7624f3 net/nam/patches/patch-ad
--- a/net/nam/patches/patch-ad  Wed Aug 23 10:41:11 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index