Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2026 22:26:58 +0000
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 825eca2f97c1 - main - security/nmap-devel: Revert part of 5d67fe169bc4
Message-ID:  <69c9a732.3a32f.1de17ba1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=825eca2f97c1850be31ed8e1ad23eab7556b97ec

commit 825eca2f97c1850be31ed8e1ad23eab7556b97ec
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-03-29 22:25:24 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-03-29 22:26:53 +0000

    security/nmap-devel: Revert part of 5d67fe169bc4
    
    nmap-devel is already configured to use devel/pcre2. Revert that
    part of 5d67fe169bc4.
    
    Pointy hat to:  cy
    Noted by:       arrowd
---
 security/nmap-devel/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/security/nmap-devel/Makefile b/security/nmap-devel/Makefile
index e6d493c41a05..fb382a59c646 100644
--- a/security/nmap-devel/Makefile
+++ b/security/nmap-devel/Makefile
@@ -39,8 +39,7 @@ CONFIGURE_ARGS=--without-localdirs \
 		--without-ndiff \
 		--with-libpcre=${LOCALBASE} \
 		--with-liblua=included \
-		--without-nmap-update \
-		--with-libpcre=${LOCALBASE}
+		--without-nmap-update
 
 MAKE_JOBS_UNSAFE=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c9a732.3a32f.1de17ba1>