Date: Sun, 24 May 2015 18:04:02 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> 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 Message-ID: <201505241804.t4OI42lV041266@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505241804.t4OI42lV041266>