svn commit: r377136 - head/textproc/wordnet/scripts

Mikhail Teterin mi at FreeBSD.org
Thu Jan 15 18:16:01 UTC 2015


Author: mi
Date: Thu Jan 15 18:16:00 2015
New Revision: 377136
URL: https://svnweb.freebsd.org/changeset/ports/377136
QAT: https://qat.redports.org/buildarchive/r377136/

Log:
  Use `-p0' instead of the plain `-p', which is not accepted by
  patch(1) on the latest and greatest FreeBSD-version(s).

Modified:
  head/textproc/wordnet/scripts/configure

Modified: head/textproc/wordnet/scripts/configure
==============================================================================
--- head/textproc/wordnet/scripts/configure	Thu Jan 15 18:11:32 2015	(r377135)
+++ head/textproc/wordnet/scripts/configure	Thu Jan 15 18:16:00 2015	(r377136)
@@ -21,7 +21,7 @@ for mf in ${FILESDIR}/*Makefile ; do \
 	ln -s $mf ${dir}Makefile
 done
 
-patch -d ${WRKSRC}/src -p << EOPATCH
+patch -d ${WRKSRC}/src -p0 << EOPATCH
 Configuring the wnb script to call the right wish-binary directly
 --- wnb	Sun Feb 22 12:49:56 1998
 +++ wnb	Sat Feb 26 17:41:06 2000


More information about the svn-ports-all mailing list