diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
commit | 1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch) | |
tree | 48e47bf661e0e5d6ed9c060e8aea683b30d4540f /print/ghostscript9-x11/files/patch-base_gp__unix.c | |
parent | - Update to 1.7.1 (diff) |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript9-x11/files/patch-base_gp__unix.c (renamed from print/ghostscript9-x11/files/patch-base-gp_unix.c) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript9-x11/files/patch-base-gp_unix.c b/print/ghostscript9-x11/files/patch-base_gp__unix.c index 277ef51a22ab..84d1cdcb4f73 100644 --- a/print/ghostscript9-x11/files/patch-base-gp_unix.c +++ b/print/ghostscript9-x11/files/patch-base_gp__unix.c @@ -1,6 +1,6 @@ ---- base/gp_unix.c.orig 2012-08-08 17:01:36.000000000 +0900 -+++ base/gp_unix.c 2015-08-20 15:15:51.166042000 +0900 -@@ -52,6 +52,7 @@ +--- base/gp_unix.c.orig 2012-08-08 08:01:36 UTC ++++ base/gp_unix.c +@@ -52,6 +52,7 @@ extern char *getenv(const char *); * and applied as a patch (preferable). */ #include <sys/types.h> @@ -8,7 +8,7 @@ #include <dirent.h> #include <dlfcn.h> #include <string.h> -@@ -61,26 +62,25 @@ +@@ -61,26 +62,25 @@ gp_init(void) { DIR* dir = NULL; struct dirent* dirent; |