git: 704c7255229b - main - editors/qhexedit2: Add USE_LDCONFIG and PORTSCOUT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Sep 2026 16:10:20 UTC
The branch main has been updated by mce:
URL: https://cgit.FreeBSD.org/ports/commit/?id=704c7255229b20828fd803cb1b6feefb2ccea88e
commit 704c7255229b20828fd803cb1b6feefb2ccea88e
Author: Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-09-21 11:33:18 +0000
Commit: Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-09-21 16:09:41 +0000
editors/qhexedit2: Add USE_LDCONFIG and PORTSCOUT
PR: 298088
Approved by: fluffy (mentor)
---
editors/qhexedit2/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/editors/qhexedit2/Makefile b/editors/qhexedit2/Makefile
index 6313a4a34834..6055675f689e 100644
--- a/editors/qhexedit2/Makefile
+++ b/editors/qhexedit2/Makefile
@@ -1,6 +1,7 @@
PORTNAME= qhexedit2
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
+PORTREVISION= 1
CATEGORIES= editors devel
MAINTAINER= mce@FreeBSD.org
@@ -14,10 +15,13 @@ USES= gl qmake qt:6
USE_GITHUB= yes
GH_ACCOUNT= Simsys
USE_GL= opengl
+USE_LDCONFIG= ${QT_LIBDIR}
USE_QT= base tools:build
QMAKE_SOURCE_PATH= src/qhexedit.pro
+PORTSCOUT= limit:^[0-9].*$$
+
post-build:
cd ${WRKSRC}/example && ${QMAKE} qhexedit.pro && ${MAKE_CMD}