From nobody  Sun Jun 28 15:08:01 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id PAA16001;
          Sun, 28 Jun 1998 15:08:01 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199806282208.PAA16001@hub.freebsd.org>
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: ja-dvipsk port has install problem
X-Send-Pr-Version: www-1.0

>Number:         7103
>Category:       ports
>Synopsis:       ja-dvipsk port has install problem
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 28 15:10:01 PDT 1998
>Closed-Date:    Fri Jul 3 16:15:02 PDT 1998
>Last-Modified:  Fri Jul  3 16:16:40 PDT 1998
>Originator:     Makoto Watanabe
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
Z-lab. Division of Particle and Astrophysical Sciences, Nagoya Univ. JAPAN
>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.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Fri Jul 3 16:15:02 PDT 1998 
State-Changed-Why:  
Suggested patch applied, thanks! 
>Unformatted:
