From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 17 14:20:10 2012 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 4FE04106566B for ; Fri, 17 Aug 2012 14:20:10 +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 3AB7E8FC08 for ; Fri, 17 Aug 2012 14:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7HEKAnU053829 for ; Fri, 17 Aug 2012 14:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7HEKAbI053828; Fri, 17 Aug 2012 14:20:10 GMT (envelope-from gnats) Date: Fri, 17 Aug 2012 14:20:10 GMT Message-Id: <201208171420.q7HEKAbI053828@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alex Kozlov Cc: Subject: Re: ports/170524: devel/ding-libs fails to build in tinderbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Kozlov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 14:20:10 -0000 The following reply was made to PR ports/170524; it has been noted by GNATS. From: Alex Kozlov To: Rainer Duffner , bug-followup@FreeBSD.org, aweits@rit.edu Cc: Subject: Re: ports/170524: devel/ding-libs fails to build in tinderbox Date: Fri, 17 Aug 2012 17:17:08 +0300 On Tue, Aug 14, 2012 at 05:38:53PM +0200, Rainer Duffner wrote: > Am Sat, 11 Aug 2012 21:43:46 +0300 > schrieb Alex Kozlov : > > > It's because of this construction in port's Makefile: > > > > .if !defined(NOPORTDOCS) > > CONFIGURE_ARGS= --docdir=${DOCSDIR} > > .else > > CONFIGURE_ARGS= --docdir=/dev/null > > .endif > OK, this is obviously not a very good solution. > > But what is the proper way to handle that, actually? You need to patch configure and Makefiles. Or you can wait for stagedir implementation (http://wiki.freebsd.org/ports/StageDir) which will make DOCS knob support very easy. -- Alex