diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-28 22:22:16 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-28 22:22:16 +0800 |
commit | a1440b1b53f4d950ae412cfb6cc5c0cbaa368afa (patch) | |
tree | 6371fe9ebc627691a57dcddca732e887a3473bfd /biology/p5-AcePerl | |
parent | d19c34e55764a213cfe8dc1f8fde0c74bb0e8f26 (diff) | |
download | freebsd-ports-gnome-a1440b1b53f4d950ae412cfb6cc5c0cbaa368afa.tar.gz freebsd-ports-gnome-a1440b1b53f4d950ae412cfb6cc5c0cbaa368afa.tar.zst freebsd-ports-gnome-a1440b1b53f4d950ae412cfb6cc5c0cbaa368afa.zip |
Rename biology/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'biology/p5-AcePerl')
-rw-r--r-- | biology/p5-AcePerl/files/patch-Makefile.PL (renamed from biology/p5-AcePerl/files/patch-ac) | 0 | ||||
-rw-r--r-- | biology/p5-AcePerl/files/patch-acelib_memsubs.c (renamed from biology/p5-AcePerl/files/patch-ab) | 0 | ||||
-rw-r--r-- | biology/p5-AcePerl/files/patch-acelib_wh_mydirent.h (renamed from biology/p5-AcePerl/files/patch-aa) | 12 | ||||
-rw-r--r-- | biology/p5-AcePerl/files/patch-acelib_wh_mystdlib.h | 12 |
4 files changed, 12 insertions, 12 deletions
diff --git a/biology/p5-AcePerl/files/patch-ac b/biology/p5-AcePerl/files/patch-Makefile.PL index 719769644488..719769644488 100644 --- a/biology/p5-AcePerl/files/patch-ac +++ b/biology/p5-AcePerl/files/patch-Makefile.PL diff --git a/biology/p5-AcePerl/files/patch-ab b/biology/p5-AcePerl/files/patch-acelib_memsubs.c index 982bdef30f4c..982bdef30f4c 100644 --- a/biology/p5-AcePerl/files/patch-ab +++ b/biology/p5-AcePerl/files/patch-acelib_memsubs.c diff --git a/biology/p5-AcePerl/files/patch-aa b/biology/p5-AcePerl/files/patch-acelib_wh_mydirent.h index 1bcb9d110568..376d287b34d2 100644 --- a/biology/p5-AcePerl/files/patch-aa +++ b/biology/p5-AcePerl/files/patch-acelib_wh_mydirent.h @@ -1,15 +1,3 @@ ---- acelib/wh/mystdlib.h.orig Mon Jul 16 23:04:45 2001 -+++ acelib/wh/mystdlib.h Mon Aug 13 12:42:25 2001 -@@ -161,7 +161,8 @@ - #endif - - #if defined(POSIX) || defined(LINUX) || defined(SOLARIS) || defined(SGI) || \ -- defined(HP) || defined(WIN32) || defined(INTEL_SOLARIS) -+ defined(HP) || defined(WIN32) || defined(INTEL_SOLARIS) || \ -+ defined(FREEBSD) - - #ifdef WIN32 - #include <mbctype.h> --- acelib/wh/mydirent.h.orig Mon Jul 16 23:04:45 2001 +++ acelib/wh/mydirent.h Mon Aug 13 12:41:59 2001 @@ -55,7 +55,7 @@ diff --git a/biology/p5-AcePerl/files/patch-acelib_wh_mystdlib.h b/biology/p5-AcePerl/files/patch-acelib_wh_mystdlib.h new file mode 100644 index 000000000000..09c42b7c0fee --- /dev/null +++ b/biology/p5-AcePerl/files/patch-acelib_wh_mystdlib.h @@ -0,0 +1,12 @@ +--- acelib/wh/mystdlib.h.orig Mon Jul 16 23:04:45 2001 ++++ acelib/wh/mystdlib.h Mon Aug 13 12:42:25 2001 +@@ -161,7 +161,8 @@ + #endif + + #if defined(POSIX) || defined(LINUX) || defined(SOLARIS) || defined(SGI) || \ +- defined(HP) || defined(WIN32) || defined(INTEL_SOLARIS) ++ defined(HP) || defined(WIN32) || defined(INTEL_SOLARIS) || \ ++ defined(FREEBSD) + + #ifdef WIN32 + #include <mbctype.h> |