From e9fb90e61574c221a367d50767e3d3cfbb2a5908 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 10 Jan 2002 10:08:08 +0000 Subject: [PATCH] - updated for 0.5.10 Changed files: dgs-DESTDIR.patch -> 1.3 dgs-time.patch -> 1.1 --- dgs-DESTDIR.patch | 13 ++++++------- dgs-time.patch | 11 +++++++++++ 2 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 dgs-time.patch diff --git a/dgs-DESTDIR.patch b/dgs-DESTDIR.patch index 1162342..714ee6a 100644 --- a/dgs-DESTDIR.patch +++ b/dgs-DESTDIR.patch @@ -1,6 +1,5 @@ -diff -Nru dgs-0.5.9/gs/unixinst.mak dgs-0.5.9.new/gs/unixinst.mak ---- dgs-0.5.9/gs/unixinst.mak Tue Jan 11 23:32:05 2000 -+++ dgs-0.5.9.new/gs/unixinst.mak Tue Mar 21 01:56:02 2000 +--- dgs-0.5.10/gs/unixinst.mak.orig Mon Apr 10 23:30:53 2000 ++++ dgs-0.5.10/gs/unixinst.mak Thu Jan 10 10:37:07 2002 @@ -35,32 +35,32 @@ # rules, just in case bindir or scriptdir is a subdirectory of any of these. @@ -31,7 +30,7 @@ diff -Nru dgs-0.5.9/gs/unixinst.mak dgs-0.5.9.new/gs/unixinst.mak done' MAN1_PAGES=dgs - install-data: dgs.1 + install-data: - -mkdir $(mandir) - -mkdir $(man1dir) + -mkdir $(DESTDIR)$(mandir) @@ -50,8 +49,8 @@ diff -Nru dgs-0.5.9/gs/unixinst.mak dgs-0.5.9.new/gs/unixinst.mak + -mkdir $(DESTDIR)$(gsdatadir) sh -c 'for f in \ Fontmap \ - gs_dpsx.ps \ -@@ -84,9 +84,9 @@ + gs_init.ps gs_btokn.ps gs_ccfnt.ps gs_cff.ps gs_cidfn.ps gs_cmap.ps \ +@@ -83,9 +83,9 @@ \ gs_mex_e.ps gs_mro_e.ps gs_pdf_e.ps gs_wan_e.ps \ gs_pdfwr.ps ;\ @@ -63,7 +62,7 @@ diff -Nru dgs-0.5.9/gs/unixinst.mak dgs-0.5.9.new/gs/unixinst.mak sh -c 'for f in \ \ \ -@@ -96,12 +96,12 @@ +@@ -95,12 +95,12 @@ Htmstyle.htm Humor.htm Install.htm Language.htm Lib.htm Make.htm New-user.htm \ News.htm Ps2pdf.htm Psfiles.htm Public.htm \ Readme.htm Source.htm Unix-lpr.htm Use.htm Xfonts.htm ;\ diff --git a/dgs-time.patch b/dgs-time.patch new file mode 100644 index 0000000..bcb92ec --- /dev/null +++ b/dgs-time.patch @@ -0,0 +1,11 @@ +--- dgs-0.5.10/gs/time_.h.orig Thu Apr 1 07:31:53 1999 ++++ dgs-0.5.10/gs/time_.h Thu Jan 10 10:28:35 2002 +@@ -43,7 +43,7 @@ + */ + #ifdef HAVE_SYS_TIME_H + # include +-# if defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || defined(_SEQUENT_) /* Plan 9, SCO, AIX and Sequent's DYNIX/ptx need both time.h and sys/time.h! */ ++# if defined(Plan9) || defined(M_UNIX) || defined(_IBMR2) || defined(_SEQUENT_) || defined(__linux) /* Plan 9, SCO, AIX and Sequent's DYNIX/ptx need both time.h and sys/time.h! */ + # include + # endif + #else -- 2.43.0