git: 7c65f9efc34c - main - comms/gqrx: Re-enable ASLR
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 10:49:46 UTC
The branch main has been updated by martymac:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7c65f9efc34c6782e05889cc7a3e70c496786976
commit 7c65f9efc34c6782e05889cc7a3e70c496786976
Author: Ganael LAPLANCHE <martymac@FreeBSD.org>
AuthorDate: 2023-09-20 10:47:55 +0000
Commit: Ganael LAPLANCHE <martymac@FreeBSD.org>
CommitDate: 2023-09-20 10:47:55 +0000
comms/gqrx: Re-enable ASLR
Following commit 35f7383, Gqrx does not crash anymore with ASLR enabled.
---
comms/gqrx/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile
index 4368cf73a328..9bda4b11aaed 100644
--- a/comms/gqrx/Makefile
+++ b/comms/gqrx/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gqrx
PORTVERSION= 2.16
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= comms hamradio
@@ -32,9 +32,7 @@ LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \
libjack.so:audio/jack \
libportaudio.so:audio/portaudio
-USES= cmake compiler:c++11-lang elfctl gl pkgconfig qt:5
-
-ELF_FEATURES= +noaslr:src/gqrx
+USES= cmake compiler:c++11-lang gl pkgconfig qt:5
USE_GITHUB= yes
GH_ACCOUNT= gqrx-sdr