# HG changeset patch # User Franz Glasner # Date 1666108556 -7200 # Node ID 31cd6efe7e577c6b5fdd5f1627b529eed2ac86af # Parent 5a9516babd5e54bff47910d5f1e74b5700bde4b4 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"). diff -r 5a9516babd5e -r 31cd6efe7e57 uwsginl-plugin-lang-pypy3/misc/make-extra-patches.sh --- /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 diff -r 5a9516babd5e -r 31cd6efe7e57 uwsginl-plugin-lang-pypy3/scripts/make-extra-patches.sh --- 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