Re: Creating patch files, skip post-patch

2018-01-02 Thread Matthias Fechner
Am 02.01.2018 um 10:19 schrieb Jan Beich:
> Try do-patch e.g.,
>
>   $ make clean extract do-patch makepatch EXTRA_PATCHES= BATCH=

thanks a lot Jan!


Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Creating patch files, skip post-patch

2018-01-02 Thread Jan Beich
Matthias Fechner  writes:

> Dear all,
>
> I have some ports I maintain and in some of them I have
> post-patch-{{OPTION}}-on Makefile targets in that is patching files.
> But to update the files I need a file where only the patches from
> files/patch-* are applied.
>
> Is there a possibility to skip the post-patch target from the Makefile
> so I can do:
>
> make patch (without post-patch from Makefile)
> modify the files
> make makepatch

Try do-patch e.g.,

  $ make clean extract do-patch makepatch EXTRA_PATCHES= BATCH=
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"