diff options
author | billf <billf@FreeBSD.org> | 1999-05-07 04:47:23 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-05-07 04:47:23 +0800 |
commit | 7315bcc6d365d5d72da81a7d11a5cab5cfae3b01 (patch) | |
tree | 959e94aa45d44871db856dcda7243b7c4a1c02d1 /net/ntop | |
parent | ea0e327bb8bb63f03138de4c839b584a7ab43ab0 (diff) | |
download | freebsd-ports-gnome-7315bcc6d365d5d72da81a7d11a5cab5cfae3b01.tar.gz freebsd-ports-gnome-7315bcc6d365d5d72da81a7d11a5cab5cfae3b01.tar.zst freebsd-ports-gnome-7315bcc6d365d5d72da81a7d11a5cab5cfae3b01.zip |
(1) Upgrade to 1.1
PR: ports/11536
Submitted by: Anders Nordby <anders@fix.no>
(2) Fix some uglyness
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 21 | ||||
-rw-r--r-- | net/ntop/distinfo | 3 | ||||
-rw-r--r-- | net/ntop/files/patch-ah | 11 |
3 files changed, 22 insertions, 13 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index a2764a433b07..6fe70c0ebc61 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -1,29 +1,28 @@ # New ports collection makefile for: ntop -# Version required: 1.1a3 +# Version required: 1.1 # Date created: 10 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.6 1998/11/17 21:36:13 billf Exp $ +# $Id: Makefile,v 1.7 1998/11/18 11:31:43 asami Exp $ # -DISTNAME= ntop-1.1a3 +DISTNAME= ntop-1.1-src +PKGNAME= ntop-1.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/snapshots/ \ +MASTER_SITES= ftp://ftp.unipi.it/pub/local/ntop/source/ \ ftp://ftp.ee.lbl.gov/ \ - http://www.FreeBSD.org/~billf/ -DISTFILES= libpcap-0.4.tar.Z ${DISTNAME}.tar.gz + http://www.freenix.no/~anders/ \ + ftp://totem.fix.no/pub/mirrors/misc/ MAINTAINER= billf@FreeBSD.org -USE_AUTOCONF= yes +HAS_CONFIGURE= yes ALL_TARGET= -INSTALL_TARGET= install +INSTALL_TARGET= install install-man +WRKSRC= ${WRKDIR}/${PKGNAME} MAN8= ntop.8 -post-patch: - @cd ${WRKDIR}/libpcap-0.4/; ./configure; make - post-install: strip ${PREFIX}/sbin/ntop diff --git a/net/ntop/distinfo b/net/ntop/distinfo index 5c89afef05b6..110d8e02f212 100644 --- a/net/ntop/distinfo +++ b/net/ntop/distinfo @@ -1,2 +1 @@ -MD5 (libpcap-0.4.tar.Z) = 3e0025a24218d327b152075c70a578e9 -MD5 (ntop-1.1a3.tar.gz) = 60ff834a89f1dbecb1bd377d8a168fd6 +MD5 (ntop-1.1-src.tar.gz) = 4630ed141d9d5f16f929a9b64b70a45c diff --git a/net/ntop/files/patch-ah b/net/ntop/files/patch-ah new file mode 100644 index 000000000000..12de2d1fd9ba --- /dev/null +++ b/net/ntop/files/patch-ah @@ -0,0 +1,11 @@ +--- configure.old Thu May 6 12:14:29 1999 ++++ configure Thu May 6 12:14:37 1999 +@@ -676,7 +676,7 @@ + : + fi + +- V_CCOPT="-O" ++ V_CCOPT="" + V_INCLS="" + if test "${srcdir}" != "." ; then + V_INCLS="-I\$\(srcdir\)" |