Date: Fri, 12 Apr 2002 23:40:25 -0300 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: Stephen Hilton <nospam@hiltonbsd.com>, freebsd-questions@FreeBSD.ORG, culverk@alpha.yumyumyum.org, matt@aec-01.aecinc.com, freebsd-multimedia@FreeBSD.org Subject: Re: Ogle DVD error in ports (configure problem) Message-ID: <20020413024047.79602.qmail@exxodus.fedaykin.here> In-Reply-To: <1018656536.272.7.camel@gyros.marcuscom.com>; from marcus@marcuscom.com on Fri, Apr 12, 2002 at 09:08:34PM -0300 References: <1018568303.360.1.camel@aec-01.aecinc.com> <20020412165520.N42907-100000@alpha.yumyumyum.org> <20020412181032.40e6658b.nospam@hiltonbsd.com> <1018656536.272.7.camel@gyros.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--w7PDEPdKQumQfZlR Content-Type: multipart/mixed; boundary="Y7xTucakfITjPcLV" Content-Disposition: inline --Y7xTucakfITjPcLV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 12, 2002 at 09:08:34PM -0300, Joe Marcus Clarke wrote: > On Fri, 2002-04-12 at 20:10, Stephen Hilton wrote: > > On Fri, 12 Apr 2002 16:55:34 -0400 (EDT) > > Kenneth Culver <culverk@alpha.yumyumyum.org> wrote: > > > > > > > > configure: exit 1 > > > > (end of "config.log") > > > > *** Error code 1 > > > > > > > > Stop in /usr/ports/graphics/ogle. > > > > *** Error code 1 > > > > > > > > Stop in /usr/ports/graphics/ogle-gui. > > > > > >=20 >=20 > Attached is a patch to fix the problem. Just stick this in > /usr/ports/graphics/ogle/files, and you should be set. I'll run this by > lioux for his approval. I am trying to work a definitive solution for this with libxml2 maintainers. In the mean while, you can use either the patch kindly sent by Marcus or the attached perl regular version of his patch. Nothing will be done to the ogle port for a day or two while we wait for an answer from libxml2 maintainers. Please, do not cross post across lists. If you reply to this message. Do not reply to both -questions and -multimedia. Regards, --=20 Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature --Y7xTucakfITjPcLV Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-ogle:Makefile Content-Transfer-Encoding: quoted-printable --- ogle/Makefile.orig Fri Apr 12 22:52:26 2002 +++ ogle/Makefile Fri Apr 12 23:23:15 2002 @@ -49,6 +49,8 @@ ${WRKSRC}/configure.in .endif @${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|" ${WRKSRC}/scripts/ogle.in + @${PERL} -pi -e 's|(xmlversion.h>)|libxml/\1|' \ + ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} =20 pre-configure: @${TOUCH} `find -E ${WRKSRC} -regex ".*Makefile\.(am|in)"` --Y7xTucakfITjPcLV-- --w7PDEPdKQumQfZlR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8t5quXvSymrg2XlURAlRJAJ4tXcrtv+k5c3FDGhQihIl4pDKpZgCfY1Ch 2GVYiTTuRpjWGL6AyMduU2A= =el61 -----END PGP SIGNATURE----- --w7PDEPdKQumQfZlR-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020413024047.79602.qmail>