FreeBSD Bugzilla – Attachment 179040 Details for
Bug 213498
devel/libnotify: Update to 0.7.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update devel/libnotify
libnotify.diff (text/plain), 7.79 KB, created by
Olivier Duchateau
on 2017-01-18 17:29:49 UTC
(
hide
)
Description:
Patch to update devel/libnotify
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2017-01-18 17:29:49 UTC
Size:
7.79 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 431817) >+++ Makefile (copie de travail) >@@ -3,8 +3,7 @@ > # $MCom: ports/trunk/devel/libnotify/Makefile 19813 2014-08-15 19:44:33Z gusi $ > > PORTNAME= libnotify >-PORTVERSION= 0.7.6 >-PORTREVISION= 2 >+PORTVERSION= 0.7.7 > CATEGORIES= devel gnome > MASTER_SITES= GNOME > >@@ -14,12 +13,13 @@ > LICENSE= LGPL21 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= gettext gmake libtool pathfix pkgconfig tar:xz >-USE_GNOME= intlhack glib20 gdkpixbuf2 introspection >+USES= gettext-runtime gmake libtool localbase pathfix \ >+ pkgconfig tar:xz >+USE_GNOME= glib20 gdkpixbuf2 introspection:build > USE_LDCONFIG= yes > GNU_CONFIGURE= yes >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib > INSTALL_TARGET= install-strip > >+CONFIGURE_ARGS+= --disable-tests >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (révision 431817) >+++ distinfo (copie de travail) >@@ -1,2 +1,3 @@ >-SHA256 (libnotify-0.7.6.tar.xz) = 0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837 >-SIZE (libnotify-0.7.6.tar.xz) = 280388 >+TIMESTAMP = 1476477515 >+SHA256 (libnotify-0.7.7.tar.xz) = 9cb4ce315b2655860c524d46b56010874214ec27e854086c1a1d0260137efc04 >+SIZE (libnotify-0.7.7.tar.xz) = 285356 >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (révision 431817) >+++ files/patch-Makefile (nonexistent) >@@ -1,11 +0,0 @@ >---- Makefile.in.orig 2011-06-07 22:09:51.000000000 +0200 >-+++ Makefile.in 2011-06-07 22:10:05.000000000 +0200 >-@@ -281,7 +281,7 @@ >- top_builddir = @top_builddir@ >- top_srcdir = @top_srcdir@ >- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} >--SUBDIRS = libnotify docs tools tests >-+SUBDIRS = libnotify docs tools >- pcdata_DATA = libnotify.pc >- pcdatadir = $(prefix)/libdata/pkgconfig >- EXTRA_DIST = \ > >Modification de propriétés sur files/patch-Makefile >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-configure >=================================================================== >--- files/patch-configure (révision 431817) >+++ files/patch-configure (nonexistent) >@@ -1,130 +0,0 @@ >---- 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 >--TESTS_LIBS >--TESTS_CFLAGS >- PACKAGE_LIBS >- PACKAGE_CFLAGS >- PKG_CONFIG_LIBDIR >-@@ -829,8 +827,6 @@ >- PKG_CONFIG_LIBDIR >- PACKAGE_CFLAGS >- PACKAGE_LIBS >--TESTS_CFLAGS >--TESTS_LIBS >- GTKDOC_DEPS_CFLAGS >- GTKDOC_DEPS_LIBS >- XMLTO >-@@ -1500,9 +1496,6 @@ >- C compiler flags for PACKAGE, overriding pkg-config >- PACKAGE_LIBS >- linker flags for PACKAGE, overriding pkg-config >-- TESTS_CFLAGS >-- C compiler flags for TESTS, overriding pkg-config >-- TESTS_LIBS linker flags for TESTS, overriding pkg-config >- GTKDOC_DEPS_CFLAGS >- C compiler flags for GTKDOC_DEPS, overriding pkg-config >- GTKDOC_DEPS_LIBS >-@@ -11830,99 +11823,6 @@ >- >- fi >- >--tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION" >-- >--pkg_failed=no >--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TESTS" >&5 >--$as_echo_n "checking for TESTS... " >&6; } >-- >--if test -n "$TESTS_CFLAGS"; then >-- pkg_cv_TESTS_CFLAGS="$TESTS_CFLAGS" >-- elif test -n "$PKG_CONFIG"; then >-- if test -n "$PKG_CONFIG" && \ >-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$tests_modules\""; } >&5 >-- ($PKG_CONFIG --exists --print-errors "$tests_modules") 2>&5 >-- ac_status=$? >-- $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 >-- else >-- pkg_failed=untried >--fi >--if test -n "$TESTS_LIBS"; then >-- pkg_cv_TESTS_LIBS="$TESTS_LIBS" >-- elif test -n "$PKG_CONFIG"; then >-- if test -n "$PKG_CONFIG" && \ >-- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$tests_modules\""; } >&5 >-- ($PKG_CONFIG --exists --print-errors "$tests_modules") 2>&5 >-- ac_status=$? >-- $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 >-- else >-- pkg_failed=untried >--fi >-- >-- >-- >--if test $pkg_failed = yes; then >-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 >--$as_echo "no" >&6; } >-- >--if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then >-- _pkg_short_errors_supported=yes >--else >-- _pkg_short_errors_supported=no >--fi >-- if test $_pkg_short_errors_supported = yes; then >-- TESTS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$tests_modules" 2>&1` >-- else >-- 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 >-- >-- as_fn_error $? "Package requirements ($tests_modules) were not met: >-- >--$TESTS_PKG_ERRORS >-- >--Consider adjusting the PKG_CONFIG_PATH environment variable if you >--installed software in a non-standard prefix. >-- >--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; } >-- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 >--$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} >--as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it >--is in your PATH or set the PKG_CONFIG environment variable to the full >--path to pkg-config. >-- >--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. >-- >--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 >-- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 >--$as_echo "yes" >&6; } >-- >--fi >-- >- GLIB_GENMARSHAL=`pkg-config --variable=glib_genmarshal glib-2.0` >- >- > >Modification de propriétés sur files/patch-configure >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (révision 431817) >+++ pkg-plist (copie de travail) >@@ -17,10 +17,12 @@ > share/gtk-doc/html/libnotify/ch01.html > share/gtk-doc/html/libnotify/home.png > share/gtk-doc/html/libnotify/index.html >-share/gtk-doc/html/libnotify/index.sgml >+share/gtk-doc/html/libnotify/left-insensitive.png > share/gtk-doc/html/libnotify/left.png > share/gtk-doc/html/libnotify/libnotify-notify.html > share/gtk-doc/html/libnotify/libnotify.devhelp2 >+share/gtk-doc/html/libnotify/right-insensitive.png > share/gtk-doc/html/libnotify/right.png > share/gtk-doc/html/libnotify/style.css >+share/gtk-doc/html/libnotify/up-insensitive.png > share/gtk-doc/html/libnotify/up.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213498
:
175779
| 179040