pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/oniguruma



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Jun 10 13:57:20 UTC 2020

Modified Files:
        pkgsrc/textproc/oniguruma: Makefile PLIST

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

Restore the old behaviour.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/oniguruma/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/oniguruma/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/oniguruma/Makefile
diff -u pkgsrc/textproc/oniguruma/Makefile:1.16 pkgsrc/textproc/oniguruma/Makefile:1.17
--- pkgsrc/textproc/oniguruma/Makefile:1.16     Mon Jun  8 11:26:32 2020
+++ pkgsrc/textproc/oniguruma/Makefile  Wed Jun 10 13:57:20 2020
@@ -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 @@ WRKSRC=               ${WRKDIR}/${DISTNAME:S/_rev1//}
 
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+
+CONFIGURE_ARGS+=       --enable-posix-api
+
 PKGCONFIG_OVERRIDE=    oniguruma.pc.in
 TEST_TARGET=           check
 

Index: pkgsrc/textproc/oniguruma/PLIST
diff -u pkgsrc/textproc/oniguruma/PLIST:1.3 pkgsrc/textproc/oniguruma/PLIST:1.4
--- pkgsrc/textproc/oniguruma/PLIST:1.3 Mon Jun  8 11:26:32 2020
+++ pkgsrc/textproc/oniguruma/PLIST     Wed Jun 10 13:57:20 2020
@@ -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