diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-02-02 12:43:42 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-02-02 12:43:42 +0000 |
commit | 174f98e45958b70fa034add540b2cf9775a7eeb9 (patch) | |
tree | f5868d793b29b9dc82f668c30721883299a33383 /www/boa | |
parent | 0cc65ce5051692232e1d5cf1f3233b733bab7273 (diff) | |
download | ports-174f98e45958b70fa034add540b2cf9775a7eeb9.tar.gz ports-174f98e45958b70fa034add540b2cf9775a7eeb9.zip |
Update to boa-0.94.14rc13.
The new patch to the configure script has been accepted by the Boa
maintainers in a different form - a patch to configure.in.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=74474
Diffstat (limited to 'www/boa')
-rw-r--r-- | www/boa/Makefile | 2 | ||||
-rw-r--r-- | www/boa/distinfo | 2 | ||||
-rw-r--r-- | www/boa/files/patch-configure | 10 |
3 files changed, 12 insertions, 2 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile index e888554d1760..088e9290d436 100644 --- a/www/boa/Makefile +++ b/www/boa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= boa -PORTVERSION= 0.94.14.r7 +PORTVERSION= 0.94.14.r13 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.boa.org/ diff --git a/www/boa/distinfo b/www/boa/distinfo index 35ea8875f61d..11bf5f7be07b 100644 --- a/www/boa/distinfo +++ b/www/boa/distinfo @@ -1 +1 @@ -MD5 (boa-0.94.14rc7.tar.bz2) = 0baf8c7454d096c2d43d9f7fce58b3eb +MD5 (boa-0.94.14rc13.tar.bz2) = 7c4d9d14884cb44ffae6fbf017ff34dc diff --git a/www/boa/files/patch-configure b/www/boa/files/patch-configure new file mode 100644 index 000000000000..2b5bcaa1ab40 --- /dev/null +++ b/www/boa/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Jan 31 18:58:53 2003 ++++ configure Fri Jan 31 18:59:01 2003 +@@ -1846,6 +1846,7 @@ + cat > conftest.$ac_ext <<EOF + #line 1848 "configure" + #include "confdefs.h" ++#include <sys/types.h> + #include <sys/socket.h> + int main() { + sa_family_t foo2; |