svn commit: r367578 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Sep 9 21:32:49 UTC 2014


On 9/7/2014 12:18 PM, John Marino wrote:
> Author: marino
> Date: Sun Sep  7 17:18:39 2014
> New Revision: 367578
> URL: http://svnweb.freebsd.org/changeset/ports/367578
> QAT: https://qat.redports.org/buildarchive/r367578/
> 
> Log:
>   bsd.port.mk: Fix typo found in EXTRA_PATCHES handling
>   
>   PR:		193432
>   Reported by:	ian@
>   Approved by:	portmgr (implicit, obvious, just-fix-it)

This blanket does not apply to bsd.port.mk. The spirit was against
maintainer lock of ports. Most bsd.port.mk changes require exp-runs.

> 
> Modified:
>   head/Mk/bsd.port.mk
> 
> Modified: head/Mk/bsd.port.mk
> ==============================================================================
> --- head/Mk/bsd.port.mk	Sun Sep  7 17:09:50 2014	(r367577)
> +++ head/Mk/bsd.port.mk	Sun Sep  7 17:18:39 2014	(r367578)
> @@ -3390,7 +3390,7 @@ do-patch:
>  		*) patch_file=$$i ;; \
>  		esac ; \
>  		${ECHO_MSG} "===>  Applying extra patch $$patch_file" ; \
> -		case $$patfh_file in \
> +		case $$patch_file in \
>  		*.Z|*.gz) ${GZCAT} $$patch_file ;; \
>  		*.bz2) ${BZCAT} $$patch_file ;; \
>  		*.xz) ${XZCAT} $$patch_file ;; \
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140909/59f9b48a/attachment.sig>


More information about the svn-ports-head mailing list