From 7c72067efc12eee939fde286e322f31d479ce0f2 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Sun, 26 Jan 2014 21:20:03 +0000 Subject: - Update libraw to 0.15.4. This update is needed for further KDE updates. - Use the new OPTIONS syntax. - Use the new LIB_DEPENDS syntax. - Stop redefining do-install; the port has its own `make install' that does the same thing provided we use USES=pathfix and tune Makefile.in. - Support staging. Bump PORTREVISION in ports that depend on libraw. PR: ports/185118 Submitted by: rakuco@ Approved by: maintainer timeout (35 days) --- graphics/libraw/files/patch-Makefile.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 graphics/libraw/files/patch-Makefile.in (limited to 'graphics/libraw/files/patch-Makefile.in') diff --git a/graphics/libraw/files/patch-Makefile.in b/graphics/libraw/files/patch-Makefile.in new file mode 100644 index 000000000000..9c10d81c15f8 --- /dev/null +++ b/graphics/libraw/files/patch-Makefile.in @@ -0,0 +1,16 @@ +--- Makefile.in.orig 2013-12-23 02:36:04.000000000 +0200 ++++ Makefile.in 2013-12-23 02:36:23.000000000 +0200 +@@ -462,12 +462,7 @@ + + + # Docs +-doc_DATA = COPYRIGHT \ +- LICENSE.CDDL \ +- LICENSE.LGPL \ +- LICENSE.LibRaw.pdf \ +- Changelog.txt +- ++doc_DATA = + + # pkg-config .pc files + pkgconfigdir = $(libdir)/pkgconfig -- cgit v1.2.3