From owner-svn-ports-head@FreeBSD.ORG Sun May 24 18:04:02 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8CE5D95; Sun, 24 May 2015 18:04:02 +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 B6AB11FEC; Sun, 24 May 2015 18:04:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4OI426l041267; Sun, 24 May 2015 18:04:02 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4OI42lV041266; Sun, 24 May 2015 18:04:02 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201505241804.t4OI42lV041266@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 24 May 2015 18:04:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387289 - in head/math/octave-forge-odepkg: . files 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.20 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: Sun, 24 May 2015 18:04:02 -0000 Author: stephen Date: Sun May 24 18:04:01 2015 New Revision: 387289 URL: https://svnweb.freebsd.org/changeset/ports/387289 Log: - Use dos2unix instead of gpatch to handle CR in the diff files. Deleted: head/math/octave-forge-odepkg/files/ Modified: head/math/octave-forge-odepkg/Makefile Modified: head/math/octave-forge-odepkg/Makefile ============================================================================== --- head/math/octave-forge-odepkg/Makefile Sun May 24 18:01:03 2015 (r387288) +++ head/math/octave-forge-odepkg/Makefile Sun May 24 18:04:01 2015 (r387289) @@ -11,7 +11,8 @@ COMMENT= Octave-forge package ${OCTAVE_P LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch +USES+= dos2unix +DOS2UNIX_GLOB= *.diff MAKE_JOBS_UNSAFE= yes