Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2020 16:26:36 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555770 - head/devel/libunit
Message-ID:  <202011201626.0AKGQaIt076356@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Fri Nov 20 16:26:36 2020
New Revision: 555770
URL: https://svnweb.freebsd.org/changeset/ports/555770

Log:
  Fix build by adding --no-regex flag.
  
  Bump PORTREVISION.
  
  Discovered by:	linimon

Modified:
  head/devel/libunit/Makefile

Modified: head/devel/libunit/Makefile
==============================================================================
--- head/devel/libunit/Makefile	Fri Nov 20 16:19:44 2020	(r555769)
+++ head/devel/libunit/Makefile	Fri Nov 20 16:26:36 2020	(r555770)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libunit
 PORTVERSION=	1.21.0
+PORTREVISION=	1
 MASTER_SITES?=	https://unit.nginx.org/download/
 DISTNAME=	unit-${PORTVERSION}
 
@@ -22,7 +23,8 @@ CPE_PRODUCT=	unit
 HAS_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
-		--ld-opt="-L${LOCALBASE}/lib"
+		--ld-opt="-L${LOCALBASE}/lib" \
+		--no-regex
 
 PLIST_FILES+=	include/nxt_auto_config.h \
 		include/nxt_unit_field.h \



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