diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-16 19:29:25 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-16 19:29:25 +0000 |
commit | 3e5e3ab19f086b3fc0ff6be374a1f750c99e2cb4 (patch) | |
tree | 4c8761b181e3d19265cf9dd9ad8a157c43adda42 /x11-toolkits | |
parent | RUN_DEPENDs to chinese/xcin. (diff) |
Upgrade to 0.99.0
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk12/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk12/files/patch-aa | 27 | ||||
-rw-r--r-- | x11-toolkits/gtk12/pkg-plist | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk13/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk13/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk13/pkg-plist | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk20/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk30/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 1 |
13 files changed, 38 insertions, 33 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index 259076b5f562..f834fec0d06e 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gtk -# Version required: 971201 +# Version required: 0.99.0 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.4 1997/11/30 19:36:53 vanilla Exp $ +# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $ # -DISTNAME= gtk+-971201 -PKGNAME= gtk-971201 +DISTNAME= gtk+-0.99.0 +PKGNAME= gtk-0.99.0 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/ diff --git a/x11-toolkits/gtk12/distinfo b/x11-toolkits/gtk12/distinfo index 36ef5437884b..b406b01f4389 100644 --- a/x11-toolkits/gtk12/distinfo +++ b/x11-toolkits/gtk12/distinfo @@ -1 +1 @@ -MD5 (gtk+-971201.tar.gz) = 085843d3231ab0395baf95e538d9e505 +MD5 (gtk+-0.99.0.tar.gz) = 8d546c9cc4313d2534addac8a52c4110 diff --git a/x11-toolkits/gtk12/files/patch-aa b/x11-toolkits/gtk12/files/patch-aa index db5957d27ba2..80eb0cb7afec 100644 --- a/x11-toolkits/gtk12/files/patch-aa +++ b/x11-toolkits/gtk12/files/patch-aa @@ -1,5 +1,5 @@ ---- ./glib/configure.orig Sun Oct 12 16:03:23 1997 -+++ ./glib/configure Sun Oct 12 15:45:58 1997 +--- glib/configure.orig Sun Dec 7 05:45:40 1997 ++++ glib/configure Tue Dec 9 16:00:29 1997 @@ -561,6 +561,7 @@ # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" @@ -8,9 +8,9 @@ echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 echo "configure:566: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then ---- ./docs/Makefile.in.orig Sun Oct 12 15:50:23 1997 -+++ ./docs/Makefile.in Sun Oct 12 15:50:50 1997 -@@ -116,7 +116,7 @@ +--- docs/Makefile.in.orig Sun Dec 7 06:12:07 1997 ++++ docs/Makefile.in Tue Dec 9 16:00:29 1997 +@@ -117,7 +117,7 @@ .texi.info: @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] cd $(srcdir) \ @@ -19,13 +19,22 @@ .texi.dvi: TEXINPUTS=$(srcdir):$$TEXINPUTS \ ---- ./configure.orig Sun Oct 12 15:17:26 1997 -+++ ./configure Sun Oct 12 15:45:28 1997 -@@ -571,6 +571,7 @@ +--- configure.orig Sun Dec 14 15:40:40 1997 ++++ configure Mon Dec 15 11:19:00 1997 +@@ -584,6 +584,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:576: checking for a BSD compatible install" >&5 + echo "configure:589: 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 cfba0c0baa2e..4d0b19e1a688 100644 --- a/x11-toolkits/gtk12/pkg-plist +++ b/x11-toolkits/gtk12/pkg-plist @@ -3,7 +3,6 @@ lib/libglib.so.1.0 lib/libglib.so lib/libglib.a include/glib.h -include/glibconfig.h lib/libgdk.la lib/libgdk.so.1.0 lib/libgdk.so diff --git a/x11-toolkits/gtk13/Makefile b/x11-toolkits/gtk13/Makefile index 259076b5f562..f834fec0d06e 100644 --- a/x11-toolkits/gtk13/Makefile +++ b/x11-toolkits/gtk13/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gtk -# Version required: 971201 +# Version required: 0.99.0 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.4 1997/11/30 19:36:53 vanilla Exp $ +# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $ # -DISTNAME= gtk+-971201 -PKGNAME= gtk-971201 +DISTNAME= gtk+-0.99.0 +PKGNAME= gtk-0.99.0 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/ diff --git a/x11-toolkits/gtk13/distinfo b/x11-toolkits/gtk13/distinfo index 36ef5437884b..b406b01f4389 100644 --- a/x11-toolkits/gtk13/distinfo +++ b/x11-toolkits/gtk13/distinfo @@ -1 +1 @@ -MD5 (gtk+-971201.tar.gz) = 085843d3231ab0395baf95e538d9e505 +MD5 (gtk+-0.99.0.tar.gz) = 8d546c9cc4313d2534addac8a52c4110 diff --git a/x11-toolkits/gtk13/pkg-plist b/x11-toolkits/gtk13/pkg-plist index cfba0c0baa2e..4d0b19e1a688 100644 --- a/x11-toolkits/gtk13/pkg-plist +++ b/x11-toolkits/gtk13/pkg-plist @@ -3,7 +3,6 @@ lib/libglib.so.1.0 lib/libglib.so lib/libglib.a include/glib.h -include/glibconfig.h lib/libgdk.la lib/libgdk.so.1.0 lib/libgdk.so diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 259076b5f562..f834fec0d06e 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gtk -# Version required: 971201 +# Version required: 0.99.0 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.4 1997/11/30 19:36:53 vanilla Exp $ +# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $ # -DISTNAME= gtk+-971201 -PKGNAME= gtk-971201 +DISTNAME= gtk+-0.99.0 +PKGNAME= gtk-0.99.0 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/ diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo index 36ef5437884b..b406b01f4389 100644 --- a/x11-toolkits/gtk20/distinfo +++ b/x11-toolkits/gtk20/distinfo @@ -1 +1 @@ -MD5 (gtk+-971201.tar.gz) = 085843d3231ab0395baf95e538d9e505 +MD5 (gtk+-0.99.0.tar.gz) = 8d546c9cc4313d2534addac8a52c4110 diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index cfba0c0baa2e..4d0b19e1a688 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -3,7 +3,6 @@ lib/libglib.so.1.0 lib/libglib.so lib/libglib.a include/glib.h -include/glibconfig.h lib/libgdk.la lib/libgdk.so.1.0 lib/libgdk.so diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 259076b5f562..f834fec0d06e 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: gtk -# Version required: 971201 +# Version required: 0.99.0 # Date Created: 28 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.4 1997/11/30 19:36:53 vanilla Exp $ +# $Id: Makefile,v 1.5 1997/12/03 21:17:18 vanilla Exp $ # -DISTNAME= gtk+-971201 -PKGNAME= gtk-971201 +DISTNAME= gtk+-0.99.0 +PKGNAME= gtk-0.99.0 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/ diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index 36ef5437884b..b406b01f4389 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1 +1 @@ -MD5 (gtk+-971201.tar.gz) = 085843d3231ab0395baf95e538d9e505 +MD5 (gtk+-0.99.0.tar.gz) = 8d546c9cc4313d2534addac8a52c4110 diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index cfba0c0baa2e..4d0b19e1a688 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -3,7 +3,6 @@ lib/libglib.so.1.0 lib/libglib.so lib/libglib.a include/glib.h -include/glibconfig.h lib/libgdk.la lib/libgdk.so.1.0 lib/libgdk.so |