From ece27f6136a3156c3d98eac6a84ad5ac936cab0b Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 11 Feb 2002 02:26:25 +0000 Subject: No response from Chuck, no response from anyone else on ports, so I'm going to take this one over for now. Chuck hasn't logged into freefall since August, and this port has been unfetchable since October. This update makes the port fetchable, and the new version builds and runs. The next step for those intrested in non-English language support would be to create slave ports which bring in the new xpdf modules. I haven't incorporated all of the parts of the PR, since I don't understand what the originator is driving at, and I want to get this port back on the air. I'll ask for some feedback on the PR. If anyone with more experience/interest in this port wants to take it over, just shoot me an e-mail. PR: ports/34770 Submitted by: KATO Tsuguru --- graphics/xpdf/files/patch-ab | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/xpdf/files/patch-ab') diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab index 6054622530ce..097cc6faa99f 100644 --- a/graphics/xpdf/files/patch-ab +++ b/graphics/xpdf/files/patch-ab @@ -1,6 +1,6 @@ ---- goo/gfile.cc.org Fri Sep 1 14:35:26 2000 -+++ goo/gfile.cc Fri Sep 1 14:17:34 2000 -@@ -468,6 +468,16 @@ +--- goo/gfile.cc.orig Fri Feb 1 15:15:45 2002 ++++ goo/gfile.cc Sun Feb 10 17:42:52 2002 +@@ -489,6 +489,16 @@ int fd; if (ext) { @@ -17,7 +17,7 @@ if (!(s = tmpnam(NULL))) { return gFalse; } -@@ -478,6 +488,7 @@ +@@ -499,6 +509,7 @@ } (*name)->append(ext); fd = open((*name)->getCString(), O_WRONLY | O_CREAT | O_EXCL, 0600); -- cgit v1.2.3