diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-09 23:26:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-09 23:26:09 +0000 |
commit | 3e2353291b6e91493c64c8b53bb319b3f1053c1c (patch) | |
tree | d8a65a01a26a433888e8261275e11626b601399a /lang/python23-nth/patches/patch-eb | |
parent | 1d78045e51f28165ebd9da4845d9e62499b25956 (diff) | |
download | pkgsrc-3e2353291b6e91493c64c8b53bb319b3f1053c1c.tar.gz |
Change python23-nth to use the patches and distinfo of python23.
Use the SUBST framework to replace the version numbers as before.
OK recht@
Diffstat (limited to 'lang/python23-nth/patches/patch-eb')
-rw-r--r-- | lang/python23-nth/patches/patch-eb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/python23-nth/patches/patch-eb b/lang/python23-nth/patches/patch-eb deleted file mode 100644 index 0c88d4339fc..00000000000 --- a/lang/python23-nth/patches/patch-eb +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-eb,v 1.1 2005/10/01 19:36:01 recht Exp $ - ---- Modules/pcre-int.h.orig 1998-05-07 17:32:38.000000000 +0200 -+++ Modules/pcre-int.h 2005-10-01 21:13:56.000000000 +0200 -@@ -81,11 +81,12 @@ - #define PUBLIC_OPTIONS \ - (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \ - PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY| \ -- PCRE_LOCALE) -+ PCRE_NO_AUTO_CAPTURE|PCRE_LOCALE) - #else - #define PUBLIC_OPTIONS \ - (PCRE_CASELESS|PCRE_EXTENDED|PCRE_ANCHORED|PCRE_MULTILINE| \ -- PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY) -+ PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY| \ -+ PCRE_NO_AUTO_CAPTURE) - #endif - #define PUBLIC_EXEC_OPTIONS \ - (PCRE_CASELESS|PCRE_ANCHORED|PCRE_MULTILINE|PCRE_NOTBOL|PCRE_NOTEOL| \ |