Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 161:31cd6efe7e57
Rename the "scripts" directory to "misc" because "scripts" is the "SCRIPTDIR" in the ports build system but is not used as such.
SCRIPTDIR ("scripts") should containt scripts that are run from within the
Makefile (e.g. "scripts/configure").
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 18 Oct 2022 17:55:56 +0200 |
| parents | 5a9516babd5e |
| children | 620a0992bf93 |
| files | uwsginl-plugin-lang-pypy3/misc/make-extra-patches.sh uwsginl-plugin-lang-pypy3/scripts/make-extra-patches.sh |
| diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uwsginl-plugin-lang-pypy3/misc/make-extra-patches.sh Tue Oct 18 17:55:56 2022 +0200 @@ -0,0 +1,5 @@ +#!/bin/sh + +diff -u --show-c-function plugins/pypy/pypy_plugin.c.orig plugins/pypy/pypy_plugin.c >../../files/extra/patch-plugins_pypy_pypy__plugin.c + +diff -u plugins/pypy/pypy_setup.py.orig plugins/pypy/pypy_setup.py >../../files/extra/patch-plugins_pypy_pypy__setup.py
--- a/uwsginl-plugin-lang-pypy3/scripts/make-extra-patches.sh Tue Oct 18 16:01:57 2022 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -#!/bin/sh - -diff -u --show-c-function plugins/pypy/pypy_plugin.c.orig plugins/pypy/pypy_plugin.c >../../files/extra/patch-plugins_pypy_pypy__plugin.c - -diff -u plugins/pypy/pypy_setup.py.orig plugins/pypy/pypy_setup.py >../../files/extra/patch-plugins_pypy_pypy__setup.py
