Date: Tue, 23 May 2000 02:14:15 -0400 (EDT) From: Joakim@spider.forumone.com, Ryden@spider.forumone.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18770: ports - change-request Message-ID: <20000523061415.87D83ACEE@spider.forumone.com>
next in thread | raw e-mail | index | archive | help
>Number: 18770 >Category: ports >Synopsis: ports - change-request >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 22 23:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Joakim Ryden >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: # 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: # # /var/tmp/powershell # /var/tmp/powershell/Makefile # /var/tmp/powershell/patches # /var/tmp/powershell/patches/patch-aa # /var/tmp/powershell/patches/patch-ab # /var/tmp/powershell/pkg # /var/tmp/powershell/pkg/COMMENT # /var/tmp/powershell/pkg/DESCR # /var/tmp/powershell/pkg/PLIST # /var/tmp/powershell/files # /var/tmp/powershell/files/md5 # echo c - /var/tmp/powershell mkdir -p /var/tmp/powershell > /dev/null 2>&1 echo x - /var/tmp/powershell/Makefile sed 's/^X//' >/var/tmp/powershell/Makefile << 'END-of-/var/tmp/powershell/Makefile' X# New ports collection makefile for: powershell X# Date created: 22 May 2000 X# Whom: jo X# X# $FreeBSD$ X XPORTNAME= powershell XPORTVERSION= 0.8 XCATEGORIES= x11 XMASTER_SITES= ftp://powershell.sourceforge.net/pub/powershell/ \ X http://powershell.sourceforge.net/download/ X XMAINTAINER= jo@our-own.net X XLIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ X gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X Imlib.5:${PORTSDIR}/graphics/imlib \ X gnome.3:${PORTSDIR}/x11/gnomelibs \ X gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf X XHAS_CONFIGURE= yes XUSE_GMAKE= yes XUSE_X_PREFIX= yes XCONFIGURE_ARGS= --prefix=/usr/X11R6 X X.include <bsd.port.mk> END-of-/var/tmp/powershell/Makefile echo c - /var/tmp/powershell/patches mkdir -p /var/tmp/powershell/patches > /dev/null 2>&1 echo x - /var/tmp/powershell/patches/patch-aa sed 's/^X//' >/var/tmp/powershell/patches/patch-aa << 'END-of-/var/tmp/powershell/patches/patch-aa' X*** configure.orig Mon May 22 17:32:37 2000 X--- configure Mon May 22 17:31:52 2000 X*************** X*** 1,3 **** X! #! /bin/sh X X # Guess values for system-dependent variables and create Makefiles. X--- 1,3 ---- X! #! /usr/local/bin/bash X X # Guess values for system-dependent variables and create Makefiles. X*************** X*** 525,545 **** X X X! GTK_EXTRA_LIBS="`gtk-config --libs` -lgdk_imlib -lutil" X! X! VERSION=`gtk-config --version` X! MAJOR=`echo $VERSION | cut -f 1 -d . -` X! MINOR=`echo $VERSION | cut -f 2 -d . -` X! MICRO=`echo $VERSION | cut -f 3 -d . -` X X GNOMEVERSION=`gnome-config --version` X! GVERSION=`echo $GNOMEVERSION | cut -f 2 -d " " -` X! GNOMEMAJOR=`echo $GVERSION | cut -f 1 -d . -` X! GNOMEMINOR=`echo $GVERSION | cut -f 2 -d . -` X! GNOMEMICRO=`echo $GVERSION | cut -f 3 -d . -` X 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:544: 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--- 525,540 ---- X X X! GTK_EXTRA_LIBS="`gnome-config --libs gnome gnomeui` -lgdk_imlib -lutil" X X GNOMEVERSION=`gnome-config --version` X! GVERSION=`echo $GNOMEVERSION | cut -f 2 -d " "` X! GNOMEMAJOR=`echo $GVERSION | cut -f 1 -d . ` X! GNOMEMINOR=`echo $GVERSION | cut -f 2 -d . ` X! GNOMEMICRO=`echo $GVERSION | cut -f 3 -d . ` X 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:539: 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*************** X*** 571,575 **** X set dummy cc; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X! echo "configure:574: 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--- 566,570 ---- X set dummy cc; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X! echo "configure:569: 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*************** X*** 622,626 **** X set dummy cl; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X! echo "configure:625: 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--- 617,621 ---- X set dummy cl; ac_word=$2 X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 X! echo "configure:620: 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*************** X*** 654,658 **** X X echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 X! echo "configure:657: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 X X ac_ext=c X--- 649,653 ---- X X echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 X! echo "configure:652: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 X X ac_ext=c X*************** X*** 665,674 **** X cat > conftest.$ac_ext << EOF X X! #line 668 "configure" X #include "confdefs.h" X X main(){return(0);} X EOF X! if { (eval echo configure:673: \"$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--- 660,669 ---- X cat > conftest.$ac_ext << EOF X X! #line 663 "configure" X #include "confdefs.h" X X main(){return(0);} X EOF X! if { (eval echo configure:668: \"$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*************** X*** 696,705 **** 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:699: 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:704: 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--- 691,700 ---- 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:694: 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:699: 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*************** X*** 710,714 **** X #endif X EOF X! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:713: \"$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--- 705,709 ---- X #endif X EOF X! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:708: \"$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*************** X*** 729,733 **** X CFLAGS= X echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 X! echo "configure:732: 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--- 724,728 ---- X CFLAGS= X echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 X! echo "configure:727: 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*************** X*** 791,795 **** 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:794: 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--- 786,790 ---- 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:789: 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*************** X*** 847,868 **** X X X! echo $ac_n "checking for GTK+ 1.2 or greater""... $ac_c" 1>&6 X! echo "configure:851: checking for GTK+ 1.2 or greater" >&5 X! if let $(($MINOR < 2)); then X! echo "$ac_t""no" 1>&6 X! { echo "configure: error: GTK 1.2 or greater required!" 1>&2; exit 1; }; X! fi X! echo "$ac_t""yes" 1>&6 X! X! X! echo $ac_n "checking for Gnome 1.0.13 or greater""... $ac_c" 1>&6 X! echo "configure:860: checking for Gnome 1.0.13 or greater" >&5 X if let $(($GNOMEMAJOR < 1)); then X! { echo "configure: error: Gnome 1.0.13 or greater required!" 1>&2; exit 1; } X fi X X if let $(($GNOMEMINOR < 1)); then X! if let $((GNOMEMICRO < 13)); then X! { echo "configure: error: Gnome 1.0.13 or greater required!" 1>&2; exit 1; } X fi X fi X--- 842,854 ---- X X X! echo $ac_n "checking for Gnome 1.0.8 or greater""... $ac_c" 1>&6 X! echo "configure:846: checking for Gnome 1.0.8 or greater" >&5 X if let $(($GNOMEMAJOR < 1)); then X! { echo "configure: error: Gnome 1.0.8 or greater required!" 1>&2; exit 1; } X fi X X if let $(($GNOMEMINOR < 1)); then X! if let $((GNOMEMICRO < 8)); then X! { echo "configure: error: Gnome 1.0.8 or greater required!" 1>&2; exit 1; } X fi X fi X*************** X*** 870,874 **** X echo "$ac_t""yes" 1>&6 X echo $ac_n "checking for gdk_imlib_init in -lgdk_imlib""... $ac_c" 1>&6 X! echo "configure:873: checking for gdk_imlib_init in -lgdk_imlib" >&5 X ac_lib_var=`echo gdk_imlib'_'gdk_imlib_init | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X--- 856,860 ---- X echo "$ac_t""yes" 1>&6 X echo $ac_n "checking for gdk_imlib_init in -lgdk_imlib""... $ac_c" 1>&6 X! echo "configure:859: checking for gdk_imlib_init in -lgdk_imlib" >&5 X ac_lib_var=`echo gdk_imlib'_'gdk_imlib_init | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X*************** X*** 878,882 **** X LIBS="-lgdk_imlib $GTK_EXTRA_LIBS $LIBS" X cat > conftest.$ac_ext <<EOF X! #line 881 "configure" X #include "confdefs.h" X /* Override any gcc2 internal prototype to avoid an error. */ X--- 864,868 ---- X LIBS="-lgdk_imlib $GTK_EXTRA_LIBS $LIBS" X cat > conftest.$ac_ext <<EOF X! #line 867 "configure" X #include "confdefs.h" X /* Override any gcc2 internal prototype to avoid an error. */ X*************** X*** 889,893 **** X ; return 0; } X EOF X! if { (eval echo configure:892: \"$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--- 875,879 ---- X ; return 0; } X EOF X! if { (eval echo configure:878: \"$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*************** X*** 919,923 **** X X echo $ac_n "checking for login_tty in -lutil""... $ac_c" 1>&6 X! echo "configure:922: checking for login_tty in -lutil" >&5 X ac_lib_var=`echo util'_'login_tty | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X--- 905,909 ---- X X echo $ac_n "checking for login_tty in -lutil""... $ac_c" 1>&6 X! echo "configure:908: checking for login_tty in -lutil" >&5 X ac_lib_var=`echo util'_'login_tty | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X*************** X*** 927,931 **** X LIBS="-lutil $GTK_EXTRA_LIBS $LIBS" X cat > conftest.$ac_ext <<EOF X! #line 930 "configure" X #include "confdefs.h" X /* Override any gcc2 internal prototype to avoid an error. */ X--- 913,917 ---- X LIBS="-lutil $GTK_EXTRA_LIBS $LIBS" X cat > conftest.$ac_ext <<EOF X! #line 916 "configure" X #include "confdefs.h" X /* Override any gcc2 internal prototype to avoid an error. */ X*************** X*** 938,942 **** X ; return 0; } X EOF X! if { (eval echo configure:941: \"$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--- 924,928 ---- X ; return 0; } X EOF X! if { (eval echo configure:927: \"$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*************** X*** 968,972 **** X X echo $ac_n "checking for zvt_term_match_add in -lzvt""... $ac_c" 1>&6 X! echo "configure:971: checking for zvt_term_match_add in -lzvt" >&5 X ac_lib_var=`echo zvt'_'zvt_term_match_add | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X--- 954,958 ---- X X echo $ac_n "checking for zvt_term_match_add in -lzvt""... $ac_c" 1>&6 X! echo "configure:957: checking for zvt_term_match_add in -lzvt" >&5 X ac_lib_var=`echo zvt'_'zvt_term_match_add | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X*************** X*** 976,980 **** X LIBS="-lzvt $GTK_EXTRA_LIBS $LIBS" X cat > conftest.$ac_ext <<EOF X! #line 979 "configure" X #include "confdefs.h" X /* Override any gcc2 internal prototype to avoid an error. */ X--- 962,966 ---- X LIBS="-lzvt $GTK_EXTRA_LIBS $LIBS" X cat > conftest.$ac_ext <<EOF X! #line 965 "configure" X #include "confdefs.h" X /* Override any gcc2 internal prototype to avoid an error. */ X*************** X*** 987,991 **** X ; return 0; } X EOF X! if { (eval echo configure:990: \"$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--- 973,977 ---- X ; return 0; } X EOF X! if { (eval echo configure:976: \"$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*************** X*** 1003,1007 **** X echo "$ac_t""yes" 1>&6 X echo $ac_n "checking for zvt_term_match_check in -lzvt""... $ac_c" 1>&6 X! echo "configure:1006: checking for zvt_term_match_check in -lzvt" >&5 X ac_lib_var=`echo zvt'_'zvt_term_match_check | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X--- 989,993 ---- X echo "$ac_t""yes" 1>&6 X echo $ac_n "checking for zvt_term_match_check in -lzvt""... $ac_c" 1>&6 X! echo "configure:992: checking for zvt_term_match_check in -lzvt" >&5 X ac_lib_var=`echo zvt'_'zvt_term_match_check | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X*************** X*** 1011,1015 **** X LIBS="-lzvt $GTK_EXTRA_LIBS $LIBS" X cat > conftest.$ac_ext <<EOF X! #line 1014 "configure" X #include "confdefs.h" X /* Override any gcc2 internal prototype to avoid an error. */ X--- 997,1001 ---- X LIBS="-lzvt $GTK_EXTRA_LIBS $LIBS" X cat > conftest.$ac_ext <<EOF X! #line 1000 "configure" X #include "confdefs.h" X /* Override any gcc2 internal prototype to avoid an error. */ X*************** X*** 1022,1026 **** X ; return 0; } X EOF X! if { (eval echo configure:1025: \"$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--- 1008,1012 ---- X ; return 0; } X EOF X! if { (eval echo configure:1011: \"$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*************** X*** 1053,1057 **** X X echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 X! echo "configure:1056: 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--- 1039,1043 ---- X X echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 X! echo "configure:1042: 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*************** X*** 1068,1072 **** X # not just through cpp. X cat > conftest.$ac_ext <<EOF X! #line 1071 "configure" X #include "confdefs.h" X #include <assert.h> X--- 1054,1058 ---- X # not just through cpp. X cat > conftest.$ac_ext <<EOF X! #line 1057 "configure" X #include "confdefs.h" X #include <assert.h> X*************** X*** 1074,1078 **** X EOF X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X! { (eval echo configure:1077: \"$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--- 1060,1064 ---- X EOF X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X! { (eval echo configure:1063: \"$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*** 1085,1089 **** X CPP="${CC-cc} -E -traditional-cpp" X cat > conftest.$ac_ext <<EOF X! #line 1088 "configure" X #include "confdefs.h" X #include <assert.h> X--- 1071,1075 ---- X CPP="${CC-cc} -E -traditional-cpp" X cat > conftest.$ac_ext <<EOF X! #line 1074 "configure" X #include "confdefs.h" X #include <assert.h> X*************** X*** 1091,1095 **** X EOF X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X! { (eval echo configure:1094: \"$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--- 1077,1081 ---- X EOF X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X! { (eval echo configure:1080: \"$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*** 1102,1106 **** X CPP="${CC-cc} -nologo -E" X cat > conftest.$ac_ext <<EOF X! #line 1105 "configure" X #include "confdefs.h" X #include <assert.h> X--- 1088,1092 ---- X CPP="${CC-cc} -nologo -E" X cat > conftest.$ac_ext <<EOF X! #line 1091 "configure" X #include "confdefs.h" X #include <assert.h> X*************** X*** 1108,1112 **** X EOF X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X! { (eval echo configure:1111: \"$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--- 1094,1098 ---- X EOF X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X! { (eval echo configure:1097: \"$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*** 1133,1142 **** X X echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 X! echo "configure:1136: 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 1141 "configure" X #include "confdefs.h" X #include <stdlib.h> X--- 1119,1128 ---- X X echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 X! echo "configure:1122: 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 1127 "configure" X #include "confdefs.h" X #include <stdlib.h> X*************** X*** 1146,1150 **** X EOF X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X! { (eval echo configure:1149: \"$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--- 1132,1136 ---- X EOF X ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X! { (eval echo configure:1135: \"$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*** 1163,1167 **** X # SunOS 4.x string.h does not declare mem*, contrary to ANSI. X cat > conftest.$ac_ext <<EOF X! #line 1166 "configure" X #include "confdefs.h" X #include <string.h> X--- 1149,1153 ---- X # SunOS 4.x string.h does not declare mem*, contrary to ANSI. X cat > conftest.$ac_ext <<EOF X! #line 1152 "configure" X #include "confdefs.h" X #include <string.h> X*************** X*** 1181,1185 **** X # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. X cat > conftest.$ac_ext <<EOF X! #line 1184 "configure" X #include "confdefs.h" X #include <stdlib.h> X--- 1167,1171 ---- X # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. X cat > conftest.$ac_ext <<EOF X! #line 1170 "configure" X #include "confdefs.h" X #include <stdlib.h> X*************** X*** 1202,1206 **** X else X cat > conftest.$ac_ext <<EOF X! #line 1205 "configure" X #include "confdefs.h" X #include <ctype.h> X--- 1188,1192 ---- X else X cat > conftest.$ac_ext <<EOF X! #line 1191 "configure" X #include "confdefs.h" X #include <ctype.h> X*************** X*** 1213,1217 **** X X EOF X! if { (eval echo configure:1216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null X then X : X--- 1199,1203 ---- X X EOF X! if { (eval echo configure:1202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null X then X : X*************** X*** 1240,1254 **** X ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` X echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 X! echo "configure:1243: 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 1248 "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:1253: \"$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--- 1226,1240 ---- X ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` X echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 X! echo "configure:1229: 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 1234 "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:1239: \"$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*** 1281,1290 **** X do X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 X! echo "configure:1284: 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 1289 "configure" X #include "confdefs.h" X /* System header to define __stub macros and hopefully few prototypes, X--- 1267,1276 ---- X do X echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 X! echo "configure:1270: 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 1275 "configure" X #include "confdefs.h" X /* System header to define __stub macros and hopefully few prototypes, X*************** X*** 1309,1313 **** X ; return 0; } X EOF X! if { (eval echo configure:1312: \"$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--- 1295,1299 ---- X ; return 0; } X EOF X! if { (eval echo configure:1298: \"$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" END-of-/var/tmp/powershell/patches/patch-aa echo x - /var/tmp/powershell/patches/patch-ab sed 's/^X//' >/var/tmp/powershell/patches/patch-ab << 'END-of-/var/tmp/powershell/patches/patch-ab' X*** Makefile.in.orig Mon May 22 18:56:22 2000 X--- Makefile.in Mon May 22 18:56:39 2000 X*************** X*** 25,28 **** X--- 25,30 ---- X gcc -o powershell $(objects) $(LDFLAGS) $(LIBS) X X+ all: powershell install X+ X install: powershell X $(top_srcdir)/mkinstalldirs $(bindir) END-of-/var/tmp/powershell/patches/patch-ab echo c - /var/tmp/powershell/pkg mkdir -p /var/tmp/powershell/pkg > /dev/null 2>&1 echo x - /var/tmp/powershell/pkg/COMMENT sed 's/^X//' >/var/tmp/powershell/pkg/COMMENT << 'END-of-/var/tmp/powershell/pkg/COMMENT' XA terminal emulator END-of-/var/tmp/powershell/pkg/COMMENT echo x - /var/tmp/powershell/pkg/DESCR sed 's/^X//' >/var/tmp/powershell/pkg/DESCR << 'END-of-/var/tmp/powershell/pkg/DESCR' XA powerful terminal program built from zvt with the capacity Xof running multiple shells (or programs) within the same Xterminal. X Xhttp://powershell.sourceforge.net END-of-/var/tmp/powershell/pkg/DESCR echo x - /var/tmp/powershell/pkg/PLIST sed 's/^X//' >/var/tmp/powershell/pkg/PLIST << 'END-of-/var/tmp/powershell/pkg/PLIST' Xbin/powershell Xshare/gnome/help/powershell/C/a246.htm Xshare/gnome/help/powershell/C/book1.htm Xshare/gnome/help/powershell/C/c41.htm Xshare/gnome/help/powershell/C/c74.htm Xshare/gnome/help/powershell/C/c154.htm Xshare/gnome/help/powershell/C/f12.htm Xshare/gnome/help/powershell/C/f17.htm Xshare/gnome/help/powershell/C/x67.htm Xshare/gnome/help/powershell/C/x124.htm Xshare/gnome/help/powershell/C/x136.htm Xshare/gnome/help/powershell/C/x175.htm Xshare/gnome/help/powershell/C/x240.htm Xshare/gnome/help/powershell/C/x281.htm Xshare/gnome/help/powershell/C/topic.dat X@dirrm share/gnome/help/powershell/C X@dirrm share/gnome/help/powershell END-of-/var/tmp/powershell/pkg/PLIST echo c - /var/tmp/powershell/files mkdir -p /var/tmp/powershell/files > /dev/null 2>&1 echo x - /var/tmp/powershell/files/md5 sed 's/^X//' >/var/tmp/powershell/files/md5 << 'END-of-/var/tmp/powershell/files/md5' XMD5 (powershell-0.8.tar.gz) = 25380001352cef5f61e627fabe7465be END-of-/var/tmp/powershell/files/md5 exit >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000523061415.87D83ACEE>