Bugfix update to upower-0.9.13.

ok landry@ (maintainer)
This commit is contained in:
ajacoutot 2011-09-08 17:57:40 +00:00
parent 36a0d6d871
commit 1a7e50f497
5 changed files with 22 additions and 37 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2011/07/08 08:16:09 dcoppa Exp $
# $OpenBSD: Makefile,v 1.11 2011/09/08 17:57:40 ajacoutot Exp $
ONLY_FOR_ARCHS =${APM_ARCHS}
COMMENT = userland power management interface
DISTNAME = upower-0.9.12
REVISION = 0
DISTNAME = upower-0.9.13
EXTRACT_SUFX = .tar.xz
CATEGORIES = sysutils
SHARED_LIBS += upower-glib 0.0 # 1.1
@ -31,22 +30,22 @@ CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/upower
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/upower \
itlocaledir="${PREFIX}/share/locale/"
USE_GMAKE = Yes
USE_LIBTOOL = Yes
MODULES = devel/gettext \
textproc/intltool
MODULES = textproc/intltool
LIB_DEPENDS = sysutils/polkit>=0.101 \
x11/dbus-glib
BUILD_DEPENDS = devel/gobject-introspection \
textproc/libxslt,-main \
textproc/docbook-xsl
textproc/docbook-xsl \
devel/gettext
WANTLIB = c dbus-1 dbus-glib-1 glib-2.0 gobject-2.0 m \
polkit-gobject-1 pthread gthread-2.0 gio-2.0 \
gmodule-2.0 pcre z
WANTLIB += c dbus-1 dbus-glib-1 glib-2.0 gobject-2.0 gthread-2.0
WANTLIB += m polkit-gobject-1 pthread
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (upower-0.9.12.tar.xz) = 1SoTwA8GqIzHxlQWEAdkag==
RMD160 (upower-0.9.12.tar.xz) = Lz3hwTrZ+u7wFKZ/o3iIiRDGgFU=
SHA1 (upower-0.9.12.tar.xz) = 2JgwQjR7T4+E4nAA1k0UGFk6e2U=
SHA256 (upower-0.9.12.tar.xz) = Bue7MjyTqON3o8xQALjer90iyS89Lz738aH3TY4TS7A=
SIZE (upower-0.9.12.tar.xz) = 389372
MD5 (upower-0.9.13.tar.xz) = JtLcU/xjLB9iI0zCFxXD4Q==
RMD160 (upower-0.9.13.tar.xz) = 3hiz9L+FGZgkz4+uzIM9Z0pH7rE=
SHA1 (upower-0.9.13.tar.xz) = SO+0oVuv74dtcImS7IFo1EOBedc=
SHA256 (upower-0.9.13.tar.xz) = LH3Swm0R2mKNaBEdUO7VEkSoM3wdCDCt3s0TcqfUSiI=
SIZE (upower-0.9.13.tar.xz) = 403428

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-configure,v 1.3 2011/07/07 19:02:43 dcoppa Exp $
--- configure.orig Mon Jul 4 17:45:17 2011
+++ configure Tue Jul 5 08:58:37 2011
@@ -14244,10 +14244,6 @@ else
fi
-if test "x$GCC" = "xyes"; then
- LDFLAGS="-Wl,--as-needed $LDFLAGS"
-fi
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
$as_echo_n "checking whether NLS is requested... " >&6; }

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_Makefile_in,v 1.2 2011/05/30 07:48:53 landry Exp $
$OpenBSD: patch-src_Makefile_in,v 1.3 2011/09/08 17:57:40 ajacoutot Exp $
no need for var/lib/upower
--- src/Makefile.in.orig Wed May 4 18:49:59 2011
+++ src/Makefile.in Mon May 30 09:43:16 2011
@@ -1543,9 +1543,6 @@ $(dbusconf_DATA): $(dbusconf_in_files) Makefile
--- src/Makefile.in.orig Mon Sep 5 12:14:49 2011
+++ src/Makefile.in Thu Sep 8 16:02:56 2011
@@ -1553,9 +1553,6 @@ $(dbusconf_DATA): $(dbusconf_in_files) Makefile
cp $< $@
install-data-hook:

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-tools_Makefile_in,v 1.1.1.1 2011/05/23 19:04:57 landry Exp $
--- tools/Makefile.in.orig Mon Mar 21 19:42:07 2011
+++ tools/Makefile.in Sat May 21 13:07:51 2011
@@ -292,6 +292,7 @@ upower_LDFLAGS = -pthread
$OpenBSD: patch-tools_Makefile_in,v 1.2 2011/09/08 17:57:40 ajacoutot Exp $
--- tools/Makefile.in.orig Mon Sep 5 12:14:50 2011
+++ tools/Makefile.in Thu Sep 8 16:02:56 2011
@@ -297,6 +297,7 @@ upower_LDFLAGS = -pthread
upower_LDADD = \
$(DBUS_GLIB_LIBS) \
$(UPOWER_LIBS) \