diff options
Diffstat (limited to 'devel/libnotify')
-rw-r--r-- | devel/libnotify/Makefile | 5 | ||||
-rw-r--r-- | devel/libnotify/distinfo | 4 | ||||
-rw-r--r-- | devel/libnotify/files/patch-configure | 23 |
3 files changed, 16 insertions, 16 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index 467439f29..a7df0ff91 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= libnotify -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -13,9 +13,8 @@ COMMENT= Library for desktop notifications LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USE_XZ= yes +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= intlhack glib20 gdkpixbuf2 introspection -USES= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo index 048dd5e91..f65532621 100644 --- a/devel/libnotify/distinfo +++ b/devel/libnotify/distinfo @@ -1,2 +1,2 @@ -SHA256 (libnotify-0.7.5.tar.xz) = 4378cb47874ba4d5f759b7890d8d28d086e81d3f0bd4f6e84e5ab66d82ffb652 -SIZE (libnotify-0.7.5.tar.xz) = 275804 +SHA256 (libnotify-0.7.6.tar.xz) = 0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837 +SIZE (libnotify-0.7.6.tar.xz) = 280388 diff --git a/devel/libnotify/files/patch-configure b/devel/libnotify/files/patch-configure index fa512f8de..233393308 100644 --- a/devel/libnotify/files/patch-configure +++ b/devel/libnotify/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2011-08-30 23:03:20.000000000 +0200 -+++ configure 2011-08-30 23:03:01.000000000 +0200 -@@ -648,8 +648,6 @@ +--- configure.orig 2014-03-10 12:16:13.565833797 +0000 ++++ configure 2014-03-10 12:18:02.733826506 +0000 +@@ -668,8 +668,6 @@ INTROSPECTION_COMPILER INTROSPECTION_SCANNER GLIB_GENMARSHAL @@ -9,7 +9,7 @@ PACKAGE_LIBS PACKAGE_CFLAGS PKG_CONFIG_LIBDIR -@@ -806,8 +804,6 @@ +@@ -829,8 +827,6 @@ PKG_CONFIG_LIBDIR PACKAGE_CFLAGS PACKAGE_LIBS @@ -18,7 +18,7 @@ GTKDOC_DEPS_CFLAGS GTKDOC_DEPS_LIBS XMLTO -@@ -1477,9 +1473,6 @@ +@@ -1500,9 +1496,6 @@ C compiler flags for PACKAGE, overriding pkg-config PACKAGE_LIBS linker flags for PACKAGE, overriding pkg-config @@ -28,7 +28,7 @@ GTKDOC_DEPS_CFLAGS C compiler flags for GTKDOC_DEPS, overriding pkg-config GTKDOC_DEPS_LIBS -@@ -11664,98 +11657,6 @@ +@@ -11830,99 +11823,6 @@ fi @@ -48,6 +48,7 @@ - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - pkg_cv_TESTS_CFLAGS=`$PKG_CONFIG --cflags "$tests_modules" 2>/dev/null` +- test "x$?" != "x0" && pkg_failed=yes -else - pkg_failed=yes -fi @@ -64,6 +65,7 @@ - $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - pkg_cv_TESTS_LIBS=`$PKG_CONFIG --libs "$tests_modules" 2>/dev/null` +- test "x$?" != "x0" && pkg_failed=yes -else - pkg_failed=yes -fi @@ -83,9 +85,9 @@ - _pkg_short_errors_supported=no -fi - if test $_pkg_short_errors_supported = yes; then -- TESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$tests_modules" 2>&1` +- TESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$tests_modules" 2>&1` - else -- TESTS_PKG_ERRORS=`$PKG_CONFIG --print-errors "$tests_modules" 2>&1` +- TESTS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$tests_modules" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$TESTS_PKG_ERRORS" >&5 @@ -100,7 +102,6 @@ -Alternatively, you may set the environment variables TESTS_CFLAGS -and TESTS_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details." "$LINENO" 5 -- -elif test $pkg_failed = untried; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } @@ -116,7 +117,6 @@ - -To get pkg-config, see <http://pkg-config.freedesktop.org/>. -See \`config.log' for more details" "$LINENO" 5; } -- -else - TESTS_CFLAGS=$pkg_cv_TESTS_CFLAGS - TESTS_LIBS=$pkg_cv_TESTS_LIBS @@ -124,6 +124,7 @@ -$as_echo "yes" >&6; } - -fi - +- GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0` + |