aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-Gtk/files
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-05-28 05:00:32 +0800
committervanilla <vanilla@FreeBSD.org>2001-05-28 05:00:32 +0800
commitceea0fe56be0781028bce6fb55f5111deb78e4af (patch)
treed43c18fa0c3f2cd0d17591bff231a1f54edaa111 /x11-toolkits/p5-Gtk/files
parent3ea52995d253fc8818d3cc1f8a9153628411ea26 (diff)
downloadfreebsd-ports-gnome-ceea0fe56be0781028bce6fb55f5111deb78e4af.tar.gz
freebsd-ports-gnome-ceea0fe56be0781028bce6fb55f5111deb78e4af.tar.zst
freebsd-ports-gnome-ceea0fe56be0781028bce6fb55f5111deb78e4af.zip
Upgrade to 0.7006.
Diffstat (limited to 'x11-toolkits/p5-Gtk/files')
-rw-r--r--x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL18
-rw-r--r--x11-toolkits/p5-Gtk/files/patch-Makefile.PL14
2 files changed, 17 insertions, 15 deletions
diff --git a/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL b/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL
index 026b558be973..99beeed6c078 100644
--- a/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL
+++ b/x11-toolkits/p5-Gtk/files/patch-Gtk_Makefile.PL
@@ -1,6 +1,6 @@
---- Gtk/Makefile.PL.orig Mon Mar 12 02:44:49 2001
-+++ Gtk/Makefile.PL Mon Mar 12 02:55:54 2001
-@@ -38,8 +38,8 @@
+--- Gtk/Makefile.PL.orig Sat Mar 24 18:35:10 2001
++++ Gtk/Makefile.PL Sun May 27 22:41:52 2001
+@@ -40,8 +40,8 @@
$threadl = "";
}
@@ -11,7 +11,7 @@
$libs =~ s/\s+/ /g;
$inc =~ s/\s+/ /g;
-@@ -192,14 +192,14 @@
+@@ -207,14 +207,14 @@
sub gtk_version {
my($result);
@@ -23,8 +23,8 @@
# build the keysyms mapping
sub build_ksyms {
-- my ($incfile) = `gtk-config --prefix`;
-+ my ($incfile) = `$ENV{GTK_CONFIG} --prefix`;
- chomp($incfile);
- $incfile .= "/include/gdk/gdkkeysyms.h";
-
+- my ($dir) = `gtk-config --prefix`;
++ my ($dir) = `$ENV{GTK_CONFIG} --prefix`;
+ chomp($dir);
+ my $incfile;
+ foreach ("/", "/gtk-1.2") {
diff --git a/x11-toolkits/p5-Gtk/files/patch-Makefile.PL b/x11-toolkits/p5-Gtk/files/patch-Makefile.PL
index c986eefe1f66..977a73f65752 100644
--- a/x11-toolkits/p5-Gtk/files/patch-Makefile.PL
+++ b/x11-toolkits/p5-Gtk/files/patch-Makefile.PL
@@ -1,6 +1,6 @@
---- Makefile.PL.orig Mon Mar 12 02:44:15 2001
-+++ Makefile.PL Mon Mar 12 02:55:13 2001
-@@ -13,11 +13,11 @@
+--- Makefile.PL.orig Sat Mar 24 20:18:40 2001
++++ Makefile.PL Sun May 27 22:43:07 2001
+@@ -14,12 +14,12 @@
%detect = (
gtk => {order => 1, dir => 'Gtk', needed => 1,
@@ -9,8 +9,10 @@
gdkimlib => {order => 2, dir => 'GdkImlib',
check => sub {cconfig('imlib-config --version', '1\.9\.') && `imlib-config --libs-gdk`}},
gtkglarea => {order => 2, dir => 'GtkGLArea',
-- check => sub {cconfig('gtk-config --version', '1\.2\.')}},
-+ check => sub {cconfig("$ENV{GTK_CONFIG} --version", '1\.2\.')}},
+- check => sub {ccompile('#include <gtkgl/gtkglarea.h>', "", `gtk-config --cflags`,
+- "-lgtkgl -lGL -lGLU " . `gtk-config --libs`)}},
++ check => sub {ccompile('#include <gtkgl/gtkglarea.h>', "", `$ENV{GTK_CONFIG} --cflags`,
++ "-lgtkgl -lGL -lGLU " . `$ENV{GTK_CONFIG} --libs`)}},
gdkpixbuf => {order => 2, dir => 'GdkPixbuf',
- check => sub {cconfig('gdk-pixbuf-config --version', '0\.9\.')}},
+ check => sub {cconfig('gdk-pixbuf-config --version', '0\.(9|1\d)\.?')}},
gtkhtml => {order => 2, dir => 'GtkHTML',