From owner-svn-ports-head@FreeBSD.ORG Mon Mar 24 11:56:56 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 413E9FD4; Mon, 24 Mar 2014 11:56:56 +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 2E0599C8; Mon, 24 Mar 2014 11:56:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2OBuu5J062268; Mon, 24 Mar 2014 11:56:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2OBuuiI062267; Mon, 24 Mar 2014 11:56:56 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403241156.s2OBuuiI062267@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 24 Mar 2014 11:56:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348944 - head/devel/sfml 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.17 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, 24 Mar 2014 11:56:56 -0000 Author: bapt Date: Mon Mar 24 11:56:55 2014 New Revision: 348944 URL: http://svnweb.freebsd.org/changeset/ports/348944 QAT: https://qat.redports.org/buildarchive/r348944/ Log: Convert to USES=dos2unix Modified: head/devel/sfml/Makefile Modified: head/devel/sfml/Makefile ============================================================================== --- head/devel/sfml/Makefile Mon Mar 24 11:50:35 2014 (r348943) +++ head/devel/sfml/Makefile Mon Mar 24 11:56:55 2014 (r348944) @@ -16,11 +16,11 @@ LIB_DEPENDS= libsndfile.so:${PORTSDIR}/a libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 -USES= gmake openal:al pkgconfig +USES= gmake openal:al pkgconfig dos2unix +DOS2UNIX_GLOB= Makefile USE_XORG= x11 xrandr USE_GL= gl glu USE_LDCONFIG= yes -USE_DOS2UNIX= Makefile DESTDIRNAME= STAGEDIR WRKSRC= ${WRKDIR}/SFML-${PORTVERSION}