summaryrefslogtreecommitdiff
path: root/devel/pilrc/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pilrc/patches/patch-ab')
-rw-r--r--devel/pilrc/patches/patch-ab222
1 files changed, 0 insertions, 222 deletions
diff --git a/devel/pilrc/patches/patch-ab b/devel/pilrc/patches/patch-ab
deleted file mode 100644
index 222057766f2..00000000000
--- a/devel/pilrc/patches/patch-ab
+++ /dev/null
@@ -1,222 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2001/05/11 08:14:34 dillo Exp $
-
---- configure.orig Wed May 9 11:27:23 2001
-+++ configure
-@@ -12,6 +12,8 @@
- ac_default_prefix=/usr/local
- # Any additions from configure.in:
- ac_help="$ac_help
-+ --enable-pilrcui build pilrcui (needs gtk; default: enabled)"
-+ac_help="$ac_help
- --with-gtk-prefix=PFX Prefix where GTK is installed (optional)"
- ac_help="$ac_help
- --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)"
-@@ -1033,7 +1035,19 @@
- fi
-
-
--# Check whether --with-gtk-prefix or --without-gtk-prefix was given.
-+# Check whether --enable-pilrcui or --disable-pilrcui was given.
-+if test "${enable_pilrcui+set}" = set; then
-+ enableval="$enable_pilrcui"
-+ :
-+fi
-+
-+
-+echo $ac_n "checking whether pilrcui should be built""... $ac_c" 1>&6
-+echo "configure:1047: checking whether pilrcui should be built" >&5
-+if test -z "$enable_pilrcui" -o "$enable_pilrcui" = yes
-+then
-+ echo "$ac_t""yes" 1>&6
-+ # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
- if test "${with_gtk_prefix+set}" = set; then
- withval="$with_gtk_prefix"
- gtk_config_prefix="$withval"
-@@ -1315,17 +1329,186 @@
- PILRCUI_TRUE='#'
- PILRCUI_FALSE=
- fi
--
-+
- fi
-
-
- rm -f conf.gtktest
-
-+else
-+ echo "$ac_t""no" 1>&6
-+
-+
-+if false; then
-+ PILRCUI_TRUE=
-+ PILRCUI_FALSE='#'
-+else
-+ PILRCUI_TRUE='#'
-+ PILRCUI_FALSE=
-+fi
-+fi
-
- # Check for warnings flag if gcc was detected.
- if test "x$ac_cv_prog_gcc" = "xyes"; then
- CFLAGS="$CFLAGS -Wall"
- fi
-+
-+echo $ac_n "checking size of short""... $ac_c" 1>&6
-+echo "configure:1358: checking size of short" >&5
-+if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
-+ echo $ac_n "(cached) $ac_c" 1>&6
-+else
-+ if test "$cross_compiling" = yes; then
-+ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
-+else
-+ cat > conftest.$ac_ext <<EOF
-+#line 1366 "configure"
-+#include "confdefs.h"
-+#include <stdio.h>
-+main()
-+{
-+ FILE *f=fopen("conftestval", "w");
-+ if (!f) exit(1);
-+ fprintf(f, "%d\n", sizeof(short));
-+ exit(0);
-+}
-+EOF
-+if { (eval echo configure:1377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+then
-+ ac_cv_sizeof_short=`cat conftestval`
-+else
-+ echo "configure: failed program was:" >&5
-+ cat conftest.$ac_ext >&5
-+ rm -fr conftest*
-+ ac_cv_sizeof_short=0
-+fi
-+rm -fr conftest*
-+fi
-+
-+fi
-+echo "$ac_t""$ac_cv_sizeof_short" 1>&6
-+cat >> confdefs.h <<EOF
-+#define SIZEOF_SHORT $ac_cv_sizeof_short
-+EOF
-+
-+
-+echo $ac_n "checking size of int""... $ac_c" 1>&6
-+echo "configure:1397: checking size of int" >&5
-+if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
-+ echo $ac_n "(cached) $ac_c" 1>&6
-+else
-+ if test "$cross_compiling" = yes; then
-+ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
-+else
-+ cat > conftest.$ac_ext <<EOF
-+#line 1405 "configure"
-+#include "confdefs.h"
-+#include <stdio.h>
-+main()
-+{
-+ FILE *f=fopen("conftestval", "w");
-+ if (!f) exit(1);
-+ fprintf(f, "%d\n", sizeof(int));
-+ exit(0);
-+}
-+EOF
-+if { (eval echo configure:1416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+then
-+ ac_cv_sizeof_int=`cat conftestval`
-+else
-+ echo "configure: failed program was:" >&5
-+ cat conftest.$ac_ext >&5
-+ rm -fr conftest*
-+ ac_cv_sizeof_int=0
-+fi
-+rm -fr conftest*
-+fi
-+
-+fi
-+echo "$ac_t""$ac_cv_sizeof_int" 1>&6
-+cat >> confdefs.h <<EOF
-+#define SIZEOF_INT $ac_cv_sizeof_int
-+EOF
-+
-+
-+echo $ac_n "checking size of long""... $ac_c" 1>&6
-+echo "configure:1436: checking size of long" >&5
-+if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
-+ echo $ac_n "(cached) $ac_c" 1>&6
-+else
-+ if test "$cross_compiling" = yes; then
-+ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
-+else
-+ cat > conftest.$ac_ext <<EOF
-+#line 1444 "configure"
-+#include "confdefs.h"
-+#include <stdio.h>
-+main()
-+{
-+ FILE *f=fopen("conftestval", "w");
-+ if (!f) exit(1);
-+ fprintf(f, "%d\n", sizeof(long));
-+ exit(0);
-+}
-+EOF
-+if { (eval echo configure:1455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+then
-+ ac_cv_sizeof_long=`cat conftestval`
-+else
-+ echo "configure: failed program was:" >&5
-+ cat conftest.$ac_ext >&5
-+ rm -fr conftest*
-+ ac_cv_sizeof_long=0
-+fi
-+rm -fr conftest*
-+fi
-+
-+fi
-+echo "$ac_t""$ac_cv_sizeof_long" 1>&6
-+cat >> confdefs.h <<EOF
-+#define SIZEOF_LONG $ac_cv_sizeof_long
-+EOF
-+
-+
-+echo $ac_n "checking size of char *""... $ac_c" 1>&6
-+echo "configure:1475: checking size of char *" >&5
-+if eval "test \"`echo '$''{'ac_cv_sizeof_char_p'+set}'`\" = set"; then
-+ echo $ac_n "(cached) $ac_c" 1>&6
-+else
-+ if test "$cross_compiling" = yes; then
-+ { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
-+else
-+ cat > conftest.$ac_ext <<EOF
-+#line 1483 "configure"
-+#include "confdefs.h"
-+#include <stdio.h>
-+main()
-+{
-+ FILE *f=fopen("conftestval", "w");
-+ if (!f) exit(1);
-+ fprintf(f, "%d\n", sizeof(char *));
-+ exit(0);
-+}
-+EOF
-+if { (eval echo configure:1494: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+then
-+ ac_cv_sizeof_char_p=`cat conftestval`
-+else
-+ echo "configure: failed program was:" >&5
-+ cat conftest.$ac_ext >&5
-+ rm -fr conftest*
-+ ac_cv_sizeof_char_p=0
-+fi
-+rm -fr conftest*
-+fi
-+
-+fi
-+echo "$ac_t""$ac_cv_sizeof_char_p" 1>&6
-+cat >> confdefs.h <<EOF
-+#define SIZEOF_CHAR_P $ac_cv_sizeof_char_p
-+EOF
-+
-+
-
- cat >> confdefs.h <<\EOF
- #define UNIX 1