Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2001 14:14:13 +0900 (JST)
From:      fujie@tk.elec.waseda.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24447: update port: devel/glade--
Message-ID:  <200101190514.f0J5ED476192@fujie.tk.elec.waseda.ac.jp>

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

>Number:         24447
>Category:       ports
>Synopsis:       update port: devel/glade--
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 18 21:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Shinya FUJIE
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
TK Lab, Waseda UNIV.
>Environment:

FreeBSD fujie.tk.elec.waseda.ac.jp 4.2-STABLE FreeBSD 4.2-STABLE #1: Tue Dec 19 11:03:25 JST 2000     fujie@fujie.tk.elec.waseda.ac.jp:/usr/src/sys/compile/FUJIE  i386

>Description:

	devel/glade-- update

>How-To-Repeat:
>Fix:

diff -ruN glade--.orig/Makefile glade--/Makefile
--- glade--.orig/Makefile	Fri Jan 19 12:41:38 2001
+++ glade--/Makefile	Fri Jan 19 12:41:11 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	glademm
-PORTVERSION=	0.5.10
+PORTVERSION=	0.5.11
 CATEGORIES=	devel gnome
 MASTER_SITES=	http://home.wtal.de/petig/Gtk/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/5./5_/}
diff -ruN glade--.orig/distinfo glade--/distinfo
--- glade--.orig/distinfo	Sat Nov 11 16:40:35 2000
+++ glade--/distinfo	Fri Jan 19 12:26:07 2001
@@ -1 +1 @@
-MD5 (glademm-0.5_10.tar.gz) = 6461ffe90a844e032f0e4702a724ce1e
+MD5 (glademm-0.5_11.tar.gz) = 7606c2dd313ec278a391a23db6a9035b
diff -ruN glade--.orig/files/patch-ab glade--/files/patch-ab
--- glade--.orig/files/patch-ab	Sat Nov 11 16:43:14 2000
+++ glade--/files/patch-ab	Fri Jan 19 12:39:36 2001
@@ -5,7 +5,7 @@
  static void call_gtkmm_config()
  {  char buf[80];
 -   FILE *f=popen("gtk-config --version","r");
-+   FILE *f=popen("/usr/X11R6/bin/gtk12-config --version","r");
++   FILE *f=popen("%%GTK_CONFIG%% --version","r");
     if (f)
     {  if (fgets(buf,sizeof(buf),f))
        {  for (unsigned char *s=(unsigned char*)buf;*s;s++)
@@ -14,7 +14,7 @@
           if (parse_version(buf,v))
              Configuration.gtk_version=v;
 -         else cerr << "gtk-config --version: strange result '" << buf << "'\n";
-+         else cerr << "/usr/X11R6/bin/gtk12-config --version: strange result '" << buf << "'\n";
++         else cerr << "%%GTK_CONFIG%% --version: strange result '" << buf << "'\n";
        }
        pclose(f);
     }



>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?200101190514.f0J5ED476192>