diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-01-29 14:47:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-01-29 14:47:22 +0000 |
commit | b111b35ebf940a8dacf18d08add3c126a5425d42 (patch) | |
tree | 01ef7161d77f12b7fe03b8a1413aa5bd14457ef7 /misc/estic/files/patch-filepath.h | |
parent | devel/py-oslo.versionedobjects: update to 1.21.0 (diff) |
- add LICENSE
- use distribution patch
- extend pkg-message
- protect config file
- cleanup staged install
- make portlint happier
Notes
Notes:
svn path=/head/; revision=432752
Diffstat (limited to 'misc/estic/files/patch-filepath.h')
-rw-r--r-- | misc/estic/files/patch-filepath.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/estic/files/patch-filepath.h b/misc/estic/files/patch-filepath.h index afe9739d61f9..3064b0792e27 100644 --- a/misc/estic/files/patch-filepath.h +++ b/misc/estic/files/patch-filepath.h @@ -1,6 +1,6 @@ ---- spunk/filepath.h.orig Sat Feb 26 17:54:52 2000 -+++ spunk/filepath.h Sat Feb 26 17:56:32 2000 -@@ -88,6 +88,7 @@ +--- spunk/filepath.h.orig 1996-11-13 23:12:02 UTC ++++ spunk/filepath.h +@@ -88,6 +88,7 @@ int FHasWildcards (const String& Pathnam // Return 1 if the given path contains one of the wildcard characters '*', '?' // or '[]', return zero otherwise. @@ -8,7 +8,7 @@ int FMatch (const String& Source, const String& Pattern); // Match the string in Source against Pattern. Pattern may contain the // wildcards '*', '?', '[abcd]' '[ab-d]', '[!abcd]', '[!ab-d]' -@@ -95,6 +96,7 @@ +@@ -95,6 +96,7 @@ int FMatch (const String& Source, const // otherwise a non zero value is returned. // If Pattern contains an invalid wildcard pattern (e.g. 'A[x'), the function // returns zero. |