svn commit: r537441 - head/devel/oniguruma

Yuri Victorovich yuri at FreeBSD.org
Sun May 31 19:50:49 UTC 2020


Author: yuri
Date: Sun May 31 19:50:49 2020
New Revision: 537441
URL: https://svnweb.freebsd.org/changeset/ports/537441

Log:
  devel/oniguruma: Fix users who depend on onigposix.h that was recently made optional and disabled by default by the upstream
  
  Reported by:	Fabien Lo Ricco <developer at nordan.ch>

Modified:
  head/devel/oniguruma/Makefile
  head/devel/oniguruma/pkg-plist

Modified: head/devel/oniguruma/Makefile
==============================================================================
--- head/devel/oniguruma/Makefile	Sun May 31 19:40:11 2020	(r537440)
+++ head/devel/oniguruma/Makefile	Sun May 31 19:50:49 2020	(r537441)
@@ -4,6 +4,7 @@
 PORTNAME=	oniguruma
 DISTVERSIONPREFIX=	v
 DISTVERSION=	6.9.5_rev1
+PORTREVISION=	1
 CATEGORIES=	devel textproc
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -16,7 +17,7 @@ USES=			autoreconf pathfix libtool  # configure provid
 USE_GITHUB=		yes
 GH_ACCOUNT=		kkos
 GNU_CONFIGURE=		yes
-CONFIGURE_ARGS=		--disable-static
+CONFIGURE_ARGS=		--disable-static --enable-posix-api=yes
 PATHFIX_MAKEFILEIN=	Makefile.am
 USE_LDCONFIG=		yes
 INSTALL_TARGET=		install-strip

Modified: head/devel/oniguruma/pkg-plist
==============================================================================
--- head/devel/oniguruma/pkg-plist	Sun May 31 19:40:11 2020	(r537440)
+++ head/devel/oniguruma/pkg-plist	Sun May 31 19:50:49 2020	(r537441)
@@ -1,5 +1,6 @@
 bin/onig-config
 include/oniggnu.h
+include/onigposix.h
 include/oniguruma.h
 lib/libonig.so
 lib/libonig.so.5


More information about the svn-ports-head mailing list