ports/180728: [PATCH] devel/libgee: update to 0.10.2

nemysis nemysis at gmx.ch
Sun Jul 21 21:00:01 UTC 2013


>Number:         180728
>Category:       ports
>Synopsis:       [PATCH] devel/libgee: update to 0.10.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 21 21:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE-p10 amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE-p10 FreeBSD 9.1-RELEASE-p10 #0: Fri Jun 28 19:52:22 UTC 2013
>Description:

- Update to 0.10.2
- Trim WWW
- Trim pkg-plist

Port maintainer (kwm at FreeBSD.org) is cc'd.

Generated and tested manually, tested with port test and with RedPorts, sent with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
>How-To-Repeat:

Build log

https://redports.org/buildarchive/20130721201100-7174/

Have tried versions 0.11.0, 0.11.4 which not works

../gee/.libs/libgee-0.8.so: undefined reference to `g_get_num_processors'
gmake[2]: *** [tests] Error 1
gmake[2]: Leaving directory `/var/tmp/ports/usr/local/ports/local/patch/devel/libgee/work/libgee-0.11.0/tests'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/var/tmp/ports/usr/local/ports/local/patch/devel/libgee/work/libgee-0.11.0'
gmake: *** [all] Error 2
*** [do-build] Error code 1 

>Fix:

--- libgee-0.10.2.patch begins here ---
diff -ruN /usr/ports/devel/libgee/Makefile ./Makefile
--- /usr/ports/devel/libgee/Makefile	2013-06-02 18:59:27.000000000 +0200
+++ ./Makefile	2013-07-21 21:57:43.000000000 +0200
@@ -3,7 +3,7 @@
 #    $MCom: ports/devel/libgee/Makefile,v 1.13 2012/10/14 20:47:22 kwm Exp $
 
 PORTNAME=	libgee
-PORTVERSION=	0.8.5
+PORTVERSION=	0.10.2
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 
@@ -12,12 +12,12 @@
 
 BUILD_DEPENDS=	gobject-introspection>=0.9.0:${PORTSDIR}/devel/gobject-introspection
 
+USE_XZ=		yes
+USES=		pkgconfig
+USE_GNOME=	glib20 gnomehier gnomehack
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-introspection=yes
 USE_GMAKE=	yes
-USE_XZ=		yes
-USE_GNOME=	glib20 gnomehier gnomehack
-USES=		pkgconfig
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/devel/libgee/distinfo ./distinfo
--- /usr/ports/devel/libgee/distinfo	2013-06-02 18:59:27.000000000 +0200
+++ ./distinfo	2013-07-21 21:40:26.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (libgee-0.8.5.tar.xz) = f1349ca82dc5da49c98ce14020f1ed7bd41d8826d4c72526d1a46f82d99e5c09
-SIZE (libgee-0.8.5.tar.xz) = 583804
+SHA256 (libgee-0.10.2.tar.xz) = b365b3afccbf9a9ecf4282be0b8ce7dcd56afa3c59c19d2ca79bb7f2724a966c
+SIZE (libgee-0.10.2.tar.xz) = 620588
diff -ruN /usr/ports/devel/libgee/pkg-descr ./pkg-descr
--- /usr/ports/devel/libgee/pkg-descr	2013-06-02 18:59:27.000000000 +0200
+++ ./pkg-descr	2013-07-21 21:46:55.000000000 +0200
@@ -1,4 +1,4 @@
 Libgee is a collection library providing GObject-based
 interfaces and classes for commonly used data structures.
 
-WWW: http://live.gnome.org/Libgee
+WWW: https://wiki.gnome.org/Libgee
diff -ruN /usr/ports/devel/libgee/pkg-plist ./pkg-plist
--- /usr/ports/devel/libgee/pkg-plist	2013-06-02 18:59:27.000000000 +0200
+++ ./pkg-plist	2013-07-21 22:08:44.000000000 +0200
@@ -1,7 +1,7 @@
 include/gee-0.8/gee.h
 lib/libgee-0.8.la
 lib/libgee-0.8.so
-lib/libgee-0.8.so.2
+lib/libgee-0.8.so.4
 lib/girepository-1.0/Gee-0.8.typelib
 libdata/pkgconfig/gee-0.8.pc
 share/gir-1.0/Gee-0.8.gir
--- libgee-0.10.2.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list