From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 10 05:10:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4FD67A1D for ; Sun, 10 Feb 2013 05:10:03 +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 4269397E for ; Sun, 10 Feb 2013 05:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1A5A2tS037912 for ; Sun, 10 Feb 2013 05:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1A5A2lx037911; Sun, 10 Feb 2013 05:10:02 GMT (envelope-from gnats) Date: Sun, 10 Feb 2013 05:10:02 GMT Message-Id: <201302100510.r1A5A2lx037911@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: John Hein Subject: Re: ports/175621: update net/dhcpcd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Hein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2013 05:10:03 -0000 The following reply was made to PR ports/175621; it has been noted by GNATS. From: John Hein To: Raphael Kubo da Costa Cc: , Roy Marples Subject: Re: ports/175621: update net/dhcpcd Date: Sat, 9 Feb 2013 22:01:17 -0700 Raphael Kubo da Costa wrote at 22:55 +0200 on Feb 3, 2013: > Is the CONFIGURE_ARGS line really necessary? bsd.port.mk already passes > `--mandir=${MANPREFIX}/man' by default. That is only added to CONFIGURE_ARGS if configure --help | grep -- --mandir returns a positive result. However, the configure script that is included in the current dhcpcd distribution does not. It's not a autoconf generated configure script. But it's close (and I want other things that GNU_CONFIGURE in bsd.port.mk provides, such as --prefix and --build for cross builds, etc.). We could just as well use HAS_CONFIGURE instead of GNU_CONFIGURE and provide --prefix, etc., manually in addition to --mandir. But I chose to use GNU_CONFIGURE and add --mandir manually. We could add a comment explaining it since it's a bit abnormal... # current configure script won't trigger the bits in bsd.port.mk to add # --mandir, so do it manually here CONFIGURE_ARGS+= --mandir=${PREFIX}/man No response from maintainer now for a couple weeks.