Date: Fri, 7 Dec 2018 11:05:52 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486855 - head/audio/qsynth Message-ID: <201812071105.wB7B5qtm007137@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Dec 7 11:05:52 2018 New Revision: 486855 URL: https://svnweb.freebsd.org/changeset/ports/486855 Log: audio/qsynth: Update to 0.5.4 - Drop USE_GL=gl; QSynth only indirectly depends on it via Qt 5 Changes: https://qsynth.sourceforge.io/qsynth-downloads.html Modified: head/audio/qsynth/Makefile head/audio/qsynth/distinfo Modified: head/audio/qsynth/Makefile ============================================================================== --- head/audio/qsynth/Makefile Fri Dec 7 10:38:27 2018 (r486854) +++ head/audio/qsynth/Makefile Fri Dec 7 11:05:52 2018 (r486855) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qsynth -PORTVERSION= 0.5.3 +PORTVERSION= 0.5.4 CATEGORIES= audio MASTER_SITES= SF @@ -17,7 +17,6 @@ LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth USES= compiler:c++11-lang gmake pkgconfig qt:5 USE_CXXSTD= c++11 USE_QT= core gui widgets x11extras buildtools_build linguisttools_build qmake_build -USE_GL= gl GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \ @@ -27,6 +26,8 @@ CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \ ac_cv_path_ac_lrelease=${LRELEASE} CONFIGURE_ARGS= --localedir=${DATADIR} \ --with-fluidsynth=${LOCALBASE} + +LDFLAGS+= -Wl,--as-needed # cf. PR 224488 OPTIONS_DEFINE= GRADIENT SYSTEM_TRAY XUNIQUE OPTIONS_DEFAULT= GRADIENT SYSTEM_TRAY XUNIQUE Modified: head/audio/qsynth/distinfo ============================================================================== --- head/audio/qsynth/distinfo Fri Dec 7 10:38:27 2018 (r486854) +++ head/audio/qsynth/distinfo Fri Dec 7 11:05:52 2018 (r486855) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539243134 -SHA256 (qsynth-0.5.3.tar.gz) = 2ce9791f8a927425d29bacc44fdfff575638b24512e0f0b6f2eca85deb67f0c9 -SIZE (qsynth-0.5.3.tar.gz) = 269252 +TIMESTAMP = 1544100637 +SHA256 (qsynth-0.5.4.tar.gz) = 2d6befb4023f8a64f35d802991d0d413e11d0307e87485428c969b94bb2bf84e +SIZE (qsynth-0.5.4.tar.gz) = 268106
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812071105.wB7B5qtm007137>