Date: Sat, 8 Dec 2018 07:08:09 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486914 - head/audio/gxplugins-lv2 Message-ID: <201812080708.wB8789Oo027170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Dec 8 07:08:09 2018 New Revision: 486914 URL: https://svnweb.freebsd.org/changeset/ports/486914 Log: audio/gxplugins-lv2: Unbreak on 12; Remove unnecessary dependencies Modified: head/audio/gxplugins-lv2/Makefile Modified: head/audio/gxplugins-lv2/Makefile ============================================================================== --- head/audio/gxplugins-lv2/Makefile Sat Dec 8 06:29:58 2018 (r486913) +++ head/audio/gxplugins-lv2/Makefile Sat Dec 8 07:08:09 2018 (r486914) @@ -3,7 +3,7 @@ PORTNAME= gxplugins DISTVERSIONPREFIX= v DISTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio PKGNAMESUFFIX= -lv2 DIST_SUBDIR= ${PORTNAME} @@ -15,16 +15,16 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= lv2>0:audio/lv2 -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 USES= compiler:c++11-lang gettext-runtime gmake gnome localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= brummer10 GH_PROJECT= GxPlugins.lv2 -USE_GNOME= glib20 atk cairo pango +USE_GNOME= cairo USE_XORG= x11 USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9 + +LDFLAGS+= -B ${LOCALBASE}/bin/ld # Use ld provided by USE_BINUTILS for GNU features, otherwise GNU ld isn't called .for x in GxAxisFace.lv2:c370e75 GxBottleRocket.lv2:8d1a914 GxDOP250.lv2:574b709 GxFz1b.lv2:d204796 GxFz1s.lv2:973d6f7 \ GxGuvnor.lv2:6082bcf GxHeathkit.lv2:bb73b24 GxHotBox.lv2:db17513 GxHyperion.lv2:9b91395 GxKnightFuzz.lv2:0d9518f \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812080708.wB8789Oo027170>