diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-10-15 04:11:37 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-10-15 04:11:37 +0000 |
commit | a18cefbc2b741cd521df9ad5cd9a4f23c5b44fbc (patch) | |
tree | af569964527b4a3888ddafdfc5cf493c6bd66ba4 /security/tripwire | |
parent | c9bd095f0e869bb2bd48b9d9e4fa11f3950346b5 (diff) | |
download | ports-a18cefbc2b741cd521df9ad5cd9a4f23c5b44fbc.tar.gz ports-a18cefbc2b741cd521df9ad5cd9a4f23c5b44fbc.zip |
Notes
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/Makefile | 1 | ||||
-rw-r--r-- | security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp | 11 |
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 |