mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Use dos2unix instead of gpatch to handle CR in the diff files.
This commit is contained in:
parent
64f83ed83a
commit
23776a9f6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387289
@ -11,7 +11,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch
|
||||
USES+= dos2unix
|
||||
DOS2UNIX_GLOB= *.diff
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile-orig 2015-05-21 17:31:08.336670000 +0000
|
||||
+++ Makefile 2015-05-21 17:31:18.556578000 +0000
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
DEVELOPERDEFS = -Wall -W -Wshadow
|
||||
TGZUNPACK = tar -xzf # "tar -xzvf" to print some output
|
||||
-PATCHPROG = patch -p0 # Needed to patch the Fortran codes
|
||||
+PATCHPROG = gpatch -p0 # Needed to patch the Fortran codes
|
||||
|
||||
# MKOCTFILE = $(MKOCTFILE) has already been defined in Makeconf
|
||||
# MKMEXFILE = $(MKOCTFILE) --mex
|
Loading…
Reference in New Issue
Block a user