ports/63798: update net/gofish to 0.29

gioria at FreeBSD.org gioria at FreeBSD.org
Fri Mar 5 13:10:19 UTC 2004


>Number:         63798
>Category:       ports
>Synopsis:       update net/gofish to 0.29
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 05 05:10:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     gioria at FreeBSD.ORG
>Release:        FreeBSD 5.2-RELEASE-p2 i386
>Organization:
FreeBSD.ORG
>Environment:
System: FreeBSD jameson.niv2.com 5.2-RELEASE-p2 FreeBSD 5.2-RELEASE-p2 #0: Sat Feb 7 12:29:22 CET 2004 root at jameson.niv2.com:/usr/obj/usr/src/sys/JAMESON i386


>Description:
	update gofish to 0.29
>How-To-Repeat:
>Fix:

Attached is the patchs

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	Makefile.diff
#	distinfo.diff
#	files
#	gofish.shar
#	files/patch-aa
#
echo x - Makefile.diff
sed 's/^X//' >Makefile.diff << 'END-of-Makefile.diff'
X--- Makefile.orig	Fri Mar  5 12:20:49 2004
X+++ Makefile	Fri Mar  5 12:46:37 2004
X@@ -7,12 +7,12 @@
X #
X 
X PORTNAME=	gofish
X-PORTVERSION=	0.27
X+PORTVERSION=	0.29
X CATEGORIES=	net
X MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
X MASTER_SITE_SUBDIR=	${PORTNAME}
X 
X-MAINTAINER=	ports at FreeBSD.org
X+MAINTAINER=	gioria at FreeBSD.ORG
X COMMENT=	GoFish Gopher Server
X 
X GOPHERROOT?=	${PREFIX}/gopher
END-of-Makefile.diff
echo x - distinfo.diff
sed 's/^X//' >distinfo.diff << 'END-of-distinfo.diff'
X--- distinfo.orig	Thu Jan 29 17:10:44 2004
X+++ distinfo	Fri Mar  5 12:21:34 2004
X@@ -1,2 +1 @@
X-MD5 (gofish-0.27.tar.gz) = 665590034e80271ffc903ae22ab851fd
X-SIZE (gofish-0.27.tar.gz) = 156957
X+MD5 (gofish-0.29.tar.gz) = 090010dff4dca4f9c3c6bcad61038665
END-of-distinfo.diff
echo c - files
mkdir -p files > /dev/null 2>&1
echo x - gofish.shar
sed 's/^X//' >gofish.shar << 'END-of-gofish.shar'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#	Makefile.diff
X#	distinfo.diff
X#	files
X#	gofish.shar
X#	files/patch-aa
X#
Xecho x - Makefile.diff
Xsed 's/^X//' >Makefile.diff << 'END-of-Makefile.diff'
XX--- Makefile.orig	Fri Mar  5 12:20:49 2004
XX+++ Makefile	Fri Mar  5 12:46:37 2004
XX@@ -7,12 +7,12 @@
XX #
XX 
XX PORTNAME=	gofish
XX-PORTVERSION=	0.27
XX+PORTVERSION=	0.29
XX CATEGORIES=	net
XX MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XX MASTER_SITE_SUBDIR=	${PORTNAME}
XX 
XX-MAINTAINER=	ports at FreeBSD.org
XX+MAINTAINER=	gioria at FreeBSD.ORG
XX COMMENT=	GoFish Gopher Server
XX 
XX GOPHERROOT?=	${PREFIX}/gopher
XEND-of-Makefile.diff
Xecho x - distinfo.diff
Xsed 's/^X//' >distinfo.diff << 'END-of-distinfo.diff'
XX--- distinfo.orig	Thu Jan 29 17:10:44 2004
XX+++ distinfo	Fri Mar  5 12:21:34 2004
XX@@ -1,2 +1 @@
XX-MD5 (gofish-0.27.tar.gz) = 665590034e80271ffc903ae22ab851fd
XX-SIZE (gofish-0.27.tar.gz) = 156957
XX+MD5 (gofish-0.29.tar.gz) = 090010dff4dca4f9c3c6bcad61038665
XEND-of-distinfo.diff
Xecho c - files
Xmkdir -p files > /dev/null 2>&1
Xecho x - gofish.shar
Xsed 's/^X//' >gofish.shar << 'END-of-gofish.shar'
END-of-gofish.shar
echo x - files/patch-aa
sed 's/^X//' >files/patch-aa << 'END-of-files/patch-aa'
X--- configure	Fri Apr  4 05:33:10 2003
X+++ configure.new	Fri Mar  5 12:44:05 2004
X@@ -32,6 +32,7 @@
X program_transform_name=s,x,x,
X silent=
X site=
X+sitefile=
X srcdir=
X target=NONE
X verbose=
X@@ -146,6 +147,7 @@
X   --help                  print this message
X   --no-create             do not create output files
X   --quiet, --silent       do not print \`checking...' messages
X+  --site-file=FILE        use FILE as the site file
X   --version               print the version of autoconf that created configure
X Directory and file names:
X   --prefix=PREFIX         install architecture-independent files in PREFIX
X@@ -316,6 +318,11 @@
X   -site=* | --site=* | --sit=*)
X     site="$ac_optarg" ;;
X 
X+  -site-file | --site-file | --site-fil | --site-fi | --site-f)
X+    ac_prev=sitefile ;;
X+  -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
X+    sitefile="$ac_optarg" ;;
X+
X   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
X     ac_prev=srcdir ;;
X   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
X@@ -481,12 +488,16 @@
X srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
X 
X # Prefer explicitly selected file to automatically selected ones.
X-if test -z "$CONFIG_SITE"; then
X-  if test "x$prefix" != xNONE; then
X-    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
X-  else
X-    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
X+if test -z "$sitefile"; then
X+  if test -z "$CONFIG_SITE"; then
X+    if test "x$prefix" != xNONE; then
X+      CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
X+    else
X+      CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
X+    fi
X   fi
X+else
X+  CONFIG_SITE="$sitefile"
X fi
X for ac_site_file in $CONFIG_SITE; do
X   if test -r "$ac_site_file"; then
X@@ -556,7 +567,7 @@
X # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
X # ./install, which can be erroneously created by make from ./install.sh.
X echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
X-echo "configure:560: checking for a BSD compatible install" >&5
X+echo "configure:571: checking for a BSD compatible install" >&5
X if test -z "$INSTALL"; then
X if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -609,7 +620,7 @@
X test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
X 
X echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
X-echo "configure:613: checking whether build environment is sane" >&5
X+echo "configure:624: checking whether build environment is sane" >&5
X # Just in case
X sleep 1
X echo timestamp > conftestfile
X@@ -666,7 +677,7 @@
X test "$program_transform_name" = "" && program_transform_name="s,x,x,"
X 
X echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
X-echo "configure:670: checking whether ${MAKE-make} sets \${MAKE}" >&5
X+echo "configure:681: checking whether ${MAKE-make} sets \${MAKE}" >&5
X set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -712,7 +723,7 @@
X 
X missing_dir=`cd $ac_aux_dir && pwd`
X echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
X-echo "configure:716: checking for working aclocal" >&5
X+echo "configure:727: checking for working aclocal" >&5
X # Run test in a subshell; some versions of sh will print an error if
X # an executable is not found, even if stderr is redirected.
X # Redirect stdin to placate older versions of autoconf.  Sigh.
X@@ -725,7 +736,7 @@
X fi
X 
X echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
X-echo "configure:729: checking for working autoconf" >&5
X+echo "configure:740: checking for working autoconf" >&5
X # Run test in a subshell; some versions of sh will print an error if
X # an executable is not found, even if stderr is redirected.
X # Redirect stdin to placate older versions of autoconf.  Sigh.
X@@ -738,7 +749,7 @@
X fi
X 
X echo $ac_n "checking for working automake""... $ac_c" 1>&6
X-echo "configure:742: checking for working automake" >&5
X+echo "configure:753: checking for working automake" >&5
X # Run test in a subshell; some versions of sh will print an error if
X # an executable is not found, even if stderr is redirected.
X # Redirect stdin to placate older versions of autoconf.  Sigh.
X@@ -751,7 +762,7 @@
X fi
X 
X echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
X-echo "configure:755: checking for working autoheader" >&5
X+echo "configure:766: checking for working autoheader" >&5
X # Run test in a subshell; some versions of sh will print an error if
X # an executable is not found, even if stderr is redirected.
X # Redirect stdin to placate older versions of autoconf.  Sigh.
X@@ -764,7 +775,7 @@
X fi
X 
X echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
X-echo "configure:768: checking for working makeinfo" >&5
X+echo "configure:779: checking for working makeinfo" >&5
X # Run test in a subshell; some versions of sh will print an error if
X # an executable is not found, even if stderr is redirected.
X # Redirect stdin to placate older versions of autoconf.  Sigh.
X@@ -788,7 +799,7 @@
X fi
X 
X echo $ac_n "checking host system type""... $ac_c" 1>&6
X-echo "configure:792: checking host system type" >&5
X+echo "configure:803: checking host system type" >&5
X 
X host_alias=$host
X case "$host_alias" in
X@@ -821,7 +832,7 @@
X # Extract the first word of "gcc", so it can be a program name with args.
X set dummy gcc; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:825: checking for $ac_word" >&5
X+echo "configure:836: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -851,7 +862,7 @@
X   # Extract the first word of "cc", so it can be a program name with args.
X set dummy cc; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:855: checking for $ac_word" >&5
X+echo "configure:866: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -902,7 +913,7 @@
X       # Extract the first word of "cl", so it can be a program name with args.
X set dummy cl; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X-echo "configure:906: checking for $ac_word" >&5
X+echo "configure:917: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -934,7 +945,7 @@
X fi
X 
X echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
X-echo "configure:938: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
X+echo "configure:949: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
X 
X ac_ext=c
X # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
X@@ -945,12 +956,12 @@
X 
X cat > conftest.$ac_ext << EOF
X 
X-#line 949 "configure"
X+#line 960 "configure"
X #include "confdefs.h"
X 
X main(){return(0);}
X EOF
X-if { (eval echo configure:954: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   ac_cv_prog_cc_works=yes
X   # If we can't run a trivial program, we are probably using a cross compiler.
X   if (./conftest; exit) 2>/dev/null; then
X@@ -976,12 +987,12 @@
X   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
X fi
X echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
X-echo "configure:980: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
X+echo "configure:991: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
X echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
X cross_compiling=$ac_cv_prog_cc_cross
X 
X echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
X-echo "configure:985: checking whether we are using GNU C" >&5
X+echo "configure:996: checking whether we are using GNU C" >&5
X if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -990,7 +1001,7 @@
X   yes;
X #endif
X EOF
X-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:994: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
X+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1005: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
X   ac_cv_prog_gcc=yes
X else
X   ac_cv_prog_gcc=no
X@@ -1009,7 +1020,7 @@
X ac_save_CFLAGS="$CFLAGS"
X CFLAGS=
X echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
X-echo "configure:1013: checking whether ${CC-cc} accepts -g" >&5
X+echo "configure:1024: checking whether ${CC-cc} accepts -g" >&5
X if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X@@ -1052,7 +1063,7 @@
X # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
X # ./install, which can be erroneously created by make from ./install.sh.
X echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
X-echo "configure:1056: checking for a BSD compatible install" >&5
X+echo "configure:1067: checking for a BSD compatible install" >&5
X if test -z "$INSTALL"; then
X if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -1106,7 +1117,7 @@
X 
X 
X echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
X-echo "configure:1110: checking for socket in -lsocket" >&5
X+echo "configure:1121: checking for socket in -lsocket" >&5
X ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -1114,7 +1125,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lsocket  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 1118 "configure"
X+#line 1129 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -1125,7 +1136,7 @@
X socket()
X ; return 0; }
X EOF
X-if { (eval echo configure:1129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:1140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -1152,27 +1163,27 @@
X   echo "$ac_t""no" 1>&6
X fi
X 
X-echo $ac_n "checking for gethostbyname in -lnsl""... $ac_c" 1>&6
X-echo "configure:1157: checking for gethostbyname in -lnsl" >&5
X-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
X+echo $ac_n "checking for  in -lgethostbyname""... $ac_c" 1>&6
X+echo "configure:1168: checking for  in -lgethostbyname" >&5
X+ac_lib_var=`echo gethostbyname'_' | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   ac_save_LIBS="$LIBS"
X-LIBS="-lnsl  $LIBS"
X+LIBS="-lgethostbyname  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 1165 "configure"
X+#line 1176 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X     builtin and then its argument prototype would still apply.  */
X-char gethostbyname();
X+char ();
X 
X int main() {
X-gethostbyname()
X+()
X ; return 0; }
X EOF
X-if { (eval echo configure:1176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:1187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -1187,13 +1198,13 @@
X fi
X if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
X   echo "$ac_t""yes" 1>&6
X-    ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
X+    ac_tr_lib=HAVE_LIB`echo gethostbyname | sed -e 's/[^a-zA-Z0-9_]/_/g' \
X     -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
X   cat >> confdefs.h <<EOF
X #define $ac_tr_lib 1
X EOF
X 
X-  LIBS="-lnsl $LIBS"
X+  LIBS="-lgethostbyname $LIBS"
X 
X else
X   echo "$ac_t""no" 1>&6
X@@ -1205,12 +1216,12 @@
X do
X ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
X echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
X-echo "configure:1209: checking for $ac_hdr that defines DIR" >&5
X+echo "configure:1220: checking for $ac_hdr that defines DIR" >&5
X if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1214 "configure"
X+#line 1225 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #include <$ac_hdr>
X@@ -1218,7 +1229,7 @@
X DIR *dirp = 0;
X ; return 0; }
X EOF
X-if { (eval echo configure:1222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+if { (eval echo configure:1233: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X   rm -rf conftest*
X   eval "ac_cv_header_dirent_$ac_safe=yes"
X else
X@@ -1243,7 +1254,7 @@
X # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
X if test $ac_header_dirent = dirent.h; then
X echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
X-echo "configure:1247: checking for opendir in -ldir" >&5
X+echo "configure:1258: checking for opendir in -ldir" >&5
X ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -1251,7 +1262,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-ldir  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 1255 "configure"
X+#line 1266 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -1262,7 +1273,7 @@
X opendir()
X ; return 0; }
X EOF
X-if { (eval echo configure:1266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:1277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -1284,7 +1295,7 @@
X 
X else
X echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
X-echo "configure:1288: checking for opendir in -lx" >&5
X+echo "configure:1299: checking for opendir in -lx" >&5
X ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -1292,7 +1303,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lx  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 1296 "configure"
X+#line 1307 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -1303,7 +1314,7 @@
X opendir()
X ; return 0; }
X EOF
X-if { (eval echo configure:1307: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:1318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -1326,7 +1337,7 @@
X fi
X 
X echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
X-echo "configure:1330: checking how to run the C preprocessor" >&5
X+echo "configure:1341: checking how to run the C preprocessor" >&5
X # On Suns, sometimes $CPP names a directory.
X if test -n "$CPP" && test -d "$CPP"; then
X   CPP=
X@@ -1341,13 +1352,13 @@
X   # On the NeXT, cc -E runs the code through the compiler's parser,
X   # not just through cpp.
X   cat > conftest.$ac_ext <<EOF
X-#line 1345 "configure"
X+#line 1356 "configure"
X #include "confdefs.h"
X #include <assert.h>
X Syntax Error
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:1351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:1362: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   :
X@@ -1358,13 +1369,13 @@
X   rm -rf conftest*
X   CPP="${CC-cc} -E -traditional-cpp"
X   cat > conftest.$ac_ext <<EOF
X-#line 1362 "configure"
X+#line 1373 "configure"
X #include "confdefs.h"
X #include <assert.h>
X Syntax Error
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:1368: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:1379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   :
X@@ -1375,13 +1386,13 @@
X   rm -rf conftest*
X   CPP="${CC-cc} -nologo -E"
X   cat > conftest.$ac_ext <<EOF
X-#line 1379 "configure"
X+#line 1390 "configure"
X #include "confdefs.h"
X #include <assert.h>
X Syntax Error
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:1385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:1396: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   :
X@@ -1406,12 +1417,12 @@
X echo "$ac_t""$CPP" 1>&6
X 
X echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
X-echo "configure:1410: checking for ANSI C header files" >&5
X+echo "configure:1421: checking for ANSI C header files" >&5
X if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1415 "configure"
X+#line 1426 "configure"
X #include "confdefs.h"
X #include <stdlib.h>
X #include <stdarg.h>
X@@ -1419,7 +1430,7 @@
X #include <float.h>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:1423: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:1434: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -1436,7 +1447,7 @@
X if test $ac_cv_header_stdc = yes; then
X   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
X cat > conftest.$ac_ext <<EOF
X-#line 1440 "configure"
X+#line 1451 "configure"
X #include "confdefs.h"
X #include <string.h>
X EOF
X@@ -1454,7 +1465,7 @@
X if test $ac_cv_header_stdc = yes; then
X   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
X cat > conftest.$ac_ext <<EOF
X-#line 1458 "configure"
X+#line 1469 "configure"
X #include "confdefs.h"
X #include <stdlib.h>
X EOF
X@@ -1475,7 +1486,7 @@
X   :
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1479 "configure"
X+#line 1490 "configure"
X #include "confdefs.h"
X #include <ctype.h>
X #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
X@@ -1486,7 +1497,7 @@
X exit (0); }
X 
X EOF
X-if { (eval echo configure:1490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X+if { (eval echo configure:1501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
X then
X   :
X else
X@@ -1513,17 +1524,17 @@
X do
X ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
X echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
X-echo "configure:1517: checking for $ac_hdr" >&5
X+echo "configure:1528: checking for $ac_hdr" >&5
X if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1522 "configure"
X+#line 1533 "configure"
X #include "confdefs.h"
X #include <$ac_hdr>
X EOF
X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
X-{ (eval echo configure:1527: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X+{ (eval echo configure:1538: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
X ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
X if test -z "$ac_err"; then
X   rm -rf conftest*
X@@ -1551,12 +1562,12 @@
X 
X 
X echo $ac_n "checking for working const""... $ac_c" 1>&6
X-echo "configure:1555: checking for working const" >&5
X+echo "configure:1566: checking for working const" >&5
X if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1560 "configure"
X+#line 1571 "configure"
X #include "confdefs.h"
X 
X int main() {
X@@ -1605,7 +1616,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:1609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+if { (eval echo configure:1620: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X   rm -rf conftest*
X   ac_cv_c_const=yes
X else
X@@ -1626,12 +1637,12 @@
X fi
X 
X echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
X-echo "configure:1630: checking for uid_t in sys/types.h" >&5
X+echo "configure:1641: checking for uid_t in sys/types.h" >&5
X if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1635 "configure"
X+#line 1646 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X EOF
X@@ -1660,21 +1671,21 @@
X fi
X 
X echo $ac_n "checking for inline""... $ac_c" 1>&6
X-echo "configure:1664: checking for inline" >&5
X+echo "configure:1675: checking for inline" >&5
X if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   ac_cv_c_inline=no
X for ac_kw in inline __inline__ __inline; do
X   cat > conftest.$ac_ext <<EOF
X-#line 1671 "configure"
X+#line 1682 "configure"
X #include "confdefs.h"
X 
X int main() {
X } $ac_kw foo() {
X ; return 0; }
X EOF
X-if { (eval echo configure:1678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+if { (eval echo configure:1689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X   rm -rf conftest*
X   ac_cv_c_inline=$ac_kw; break
X else
X@@ -1700,12 +1711,12 @@
X esac
X 
X echo $ac_n "checking for off_t""... $ac_c" 1>&6
X-echo "configure:1704: checking for off_t" >&5
X+echo "configure:1715: checking for off_t" >&5
X if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1709 "configure"
X+#line 1720 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #if STDC_HEADERS
X@@ -1733,12 +1744,12 @@
X fi
X 
X echo $ac_n "checking for pid_t""... $ac_c" 1>&6
X-echo "configure:1737: checking for pid_t" >&5
X+echo "configure:1748: checking for pid_t" >&5
X if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1742 "configure"
X+#line 1753 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #if STDC_HEADERS
X@@ -1766,12 +1777,12 @@
X fi
X 
X echo $ac_n "checking for size_t""... $ac_c" 1>&6
X-echo "configure:1770: checking for size_t" >&5
X+echo "configure:1781: checking for size_t" >&5
X if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1775 "configure"
X+#line 1786 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #if STDC_HEADERS
X@@ -1799,12 +1810,12 @@
X fi
X 
X echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
X-echo "configure:1803: checking whether struct tm is in sys/time.h or time.h" >&5
X+echo "configure:1814: checking whether struct tm is in sys/time.h or time.h" >&5
X if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1808 "configure"
X+#line 1819 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #include <time.h>
X@@ -1812,7 +1823,7 @@
X struct tm *tp; tp->tm_sec;
X ; return 0; }
X EOF
X-if { (eval echo configure:1816: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+if { (eval echo configure:1827: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X   rm -rf conftest*
X   ac_cv_struct_tm=time.h
X else
X@@ -1837,12 +1848,12 @@
X for ac_func in mmap
X do
X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
X-echo "configure:1841: checking for $ac_func" >&5
X+echo "configure:1852: checking for $ac_func" >&5
X if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1846 "configure"
X+#line 1857 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char $ac_func(); below.  */
X@@ -1865,7 +1876,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:1869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:1880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_$ac_func=yes"
X else
X@@ -1890,12 +1901,12 @@
X done
X 
X echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
X-echo "configure:1894: checking return type of signal handlers" >&5
X+echo "configure:1905: checking return type of signal handlers" >&5
X if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1899 "configure"
X+#line 1910 "configure"
X #include "confdefs.h"
X #include <sys/types.h>
X #include <signal.h>
X@@ -1912,7 +1923,7 @@
X int i;
X ; return 0; }
X EOF
X-if { (eval echo configure:1916: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X+if { (eval echo configure:1927: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
X   rm -rf conftest*
X   ac_cv_type_signal=void
X else
X@@ -1931,12 +1942,12 @@
X 
X 
X echo $ac_n "checking for strftime""... $ac_c" 1>&6
X-echo "configure:1935: checking for strftime" >&5
X+echo "configure:1946: checking for strftime" >&5
X if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 1940 "configure"
X+#line 1951 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char strftime(); below.  */
X@@ -1959,7 +1970,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:1963: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:1974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_strftime=yes"
X else
X@@ -1981,7 +1992,7 @@
X   echo "$ac_t""no" 1>&6
X # strftime is in -lintl on SCO UNIX.
X echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
X-echo "configure:1985: checking for strftime in -lintl" >&5
X+echo "configure:1996: checking for strftime in -lintl" >&5
X ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X@@ -1989,7 +2000,7 @@
X   ac_save_LIBS="$LIBS"
X LIBS="-lintl  $LIBS"
X cat > conftest.$ac_ext <<EOF
X-#line 1993 "configure"
X+#line 2004 "configure"
X #include "confdefs.h"
X /* Override any gcc2 internal prototype to avoid an error.  */
X /* We use char because int might match the return type of a gcc2
X@@ -2000,7 +2011,7 @@
X strftime()
X ; return 0; }
X EOF
X-if { (eval echo configure:2004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_lib_$ac_lib_var=yes"
X else
X@@ -2029,12 +2040,12 @@
X for ac_func in gethostname select socket strdup strerror strstr strtol uname
X do
X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
X-echo "configure:2033: checking for $ac_func" >&5
X+echo "configure:2044: checking for $ac_func" >&5
X if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2038 "configure"
X+#line 2049 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char $ac_func(); below.  */
X@@ -2057,7 +2068,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:2061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_$ac_func=yes"
X else
X@@ -2084,12 +2095,12 @@
X for ac_func in writev daemon
X do
X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
X-echo "configure:2088: checking for $ac_func" >&5
X+echo "configure:2099: checking for $ac_func" >&5
X if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2093 "configure"
X+#line 2104 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char $ac_func(); below.  */
X@@ -2112,7 +2123,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:2116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2127: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_$ac_func=yes"
X else
X@@ -2142,12 +2153,12 @@
X   *) for ac_func in poll
X do
X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
X-echo "configure:2146: checking for $ac_func" >&5
X+echo "configure:2157: checking for $ac_func" >&5
X if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   cat > conftest.$ac_ext <<EOF
X-#line 2151 "configure"
X+#line 2162 "configure"
X #include "confdefs.h"
X /* System header to define __stub macros and hopefully few prototypes,
X     which can conflict with char $ac_func(); below.  */
X@@ -2170,7 +2181,7 @@
X 
X ; return 0; }
X EOF
X-if { (eval echo configure:2174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X+if { (eval echo configure:2185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
X   rm -rf conftest*
X   eval "ac_cv_func_$ac_func=yes"
X else
X@@ -2201,7 +2212,7 @@
X fi
X 
X echo $ac_n "checking mmap_cache""... $ac_c" 1>&6
X-echo "configure:2205: checking mmap_cache" >&5
X+echo "configure:2216: checking mmap_cache" >&5
X if test "$enable_mmap_cache" = "yes"; then
X   cat >> confdefs.h <<\EOF
X #define MMAP_CACHE 1
X@@ -2213,7 +2224,7 @@
X echo "$ac_t""$enable_mmap_cache" 1>&6
X 
X echo $ac_n "checking gopheruser""... $ac_c" 1>&6
X-echo "configure:2217: checking gopheruser" >&5
X+echo "configure:2228: checking gopheruser" >&5
X gopheruser="gopher"
X # Check whether --with-gopheruser or --without-gopheruser was given.
X if test "${with_gopheruser+set}" = set; then
END-of-files/patch-aa
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list