ports/136427: can't make devel/gwenhywfar

Edward Sanford Sutton, III mirror176 at cox.net
Fri Sep 11 10:50:08 UTC 2009


The following reply was made to PR ports/136427; it has been noted by GNATS.

From: "Edward Sanford Sutton, III" <mirror176 at cox.net>
To: bug-followup at freebsd.org, kungfu_disciple at 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:



More information about the freebsd-ports-bugs mailing list