diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 09:26:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-26 09:26:06 +0000 |
commit | 07b4525b545e5e3e7ad7721852e5987173d36e39 (patch) | |
tree | 438a178755340ca3a270926fdf2a7cae15b528a4 /x11-toolkits/gtk30/files | |
parent | 29a7790b5b2d87787598e70689dc1aa93c444e98 (diff) | |
download | ports-07b4525b545e5e3e7ad7721852e5987173d36e39.tar.gz ports-07b4525b545e5e3e7ad7721852e5987173d36e39.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk30/files')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-ae | 22 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-ag | 20 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-ltmain.sh | 45 |
3 files changed, 25 insertions, 62 deletions
diff --git a/x11-toolkits/gtk30/files/patch-ae b/x11-toolkits/gtk30/files/patch-ae index 0bb2e2fb8dfe..dcab8a06d6e8 100644 --- a/x11-toolkits/gtk30/files/patch-ae +++ b/x11-toolkits/gtk30/files/patch-ae @@ -1,14 +1,22 @@ $FreeBSD$ ---- configure.orig Fri Mar 8 19:22:14 2002 -+++ configure Mon Mar 11 12:03:39 2002 -@@ -9788,7 +9788,7 @@ - echo "$as_me: failed program was:" >&5 - cat conftest.$ac_ext >&5 - CATOBJEXT=.mo +--- configure.orig Tue Apr 2 14:45:37 2002 ++++ configure Fri Apr 26 11:36:40 2002 +@@ -5671,6 +5671,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -7864,7 +7865,7 @@ + cat conftest.$ac_ext >&5 + rm -rf conftest* + CATOBJEXT=.mo - DATADIRNAME=lib + DATADIRNAME=share fi - rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext + rm -f conftest* INSTOBJEXT=.mo diff --git a/x11-toolkits/gtk30/files/patch-ag b/x11-toolkits/gtk30/files/patch-ag index cd1b949b71b2..bbdd42614731 100644 --- a/x11-toolkits/gtk30/files/patch-ag +++ b/x11-toolkits/gtk30/files/patch-ag @@ -1,14 +1,14 @@ $FreeBSD$ ---- gtk/Makefile.in.orig Fri Jan 18 11:03:21 2002 -+++ gtk/Makefile.in Fri Jan 18 11:18:26 2002 +--- gtk/Makefile.in.orig Fri Apr 26 11:39:34 2002 ++++ gtk/Makefile.in Fri Apr 26 11:40:56 2002 @@ -176,7 +176,7 @@ - -DG_LOG_DOMAIN=\"Gtk\" \ - -DGTK_LIBDIR=\"$(libdir)\" \ - -DGTK_DATA_PREFIX=\"$(prefix)\" \ -- -DGTK_SYSCONFDIR=\"$(sysconfdir)\" \ -+ -DGTK_SYSCONFDIR=\"$(datadir)/themes/Default/gtk-2.0\" \ - -DGTK_LOCALEDIR=\"$(gtklocaledir)\" \ - -DGTK_VERSION=\"@GTK_VERSION@\" \ - -DGTK_BINARY_VERSION=\"@GTK_BINARY_VERSION@\" \ + + SUBDIRS = stock-icons theme-bits + +-INCLUDES = @STRIP_BEGIN@ -DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"$(libdir)\" -DGTK_DATA_PREFIX=\"$(prefix)\" -DGTK_SYSCONFDIR=\"$(sysconfdir)\" -DGTK_LOCALEDIR=\"$(gtklocaledir)\" -DGTK_VERSION=\"@GTK_VERSION@\" -DGTK_BINARY_VERSION=\"@GTK_BINARY_VERSION@\" -DGTK_HOST=\"@host@\" -DGTK_COMPILATION -I$(top_builddir)/gtk -I$(top_srcdir) -I../gdk -I$(top_srcdir)/gdk -I$(top_srcdir)/gdk-pixbuf -I../gdk-pixbuf @GTK_DEBUG_FLAGS@ @GTK_DEP_CFLAGS@ @STRIP_END@ ++INCLUDES = @STRIP_BEGIN@ -DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"$(libdir)\" -DGTK_DATA_PREFIX=\"$(prefix)\" -DGTK_SYSCONFDIR=\"$(datadir)/themes/Default/gtk-2.0\" -DGTK_LOCALEDIR=\"$(gtklocaledir)\" -DGTK_VERSION=\"@GTK_VERSION@\" -DGTK_BINARY_VERSION=\"@GTK_BINARY_VERSION@\" -DGTK_HOST=\"@host@\" -DGTK_COMPILATION -I$(top_builddir)/gtk -I$(top_srcdir) -I../gdk -I$(top_srcdir)/gdk -I$(top_srcdir)/gdk-pixbuf -I../gdk-pixbuf @GTK_DEBUG_FLAGS@ @GTK_DEP_CFLAGS@ @STRIP_END@ + + + gtarget = @gdktarget@ diff --git a/x11-toolkits/gtk30/files/patch-ltmain.sh b/x11-toolkits/gtk30/files/patch-ltmain.sh deleted file mode 100644 index 91713d2306f8..000000000000 --- a/x11-toolkits/gtk30/files/patch-ltmain.sh +++ /dev/null @@ -1,45 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh.orig Wed Jan 23 11:38:40 2002 -+++ ltmain.sh Sun Feb 3 01:44:17 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2412,6 +2420,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4179,10 +4190,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |