Date: Tue, 17 Aug 2004 12:19:17 -0700 (PDT) From: David Thiel <lx@deepthought.redundancy.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: pav@FreeBSD.org Subject: ports/70586: Update: net/glflow 0.0.4 -> 0.0.5 Message-ID: <200408171919.i7HJJHRe061763@deepthought.redundancy.org> Resent-Message-ID: <200408171920.i7HJKLLX069385@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70586 >Category: ports >Synopsis: Update: net/glflow 0.0.4 -> 0.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 17 19:20:20 GMT 2004 >Closed-Date: >Last-Modified: >Originator: David Thiel >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD deepthought.redundancy.org 5.2-CURRENT FreeBSD 5.2-CURRENT #18: Sat May 29 15:36:37 PDT 2004 lx@deepthought.redundancy.org:/usr/obj/usr/src/sys/DEEPTHOUGHT i386 >Description: Updating the glFlow DoS detection engine to 0.0.5. Major change is the build process switching to using autoconf. >How-To-Repeat: >Fix: diff -ruN glflow.old/Makefile glflow/Makefile --- glflow.old/Makefile Tue Aug 17 11:52:25 2004 +++ glflow/Makefile Tue Aug 17 12:09:07 2004 @@ -6,7 +6,7 @@ # PORTNAME= glflow -PORTVERSION= 0.0.4 +PORTVERSION= 0.0.5 CATEGORIES= net security MASTER_SITES= http://night.rdslink.ro/dudu/glflow/ DISTNAME= glFlow-${PORTVERSION} @@ -17,6 +17,9 @@ PLIST_FILES= bin/glflow PORTDOCS= README WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-debug do-install: ${INSTALL_PROGRAM} ${WRKSRC}/glflow ${PREFIX}/bin diff -ruN glflow.old/distinfo glflow/distinfo --- glflow.old/distinfo Tue Aug 17 11:52:25 2004 +++ glflow/distinfo Tue Aug 17 11:52:45 2004 @@ -1,2 +1,2 @@ -MD5 (glFlow-0.0.4.tar.gz) = 03f438f432d325440b17cb2dae94060c -SIZE (glFlow-0.0.4.tar.gz) = 16874 +MD5 (glFlow-0.0.5.tar.gz) = d1dc763b51e0ae9c1d432ba4ee327351 +SIZE (glFlow-0.0.5.tar.gz) = 103078 diff -ruN glflow.old/files/patch-Makefile glflow/files/patch-Makefile --- glflow.old/files/patch-Makefile Tue Aug 17 11:52:25 2004 +++ glflow/files/patch-Makefile Wed Dec 31 16:00:00 1969 @@ -1,10 +0,0 @@ ---- Makefile.orig Fri Aug 13 11:24:56 2004 -+++ Makefile Fri Aug 13 14:57:56 2004 -@@ -1,5 +1,5 @@ --CXX=c++ --CXXFLAGS=-O3 -pipe -include defs.h -D_USE_MD5 -+CXX?=c++ -+CXXFLAGS+=-include defs.h -D_USE_MD5 - #add -D_LINUX for compilation on Linux - LDFLAGS=-lpcap -lcrypto - >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408171919.i7HJJHRe061763>