]> git.pld-linux.org Git - packages/dgs.git/commitdiff
- updated for 0.5.10
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 Jan 2002 10:08:08 +0000 (10:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dgs-DESTDIR.patch -> 1.3
    dgs-time.patch -> 1.1

dgs-DESTDIR.patch
dgs-time.patch [new file with mode: 0644]

index 1162342b87142f93f5b5ce0ff8f3d2d95ff8b477..714ee6ac8afcf38430b0fbac0c5b673eb54f9668 100644 (file)
@@ -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 (file)
index 0000000..bcb92ec
--- /dev/null
@@ -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 <sys/time.h>
+-#  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 <time.h>
+ #  endif
+ #else
This page took 0.077267 seconds and 4 git commands to generate.