From owner-svn-ports-all@FreeBSD.ORG Tue Nov 26 14:19:51 2013 Return-Path: Delivered-To: svn-ports-all@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 1D785413; Tue, 26 Nov 2013 14:19:51 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0CF8B21DB; Tue, 26 Nov 2013 14:19:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQEJowm094141; Tue, 26 Nov 2013 14:19:50 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQEJoor094140; Tue, 26 Nov 2013 14:19:50 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311261419.rAQEJoor094140@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 26 Nov 2013 14:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334935 - head/emulators/wine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 14:19:51 -0000 Author: gerald Date: Tue Nov 26 14:19:50 2013 New Revision: 334935 URL: http://svnweb.freebsd.org/changeset/ports/334935 Log: Replace USE_GCC by USES=compiler:c11. [1] Process two scripts installed with USES=shebangfix. [2] Wine 1.6 actually depends on lcms, not lcms2. [3] Suggested by: dbn [1] Reported by: dbn [2], fiziologus@gmail.com [3] Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Tue Nov 26 14:13:15 2013 (r334934) +++ head/emulators/wine/Makefile Tue Nov 26 14:19:50 2013 (r334935) @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 \ + liblcms.so:${PORTSDIR}/graphics/lcms \ libpng15.so:${PORTSDIR}/graphics/png \ libxml2.so:${PORTSDIR}/textproc/libxml2 @@ -27,7 +27,6 @@ CONFLICTS_INSTALL= i386-wine-* wine-1.5* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GCC= any GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --without-dbus \ @@ -43,7 +42,8 @@ WINELIBDIR?= ${PREFIX}/lib USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif ONLY_FOR_ARCHS= i386 -USES= bison gmake +USES= bison compiler:c11 gmake shebangfix +SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl USE_BZIP2= yes USE_GL= glu USE_XORG= xcursor xi xpm xrandr xrender