diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-15 14:43:06 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-15 14:43:06 +0800 |
commit | 6e139d081a33285e99b490ad64a238f848c321c8 (patch) | |
tree | b0eb25ebd6d70475140c1f6bf8b6eab09dfaaaeb /devel/libnotify/files | |
parent | 654127c0fc3d01571d5c76d918bf1299819da33e (diff) | |
download | marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar.gz marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar.bz2 marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar.lz marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar.xz marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.tar.zst marcuscom-ports-6e139d081a33285e99b490ad64a238f848c321c8.zip |
Update to 0.5.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14814 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libnotify/files')
-rw-r--r-- | devel/libnotify/files/patch-configure | 32 | ||||
-rw-r--r-- | devel/libnotify/files/patch-tests_Makefile.in | 56 |
2 files changed, 0 insertions, 88 deletions
diff --git a/devel/libnotify/files/patch-configure b/devel/libnotify/files/patch-configure deleted file mode 100644 index 33cc6fabf..000000000 --- a/devel/libnotify/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.orig 2010-09-20 18:47:25.000000000 +1000 -+++ configure 2010-09-20 18:48:13.000000000 +1000 -@@ -10831,7 +10831,7 @@ - - - --link_modules="glib-2.0 >= $REQ_GLIB_VERSION, dbus-1 >= $REQ_DBUS_VERSION, dbus-glib-1 >= $REQ_DBUS_VERSION, gmodule-2.0" -+link_modules="gtk+-2.0 >= $REQ_GTK_VERSION, glib-2.0 >= $REQ_GLIB_VERSION, dbus-1 >= $REQ_DBUS_VERSION, dbus-glib-1 >= $REQ_DBUS_VERSION, gmodule-2.0" - - - pkg_failed=no -@@ -10961,7 +10961,7 @@ - - - --if test $pkg_failed = yes; then -+if false; then - - if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -@@ -11001,10 +11001,8 @@ - To get pkg-config, see <http://pkg-config.freedesktop.org/>. - See \`config.log' for more details." "$LINENO" 5; } - else -- GTK3_CFLAGS=$pkg_cv_GTK3_CFLAGS -- GTK3_LIBS=$pkg_cv_GTK3_LIBS - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 --$as_echo "yes" >&6; } -+$as_echo "disabled" >&6; } - : - fi - diff --git a/devel/libnotify/files/patch-tests_Makefile.in b/devel/libnotify/files/patch-tests_Makefile.in deleted file mode 100644 index caf662667..000000000 --- a/devel/libnotify/files/patch-tests_Makefile.in +++ /dev/null @@ -1,56 +0,0 @@ ---- tests/Makefile.in.orig 2010-09-20 18:54:10.000000000 +1000 -+++ tests/Makefile.in 2010-09-20 18:54:43.000000000 +1000 -@@ -40,8 +40,7 @@ - test-basic$(EXEEXT) test-error$(EXEEXT) test-markup$(EXEEXT) \ - test-rtl$(EXEEXT) test-size-changes$(EXEEXT) \ - test-urgency$(EXEEXT) test-xy$(EXEEXT) \ -- test-xy-actions$(EXEEXT) test-xy-stress$(EXEEXT) \ -- test-gtk3$(EXEEXT) -+ test-xy-actions$(EXEEXT) test-xy-stress$(EXEEXT) - subdir = tests - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -138,7 +137,7 @@ - am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) - am__v_GEN_0 = @echo " GEN " $@; - SOURCES = $(test_basic_SOURCES) $(test_default_action_SOURCES) \ -- $(test_error_SOURCES) $(test_gtk3_SOURCES) \ -+ $(test_error_SOURCES) \ - $(test_image_SOURCES) $(test_markup_SOURCES) \ - $(test_multi_actions_SOURCES) $(test_replace_SOURCES) \ - $(test_replace_widget_SOURCES) $(test_rtl_SOURCES) \ -@@ -146,7 +145,7 @@ - $(test_urgency_SOURCES) $(test_xy_SOURCES) \ - $(test_xy_actions_SOURCES) $(test_xy_stress_SOURCES) - DIST_SOURCES = $(test_basic_SOURCES) $(test_default_action_SOURCES) \ -- $(test_error_SOURCES) $(test_gtk3_SOURCES) \ -+ $(test_error_SOURCES) \ - $(test_image_SOURCES) $(test_markup_SOURCES) \ - $(test_multi_actions_SOURCES) $(test_replace_SOURCES) \ - $(test_replace_widget_SOURCES) $(test_rtl_SOURCES) \ -@@ -325,7 +324,6 @@ - test_gtk3_LDADD = $(top_builddir)/libnotify/libnotify.la $(GTK3_LIBS) - EXTRA_DIST = applet-critical.png - INCLUDES = $(PACKAGE_CFLAGS) \ -- $(GTK3_CFLAGS) \ - -I$(top_srcdir) - - all: all-am -@@ -380,9 +378,6 @@ - test-error$(EXEEXT): $(test_error_OBJECTS) $(test_error_DEPENDENCIES) - @rm -f test-error$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_error_OBJECTS) $(test_error_LDADD) $(LIBS) --test-gtk3$(EXEEXT): $(test_gtk3_OBJECTS) $(test_gtk3_DEPENDENCIES) -- @rm -f test-gtk3$(EXEEXT) -- $(AM_V_CCLD)$(LINK) $(test_gtk3_OBJECTS) $(test_gtk3_LDADD) $(LIBS) - test-image$(EXEEXT): $(test_image_OBJECTS) $(test_image_DEPENDENCIES) - @rm -f test-image$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(test_image_OBJECTS) $(test_image_LDADD) $(LIBS) -@@ -429,7 +424,6 @@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-basic.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-default-action.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-error.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-gtk3.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-image.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-markup.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-multi-actions.Po@am__quote@ |