Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 19:50:49 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537441 - head/devel/oniguruma
Message-ID:  <202005311950.04VJonWq034049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005311950.04VJonWq034049>