summaryrefslogtreecommitdiffstats
path: root/x11/libgnome/files
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1999-01-01 02:47:12 +0000
committervanilla <vanilla@FreeBSD.org>1999-01-01 02:47:12 +0000
commitbe7b3481b5bae7db5421be5cbc6e4a367a149b13 (patch)
tree7fdf69d7d4528bc5684c377bb14b4aed9ff1fe64 /x11/libgnome/files
parent36f8379246dc746205d611351d29a40e51a8b671 (diff)
downloadFreeBSD-ports-be7b3481b5bae7db5421be5cbc6e4a367a149b13.zip
FreeBSD-ports-be7b3481b5bae7db5421be5cbc6e4a367a149b13.tar.gz
Upgrade to 0.99.1.
Diffstat (limited to 'x11/libgnome/files')
-rw-r--r--x11/libgnome/files/patch-aa63
-rw-r--r--x11/libgnome/files/patch-ac29
-rw-r--r--x11/libgnome/files/patch-ad6
-rw-r--r--x11/libgnome/files/patch-ag6
4 files changed, 72 insertions, 32 deletions
diff --git a/x11/libgnome/files/patch-aa b/x11/libgnome/files/patch-aa
index a0dfe69..23d457e 100644
--- a/x11/libgnome/files/patch-aa
+++ b/x11/libgnome/files/patch-aa
@@ -1,32 +1,69 @@
---- configure.orig Wed Sep 23 23:37:33 1998
-+++ configure Sat Sep 26 22:02:01 1998
-@@ -6209,16 +6209,16 @@
+--- configure.orig Thu Dec 31 01:51:28 1998
++++ configure Fri Jan 1 03:48:08 1999
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++/#! /bin/sh
+
+ # Guess values for system-dependent variables and create Makefiles.
+ # Generated automatically using autoconf version 2.12
+@@ -5352,8 +5352,8 @@
+ #include "confdefs.h"
+
+ #include <stdio.h>
+-#include <sys/socket.h>
+ #include <sys/types.h>
++#include <sys/socket.h>
+
+ int main() {
+
+@@ -6053,16 +6053,16 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
-echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
--echo "configure:6215: checking for gif_lib.h" >&5
+-echo "configure:6059: checking for gif_lib.h" >&5
+ ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for giflib/gif_lib.h""... $ac_c" 1>&6
-+echo "configure:6215: checking for giflib/gif_lib.h" >&5
++echo "configure:6059: checking for giflib/gif_lib.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
- #line 6220 "configure"
+ #line 6064 "configure"
#include "confdefs.h"
-#include <gif_lib.h>
+#include <giflib/gif_lib.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
- { (eval echo configure:6225: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-@@ -6842,7 +6842,7 @@
- GNOME_LIBDIR='-L${libdir}'
- GNOME_INCLUDEDIR='-I${includedir}'
- if test "$need_gnome_support" = yes; then
-- GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR -DNEED_GNOMESUPPORT_H -I\${pkglibdir}/include"
-+ GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR -DNEED_GNOMESUPPORT_H"
+ { (eval echo configure:6069: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+@@ -6129,16 +6129,16 @@
fi
+ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+ echo "$ac_t""yes" 1>&6
+- ac_safe=`echo "gif_lib.h" | sed 'y%./+-%__p_%'`
+-echo $ac_n "checking for gif_lib.h""... $ac_c" 1>&6
+-echo "configure:6135: checking for gif_lib.h" >&5
++ ac_safe=`echo "giflib/gif_lib.h" | sed 'y%./+-%__p_%'`
++echo $ac_n "checking for giflib/gif_lib.h""... $ac_c" 1>&6
++echo "configure:6135: checking for giflib/gif_lib.h" >&5
+ if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ cat > conftest.$ac_ext <<EOF
+ #line 6140 "configure"
+ #include "confdefs.h"
+-#include <gif_lib.h>
++#include <giflib/gif_lib.h>
+ EOF
+ ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
+ { (eval echo configure:6145: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+@@ -8845,7 +8845,7 @@
+ ZVT_LIBS="-lzvt $GTK_LIBS"
+
+ GNOME_LIBDIR='-L${libdir}'
+-GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include'
++GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H'
+ GNOME_IDLDIR='-I${datadir}/idl'
diff --git a/x11/libgnome/files/patch-ac b/x11/libgnome/files/patch-ac
index 3382d1b..4676861 100644
--- a/x11/libgnome/files/patch-ac
+++ b/x11/libgnome/files/patch-ac
@@ -1,15 +1,15 @@
---- gnome-config.in.orig Mon Sep 21 23:15:02 1998
-+++ gnome-config.in Thu Nov 19 22:55:15 1998
-@@ -45,7 +45,7 @@
+--- gnome-config.in.orig Thu Dec 24 03:42:13 1998
++++ gnome-config.in Thu Dec 24 03:43:19 1998
+@@ -46,7 +46,7 @@
gnome
gnomeui
gnorba
- gtk (calls gtk-config)
-+ gtk11 (calls gtk11-config)
++ gtk11 (calls gtk11-config)
gtkxmhtml (only --libs)
zvt (only --libs)
-@@ -116,27 +116,27 @@
+@@ -117,30 +117,30 @@
the_libs="$the_libs `glib-config --libs`"
the_flags="$the_flags `glib-config --cflags`"
;;
@@ -21,24 +21,27 @@
+ the_flags="$the_flags `gtk11-config --cflags`"
;;
gnome)
-- the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"
-+ the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@ -lintl"
- the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
+ the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"
+- the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
++ the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@ -lintl"
;;
gnomeui)
-- the_libs="$the_libs @GNOME_LIBDIR@ @GNOMEUI_LIBS@"
-+ the_libs="$the_libs @GNOME_LIBDIR@ @GNOMEUI_LIBS@ -lintl"
- the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
+ the_libs="$the_libs @GNOME_LIBDIR@ @GNOMEUI_LIBS@"
+- the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
++ the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@ -lintl"
;;
gtkxmhtml)
- the_libs="$the_libs @GNOME_LIBDIR@ @GTKXMHTML_LIBS@"
+ the_libs="$the_libs @GNOME_LIBDIR@ @GTKXMHTML_LIBS@ -lintl"
;;
gnorba)
-- the_libs="$the_libs @GNOME_LIBDIR@ @ORBIT_LIBS@"
-+ the_libs="$the_libs @GNOME_LIBDIR@ @ORBIT_LIBS@ -lintl"
+- the_libs="$the_libs @GNOME_LIBDIR@ -lgnorba @ORBIT_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ -lgnorba @ORBIT_LIBS@ -lintl"
the_flags="$the_flags @GNOME_INCLUDEDIR@ @ORBIT_CFLAGS@"
;;
+ idl)
+ the_flags="@GNOME_IDLDIR@"
+ ;;
zvt)
- the_libs="$the_libs @GNOME_LIBDIR@ @ZVT_LIBS@"
+ the_libs="$the_libs @GNOME_LIBDIR@ @ZVT_LIBS@ -lintl"
diff --git a/x11/libgnome/files/patch-ad b/x11/libgnome/files/patch-ad
index dc6621a..9c1aa83 100644
--- a/x11/libgnome/files/patch-ad
+++ b/x11/libgnome/files/patch-ad
@@ -1,6 +1,6 @@
---- libgnome/gnome-help.c.orig Fri Jul 24 02:08:29 1998
-+++ libgnome/gnome-help.c Sat Sep 26 22:12:34 1998
-@@ -35,7 +35,7 @@
+--- libgnome/gnome-help.c.orig Wed Dec 16 14:48:42 1998
++++ libgnome/gnome-help.c Thu Dec 24 03:44:05 1998
+@@ -43,7 +43,7 @@
lang= language_list->data;
buf= g_string_new (NULL);
diff --git a/x11/libgnome/files/patch-ag b/x11/libgnome/files/patch-ag
index 8dc1c2b..cb33047 100644
--- a/x11/libgnome/files/patch-ag
+++ b/x11/libgnome/files/patch-ag
@@ -1,6 +1,6 @@
---- libgnome/gnome-util.c.orig Sat Oct 24 01:06:42 1998
-+++ libgnome/gnome-util.c Sat Oct 24 01:09:05 1998
-@@ -217,8 +217,9 @@
+--- libgnome/gnome-util.c.orig Wed Dec 16 14:48:43 1998
++++ libgnome/gnome-util.c Thu Dec 24 03:49:23 1998
+@@ -340,8 +340,9 @@
int i;
char *shell;
static char *shells [] = {
OpenPOWER on IntegriCloud