Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2024 01:40:02 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3abf3a3920af - main - devel/p4api: Update to 2024.1 release patch 2 (2655224)
Message-ID:  <202409240140.48O1e2do088200@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3abf3a3920af7db138b87131c15fb9b4c7a898d1

commit 3abf3a3920af7db138b87131c15fb9b4c7a898d1
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-09-24 01:39:35 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-09-24 01:39:35 +0000

    devel/p4api: Update to 2024.1 release patch 2 (2655224)
    
    PR:             281679
    Approved by:    antonfb@hesiod.org (maintainer)
---
 devel/p4api/Makefile  | 7 +++++--
 devel/p4api/pkg-plist | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/devel/p4api/Makefile b/devel/p4api/Makefile
index dc68a5ed4b58..31f911a02c16 100644
--- a/devel/p4api/Makefile
+++ b/devel/p4api/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	devel
 # Perforce does not version their distfiles when they patch.
 # This does not play well with FreeBSD's conventions.
 MASTER_SITES=	https://ftp.perforce.com/perforce/${P4VERSION}/bin.tools/p4source${EXTRACT_SUFX}?dummy=/ \
-		https://hesiod.org/distfiles/perforce-${MINOR}/p4source${EXTRACT_SUFX}?dummy=/
+		https://hesiod.org/distfiles/perforce
 DISTNAME=	p4source-${MINOR}
 
 MAINTAINER=	antonfb@hesiod.org
@@ -36,10 +36,13 @@ do-build:
 		OSVER=${OSVER} \
 		API=1 \
 		SSL="yes" \
+		SSLVER="1.1.1" \
 		SSLLIB=-lssl \
 		CRYPTOLIB=-lcrypto \
 		TYPE=pic \
-		${JAM} -dx -sUSE_EXTENSIONS=0 -j${MAKE_JOBS_NUMBER} p4api p4api.tar
+		USE_EXTENSIONS=0 \
+		USE_OPTIMIZED_ZLIB=0 \
+		${JAM} -dx -j${MAKE_JOBS_NUMBER} p4api p4api.tar
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/include/perforce
diff --git a/devel/p4api/pkg-plist b/devel/p4api/pkg-plist
index fc849b828c2e..057be6e949e5 100644
--- a/devel/p4api/pkg-plist
+++ b/devel/p4api/pkg-plist
@@ -80,6 +80,7 @@ lib/perforce/libclient.a
 lib/perforce/libp4api.a
 lib/perforce/libp4script.a
 lib/perforce/libp4script_c.a
+lib/perforce/libp4script_cstub.a
 lib/perforce/libp4script_curl.a
 lib/perforce/libp4script_sqlite.a
 lib/perforce/librpc.a



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