Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/oniguruma Upstream stoppped installing onigpo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8cf8fd9bfb2
branches:  trunk
changeset: 434040:a8cf8fd9bfb2
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Wed Jun 10 13:57:20 2020 +0000

description:
Upstream stoppped installing onigposix.h, which e.g. wip/libevhtp
expects to find.

Restore the old behaviour.

diffstat:

 textproc/oniguruma/Makefile |  6 +++++-
 textproc/oniguruma/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r b1971cbbc476 -r a8cf8fd9bfb2 textproc/oniguruma/Makefile
--- a/textproc/oniguruma/Makefile       Wed Jun 10 11:32:06 2020 +0000
+++ b/textproc/oniguruma/Makefile       Wed Jun 10 13:57:20 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/06/08 11:26:32 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/06/10 13:57:20 hauke Exp $
 
 DISTNAME=      onig-6.9.5_rev1
 PKGNAME=       ${DISTNAME:S/onig/oniguruma/:S/_rev/./}
+PKGREVISION=   1
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kkos/}
 GITHUB_PROJECT=        oniguruma
@@ -17,6 +18,9 @@
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+
+CONFIGURE_ARGS+=       --enable-posix-api
+
 PKGCONFIG_OVERRIDE=    oniguruma.pc.in
 TEST_TARGET=           check
 
diff -r b1971cbbc476 -r a8cf8fd9bfb2 textproc/oniguruma/PLIST
--- a/textproc/oniguruma/PLIST  Wed Jun 10 11:32:06 2020 +0000
+++ b/textproc/oniguruma/PLIST  Wed Jun 10 13:57:20 2020 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2020/06/08 11:26:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/06/10 13:57:20 hauke Exp $
 bin/onig-config
 include/oniggnu.h
+include/onigposix.h
 include/oniguruma.h
 lib/libonig.la
 lib/pkgconfig/oniguruma.pc



Home | Main Index | Thread Index | Old Index