Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 1998 17:20:03 -0800 (PST)
From:      Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
To:        freebsd-bugs
Subject:   Re: gnu/672: Nor all ph headers get created
Message-ID:  <199802210120.RAA20244@hub.freebsd.org>

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

From: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
To: freebsd-gnats-submit@freebsd.org, paul@netcraft.co.uk
Cc: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
Subject: Re: gnu/672: Nor all ph headers get created
Date: Sat, 21 Feb 1998 10:13:43 +0900

 ----Next_Part(Sat_Feb_21_10:10:18_1998)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 
   'ports/lang/perl5' version of this problem was fixed by PR
 ports/5738. (see "http://www.freebsd.org/cgi/cvsweb.cgi/ports/
 lang/perl5/Makefile.diff?r1=1.22&r2=1.23")
 
   I think same patch should be applied.
 
 
 Jun Kuriyama // kuriyama@opt.phys.waseda.ac.jp
             // "Open PR" reducing campaign
 
 ----Next_Part(Sat_Feb_21_10:10:18_1998)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/src/gnu/usr.bin/perl/x2p/Makefile,v
 retrieving revision 1.10
 diff -u -r1.10 Makefile
 --- Makefile	1996-09-17 10:14:18+09	1.10
 +++ Makefile	1998-02-21 10:04:39+09
 @@ -17,7 +17,7 @@
  		${DESTDIR}${BINDIR}
  
  afterinstall:
 -	(DESTDIR=${DESTDIR}; cd ${DESTDIR}/usr/include; ${BINDIR}/h2ph * sys/*)
 +	(DESTDIR=${DESTDIR}; cd ${DESTDIR}/usr/include; ${BINDIR}/h2ph * machine/* sys/*)
  
  .include "../../Makefile.inc"
  .include <bsd.prog.mk>
 
 ----Next_Part(Sat_Feb_21_10:10:18_1998)----

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



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