Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2015 16:22:12 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395778 - head/audio/deadbeef
Message-ID:  <201509011622.t81GMCV7085733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Tue Sep  1 16:22:12 2015
New Revision: 395778
URL: https://svnweb.freebsd.org/changeset/ports/395778

Log:
  Respect disabling OGG option. Fix is based on an upstream commit [1].
  
  Do not bump PORTREVISION as OGG option is enabled by default.
  
  1: https://github.com/Alexey-Yakovenko/deadbeef/commit/f58d6e38ac9725fd1fe7760232a36bcefa940ee4
  
  PR:		202576
  Approved by:	vg (maintainer)

Modified:
  head/audio/deadbeef/Makefile

Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile	Tue Sep  1 16:20:47 2015	(r395777)
+++ head/audio/deadbeef/Makefile	Tue Sep  1 16:22:12 2015	(r395778)
@@ -183,6 +183,7 @@ post-patch:
 		-e 's,libavcodec ,libavcodec0 ,g' \
 		-e 's,libavutil ,libavutil0 ,g' \
 		-e 's,libavformat ,libavformat0 ,g' \
+		-e '/HAVE_OGG" = "yes"/ {n; n; /HAVE_VORBISPLUGIN=yes/d;}' \
 		${WRKSRC}/configure
 # Fix build with libzip-1.0
 	@${REINPLACE_CMD} 's,zip_file_t,zip_file_DB,g' \



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