fix @fmtutil for pkg_* - (was: svn commit: r362899 - head/Keywords)

John Hein john.hein at microsemi.com
Tue Aug 5 16:48:19 UTC 2014


Baptiste Daroussin wrote at 13:44 +0000 on Jul 25, 2014:
 > Author: bapt
 > Date: Fri Jul 25 13:44:17 2014
 > New Revision: 362899
 > URL: http://svnweb.freebsd.org/changeset/ports/362899
 > QAT: https://qat.redports.org/buildarchive/r362899/
 > 
 > Log:
 >   Add support for @fmtutil for pkg_install
 > 
 > Modified:
 >   head/Keywords/pkg_install.awk
 > 
 > Modified: head/Keywords/pkg_install.awk
 > ==============================================================================
 > --- head/Keywords/pkg_install.awk	Fri Jul 25 13:32:02 2014	(r362898)
 > +++ head/Keywords/pkg_install.awk	Fri Jul 25 13:44:17 2014	(r362899)
 > @@ -96,6 +96,14 @@ $1 == "@dirrmtry" {
 >  	next
 >  }
 >  
 > +$1 == "@fmtutil" {
 > +	print "@comment begin " $0
 > +	print "@exec fmtutil-sys --missing >/dev/null"
 > +	for (i = 2; i <= NF; i++)
 > +		print "@unexec rm -f "$i"; rmdir -p `dirname "$1"` 2>/dev/null"
 > +	print "@comment end " $0
 > +}
 > +
 >  # Print everything else as-is
 >  {
 >    print $0
 > 

This is missing a 'next':

See also
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192124

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch-pkg_install.awk.fmtutil.diff
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140805/d21bf5d9/attachment.ksh>


More information about the svn-ports-head mailing list