ports/55745: Update port: devel/glib12

KATO Tsuguru tkato at prontomail.com
Wed Aug 20 09:41:12 UTC 2003


>Number:         55745
>Category:       ports
>Synopsis:       Update port: devel/glib12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 20 02:41:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix library name in gthread.pc file

New file:
files/patch-gthread.pc.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/glib12/Makefile devel/glib12/Makefile
--- /usr/ports/devel/glib12/Makefile	Sun Aug 17 16:34:38 2003
+++ devel/glib12/Makefile	Mon Aug 18 20:24:39 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=	glib
 PORTVERSION=	1.2.10
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/glib/1.2
diff -urN /usr/ports/devel/glib12/files/patch-gthread.pc.in devel/glib12/files/patch-gthread.pc.in
--- /usr/ports/devel/glib12/files/patch-gthread.pc.in	Thu Jan  1 09:00:00 1970
+++ devel/glib12/files/patch-gthread.pc.in	Mon Aug 18 20:25:47 2003
@@ -0,0 +1,9 @@
+--- gthread.pc.in.orig	Thu Nov 30 10:15:33 2000
++++ gthread.pc.in	Mon Aug 18 20:25:11 2003
+@@ -7,5 +7,5 @@
+ Description: Thread support for GLib
+ Requires: glib
+ Version: @VERSION@
+-Libs: -L${libdir} -lgthread @G_THREAD_LIBS@
++Libs: -L${libdir} -lgthread12 @G_THREAD_LIBS@
+ Cflags: @G_THREAD_CFLAGS@
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list