diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-02-18 04:49:26 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-02-18 04:49:26 +0000 |
commit | 44abdea5bfe30da9a0d3f227c344e8c7d6eff669 (patch) | |
tree | 29c3c1884dd40c999d77416c57f10582bd5526a4 /x11-toolkits/gtk12 | |
parent | a2e17296be70338db57440d57efff854c9384b84 (diff) | |
download | FreeBSD-ports-44abdea5bfe30da9a0d3f227c344e8c7d6eff669.zip FreeBSD-ports-44abdea5bfe30da9a0d3f227c344e8c7d6eff669.tar.gz |
Upgrade to 1.1.16.
Diffstat (limited to 'x11-toolkits/gtk12')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk12/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk12/files/patch-ab | 22 | ||||
-rw-r--r-- | x11-toolkits/gtk12/files/patch-ae | 11 |
4 files changed, 22 insertions, 21 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 3ca2006..446e684 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gtk11-devel -# Version required: 1.1.13 +# Version required: 1.1.16 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.42 1999/01/20 22:14:27 vanilla Exp $ +# $Id: Makefile,v 1.43 1999/01/31 16:55:06 vanilla Exp $ # -DISTNAME= gtk+-1.1.14 -PKGNAME= gtk-1.1.14 +DISTNAME= gtk+-1.1.16 +PKGNAME= gtk-1.1.16 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.1/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.1/ \ diff --git a/x11-toolkits/gtk12/distinfo b/x11-toolkits/gtk12/distinfo index e7f4577..992dadf 100644 --- a/x11-toolkits/gtk12/distinfo +++ b/x11-toolkits/gtk12/distinfo @@ -1 +1 @@ -MD5 (gtk+-1.1.14.tar.gz) = bfb7e6f493549117b3d383b889a16fdb +MD5 (gtk+-1.1.16.tar.gz) = 6de7a1a397eac37d7fc1f8ef008a9f02 diff --git a/x11-toolkits/gtk12/files/patch-ab b/x11-toolkits/gtk12/files/patch-ab index 9e9bf66..8bcd09e 100644 --- a/x11-toolkits/gtk12/files/patch-ab +++ b/x11-toolkits/gtk12/files/patch-ab @@ -1,20 +1,10 @@ ---- gtk-config.in.orig Fri Dec 18 10:47:52 1998 -+++ gtk-config.in Fri Jan 1 01:24:08 1999 -@@ -8,7 +8,7 @@ - exec_prefix_set=no - - usage="\ --Usage: gtk-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]" -+Usage: gtk11d-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]" - - if test $# -eq 0; then - echo "${usage}" 1>&2 -@@ -64,7 +64,7 @@ - fi +--- gtk-config.in.orig Thu Feb 4 17:06:44 1999 ++++ gtk-config.in Wed Feb 17 21:22:48 1999 +@@ -115,6 +115,6 @@ fi done + - echo $libdirs @x_ldflags@ -lgtk -lgdk $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm + echo $libdirs @x_ldflags@ -lgtk11d -lgdk11d $my_glib_libs @INTLLIBS@ @x_libs@ @GDK_WLIBS@ -lm - ;; - *) - echo "${usage}" 1>&2 + fi + diff --git a/x11-toolkits/gtk12/files/patch-ae b/x11-toolkits/gtk12/files/patch-ae new file mode 100644 index 0000000..20f5061 --- /dev/null +++ b/x11-toolkits/gtk12/files/patch-ae @@ -0,0 +1,11 @@ +--- configure.orig Thu Feb 18 01:35:07 1999 ++++ configure Thu Feb 18 01:35:27 1999 +@@ -4444,7 +4444,7 @@ + + # AM_GTK_GNU_GETTEXT above substs $DATADIRNAME + # this is the directory where the *.{mo,gmo} files are installed +-gtklocaledir='${prefix}/${DATADIRNAME}/locale' ++gtklocaledir='${prefix}/share/locale' + + + echo $ac_n "checking for extra flags to get ANSI library prototypes""... $ac_c" 1>&6 |