From owner-freebsd-ports@FreeBSD.ORG Mon Feb 9 20:29:34 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF29F16A4CE for ; Mon, 9 Feb 2004 20:29:34 -0800 (PST) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EF543D39 for ; Mon, 9 Feb 2004 20:29:34 -0800 (PST) (envelope-from mwm@mired.org) Received: from guru.mired.org ([68.97.54.220]) by lakemtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040210042934.QENN29834.lakemtao05.cox.net@guru.mired.org> for ; Mon, 9 Feb 2004 23:29:34 -0500 Received: (qmail 14081 invoked by uid 100); 10 Feb 2004 04:29:32 -0000 Received: by guru.mired.org (tmda-sendmail, from uid 100); Mon, 09 Feb 2004 22:29:30 -0600 (CST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16424.24104.544937.921024@guru.mired.org> Date: Mon, 9 Feb 2004 22:29:28 -0600 To: ports@freebsd.org X-Mailer: VM 7.17 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/1.0 (Cannonade) Subject: finance/libofx port fails if LOCALBASE is not /usr/local X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 04:29:35 -0000 It fails to find OpenSP during the config, because /usr/local is hardwired into the configure script. The patch for the Makefile is: guru# diff -c Makefile.broken Makefile /usr/ports/finance/libofx *** Makefile.broken Mon Feb 9 22:15:45 2004 --- Makefile Mon Feb 9 22:25:27 2004 *************** *** 20,26 **** USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" ! CONFIGURE_ARGS= --disable-doxygen --disable-dot INSTALLS_SHLIB= yes post-install: --- 20,26 ---- USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" ! CONFIGURE_ARGS= --disable-doxygen --disable-dot --with-opensp-includes=${PREFIX}/include/OpenSP INSTALLS_SHLIB= yes post-install: Thanks, http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information.