Bugfix update to libgee-0.8.3.

This commit is contained in:
ajacoutot 2012-12-04 07:14:34 +00:00
parent c291dade4c
commit 57d303b298
3 changed files with 4 additions and 22 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.27 2012/11/11 18:40:13 jasper Exp $
# $OpenBSD: Makefile,v 1.28 2012/12/04 07:14:34 ajacoutot Exp $
COMMENT= GObject based collection library
GNOME_PROJECT= libgee
GNOME_VERSION= 0.8.2
GNOME_VERSION= 0.8.3
SHARED_LIBS += gee-0.8 1.0 # 1.0

View File

@ -1,2 +1,2 @@
SHA256 (libgee-0.8.2.tar.xz) = lFufRUh1Br/42JX5pQkEusaYnwZhXmVS9GfY7AZ2Yp0=
SIZE (libgee-0.8.2.tar.xz) = 583048
SHA256 (libgee-0.8.3.tar.xz) = EzzmltM0sq9M/EwZe+OjSdruncP2Ij7BSgPeU7VPXTU=
SIZE (libgee-0.8.3.tar.xz) = 697024

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-gee_Makefile_in,v 1.3 2012/11/11 18:52:53 jasper Exp $
From 61a5947565d881c818bf57313927011675df1528 Mon Sep 17 00:00:00 2001
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Sun, 11 Nov 2012 18:37:29 +0000
Subject: Use a portable sed(1) construct to retrieve $libgee_dlname, fixes bug #688106
--- gee/Makefile.in.orig Sat Nov 10 23:37:32 2012
+++ gee/Makefile.in Sun Nov 11 19:28:59 2012
@@ -487,7 +487,7 @@ dist_vapi_DATA = \
# Extract dlname from libfolks.la; see bug #658002.
# This is what g-ir-scanner does.
@HAVE_INTROSPECTION_TRUE@libgee_dlname = \
-@HAVE_INTROSPECTION_TRUE@ `$(SED) -n "s/^dlname='\([A-Za-z0-9.+-]\+\)'/\1/p" libgee-0.8.la`
+@HAVE_INTROSPECTION_TRUE@ `$(SED) -nE "s/^dlname='([A-Za-z0-9.+-]+)'/\1/p" libgee-0.8.la`
@HAVE_INTROSPECTION_TRUE@INTROSPECTION_COMPILER_ARGS = \
@HAVE_INTROSPECTION_TRUE@ -l $(libgee_dlname)