From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 02:10:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A945716A4C1 for ; Tue, 2 Sep 2003 02:10:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5EE43FEC for ; Tue, 2 Sep 2003 02:10:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h829ACUp091601 for ; Tue, 2 Sep 2003 02:10:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h829AC2Z091599; Tue, 2 Sep 2003 02:10:12 -0700 (PDT) Date: Tue, 2 Sep 2003 02:10:12 -0700 (PDT) Message-Id: <200309020910.h829AC2Z091599@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Foxfair Hu Subject: Re: ports/56163: [PATCH] textproc/p5-XML-SimpleObject: fix bento build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Foxfair Hu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 09:10:15 -0000 The following reply was made to PR ports/56163; it has been noted by GNATS. From: Foxfair Hu 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--