From owner-svn-ports-head@FreeBSD.ORG Mon Sep 15 15:19:09 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 427DAF8B; Mon, 15 Sep 2014 15:19:09 +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 2E291FD0; Mon, 15 Sep 2014 15:19:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8FFJ9YF042671; Mon, 15 Sep 2014 15:19:09 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8FFJ9ZA042670; Mon, 15 Sep 2014 15:19:09 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201409151519.s8FFJ9ZA042670@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 15 Sep 2014 15:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368268 - 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-1 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: Mon, 15 Sep 2014 15:19:09 -0000 Author: kmoore Date: Mon Sep 15 15:19:08 2014 New Revision: 368268 URL: http://svnweb.freebsd.org/changeset/ports/368268 QAT: https://qat.redports.org/buildarchive/r368268/ Log: - Add the new MPG123 & V4L options to wine-compholio Modified: head/emulators/wine-compholio/Makefile Modified: head/emulators/wine-compholio/Makefile ============================================================================== --- head/emulators/wine-compholio/Makefile Mon Sep 15 14:53:12 2014 (r368267) +++ head/emulators/wine-compholio/Makefile Mon Sep 15 15:19:08 2014 (r368268) @@ -7,7 +7,7 @@ SLAVE_PORT= wine-devel CONFLICTS= wine-[0-9]* wine-devel-[0-9]* -OPTIONS_SET= COMPHOLIO LIBXSLT GNUTLS HAL X11 +OPTIONS_SET= COMPHOLIO LIBXSLT MPG123 GNUTLS HAL V4L X11 MASTERDIR= ${.CURDIR}/../wine-devel PLIST= ${MASTERDIR}/pkg-plist