pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Time to update x11/xsnow?



Hi,

On Sat, Mar 20, 2021 at 06:30:32PM +0100, Marc Baudoin wrote:
...
> and suggests pkgsrc used the following patch until the next xsnow
> release:
> 
> -----------------------------------------------------------------
> 
> --- addcopyright.sh.orig        2021-01-11 12:22:11.000000000
> +0000
> +++ addcopyright.sh
> @@ -57,7 +57,7 @@ while [ "$1" ] ; do
>     # Notice that sed requires a newline after the filename of the 'r' command
>     sed -i "/^\s*#-#/d" "$f"
>     sed -i "/$txt/{r $crfile
> -   :a;n;ba}" "$f"
> +:a;n;ba;}" "$f"
>     n=`expr $n + 1`
>  done
>  echo "$n files copyrighted"
> 
> -----------------------------------------------------------------
> 
> Would that be OK?

I think I first tried exactly that, and it had some problem. I'll
reconstruct it tomorrow, too tired tonight, and report.

	-is


Home | Main Index | Thread Index | Old Index