summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-01-05 17:18:06 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-01-05 17:18:06 +0000
commit43f47596acc2b84f95c50535ce4dfab62b9989f1 (patch)
tree3836d65d47502447a838c12e9259cc4f88fc75f5 /x11-toolkits
parentUpgrade to 0.92 (diff)
Upgrade to 0.99.2.
Notes
Notes: svn path=/head/; revision=9269
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk12/Makefile6
-rw-r--r--x11-toolkits/gtk12/distinfo2
-rw-r--r--x11-toolkits/gtk12/files/patch-aa17
-rw-r--r--x11-toolkits/gtk12/pkg-plist3
-rw-r--r--x11-toolkits/gtk13/Makefile6
-rw-r--r--x11-toolkits/gtk13/distinfo2
-rw-r--r--x11-toolkits/gtk13/pkg-plist3
-rw-r--r--x11-toolkits/gtk20/Makefile6
-rw-r--r--x11-toolkits/gtk20/distinfo2
-rw-r--r--x11-toolkits/gtk20/pkg-plist3
-rw-r--r--x11-toolkits/gtk30/Makefile6
-rw-r--r--x11-toolkits/gtk30/distinfo2
-rw-r--r--x11-toolkits/gtk30/pkg-plist3
13 files changed, 32 insertions, 29 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile
index f834fec0d06e..6e65166a171b 100644
--- a/x11-toolkits/gtk12/Makefile
+++ b/x11-toolkits/gtk12/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: gtk
-# Version required: 0.99.0
+# Version required: 0.99.2
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $
#
-DISTNAME= gtk+-0.99.0
-PKGNAME= gtk-0.99.0
+DISTNAME= gtk+-0.99.2
+PKGNAME= gtk-0.99.2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/
diff --git a/x11-toolkits/gtk12/distinfo b/x11-toolkits/gtk12/distinfo
index b406b01f4389..fbafcf6dbb86 100644
--- a/x11-toolkits/gtk12/distinfo
+++ b/x11-toolkits/gtk12/distinfo
@@ -1 +1 @@
-MD5 (gtk+-0.99.0.tar.gz) = 8d546c9cc4313d2534addac8a52c4110
+MD5 (gtk+-0.99.2.tar.gz) = ad098e9c3d98bc5149c723ea4e6260fb
diff --git a/x11-toolkits/gtk12/files/patch-aa b/x11-toolkits/gtk12/files/patch-aa
index 80eb0cb7afec..6cbd584d1638 100644
--- a/x11-toolkits/gtk12/files/patch-aa
+++ b/x11-toolkits/gtk12/files/patch-aa
@@ -19,22 +19,13 @@
.texi.dvi:
TEXINPUTS=$(srcdir):$$TEXINPUTS \
---- configure.orig Sun Dec 14 15:40:40 1997
-+++ configure Mon Dec 15 11:19:00 1997
-@@ -584,6 +584,7 @@
+--- configure.orig Sun Jan 4 01:16:42 1998
++++ configure Mon Jan 5 23:09:23 1998
+@@ -590,6 +590,7 @@
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
+INSTALL="/usr/bin/install -c"
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
- echo "configure:589: checking for a BSD compatible install" >&5
+ echo "configure:595: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
-@@ -2989,7 +2990,7 @@
- echo "$ac_t""$need_x_locale" 1>&6
- fi
- if test $need_x_locale = yes; then
-- CFLAGS="$CFLAGS -DX_LOCALE"
-+ CFLAGS="$CFLAGS"
- fi
-
- # Checks for header files.
diff --git a/x11-toolkits/gtk12/pkg-plist b/x11-toolkits/gtk12/pkg-plist
index 4d0b19e1a688..c1f990f08c78 100644
--- a/x11-toolkits/gtk12/pkg-plist
+++ b/x11-toolkits/gtk12/pkg-plist
@@ -30,6 +30,7 @@ include/gtk/gtkbox.h
include/gtk/gtkbutton.h
include/gtk/gtkcheckbutton.h
include/gtk/gtkcheckmenuitem.h
+include/gtk/gtkclist.h
include/gtk/gtkcolorsel.h
include/gtk/gtkcontainer.h
include/gtk/gtkcurve.h
@@ -44,6 +45,7 @@ include/gtk/gtkfixed.h
include/gtk/gtkframe.h
include/gtk/gtkgamma.h
include/gtk/gtkgc.h
+include/gtk/gtkhandlebox.h
include/gtk/gtkhbbox.h
include/gtk/gtkhbox.h
include/gtk/gtkhpaned.h
@@ -86,6 +88,7 @@ include/gtk/gtkstyle.h
include/gtk/gtktable.h
include/gtk/gtktext.h
include/gtk/gtktogglebutton.h
+include/gtk/gtktoolbar.h
include/gtk/gtktooltips.h
include/gtk/gtktree.h
include/gtk/gtktreeitem.h
diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile
index f834fec0d06e..6e65166a171b 100644
--- a/x11-toolkits/gtk13/Makefile
+++ b/x11-toolkits/gtk13/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: gtk
-# Version required: 0.99.0
+# Version required: 0.99.2
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $
#
-DISTNAME= gtk+-0.99.0
-PKGNAME= gtk-0.99.0
+DISTNAME= gtk+-0.99.2
+PKGNAME= gtk-0.99.2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/
diff --git a/x11-toolkits/gtk13/distinfo b/x11-toolkits/gtk13/distinfo
index b406b01f4389..fbafcf6dbb86 100644
--- a/x11-toolkits/gtk13/distinfo
+++ b/x11-toolkits/gtk13/distinfo
@@ -1 +1 @@
-MD5 (gtk+-0.99.0.tar.gz) = 8d546c9cc4313d2534addac8a52c4110
+MD5 (gtk+-0.99.2.tar.gz) = ad098e9c3d98bc5149c723ea4e6260fb
diff --git a/x11-toolkits/gtk13/pkg-plist b/x11-toolkits/gtk13/pkg-plist
index 4d0b19e1a688..c1f990f08c78 100644
--- a/x11-toolkits/gtk13/pkg-plist
+++ b/x11-toolkits/gtk13/pkg-plist
@@ -30,6 +30,7 @@ include/gtk/gtkbox.h
include/gtk/gtkbutton.h
include/gtk/gtkcheckbutton.h
include/gtk/gtkcheckmenuitem.h
+include/gtk/gtkclist.h
include/gtk/gtkcolorsel.h
include/gtk/gtkcontainer.h
include/gtk/gtkcurve.h
@@ -44,6 +45,7 @@ include/gtk/gtkfixed.h
include/gtk/gtkframe.h
include/gtk/gtkgamma.h
include/gtk/gtkgc.h
+include/gtk/gtkhandlebox.h
include/gtk/gtkhbbox.h
include/gtk/gtkhbox.h
include/gtk/gtkhpaned.h
@@ -86,6 +88,7 @@ include/gtk/gtkstyle.h
include/gtk/gtktable.h
include/gtk/gtktext.h
include/gtk/gtktogglebutton.h
+include/gtk/gtktoolbar.h
include/gtk/gtktooltips.h
include/gtk/gtktree.h
include/gtk/gtktreeitem.h
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index f834fec0d06e..6e65166a171b 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: gtk
-# Version required: 0.99.0
+# Version required: 0.99.2
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $
#
-DISTNAME= gtk+-0.99.0
-PKGNAME= gtk-0.99.0
+DISTNAME= gtk+-0.99.2
+PKGNAME= gtk-0.99.2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/
diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo
index b406b01f4389..fbafcf6dbb86 100644
--- a/x11-toolkits/gtk20/distinfo
+++ b/x11-toolkits/gtk20/distinfo
@@ -1 +1 @@
-MD5 (gtk+-0.99.0.tar.gz) = 8d546c9cc4313d2534addac8a52c4110
+MD5 (gtk+-0.99.2.tar.gz) = ad098e9c3d98bc5149c723ea4e6260fb
diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist
index 4d0b19e1a688..c1f990f08c78 100644
--- a/x11-toolkits/gtk20/pkg-plist
+++ b/x11-toolkits/gtk20/pkg-plist
@@ -30,6 +30,7 @@ include/gtk/gtkbox.h
include/gtk/gtkbutton.h
include/gtk/gtkcheckbutton.h
include/gtk/gtkcheckmenuitem.h
+include/gtk/gtkclist.h
include/gtk/gtkcolorsel.h
include/gtk/gtkcontainer.h
include/gtk/gtkcurve.h
@@ -44,6 +45,7 @@ include/gtk/gtkfixed.h
include/gtk/gtkframe.h
include/gtk/gtkgamma.h
include/gtk/gtkgc.h
+include/gtk/gtkhandlebox.h
include/gtk/gtkhbbox.h
include/gtk/gtkhbox.h
include/gtk/gtkhpaned.h
@@ -86,6 +88,7 @@ include/gtk/gtkstyle.h
include/gtk/gtktable.h
include/gtk/gtktext.h
include/gtk/gtktogglebutton.h
+include/gtk/gtktoolbar.h
include/gtk/gtktooltips.h
include/gtk/gtktree.h
include/gtk/gtktreeitem.h
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index f834fec0d06e..6e65166a171b 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: gtk
-# Version required: 0.99.0
+# Version required: 0.99.2
# Date Created: 28 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $
#
-DISTNAME= gtk+-0.99.0
-PKGNAME= gtk-0.99.0
+DISTNAME= gtk+-0.99.2
+PKGNAME= gtk-0.99.2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/
diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo
index b406b01f4389..fbafcf6dbb86 100644
--- a/x11-toolkits/gtk30/distinfo
+++ b/x11-toolkits/gtk30/distinfo
@@ -1 +1 @@
-MD5 (gtk+-0.99.0.tar.gz) = 8d546c9cc4313d2534addac8a52c4110
+MD5 (gtk+-0.99.2.tar.gz) = ad098e9c3d98bc5149c723ea4e6260fb
diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist
index 4d0b19e1a688..c1f990f08c78 100644
--- a/x11-toolkits/gtk30/pkg-plist
+++ b/x11-toolkits/gtk30/pkg-plist
@@ -30,6 +30,7 @@ include/gtk/gtkbox.h
include/gtk/gtkbutton.h
include/gtk/gtkcheckbutton.h
include/gtk/gtkcheckmenuitem.h
+include/gtk/gtkclist.h
include/gtk/gtkcolorsel.h
include/gtk/gtkcontainer.h
include/gtk/gtkcurve.h
@@ -44,6 +45,7 @@ include/gtk/gtkfixed.h
include/gtk/gtkframe.h
include/gtk/gtkgamma.h
include/gtk/gtkgc.h
+include/gtk/gtkhandlebox.h
include/gtk/gtkhbbox.h
include/gtk/gtkhbox.h
include/gtk/gtkhpaned.h
@@ -86,6 +88,7 @@ include/gtk/gtkstyle.h
include/gtk/gtktable.h
include/gtk/gtktext.h
include/gtk/gtktogglebutton.h
+include/gtk/gtktoolbar.h
include/gtk/gtktooltips.h
include/gtk/gtktree.h
include/gtk/gtktreeitem.h