ports/117686: print/fontforge : extract fails when building with NOPORTDOCS=yes

Naram Qashat cyberbotx at cyberbotx.com
Wed Oct 31 04:45:32 UTC 2007


That patch is alright.  I could've sworn I tested for that condition, but 
apparently I didn't, so good catch.

Naram Qashat

Olivier SMEDTS wrote:
> The following reply was made to PR ports/117686; it has been noted by GNATS.
> 
> From: "Olivier SMEDTS" <olivier at gid0.org>
> To: bug-followup at FreeBSD.org
> Cc:  
> Subject: Re: ports/117686: print/fontforge : extract fails when building with NOPORTDOCS=yes
> Date: Tue, 30 Oct 2007 21:03:34 +0100
> 
>  In fact, all post-extract should be enclosed by if !defined(NOPORTDOCS) :
>  
>  --- /tmp/Makefile       2007-10-30 21:00:26.000000000 +0100
>  +++ /usr/ports/print/fontforge/Makefile 2007-10-30 18:32:42.000000000 +0100
>  @@ -84,6 +84,7 @@
>          @${ECHO_MSG} ""
>   .endif
>  
>  +.if !defined(NOPORTDOCS)
>   post-extract:
>          ${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap
>          for doc in ${DOCFILES} ; \
>  @@ -91,6 +92,7 @@
>          done
>          ${TAR} -xzC ${WRKSRC}/cidmap -f ${WRKDIR}/html/cidmaps.tgz
>          ${RM} ${WRKDIR}/html/cidmaps.tgz
>  +.endif
>  
>   .if !defined(FONTFORGE_NO_PLUGINS)
>   post-build:
>  
>  -- 
>  Olivier Smedts                                                 _
>                                          ASCII ribbon campaign ( )
>  e-mail: olivier at gid0.org        - against HTML email & vCards  X
>  www: http://www.gid0.org    - against proprietary attachments / \
>  
>    "Il y a seulement 10 sortes de gens dans le monde :
>    ceux qui comprennent le binaire,
>    et ceux qui ne le comprennent pas."
> _______________________________________________
> freebsd-ports-bugs at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
> To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe at freebsd.org"
> 



More information about the freebsd-ports-bugs mailing list