From owner-svn-ports-all@FreeBSD.ORG Tue Nov 19 00:16:49 2013 Return-Path: Delivered-To: svn-ports-all@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 F1261332; Tue, 19 Nov 2013 00:16:49 +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 E009624B7; Tue, 19 Nov 2013 00:16:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJ0Gnai030191; Tue, 19 Nov 2013 00:16:49 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAJ0GnjO030190; Tue, 19 Nov 2013 00:16:49 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311190016.rAJ0GnjO030190@svn.freebsd.org> From: Rene Ladan Date: Tue, 19 Nov 2013 00:16:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334277 - head/net/boinc-client 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, 19 Nov 2013 00:16:50 -0000 Author: rene Date: Tue Nov 19 00:16:49 2013 New Revision: 334277 URL: http://svnweb.freebsd.org/changeset/ports/334277 Log: - Convert to USES=dos2unix - Use compressed format for option_USE Modified: head/net/boinc-client/Makefile Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Mon Nov 18 23:37:36 2013 (r334276) +++ head/net/boinc-client/Makefile Tue Nov 19 00:16:49 2013 (r334277) @@ -9,12 +9,11 @@ MASTER_SITES= ftp://rene-ladan.nl/pub/di MAINTAINER= rene@FreeBSD.org COMMENT= Berkeley Open Infrastructure for Network Computing client -USES= gmake pkgconfig +USES= dos2unix gmake pkgconfig USE_XZ= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env USE_LDCONFIG= yes -USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.xpm USERS= boinc @@ -70,7 +69,7 @@ LINUX_USE= LINUX=yes #OPTIMIZE_CONFIGURE_ENBABLE= optimize X11_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg -X11_USE= GL=glut XORG=xmu XORG=xi +X11_USE= GL=glut XORG=xmu,xi .include