Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 1998 15:08:01 -0700 (PDT)
From:      watanabe@z.phys.nagoya-u.ac.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/7103: ja-dvipsk port has install problem
Message-ID:  <199806282208.PAA16001@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         7103
>Category:       ports
>Synopsis:       ja-dvipsk port has install problem
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 28 15:10:01 PDT 1998
>Last-Modified:
>Originator:     Makoto Watanabe
>Organization:
Z-lab. Division of Particle and Astrophysical Sciences, Nagoya Univ. JAPAN
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:
>Description:
The port 'ja-dvipsk' overwrites or delete files of
other ports 'ja-ptex-*' at install.
I put the patch for this problem below "Fix:"

- Makoto WATANABE
watanabe@zlab.phys.nagoya-u.ac.jp
>How-To-Repeat:

>Fix:
diff -ru dvipsk.orig/patches/patch-aa dvipsk/patches/patch-aa
--- dvipsk.orig/patches/patch-aa	Sun May  3 07:35:08 1998
+++ dvipsk/patches/patch-aa	Sat Jun 27 17:44:01 1998
@@ -9,3 +9,14 @@
  static char strbuffer[LINELENGTH + 20], *strbp = strbuffer ;
  static struct papsiz *finpapsiz ;
  struct papsiz defpapsiz = {
+--- Makefile.in.orig	Sat Feb  8 03:43:07 1997
++++ Makefile.in	Sat Jun 27 17:41:51 1998
+@@ -31,7 +31,7 @@
+ 	  (cd $$d && $(MAKE) $(makeargs) $@); else true; fi; done
+ 
+ install install-data install-exec:
+-	for d in kpathsea $(programs); do if test -d $$d; then \
++	for d in $(programs); do if test -d $$d; then \
+ 	  (cd $$d && $(MAKE) $(installargs) $@); else true; fi; done
+ 
+ # Other standard targets for everything.

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806282208.PAA16001>