Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 02:10:12 -0700 (PDT)
From:      Foxfair Hu <foxfair@drago.fomokka.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/56163: [PATCH] textproc/p5-XML-SimpleObject: fix bento build error
Message-ID:  <200309020910.h829AC2Z091599@freefall.freebsd.org>

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

From: Foxfair Hu <foxfair@drago.fomokka.net>
To: freebsd-gnats-submit@FreeBSD.org, lars@thegler.dk
Cc:  
Subject: Re: ports/56163: [PATCH] textproc/p5-XML-SimpleObject: fix bento build error
Date: Tue, 2 Sep 2003 17:05:13 +0800

 --4Ckj6UjgE2iN1+kY
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hello Lars,
 
   I have a similar patch for this problem, which also passed portlint
 check and do the right thing on the fly. How about this one? I'll create
 a slave port for XML::SimpleObject::LibXML separately:
 
 
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D
 diff -ruN /usr/ports/textproc/p5-XML-SimpleObject/Makefile ./Makefile
 --- /usr/ports/textproc/p5-XML-SimpleObject/Makefile	Mon Aug 25 17:34:15 20=
 03
 +++ ./Makefile	Tue Sep  2 16:57:17 2003
 @@ -7,19 +7,21 @@
 =20
  PORTNAME=3D	XML-SimpleObject
  PORTVERSION=3D	0.53
 +PORTREVISION=3D	1
  CATEGORIES=3D	textproc perl5
  MASTER_SITES=3D	${MASTER_SITE_PERL_CPAN}
  MASTER_SITE_SUBDIR=3D	XML
  PKGNAMEPREFIX=3D	p5-
 =20
 -WRKSRC?=3D	${WRKDIR}/${PORTNAME}${PORTVERSION}
 -
  MAINTAINER=3D	ports@FreeBSD.org
  COMMENT=3D	API for accessing the structure of an XML document
 =20
 -BUILD_DEPENDS=3D	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}=
 /XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
 +BUILD_DEPENDS=3D	${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textp=
 roc/p5-XML-Parser
 +
 +WRKSRC?=3D        ${WRKDIR}/${PORTNAME}${PORTVERSION}
 =20
  PERL_CONFIGURE=3D	YES
 +CONFIGURE_ARGS+=3D	DIR=3D'Enhanced'
 =20
  MAN3=3D		XML::SimpleObject.3
  MANPREFIX=3D	${PREFIX}/lib/perl5/${PERL_VERSION}
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D
 
 
 foxfair
 
 
 --4Ckj6UjgE2iN1+kY
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.3 (FreeBSD)
 
 iD8DBQE/VF1J1VNL1U6bylkRAhKjAJ9Bx2Ox9DiAgCyr1pg39OWtIybx3gCcDqFi
 lgmQLCLOKIzFEGMpJ3YWfFM=
 =aRTq
 -----END PGP SIGNATURE-----
 
 --4Ckj6UjgE2iN1+kY--



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