diff options
author | roam <roam@FreeBSD.org> | 2003-02-02 20:43:42 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-02-02 20:43:42 +0800 |
commit | a3073f809e1e134ce9d68ee033cc406005d60d98 (patch) | |
tree | ec8e1863425b939ccf84e8ed87523e5b6dc0c963 /www | |
parent | 78cbbeb3870f7438f2a0ce2d1e04435d3f366f8b (diff) | |
download | freebsd-ports-gnome-a3073f809e1e134ce9d68ee033cc406005d60d98.tar.gz freebsd-ports-gnome-a3073f809e1e134ce9d68ee033cc406005d60d98.tar.zst freebsd-ports-gnome-a3073f809e1e134ce9d68ee033cc406005d60d98.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
Diffstat (limited to 'www')
-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; |