From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 13:19:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40076FAE; Wed, 23 Jul 2014 13:19:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CDE52A18; Wed, 23 Jul 2014 13:19:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6NDJf5x055833; Wed, 23 Jul 2014 13:19:41 GMT (envelope-from kmoore@svn.freebsd.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6NDJe0m055831; Wed, 23 Jul 2014 13:19:40 GMT (envelope-from kmoore@svn.freebsd.org) Message-Id: <201407231319.s6NDJe0m055831@svn.freebsd.org> From: Kris Moore Date: Wed, 23 Jul 2014 13:19:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362686 - in head/emulators: . wine-compholio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2014 13:19:41 -0000 Author: kmoore Date: Wed Jul 23 13:19:40 2014 New Revision: 362686 URL: http://svnweb.freebsd.org/changeset/ports/362686 QAT: https://qat.redports.org/buildarchive/r362686/ Log: Add slave-port for emulators/wine-compholio, which will allow pkg users to install proper wine version for use with pipelight Added: head/emulators/wine-compholio/ head/emulators/wine-compholio/Makefile (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Wed Jul 23 13:17:28 2014 (r362685) +++ head/emulators/Makefile Wed Jul 23 13:19:40 2014 (r362686) @@ -156,6 +156,7 @@ SUBDIR += wine SUBDIR += wine-devel SUBDIR += wine-doors + SUBDIR += wine-compholio SUBDIR += wine-gecko SUBDIR += wine-gecko-devel SUBDIR += wine-mono Added: head/emulators/wine-compholio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/wine-compholio/Makefile Wed Jul 23 13:19:40 2014 (r362686) @@ -0,0 +1,17 @@ +# Created by: Kris Moore +# $FreeBSD$ + +COMMENT= Wine built with the compholio patchset + +SLAVE_PORT= wine-devel + +CONFLICTS= wine-[0-9]* wine-devel-[0-9]* + +OPTIONS_SET= COMPHOLIO LIBXSLT GNUTLS X11 + +MASTERDIR= ${.CURDIR}/../wine-devel +PLIST= ${.MASTERDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" + +PKGNAMESUFFIX= -compholio