From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 11 10:50:08 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 390E91065698 for ; Fri, 11 Sep 2009 10:50:08 +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 27E948FC12 for ; Fri, 11 Sep 2009 10:50:08 +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 n8BAo8sc054998 for ; Fri, 11 Sep 2009 10:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8BAo8C2054997; Fri, 11 Sep 2009 10:50:08 GMT (envelope-from gnats) Date: Fri, 11 Sep 2009 10:50:08 GMT Message-Id: <200909111050.n8BAo8C2054997@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Edward Sanford Sutton, III" Cc: Subject: Re: ports/136427: can't make devel/gwenhywfar X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Edward Sanford Sutton, III" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 10:50:08 -0000 The following reply was made to PR ports/136427; it has been noted by GNATS. From: "Edward Sanford Sutton, III" To: bug-followup@freebsd.org, kungfu_disciple@sbcglobal.net Cc: Subject: Re: ports/136427: can't make devel/gwenhywfar Date: Fri, 11 Sep 2009 03:37:07 -0700 It looks like this has been a problem since after gwenhywfar-2.6.2_2 and is only a problem when PORTDOCS is defined. The following patch should get it at least building again but I do not know if the plist is still up to date --- /usr/ports/devel/gwenhywfar/Makefile~ 2009-09-11 02:48:37.000000000 -0700 +++ /usr/ports/devel/gwenhywfar/Makefile 2009-09-11 02:48:55.000000000 -0700 @@ -59,7 +59,7 @@ post-build: .if !defined(NOPORTDOCS) && defined(WITH_PORTDOCS) - @cd ${WRKSRC} && ${MAKE} srcdoc + @cd ${WRKSRC} && ${GMAKE} srcdoc .endif post-install: