svn commit: r384286 - head/emulators/wine-compholio

David Naylor dbn at FreeBSD.org
Sun Apr 19 13:18:20 UTC 2015


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"
 


More information about the svn-ports-head mailing list