git: 40c675d96558 - main - ports-mgmt/pkg: bump portrevision missed in last commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 09:43:41 UTC
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