git: 1406a61cc813 - main - x11-wm/river: respect WITH_PIE and STRIP (no WITH_DEBUG)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 Jan 2023 14:12:01 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1406a61cc8134cf3a89b750f599c3f39f9833ad8
commit 1406a61cc8134cf3a89b750f599c3f39f9833ad8
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-01-22 13:54:36 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-01-22 14:10:53 +0000
x11-wm/river: respect WITH_PIE and STRIP (no WITH_DEBUG)
$ pkg info -s river
-river-0.2.2_1 3.88MiB
+river-0.2.2_2 534KiB
https://github.com/riverwm/river/commit/3cb6428da6bc
---
x11-wm/river/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile
index ce69c56a2c17..d8d73ffa2b3e 100644
--- a/x11-wm/river/Makefile
+++ b/x11-wm/river/Makefile
@@ -1,7 +1,7 @@
PORTNAME= river
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@@ -32,6 +32,8 @@ GH_TUPLE= ifreund:zig-pixman:4a49ba1:zig_pixman/deps/zig-pixman \
MAKE_ENV= DESTDIR="${STAGEDIR}"
CONFIGURE_ARGS= --prefix "${PREFIX}" \
${WITH_DEBUG:D:U-Drelease-fast} \
+ ${WITH_PIE:D-Dpie} \
+ ${STRIP:C/.+/-Dstrip/} \
-Dcpu=${CPUTYPE:Ubaseline} \
--verbose
NO_INSTALL= yes # strip(1) breaks runtime