Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  2 Jun 2005 20:57:58 +0800 (CST)
From:      Li-Lun Wang (Leland Wang) <llwang@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81808: Fix the WITH_BOOK option of devel/subversion
Message-ID:  <20050602125758.91DC3462CF@infor.ck.tp.edu.tw>
Resent-Message-ID: <200506021300.j52D0GTi088838@freefall.freebsd.org>

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

>Number:         81808
>Category:       ports
>Synopsis:       Fix the WITH_BOOK option of devel/subversion
>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:   Thu Jun 02 13:00:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Li-Lun Wang (Leland Wang)
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ll-X31 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Thu Jun  2 01:16:16 CST 2005     root@ll-X31:/usr/obj/usr/src/sys/X31  i386


	
>Description:
The WITH_BOOK knob for devel/subversion is not installing
the svnbook correctly.
	
>How-To-Repeat:
cd /usr/ports/devel/subversion; make -DWITH_BOOK install
	
>Fix:
--- Makefile.orig	Thu Jun  2 20:13:23 2005
+++ Makefile	Thu Jun  2 20:53:24 2005
@@ -340,11 +340,8 @@
 	  ${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
 	done
 .if defined(WITH_BOOK)
-	@${MKDIR} ${DOCSDIR}/book/images
-	cd ${WRKSRC}/doc/book/book ; \
+	cd ${WRKSRC}/doc/book ; \
 	  ${INSTALL_DATA} svn-book.html svn-book.pdf ${DOCSDIR}/book
-	cd ${WRKSRC}/doc/book/book/images ; \
-	  ${INSTALL_DATA} *.png ${DOCSDIR}/book/images
 .endif
 .endif
 .if defined(WITH_PERL)

	


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



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