Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  7 Sep 2000 19:36:35 -0700 (PDT)
From:      spcoltri@omcl.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/21101: Update: x11-toolkits/p5-Gtk
Message-ID:  <20000908023635.EC63837B424@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         21101
>Category:       ports
>Synopsis:       Update: x11-toolkits/p5-Gtk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 07 19:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Steve Coltrin
>Release:        4.1-STABLE
>Organization:
Orbital Mind Control Lasers
>Environment:
FreeBSD code.omcl.org 4.1-STABLE FreeBSD 4.1-STABLE #0: Fri Aug  4 17:01:25 MDT 2000     zoot@code.omcl.org:/usr/obj/usr/src/sys/CODE  i386
>Description:
This patch updates p5-Gtk to version 0.7003 .
>How-To-Repeat:

>Fix:
diff -ur p5-Gtk.old/Makefile p5-Gtk/Makefile
--- p5-Gtk.old/Makefile	Thu Sep  7 20:14:15 2000
+++ p5-Gtk/Makefile	Thu Sep  7 20:15:04 2000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	Gtk
-PORTVERSION= 	0.7000
+PORTVERSION= 	0.7003
 CATEGORIES=	x11-toolkits lang perl5
-MASTER_SITES=	ftp://ftp.gtk.org/pub/gtk/perl/ \
-		${MASTER_SITE_PERL_CPAN}
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Gtk
 DISTNAME=	${PORTNAME}-Perl-${PORTVERSION}
 PKGNAMEPREFIX=	p5-
diff -ur p5-Gtk.old/files/md5 p5-Gtk/files/md5
--- p5-Gtk.old/files/md5	Thu Sep  7 20:13:57 2000
+++ p5-Gtk/files/md5	Thu Sep  7 20:15:10 2000
@@ -1 +1 @@
-MD5 (Gtk-Perl-0.7000.tar.gz) = 776ffe0d6af170e99284e5a0b416b609
+MD5 (Gtk-Perl-0.7003.tar.gz) = a257e1c59108ce983ef617e29fad6660
diff -ur p5-Gtk.old/patches/patch-aa p5-Gtk/patches/patch-aa
--- p5-Gtk.old/patches/patch-aa	Thu Sep  7 20:13:57 2000
+++ p5-Gtk/patches/patch-aa	Thu Sep  7 20:17:14 2000
@@ -1,19 +1,28 @@
---- Makefile.PL.orig	Tue Sep 29 18:49:53 1998
-+++ Makefile.PL	Fri Oct  9 01:11:11 1998
-@@ -43,10 +43,10 @@
+--- Makefile.PL.orig	Thu Sep  7 20:16:33 2000
++++ Makefile.PL	Thu Sep  7 20:16:52 2000
+@@ -102,10 +102,10 @@
+ 	$threadl = "";
+ }
  
- @defines = ();
- 
--$libs = `gtk-config --libs`;
-+$libs = `gtk12-config --libs`;
+-$libs = `gtk-config --libs $threadl`;
++$libs = `gtk12-config --libs $threadl`;
  $libs = "-L/usr/X11R6/lib -lgtk -lgdk -lglib -lX11 -lXext" if not defined $lib
s;
  
--$inc = `gtk-config --cflags`;
-+$inc = `gtk12-config --cflags`;
+-$inc = `gtk-config --cflags $threadl`;
++$inc = `gtk12-config --cflags $threadl`;
  
  $libs =~ s/\s+/ /g;
  $inc =~ s/\s+/ /g;
-@@ -263,7 +263,7 @@
+@@ -167,7 +167,7 @@
+ 
+ # build the keysyms mapping
+ {
+-	my ($incfile) = `gtk-config --prefix`;
++	my ($incfile) = `gtk12-config --prefix`;
+ 	chomp($incfile);
+ 	$incfile .= "/include/gdk/gdkkeysyms.h";
+ 
+@@ -470,7 +470,7 @@
  sub gtk_version {
  	my($result);


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000908023635.EC63837B424>