summaryrefslogtreecommitdiff
path: root/security/tripwire
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-10-15 04:11:37 +0000
committerCy Schubert <cy@FreeBSD.org>2002-10-15 04:11:37 +0000
commita18cefbc2b741cd521df9ad5cd9a4f23c5b44fbc (patch)
treeaf569964527b4a3888ddafdfc5cf493c6bd66ba4 /security/tripwire
parentFound the problem. If it found a glib, which would only be a non-ports (diff)
Fix a build bug in recent -STABLE.
Submitted by: Jan Demter <jan@demter.de>
Notes
Notes: svn path=/head/; revision=68070
Diffstat (limited to 'security/tripwire')
-rw-r--r--security/tripwire/Makefile1
-rw-r--r--security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp11
2 files changed, 12 insertions, 0 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile
index 308e63160d29..333e4272ebc0 100644
--- a/security/tripwire/Makefile
+++ b/security/tripwire/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tripwire
PORTVERSION= 2.3.1.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://download.sourceforge.net/tripwire/
DISTNAME= tripwire-2.3.1-2
diff --git a/security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp b/security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp
new file mode 100644
index 000000000000..551cd1fb7a3e
--- /dev/null
+++ b/security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp
@@ -0,0 +1,11 @@
+--- src/STLport-4.0/src/num_put_float.cpp.orig Sat Feb 24 19:44:14 2001
++++ src/STLport-4.0/src/num_put_float.cpp Sat Oct 12 02:55:14 2002
+@@ -43,7 +43,7 @@
+
+ # ifdef __STL_UNIX
+
+-# ifdef __OpenBSD__
++# if defined(__OpenBSD__) || defined(__FreeBSD__)
+ # include <math.h>
+ # include <float.h>
+ # else