From 1a8a092d9fefcbd7f960c82c59802c61807867a6 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 17 Jun 2016 23:28:04 +0000 Subject: Rename all files containing a : in their filename. While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight --- print/ghostscript7-x11/files/patch-src-zcontrol.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 print/ghostscript7-x11/files/patch-src-zcontrol.c (limited to 'print/ghostscript7-x11/files/patch-src-zcontrol.c') diff --git a/print/ghostscript7-x11/files/patch-src-zcontrol.c b/print/ghostscript7-x11/files/patch-src-zcontrol.c deleted file mode 100644 index d00a600c19ec..000000000000 --- a/print/ghostscript7-x11/files/patch-src-zcontrol.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/zcontrol.c.orig 2013-04-30 11:09:59.000000000 +0900 -+++ src/zcontrol.c 2013-04-30 11:11:03.000000000 +0900 -@@ -356,7 +356,7 @@ - { - os_ptr op = osp; - register es_ptr ep = esp; -- long var = ep[-3].value.intval; -+ int var = ep[-3].value.intval; - - if (var > ep[-1].value.intval) { - esp -= 5; /* pop everything */ -@@ -375,7 +375,7 @@ - { - os_ptr op = osp; - register es_ptr ep = esp; -- long var = ep[-3].value.intval; -+ int var = ep[-3].value.intval; - - if (var < ep[-1].value.intval) { - esp -= 5; /* pop everything */ -- cgit v1.2.3