Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2015 10:48:06 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395463 - head/audio/deadbeef
Message-ID:  <201508281048.t7SAm61i018787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Fri Aug 28 10:48:05 2015
New Revision: 395463
URL: https://svnweb.freebsd.org/changeset/ports/395463

Log:
  audio/deadbeef:
  - Fix build with libzip-1.0
  
  PR:		202682
  Approved by:	vg@ (maintainer)

Modified:
  head/audio/deadbeef/Makefile

Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile	Fri Aug 28 10:47:43 2015	(r395462)
+++ head/audio/deadbeef/Makefile	Fri Aug 28 10:48:05 2015	(r395463)
@@ -3,7 +3,7 @@
 
 PORTNAME=	deadbeef
 PORTVERSION=	0.6.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/
 
@@ -184,5 +184,8 @@ post-patch:
 		-e 's,libavutil ,libavutil0 ,g' \
 		-e 's,libavformat ,libavformat0 ,g' \
 		${WRKSRC}/configure
+# Fix build with libzip-1.0
+	@${REINPLACE_CMD} 's,zip_file_t,zip_file_DB,g' \
+		${WRKSRC}/plugins/vfs_zip/vfs_zip.c
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508281048.t7SAm61i018787>