Date: Mon, 2 Mar 2020 09:25:36 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r527620 - branches/2020Q1/audio/timidity++ Message-ID: <202003020925.0229Paa8060491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Mon Mar 2 09:25:36 2020 New Revision: 527620 URL: https://svnweb.freebsd.org/changeset/ports/527620 Log: MFH: r527232 Add libarc to LIB_DEPENDS for audio/timidity++ Up until now, libarc was only being included in LIB_DEPENDS when the Makefile of audio/timidity++ was being used by one of its slave ports. audio/timidity++, however, may be also used as a standalone port in which case it needs libarc to be available. Reported by: hselasky Approved by: portmgr blanket (runtime fix) Modified: branches/2020Q1/audio/timidity++/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/audio/timidity++/Makefile ============================================================================== --- branches/2020Q1/audio/timidity++/Makefile Mon Mar 2 09:07:24 2020 (r527619) +++ branches/2020Q1/audio/timidity++/Makefile Mon Mar 2 09:25:36 2020 (r527620) @@ -3,7 +3,7 @@ PORTNAME= timidity++ PORTVERSION= 2.14.0 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES+= audio MASTER_SITES= SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION} DISTNAME= TiMidity++-${PORTVERSION} @@ -13,9 +13,9 @@ COMMENT?= Software MIDI player LICENSE= GPLv2+ +LIB_DEPENDS= libarc.so:archivers/libarc .if !defined(PKGNAMESUFFIX) -LIB_DEPENDS= libarc.so:archivers/libarc \ - libvorbis.so:audio/libvorbis \ +LIB_DEPENDS+= libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg RUN_DEPENDS= eawpats>0:audio/eawpats .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003020925.0229Paa8060491>