git: 1cee258236ca - main - audio/qsampler: Change to cmake.
Yuri Victorovich
yuri at FreeBSD.org
Sun Jul 4 20:26:45 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1cee258236caf1de59bc7c911f7d2c9dc8610dba
commit 1cee258236caf1de59bc7c911f7d2c9dc8610dba
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-07-04 20:26:16 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-07-04 20:26:42 +0000
audio/qsampler: Change to cmake.
---
audio/qsampler/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/audio/qsampler/Makefile b/audio/qsampler/Makefile
index 17255116c30d..037a7eb9cd3c 100644
--- a/audio/qsampler/Makefile
+++ b/audio/qsampler/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libgig.so:audio/libgig \
liblscp.so:audio/liblscp
RUN_DEPENDS= linuxsampler:audio/linuxsampler
-USES= autoreconf desktop-file-utils gl gmake localbase:ldflags pkgconfig \
+USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconfig \
shared-mime-info qmake:no_env qt:5 xorg
USE_GL= gl
USE_QT= core gui network widgets x11extras \
@@ -24,12 +24,6 @@ USE_QT= core gui network widgets x11extras \
USE_GITHUB= yes
GH_ACCOUNT= rncbc
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-qt5
-
-CXXFLAGS+= -I${LOCALBASE}/include/qt5 -fPIC # https://github.com/rncbc/qsampler/issues/18
-LDFLAGS+= -llscp
-
post-configure:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o ${PORTNAME}.mak \
${QMAKE_ARGS}
More information about the dev-commits-ports-all
mailing list