aboutsummaryrefslogtreecommitdiffstats
path: root/net/glflow
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-08-31 04:09:02 +0800
committerlofi <lofi@FreeBSD.org>2004-08-31 04:09:02 +0800
commit76b1767d844a0a77f1615cdb8be0d6b199eeeb3d (patch)
tree24fb551d20a40264ee38e05139ff6e4e64e04ba4 /net/glflow
parent6f3f8bf470a76651e202f6f7e32b954e14f66d95 (diff)
downloadfreebsd-ports-gnome-76b1767d844a0a77f1615cdb8be0d6b199eeeb3d.tar.gz
freebsd-ports-gnome-76b1767d844a0a77f1615cdb8be0d6b199eeeb3d.tar.zst
freebsd-ports-gnome-76b1767d844a0a77f1615cdb8be0d6b199eeeb3d.zip
Revert last commit.
Diffstat (limited to 'net/glflow')
-rw-r--r--net/glflow/Makefile6
-rw-r--r--net/glflow/distinfo4
-rw-r--r--net/glflow/files/patch-Makefile10
3 files changed, 14 insertions, 6 deletions
diff --git a/net/glflow/Makefile b/net/glflow/Makefile
index 6872c34cc0d4..46f192389c78 100644
--- a/net/glflow/Makefile
+++ b/net/glflow/Makefile
@@ -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)
diff --git a/net/glflow/distinfo b/net/glflow/distinfo
index e90c91be8462..2fc1a8d330f0 100644
--- a/net/glflow/distinfo
+++ b/net/glflow/distinfo
@@ -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
diff --git a/net/glflow/files/patch-Makefile b/net/glflow/files/patch-Makefile
new file mode 100644
index 000000000000..5e6b4400081f
--- /dev/null
+++ b/net/glflow/files/patch-Makefile
@@ -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
+