Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 1997 17:30:02 -0700 (PDT)
From:      Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
To:        freebsd-ports
Subject:   Re: ports/3990: port japanese/prn: bugfix
Message-ID:  <199707020030.RAA02695@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/3990; it has been noted by GNATS.

From: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
To: max@wide.ad.jp
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/3990: port japanese/prn: bugfix
Date: Wed, 02 Jul 1997 09:19:17 +0900

 > 
 > The advantage of this method is that we can keep the PLIST simple and
 > we don't have to execute ln when doing pkg_{add,install}.
 
 I see. Please apply the following (your) patch to patch-aa.
 
 Thanks.
 
 S. Taoka
 
 > 
 > Index: patches/patch-aa
 > ===================================================================
 > RCS file: /home/ncvs/ports/japanese/prn/patches/patch-aa,v
 > retrieving revision 1.1.1.1
 > diff -u -r1.1.1.1 patch-aa
 > --- patch-aa	1997/06/23 14:31:12	1.1.1.1
 > +++ patch-aa	1997/07/01 08:55:01
 > @@ -1,5 +1,5 @@
 >  *** Makefile.orig	Wed May 11 17:00:58 1994
 > ---- Makefile	Mon Jun 23 23:15:39 1997
 
 cut cut cut cut
 
 > +  
 > +  $(BINPATH)/cprn: $(BINPATH)/prn
 > +  	if [ $@ ]; then $(RM) $@; fi
 > +! 	$(LN) prn $@
 > +  
 > +  $(BINPATH)/cmt: cmt.c defs.c euc.c reg.y
 > +  	$(MAKE) cmt
 >    	$(INSTALL) -s cmt $(BINPATH)
 >    
 >    $(LIBPATH)/cmtdefs: cmtdefs



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