diff options
-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 | ||||
-rw-r--r-- | x11-toolkits/gtk13/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk13/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk13/files/patch-ae | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk20/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk20/files/patch-ae | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk30/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-ae | 11 |
13 files changed, 70 insertions, 36 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 3ca200642959..446e684e6ca5 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 e7f457728e87..992dadfae7e1 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 9e9bf6651864..8bcd09e856f3 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 000000000000..20f506155853 --- /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 diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile index 3ca200642959..446e684e6ca5 100644 --- a/x11-toolkits/gtk13/Makefile +++ b/x11-toolkits/gtk13/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/gtk13/distinfo b/x11-toolkits/gtk13/distinfo index e7f457728e87..992dadfae7e1 100644 --- a/x11-toolkits/gtk13/distinfo +++ b/x11-toolkits/gtk13/distinfo @@ -1 +1 @@ -MD5 (gtk+-1.1.14.tar.gz) = bfb7e6f493549117b3d383b889a16fdb +MD5 (gtk+-1.1.16.tar.gz) = 6de7a1a397eac37d7fc1f8ef008a9f02 diff --git a/x11-toolkits/gtk13/files/patch-ae b/x11-toolkits/gtk13/files/patch-ae new file mode 100644 index 000000000000..20f506155853 --- /dev/null +++ b/x11-toolkits/gtk13/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 diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 3ca200642959..446e684e6ca5 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/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/gtk20/distinfo b/x11-toolkits/gtk20/distinfo index e7f457728e87..992dadfae7e1 100644 --- a/x11-toolkits/gtk20/distinfo +++ b/x11-toolkits/gtk20/distinfo @@ -1 +1 @@ -MD5 (gtk+-1.1.14.tar.gz) = bfb7e6f493549117b3d383b889a16fdb +MD5 (gtk+-1.1.16.tar.gz) = 6de7a1a397eac37d7fc1f8ef008a9f02 diff --git a/x11-toolkits/gtk20/files/patch-ae b/x11-toolkits/gtk20/files/patch-ae new file mode 100644 index 000000000000..20f506155853 --- /dev/null +++ b/x11-toolkits/gtk20/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 diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 3ca200642959..446e684e6ca5 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/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/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index e7f457728e87..992dadfae7e1 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1 +1 @@ -MD5 (gtk+-1.1.14.tar.gz) = bfb7e6f493549117b3d383b889a16fdb +MD5 (gtk+-1.1.16.tar.gz) = 6de7a1a397eac37d7fc1f8ef008a9f02 diff --git a/x11-toolkits/gtk30/files/patch-ae b/x11-toolkits/gtk30/files/patch-ae new file mode 100644 index 000000000000..20f506155853 --- /dev/null +++ b/x11-toolkits/gtk30/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 |