git: 0ac2a4f0ebb8 - 2021Q2 - audio/ocp: drop dependency to audio/libsidplay

Emanuel Haupt ehaupt at FreeBSD.org
Thu May 20 21:19:01 UTC 2021


The branch 2021Q2 has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0ac2a4f0ebb84c765a4bda1f3a4f993b9a8c9e1c

commit 0ac2a4f0ebb84c765a4bda1f3a4f993b9a8c9e1c
Author:     Emanuel Haupt <ehaupt at FreeBSD.org>
AuthorDate: 2021-05-20 21:09:11 +0000
Commit:     Emanuel Haupt <ehaupt at FreeBSD.org>
CommitDate: 2021-05-20 21:18:06 +0000

    audio/ocp: drop dependency to audio/libsidplay
    
    ocp now uses a builtin version of sidplayfp and therefore
    audio/libsidplay is no longer required.
    
    (cherry picked from commit 6bd17866630c85fc75344f185016765351b66268)
---
 audio/ocp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index 1400e4cc70f4..f76daed39423 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	ocp
 PORTVERSION=	0.2.90
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/mywave82/opencubicplayer/releases/download/v${PORTVERSION}/
@@ -18,7 +19,6 @@ BUILD_DEPENDS=	xa65:devel/xa65
 LIB_DEPENDS=	libid3tag.so:audio/libid3tag \
 		libmad.so:audio/libmad \
 		libogg.so:audio/libogg \
-		libsidplay.so:audio/libsidplay \
 		libvorbis.so:audio/libvorbis
 
 USES=		compiler:c11 dos2unix gmake gnome iconv localbase:ldflags \


More information about the dev-commits-ports-branches mailing list