Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2007 14:36:43 GMT
From:      Artis Caune<Artis.Caune@latnet.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/109392: [PATCH] net/rrdtool - can not build with -DNOPORTDOCS
Message-ID:  <200702211436.l1LEahvI099581@www.freebsd.org>
Resent-Message-ID: <200702211440.l1LEe3bQ058510@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109392
>Category:       ports
>Synopsis:       [PATCH] net/rrdtool - can not build with -DNOPORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 21 14:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Artis Caune
>Release:        6.2
>Organization:
>Environment:
>Description:
..
gmake  install-data-hook
gmake[3]: Entering directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.19/doc'
cd /usr/local/share/doc/rrdtool/html && rm -f index.html && ln -s rrdtool.html index.html
cd: can't cd to /usr/local/share/doc/rrdtool/html
gmake[3]: *** [install-data-hook] Error 2
gmake[3]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.19/doc'
gmake[2]: *** [install-data-am] Error 2
gmake[2]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.19/doc'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory `/usr/ports/net/rrdtool/work/rrdtool-1.2.19/doc'
gmake: *** [install-recursive] Error 1
*** Error code 2

Stop in /usr/ports/net/rrdtool.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	Thu Feb  8 09:54:40 2007
+++ Makefile	Wed Feb 21 16:26:37 2007
@@ -56,7 +56,7 @@
 
 post-extract:
 .if defined(NOPORTDOCS)
-	@${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \
+	@${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA install-data-hook//g' \
 		${WRKSRC}/doc/Makefile.in
 .endif
 

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702211436.l1LEahvI099581>