From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 2 19:30:03 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 1688D106568D for ; Fri, 2 Oct 2009 19:30: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 B0AA98FC17 for ; Fri, 2 Oct 2009 19:30:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n92JU2Nd052740 for ; Fri, 2 Oct 2009 19:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n92JU2nO052732; Fri, 2 Oct 2009 19:30:02 GMT (envelope-from gnats) Resent-Date: Fri, 2 Oct 2009 19:30:02 GMT Resent-Message-Id: <200910021930.n92JU2nO052732@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, Matt Tosto Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1B401065670 for ; Fri, 2 Oct 2009 19:23:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D0DC58FC0C for ; Fri, 2 Oct 2009 19:23:16 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n92JNGrN022671 for ; Fri, 2 Oct 2009 19:23:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n92JNGb5022670; Fri, 2 Oct 2009 19:23:16 GMT (envelope-from nobody) Message-Id: <200910021923.n92JNGb5022670@www.freebsd.org> Date: Fri, 2 Oct 2009 19:23:16 GMT From: Matt Tosto To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139315: [MAINTAINER] audio/liblastfm - fix build with custom PREFIX 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, 02 Oct 2009 19:30:03 -0000 >Number: 139315 >Category: ports >Synopsis: [MAINTAINER] audio/liblastfm - fix build with custom PREFIX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 02 19:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matt Tosto >Release: >Organization: >Environment: >Description: Build failed when custom PREFIX was set due to an incorrect formatting of the CONFIGURE_ARGS in the port Makefile. Small attached patch corrects this issue. I'm not entirely sure if ${PREFIX} or ${LOCALBASE} is the proper substitution to use in the Makefile. Confirmation of this would be appreciated. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -U3 -r ../liblastfm/Makefile /usr/ports/audio/liblastfm/Makefile --- ../liblastfm/Makefile 2009-10-01 10:44:58.000000000 -0500 +++ /usr/ports/audio/liblastfm/Makefile 2009-09-08 08:45:41.000000000 -0500 @@ -23,7 +23,7 @@ QT_COMPONENTS= corelib xml network sql gui qtestlib \ qmake_build moc_build rcc_build uic_build HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix ${LOCALBASE} --release +CONFIGURE_ARGS+= -release MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes >Release-Note: >Audit-Trail: >Unformatted: