From owner-freebsd-ports Tue Jul 1 17:30:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA02708 for ports-outgoing; Tue, 1 Jul 1997 17:30:07 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA02695; Tue, 1 Jul 1997 17:30:02 -0700 (PDT) Date: Tue, 1 Jul 1997 17:30:02 -0700 (PDT) Message-Id: <199707020030.RAA02695@hub.freebsd.org> To: freebsd-ports Cc: From: Satoshi Taoka Subject: Re: ports/3990: port japanese/prn: bugfix Reply-To: Satoshi Taoka Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/3990; it has been noted by GNATS. From: Satoshi Taoka 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