Rename all port folders containing '-' to use '_' instead.

* haikuporter relies on the recipe file sharing the name with the port folder
This commit is contained in:
Oliver Tappe
2013-04-21 18:52:53 +02:00
parent db8f9fa6db
commit 2191f6611f
194 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -Naur libgpg-error-1.7-orig/src/mkerrcodes2.awk libgpg-error-1.7/src/mkerrcodes2.awk
--- libgpg-error-1.7-orig/src/mkerrcodes2.awk 2009-03-08 16:04:38.000000000 +0000
+++ libgpg-error-1.7/src/mkerrcodes2.awk 2009-03-08 15:50:42.000000000 +0000
@@ -81,7 +81,7 @@
/^#/ { next; }
header {
- if ($1 ~ /^[0123456789]+$/)
+ if ($1 ~ /^-?[0123456789]+$/)
{
print "static const int err_code_from_index[] = {";
header = 0;