1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Revert last commit.

This commit is contained in:
Michael Nottebrock 2004-08-30 20:09:02 +00:00
parent 4be5d29993
commit 43759955d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117704
3 changed files with 14 additions and 6 deletions

View File

@ -6,7 +6,8 @@
#
PORTNAME= glflow
PORTVERSION= 0.0.5
PORTVERSION= 0.0.4
PORTEPOCH= 1
CATEGORIES= net security
MASTER_SITES= http://night.rdslink.ro/dudu/glflow/
DISTNAME= glFlow-${PORTVERSION}
@ -18,9 +19,6 @@ 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
.if !defined(NOPORTDOCS)

View File

@ -1,2 +1,2 @@
MD5 (glFlow-0.0.5.tar.gz) = e411ebd698a0432f3ef081e5ad5037a9
SIZE (glFlow-0.0.5.tar.gz) = 94011
MD5 (glFlow-0.0.4.tar.gz) = 03f438f432d325440b17cb2dae94060c
SIZE (glFlow-0.0.4.tar.gz) = 16874

View File

@ -0,0 +1,10 @@
--- 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