diff options
author | mef <mef@pkgsrc.org> | 2021-01-18 12:13:14 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-01-18 12:13:14 +0000 |
commit | d976d058304d82cab3cf457b7bde20adee87f18d (patch) | |
tree | 758a533fe1d5ae87a78d2a58c31d59fa52c20cdc /geography | |
parent | 5d3511a77b7a2c3b95694ab2deb365a1bc0559d3 (diff) | |
download | pkgsrc-d976d058304d82cab3cf457b7bde20adee87f18d.tar.gz |
(geography/libmemphis02) The patch added has no effict, remove/revert
Diffstat (limited to 'geography')
-rw-r--r-- | geography/libmemphis02/Makefile | 5 | ||||
-rw-r--r-- | geography/libmemphis02/distinfo | 3 | ||||
-rw-r--r-- | geography/libmemphis02/patches/patch-configure.ac | 19 |
3 files changed, 4 insertions, 23 deletions
diff --git a/geography/libmemphis02/Makefile b/geography/libmemphis02/Makefile index 02a7d9aaba5..d47f1b4e6ff 100644 --- a/geography/libmemphis02/Makefile +++ b/geography/libmemphis02/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/08/17 20:17:26 leot Exp $ +# $NetBSD: Makefile,v 1.10 2021/01/18 12:13:14 mef Exp $ DISTNAME= memphis-0.2.3 PKGNAME= libmemphis02-0.2.3 @@ -18,14 +18,13 @@ USE_LIBTOOL= yes USE_LANGUAGES= c c++ USE_TOOLS+= aclocal autoconf autoheader automake gmake pkg-config -CONFIGURE_ARGS+= --enable-gtk-doc +CONFIGURE_ARGS+= --enable-gtk-doc=no PKGCONFIG_OVERRIDE+= memphis.pc.in pre-configure: set -e; cd ${WRKSRC}; \ libtoolize --copy; aclocal -I m4; \ - gtkdocize --copy; autoheader; \ automake -a --foreign -i --add-missing; autoconf .include "../../devel/glib2/buildlink3.mk" diff --git a/geography/libmemphis02/distinfo b/geography/libmemphis02/distinfo index 5b5db7880a7..0e9493c5ad7 100644 --- a/geography/libmemphis02/distinfo +++ b/geography/libmemphis02/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.5 2021/01/18 11:41:16 mef Exp $ +$NetBSD: distinfo,v 1.6 2021/01/18 12:13:14 mef Exp $ SHA1 (memphis-0.2.3.tar.gz) = dbc2f61e49b996dc9ca91df0de9a08eb7adbfa9b RMD160 (memphis-0.2.3.tar.gz) = e00f510a97b4b0adb738dcb0949f65d8a7fe21fb SHA512 (memphis-0.2.3.tar.gz) = 5b7d14075e372905fecc602a52893f2bee1d0d40a7fc9ae8c91d1342bc4a979a63d4660f63c95a834dac310ab8702f1f7a09b261fed0a3e0e4579d814925c990 Size (memphis-0.2.3.tar.gz) = 3417472 bytes +SHA1 (patch-configure.ac) = 0267c33f074c4c333c60f5e666c793e961f792b5 SHA1 (patch-demos_Makefile.am) = af8cf460b74cd19f8810de4203c048a31c556950 SHA1 (patch-docs_reference_Makefile.am) = c27326a5bdcccf5b486595666340786215958d54 diff --git a/geography/libmemphis02/patches/patch-configure.ac b/geography/libmemphis02/patches/patch-configure.ac deleted file mode 100644 index e423c7a5d35..00000000000 --- a/geography/libmemphis02/patches/patch-configure.ac +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-configure.ac,v 1.1 2021/01/16 02:25:48 mef Exp $ - -gtk-doc.make:302: error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL -docs/reference/Makefile.am:85: 'gtk-doc.make' included from here - ---- configure.ac.orig 2010-06-20 22:23:27.000000000 +0900 -+++ configure.ac 2021-01-09 10:07:29.919590505 +0900 -@@ -59,7 +59,11 @@ AC_CHECK_HEADER([expat.h], [], - [AC_MSG_ERROR([cannot find expat.h header])]) - - # check for gtk-doc -+m4_ifdef([GTK_DOC_CHECK], [ - GTK_DOC_CHECK(1.12) -+],[ -+AM_CONDITIONAL([HAVE_GTK_DOC], false) -+]) - - # check for gobject-introspection - GOBJECT_INTROSPECTION_CHECK([0.6.7]) |