Date: Sun, 4 Jul 2021 20:26:45 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1cee258236ca - main - audio/qsampler: Change to cmake. Message-ID: <202107042026.164KQjOP003448@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1cee258236caf1de59bc7c911f7d2c9dc8610dba commit 1cee258236caf1de59bc7c911f7d2c9dc8610dba Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-07-04 20:26:16 +0000 Commit: Yuri Victorovich <yuri@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107042026.164KQjOP003448>