Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 13:18:20 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384286 - head/emulators/wine-compholio
Message-ID:  <201504191318.t3JDIKQs069990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Sun Apr 19 13:18:19 2015
New Revision: 384286
URL: https://svnweb.freebsd.org/changeset/ports/384286

Log:
  wine-compholio: unbreak build.
  
   * The wine-compholio (aka staging) packages now require the autoreconf
     command
   * Since this is a slave port the patch under files/ is not automatically
     applied and needs an EXTRA_PATCHES pointed to the patch.
  
  Approved by:	portmgr (implicit: unbreak build)

Modified:
  head/emulators/wine-compholio/Makefile

Modified: head/emulators/wine-compholio/Makefile
==============================================================================
--- head/emulators/wine-compholio/Makefile	Sun Apr 19 12:38:16 2015	(r384285)
+++ head/emulators/wine-compholio/Makefile	Sun Apr 19 13:18:19 2015	(r384286)
@@ -12,6 +12,8 @@ OPTIONS_SET=	COMPHOLIO LIBXSLT MPG123 GN
 
 MASTERDIR=	${.CURDIR}/../wine-devel
 PLIST=		${MASTERDIR}/pkg-plist
+USE_AUTOTOOLS=	autoconf:env
+EXTRA_PATCHES=	${.CURDIR}/files/patch-scheduler
 
 .include "${MASTERDIR}/Makefile"
 



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