diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-06-14 03:54:53 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-06-14 03:54:53 +0000 |
commit | 8a6d0eee914be1be7599f310ee8d03d30ea5c10f (patch) | |
tree | 03c2f98bc2a297cf9dde00e329bc38dbed5d8f7b /www/mnogosearch31 | |
parent | d163bd3efbc34740bb9878b4e13140af43a47cfd (diff) | |
download | ports-8a6d0eee914be1be7599f310ee8d03d30ea5c10f.tar.gz ports-8a6d0eee914be1be7599f310ee8d03d30ea5c10f.zip |
Notes
Diffstat (limited to 'www/mnogosearch31')
-rw-r--r-- | www/mnogosearch31/Makefile | 5 | ||||
-rw-r--r-- | www/mnogosearch31/files/patch-ad | 17 |
2 files changed, 16 insertions, 6 deletions
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 8fc62a81f59e..44220580afe3 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/Makefile @@ -6,9 +6,10 @@ # PORTNAME= mnogosearch -PORTVERSION= 3.1.21 +PORTVERSION= 3.1.21 +PORTREVISION= 1 CATEGORIES= www databases -MASTER_SITES= http://www.mnogosearch.org/Download/ +MASTER_SITES= http://www.mnogosearch.org/Download/ MAINTAINER= ache@FreeBSD.org COMMENT= Full featured SQL-based hypertext search engine diff --git a/www/mnogosearch31/files/patch-ad b/www/mnogosearch31/files/patch-ad index c81d6f29511b..f13ee23c3acd 100644 --- a/www/mnogosearch31/files/patch-ad +++ b/www/mnogosearch31/files/patch-ad @@ -1,5 +1,5 @@ --- configure.orig Tue Jun 17 13:35:22 2003 -+++ configure Mon Jun 14 07:09:11 2004 ++++ configure Mon Jun 14 07:46:23 2004 @@ -3176,13 +3176,14 @@ fi rm -f confcache @@ -26,7 +26,16 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -5826,8 +5827,8 @@ +@@ -3659,6 +3660,8 @@ + #line $LINENO "configure" + #include "confdefs.h" + $ac_includes_default ++#include <netinet/in.h> ++#include <netinet/in_systm.h> + #include <$ac_header> + _ACEOF + rm -f conftest.$ac_objext +@@ -5826,8 +5829,8 @@ echo "$as_me:$LINENO: result: enabled" >&5 echo "${ECHO_T}enabled" >&6 @@ -37,7 +46,7 @@ else echo "$as_me:$LINENO: result: disabled" >&5 echo "${ECHO_T}disabled" >&6 -@@ -7553,8 +7554,8 @@ +@@ -7553,8 +7556,8 @@ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ @@ -48,7 +57,7 @@ || { { echo "$as_me:$LINENO: error: libtool configure failed" >&5 echo "$as_me: error: libtool configure failed" >&2;} { (exit 1); exit 1; }; } -@@ -7579,7 +7580,7 @@ +@@ -7579,7 +7582,7 @@ # This can be used to rebuild libtool when needed |