Date: Fri, 12 Jun 2015 21:02:27 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200428] [patch] allow custom PATCH_PATH_SEPARATOR defined in port Message-ID: <bug-200428-13-I2m1W9aDVS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-200428-13@https.bugs.freebsd.org/bugzilla/> References: <bug-200428-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200428 --- Comment #3 from Mathieu Arnold <mat@FreeBSD.org> --- Of course, referencing stuff by line numbers is a bad idea, they have changed already, I was talking of: 1133 ! for _lps in `${ECHO} _ - + | ${SED} -e \ 1134 's|${PATCH_PATH_SEPARATOR}|__|'`; do \ 1135 PATCH=`${ECHO} $${NEW} | ${SED} -e "s|/|$${_lps}|g"`; \ 1136 test -f "${PATCHDIR}/patch-$${PATCH}" && break; \ -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200428-13-I2m1W9aDVS>