Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2001 07:40:09 -0700 (PDT)
From:      Anton Berezin <tobez@tobez.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/27708: p5-XML-Parser doesn't build
Message-ID:  <200105281440.f4SEe9J90469@freefall.freebsd.org>

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

From: Anton Berezin <tobez@tobez.org>
To: mdharnois@home.com, mi@aldan.algebra.com
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/27708: p5-XML-Parser doesn't build
Date: Mon, 28 May 2001 16:31:31 +0200

 On Mon, May 28, 2001 at 08:46:17AM -0500, mdharnois@home.com wrote:
 
 > >Synopsis:       p5-XML-Parser doesn't build
 
 Here is the proper fix.  *IMPORTANT*  Please note, that this is the
 patch to graphics/hdf, *not* to textproc/p5-XML-Parser.  The real
 problem has nothing to do with p5-XML-Parser - you will have the same
 problem with any other p5 port which has an XS part and which uses
 include files from LOCALBASE/include.  graphics/hdf is the real culprit.
 
 --- files/hdf/src/Makefile.orig	Mon May 28 16:23:26 2001
 +++ files/hdf/src/Makefile	Mon May 28 16:24:24 2001
 @@ -49,8 +49,8 @@
  		glist.h  hbitio.h  hchunks.h  hcomp.h  hcompi.h  hconv.h \
  		hdf.h hdfi.h  herr.h hfile.h hkit.h  hlimits.h hntdefs.h \
  		hproto.h hqueue.h htags.h linklist.h maldebug.h mcache.h \
 -		mfan.h mfgr.h mstdio.h patchlevel.h sys_dir_mac.h tbbt.h \
 -		trace.h vattr.h vg.h vgint.h hdf.inc dffunc.inc \
 +		mfan.h mfgr.h mstdio.h sys_dir_mac.h tbbt.h trace.h \
 +		vattr.h vg.h vgint.h hdf.inc dffunc.inc \
  			${PREFIX}/include
  
  .include <bsd.lib.mk>
 --- pkg-plist.orig	Mon May 28 16:23:08 2001
 +++ pkg-plist	Mon May 28 16:24:35 2001
 @@ -67,7 +67,6 @@
  include/mstdio.h
  include/netcdf.h
  include/netcdf.inc
 -include/patchlevel.h
  include/sys_dir_mac.h
  include/tbbt.h
  include/trace.h
 
 For those who already have graphics/hdf installed, the easiest solution
 would be to do
 
    # rm /usr/local/include/patchlevel.h
 
 (or whatever your LOCALBASE are belong to).  :-)
 
 Cheers,
 ^Anton.
 -- 
 May the tuna salad be with you.

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?200105281440.f4SEe9J90469>