From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 30 05:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6059F1065673 for ; Fri, 30 Jan 2009 05:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B1E88FC1E for ; Fri, 30 Jan 2009 05:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0U5o2fg050893 for ; Fri, 30 Jan 2009 05:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0U5o2A3050892; Fri, 30 Jan 2009 05:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 30 Jan 2009 05:50:02 GMT Resent-Message-Id: <200901300550.n0U5o2A3050892@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DC19106566C for ; Fri, 30 Jan 2009 05:40:49 +0000 (UTC) (envelope-from gslin@staff.pixnet.tw) Received: from staff.pixnet.tw (60-199-248-144.static.tfn.net.tw [60.199.248.144]) by mx1.freebsd.org (Postfix) with ESMTP id 061C98FC13 for ; Fri, 30 Jan 2009 05:40:48 +0000 (UTC) (envelope-from gslin@staff.pixnet.tw) Received: from staff.pixnet.tw (gslin@localhost [127.0.0.1]) by staff.pixnet.tw (8.14.3/8.14.3) with ESMTP id n0U5elIv018951; Fri, 30 Jan 2009 13:40:47 +0800 (CST) (envelope-from gslin@staff.pixnet.tw) Received: (from gslin@localhost) by staff.pixnet.tw (8.14.3/8.14.3/Submit) id n0U5eki9018950; Fri, 30 Jan 2009 13:40:46 +0800 (CST) (envelope-from gslin) Message-Id: <200901300540.n0U5eki9018950@staff.pixnet.tw> Date: Fri, 30 Jan 2009 13:40:46 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org, skv@FreeBSD.org Subject: ports/131147: [PATCH] textproc/p5-XML-LibXSLT: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2009 05:50:02 -0000 >Number: 131147 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-LibXSLT: Fix build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 30 05:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD staff.pixnet.tw 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Fri Jan 30 06:37:38 CST 2009 >Description: - Build error in my environment: ===> Configuring for p5-XML-LibXSLT-1.68 looking for -lxslt... no libxslt not found Try setting LIBS and INC values on the command line Or get libxslt and libxml2 from http://www.libxml.org/ If you install via RPMs, make sure you also install the -devel RPMs, as this is where the headers (.h files) are. Can't open Makefile: No such file or directory. - Add LIBS to CONFIGURE_ARGS will fix this. Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-XML-LibXSLT-1.68.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-LibXSLT/Makefile /usr/home/admin/gslin/work/ports/p5-XML-LibXSLT/Makefile --- /usr/ports/textproc/p5-XML-LibXSLT/Makefile 2008-11-30 18:19:02.000000000 +0800 +++ /usr/home/admin/gslin/work/ports/p5-XML-LibXSLT/Makefile 2009-01-30 13:38:58.000000000 +0800 @@ -20,7 +20,8 @@ xslt.2:${PORTSDIR}/textproc/libxslt PERL_CONFIGURE= yes -CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' +CONFIGURE_ARGS= INC="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2" \ + LIBS="-L${LOCALBASE}/lib" MAN3= XML::LibXSLT.3 --- p5-XML-LibXSLT-1.68.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: