Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2023 09:43:41 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 40c675d96558 - main - ports-mgmt/pkg: bump portrevision missed in last commit
Message-ID:  <202302130943.31D9hfxn080664@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=40c675d96558c6154d841528a59da09feecb08e7

commit 40c675d96558c6154d841528a59da09feecb08e7
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-02-13 09:42:52 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-02-13 09:43:32 +0000

    ports-mgmt/pkg: bump portrevision missed in last commit
    
    Remove static-pie usage, somehow it remains unused by clang
---
 ports-mgmt/pkg/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index 5b8e69da2486..7b6b20de0ead 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pkg
 DISTVERSION=	1.19.1
+PORTREVISION=	1
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 
@@ -37,10 +38,6 @@ EXTRA_PATCHES=	${FILESDIR}/extra-patch-docs_pkg.8
 MAKE_ARGS+=	DEBUG_FLAGS="${DEBUG_FLAGS}"
 .endif
 
-.if defined(WITH_PIE)
-MAKE_ARGS+=	STATIC_ARG="-static ${STATIC_PIE_ARGS}"
-.endif
-
 .if defined(WITH_PKG)
 .if ${WITH_PKG} == devel
 IGNORE=	WITH_PKG is defined to 'devel', this version is the stable one



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