Date: Fri, 5 Oct 2001 21:16:18 +0400 (MSD) From: Dmitry Morozovsky <marck@rinet.ru> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/31062: net/ehnt update: 0.2.3 -> 0.3 Message-ID: <200110051716.f95HGIF81891@woozle.rinet.ru>
next in thread | raw e-mail | index | archive | help
>Number: 31062 >Category: ports >Synopsis: net/ehnt update: 0.2.3 -> 0.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 10:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD 4.4-RC i386 >Organization: Cronyx Plus LLC >Environment: System: FreeBSD woozle.rinet.ru 4.4-RC FreeBSD 4.4-RC #0: Sun Sep 9 18:06:12 MSD 2001 root@woozle.rinet.ru:/lh/obj/ar/src/sys/woozle i386 >Description: New version of ehnt released by nikw@martnet.com >How-To-Repeat: N/A >Fix: ehnta-0.2-0.3.diff here is patch for ehnta port skeleton (net/ehnt) between versions 0.2 and 0.3 also, files/ehnt.1 and files/ehntserv.8 should be deleted, as Nik has added them in standard source set. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/ehnt/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/09/08 09:04:07 1.2 +++ Makefile 2001/10/05 17:09:12 @@ -6,7 +6,7 @@ # PORTNAME= ehnt -PORTVERSION= 0.2.3 +PORTVERSION= 0.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,8 +22,8 @@ ${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/ehntserv ${PREFIX}/sbin/ ${INSTALL_SCRIPT} ${FILESDIR}/ehntserv.sh.sample ${PREFIX}/etc/rc.d/ - ${INSTALL_MAN} ${FILESDIR}/ehnt.1 ${PREFIX}/man/man1/ - ${INSTALL_MAN} ${FILESDIR}/ehntserv.8 ${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/ehnt.1 ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/ehntserv.8 ${PREFIX}/man/man8/ ${MKDIR} ${PREFIX}/share/ehnt ${INSTALL_DATA} ${WRKSRC}/asnc.txt ${PREFIX}/share/ehnt/ .if !defined(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/ehnt/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/08/11 17:38:05 1.1 +++ distinfo 2001/10/05 17:09:12 @@ -1,2 +1,2 @@ -MD5 (ehnt-0.2.3.tar.gz) = 4fb3af5046fb9943ea6bb93a56cb89cb -MD5 (ehnt_data-0.2.3.tar.gz) = ddba92084c78138bdd9af23ac25f5ee9 +MD5 (ehnt-0.3.tar.gz) = 1477137f5207561cafb421864351562d +MD5 (ehnt_data-0.3.tar.gz) = b861e0fb0092c45c71b9048e9a4b1679 Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/net/ehnt/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- files/patch-Makefile 2001/08/11 17:38:05 1.1 +++ files/patch-Makefile 2001/10/05 17:09:12 @@ -1,6 +1,6 @@ ---- Makefile.orig Thu Aug 9 12:55:44 2001 -+++ Makefile Thu Aug 9 13:04:50 2001 -@@ -1,19 +1,12 @@ +--- Makefile.orig Thu Oct 4 22:18:29 2001 ++++ Makefile Fri Oct 5 21:00:34 2001 +@@ -1,23 +1,14 @@ -PLATFORM = LINUX +#PLATFORM = LINUX #PLATFORM = SOLARIS @@ -11,7 +11,11 @@ #DEBUG = yes #CFLAGS = -g #CFLAGS = -O6 +-STRIP = strip ++#STRIP = strip + #STRIP = gstrip LIBS = -lm +-CFLAGS = -I/usr/lib/glib/include - -ifeq ($(PLATFORM),SOLARIS) - LIBS += -lsocket -lnsl -lresolv @@ -20,30 +24,31 @@ -ifeq ($(DEBUG),yes) - CFLAGS += -g -endif +- +CFLAGS+= -DASNCDIR=\"${PREFIX}/share/ehnt\" - all: ehntserv ehnt asnc.txt -@@ -37,11 +30,6 @@ + @echo +@@ -40,11 +31,6 @@ ehnt : ehnt_client.o ehnt_lookup.o ehnt_display.o ehnt_processflow.o ehnt_main.o $(CC) -o ehnt ehnt_client.o ehnt_lookup.o ehnt_display.o ehnt_processflow.o ehnt_main.o $(LIBS) $(CFLAGS) -ifeq ($(DEBUG),yes) - @echo Debug mode - ehnt not stripped -else -- strip ehnt +- $(STRIP) ehnt -endif ehntserv.o : ehntserv.c ehnt.h netflowv5.h config.h -@@ -49,11 +37,6 @@ +@@ -52,11 +38,6 @@ ehntserv : ehntserv.o $(CC) $(CFLAGS) -o ehntserv ehntserv.o $(LIBS) $(CFLAGS) -ifeq ($(DEBUG),yes) - @echo Debug mode - ehnt not stripped -else -- strip ehntserv +- $(STRIP) ehntserv -endif asnc.txt : >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110051716.f95HGIF81891>