svn commit: r458316 - branches/2018Q1/audio/timidity++

Thomas Zander riggs at FreeBSD.org
Sun Jan 7 12:07:47 UTC 2018


Author: riggs
Date: Sun Jan  7 12:07:45 2018
New Revision: 458316
URL: https://svnweb.freebsd.org/changeset/ports/458316

Log:
  MFH: r458315
  
  Fix build failure in check-plist; add missing dependency on libogg
  
  PR:		221566
  Submitted by:	yuri
  
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2018Q1/audio/timidity++/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/audio/timidity++/Makefile
==============================================================================
--- branches/2018Q1/audio/timidity++/Makefile	Sun Jan  7 12:03:23 2018	(r458315)
+++ branches/2018Q1/audio/timidity++/Makefile	Sun Jan  7 12:07:45 2018	(r458316)
@@ -3,7 +3,7 @@
 
 PORTNAME=	timidity++
 PORTVERSION=	2.14.0
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES+=	audio
 MASTER_SITES=	SF/timidity/TiMidity%2B%2B/TiMidity%2B%2B-${PORTVERSION}
 DISTNAME=	TiMidity++-${PORTVERSION}
@@ -15,7 +15,8 @@ LICENSE=	GPLv2+
 
 .if !defined(PKGNAMESUFFIX)
 LIB_DEPENDS=	libarc.so:archivers/libarc \
-		libvorbis.so:audio/libvorbis
+		libvorbis.so:audio/libvorbis \
+		libogg.so:audio/libogg
 RUN_DEPENDS=	eawpats>0:audio/eawpats
 .endif
 
@@ -81,6 +82,7 @@ post-install::
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/${PORTNAME}
 	(cd ${WRKSRC}/doc/ja_JP.eucJP && ${INSTALL_DATA} ${DOCFILES} \
 		${STAGEDIR}${PREFIX}/share/doc/ja/${PORTNAME})
+	@${RMDIR} ${STAGEDIR}${PREFIX}/share/timidity
 
 .endif # PKGNAMESUFFIX
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list