Update to baobab-3.8.2.

This commit is contained in:
ajacoutot 2013-05-13 18:20:54 +00:00
parent 034c08c257
commit 28aba563d6
4 changed files with 12 additions and 12 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2013/04/16 13:17:01 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.19 2013/05/13 18:20:54 ajacoutot Exp $
COMMENT= directory tree analyzer for GNOME COMMENT= directory tree analyzer for GNOME
GNOME_PROJECT= baobab GNOME_PROJECT= baobab
GNOME_VERSION= 3.8.1 GNOME_VERSION= 3.8.2
HOMEPAGE= https://live.gnome.org/Baobab HOMEPAGE= https://live.gnome.org/Baobab

View File

@ -1,2 +1,2 @@
SHA256 (gnome/baobab-3.8.1.tar.xz) = dAwSPLxJ8OR5qcZ9fMemMwsqnT5qf/3lVmWhEw2SCbs= SHA256 (gnome/baobab-3.8.2.tar.xz) = aM5z40N4kJo4TRc1XSuAwUQj3FSs5qNj3JNlPPYIYUo=
SIZE (gnome/baobab-3.8.1.tar.xz) = 1035620 SIZE (gnome/baobab-3.8.2.tar.xz) = 1038052

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-configure,v 1.7 2013/03/29 16:40:02 ajacoutot Exp $ $OpenBSD: patch-configure,v 1.8 2013/05/13 18:20:54 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4} Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Mon Mar 25 21:45:39 2013 --- configure.orig Mon May 13 19:42:30 2013
+++ configure Fri Mar 29 17:32:30 2013 +++ configure Mon May 13 20:08:19 2013
@@ -4668,6 +4668,9 @@ else @@ -4707,6 +4707,9 @@ else
fi fi
;; ;;

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-src_Makefile_in,v 1.4 2013/03/29 16:40:02 ajacoutot Exp $ $OpenBSD: patch-src_Makefile_in,v 1.5 2013/05/13 18:20:54 ajacoutot Exp $
cc1: error: unrecognized command line option "-Wno-unused-but-set-variable" cc1: error: unrecognized command line option "-Wno-unused-but-set-variable"
--- src/Makefile.in.orig Mon Mar 25 21:45:41 2013 --- src/Makefile.in.orig Mon May 13 19:42:32 2013
+++ src/Makefile.in Fri Mar 29 17:32:30 2013 +++ src/Makefile.in Mon May 13 20:08:19 2013
@@ -384,7 +384,6 @@ AM_CFLAGS = \ @@ -401,7 +401,6 @@ AM_CFLAGS = \
-I$(top_srcdir)/egg-list-box \ -I$(top_srcdir)/egg-list-box \
-I$(top_srcdir)/libgd \ -I$(top_srcdir)/libgd \
-Wall \ -Wall \