From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 29 20:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F1D95AE5 for ; Sat, 29 Jun 2013 20:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BE4C0139C for ; Sat, 29 Jun 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5TKU11N029283 for ; Sat, 29 Jun 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5TKU1PD029282; Sat, 29 Jun 2013 20:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 29 Jun 2013 20:30:01 GMT Resent-Message-Id: <201306292030.r5TKU1PD029282@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, Erick Turnquist Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1831F943 for ; Sat, 29 Jun 2013 20:20:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 0AE6E1359 for ; Sat, 29 Jun 2013 20:20:22 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5TKKLi1022204 for ; Sat, 29 Jun 2013 20:20:21 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5TKKLOO022191; Sat, 29 Jun 2013 20:20:21 GMT (envelope-from nobody) Message-Id: <201306292020.r5TKKLOO022191@oldred.freebsd.org> Date: Sat, 29 Jun 2013 20:20:21 GMT From: Erick Turnquist To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180103: tevent attempts to install to /usr/local rather than PREFIX X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2013 20:30:02 -0000 >Number: 180103 >Category: ports >Synopsis: tevent attempts to install to /usr/local rather than PREFIX >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 29 20:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Erick Turnquist >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD pkg-test 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #2: Wed Jun 19 20:34:32 UTC 2013 root@rhea:/usr/obj/usr/src/sys/GENERIC amd64 >Description: My make.conf contains: PREFIX=/usr/pkg LOCALBASE=/usr/pkg the tevent 'make install' attempts to install to /usr/local >How-To-Repeat: Set a non-default PREFIX and make -C /usr/ports/devel/tevent install >Fix: Patch to add --prefix to the configure args is attached. Patch attached with submission follows: --- /usr/ports/devel/tevent/Makefile.orig 2013-06-29 16:03:41.812964389 -0400 +++ /usr/ports/devel/tevent/Makefile 2013-06-29 16:04:07.598789009 -0400 @@ -44,7 +44,7 @@ CONFIGURE_ENV+= NOCOLOR=yes MAKE_ENV+= NOCOLOR=yes -CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man +CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man --prefix=${PREFIX} BUILD_DEPENDS+= talloc>=2.0.8:${PORTSDIR}/devel/talloc RUN_DEPENDS:= ${BUILD_DEPENDS} >Release-Note: >Audit-Trail: >Unformatted: