svn commit: r527620 - branches/2020Q1/audio/timidity++
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Mar 2 09:25:37 UTC 2020
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
More information about the svn-ports-branches
mailing list