Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2004 13:11:58 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jkoshy@FreeBSD.org
Subject:   ports/71842: [PATCH] www/wsmake: unbreak on 5.x
Message-ID:  <20040918051158.79AF03E9CD4@utopia.leeym.com>
Resent-Message-ID: <200409180520.i8I5K57p011324@freefall.freebsd.org>

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

>Number:         71842
>Category:       ports
>Synopsis:       [PATCH] www/wsmake: unbreak on 5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 18 05:20:04 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004
>Description:

- add REINPLACE unbreak this port on 5.x
- utilize DOCSDIR and EXAMPLESDIR

Port maintainer (jkoshy@freebsd.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:

http://pointyhat.freebsd.org/errorlogs/i386-5-latest/wsmake-0.6.4.log

>Fix:

--- wsmake-0.6.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/wsmake/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	4 Jun 2003 22:43:37 -0000	1.5
+++ Makefile	18 Sep 2004 05:09:50 -0000
@@ -22,31 +22,27 @@
 
 USE_BZIP2=	YES
 GNU_CONFIGURE=	YES
+USE_REINPLACE=	YES
 
 WSMAKE_MASTER_SITE=	http://www.wsmake.org
-WSMAKE_DOCDIR=	${PREFIX}/share/doc/wsmake
-WSMAKE_EXDIR=	${PREFIX}/share/examples/wsmake
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not compile (bad C++ code)"
-.endif
+post-patch:
+	@${REINPLACE_CMD} -e 's,void\*,char\*,g' ${WRKSRC}/libwsmake/wsUtil.cpp
 
 # Install examples and optional documentation.
 post-install:
-	${MKDIR} ${WSMAKE_EXDIR}
-	cd ${WSMAKE_EXDIR} && \
+	${MKDIR} ${EXAMPLESDIR}
+	cd ${EXAMPLESDIR} && \
 		 ${TAR} -xzf ${_DISTDIR}/examples.tar.gz --exclude '*/CVS/*'
 .for ex in 1 2 3 4 5 6 7 8 9 10 11 12 13
-	${MV} ${WSMAKE_EXDIR}/examples/ex${ex} ${WSMAKE_EXDIR}
+	${MV} ${EXAMPLESDIR}/examples/ex${ex} ${EXAMPLESDIR}
 .endfor
-	${RM} -rf ${WSMAKE_EXDIR}/examples
+	${RM} -rf ${EXAMPLESDIR}/examples
 .ifndef NOPORTDOCS
-	${MKDIR} ${WSMAKE_DOCDIR}
-	cd ${WSMAKE_DOCDIR} && \
+	${MKDIR} ${DOCSDIR}
+	cd ${DOCSDIR} && \
 		${TAR} -xzf ${_DISTDIR}/user-manual-html.tar.gz
-	${LN} ${WSMAKE_DOCDIR}/user-manual/book1.html ${WSMAKE_DOCDIR}/user-manual/index.html
+	${LN} ${DOCSDIR}/user-manual/book1.html ${DOCSDIR}/user-manual/index.html
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/www/wsmake/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	31 May 2002 10:09:26 -0000	1.1
+++ pkg-plist	18 Sep 2004 05:09:50 -0000
@@ -1,178 +1,178 @@
 bin/wsmake
-share/examples/wsmake/ex1/README
-share/examples/wsmake/ex1/ex1.final.ws
-share/examples/wsmake/ex1/ex1.ws
-share/examples/wsmake/ex1/docs/.cvsignore
-share/examples/wsmake/ex1/docs/.keepme
-share/examples/wsmake/ex1/html/about.html
-share/examples/wsmake/ex1/html/help.html
-share/examples/wsmake/ex1/html/index.html
-share/examples/wsmake/ex2/README
-share/examples/wsmake/ex2/ex2.final.ws
-share/examples/wsmake/ex2/ex2.ws
-share/examples/wsmake/ex2/html/about.html
-share/examples/wsmake/ex2/html/help.html
-share/examples/wsmake/ex2/html/index.html
-share/examples/wsmake/ex3/README
-share/examples/wsmake/ex3/ex3.final.ws
-share/examples/wsmake/ex3/ex3.ws
-share/examples/wsmake/ex3/html/about.html
-share/examples/wsmake/ex3/html/help.html
-share/examples/wsmake/ex3/html/index.html
-share/examples/wsmake/ex4/README
-share/examples/wsmake/ex4/ex4.final.ws
-share/examples/wsmake/ex4/ex4.ws
-share/examples/wsmake/ex4/html/about.html
-share/examples/wsmake/ex4/html/help.html
-share/examples/wsmake/ex4/html/index.html
-share/examples/wsmake/ex4/templates/footer.html
-share/examples/wsmake/ex4/templates/header.html
-share/examples/wsmake/ex5/README
-share/examples/wsmake/ex5/ex5.final.ws
-share/examples/wsmake/ex5/ex5.ws
-share/examples/wsmake/ex5/html/about.html
-share/examples/wsmake/ex5/html/help.html
-share/examples/wsmake/ex5/html/index.html
-share/examples/wsmake/ex5/html/linuxlinks.txt
-share/examples/wsmake/ex5/html/mikeslinks.txt
-share/examples/wsmake/ex5/html/incdirtest/index.html
-share/examples/wsmake/ex5/includes/linuxlinks.txt
-share/examples/wsmake/ex5/templates/footer.html
-share/examples/wsmake/ex5/templates/header.html
-share/examples/wsmake/ex6/README
-share/examples/wsmake/ex6/ex6.ws
-share/examples/wsmake/ex6/html/about.html
-share/examples/wsmake/ex6/html/help.html
-share/examples/wsmake/ex6/html/index.html
-share/examples/wsmake/ex6/html/linuxlinks.txt
-share/examples/wsmake/ex6/templates/footer.html
-share/examples/wsmake/ex6/templates/header.html
-share/examples/wsmake/ex6/templates/menu.html
-share/examples/wsmake/ex7/README
-share/examples/wsmake/ex7/ex7-2.ws
-share/examples/wsmake/ex7/ex7.ws
-share/examples/wsmake/ex7/html/about.html
-share/examples/wsmake/ex7/html/help.html
-share/examples/wsmake/ex7/html/index.html
-share/examples/wsmake/ex7/html/linuxlinks.txt
-share/examples/wsmake/ex7/templates/footer.html
-share/examples/wsmake/ex7/templates/header.html
-share/examples/wsmake/ex7/templates/menu.html
-share/examples/wsmake/ex8/README
-share/examples/wsmake/ex8/ex8.ws
-share/examples/wsmake/ex8/html/index.cgi
-share/examples/wsmake/ex8/templates/footer.html
-share/examples/wsmake/ex8/templates/header.html
-share/examples/wsmake/ex9/README
-share/examples/wsmake/ex9/ex9.ws
-share/examples/wsmake/ex9/myparser.pl
-share/examples/wsmake/ex9/html/about.html
-share/examples/wsmake/ex9/html/binary.file
-share/examples/wsmake/ex9/html/help.html
-share/examples/wsmake/ex9/html/index.html
-share/examples/wsmake/ex10/README
-share/examples/wsmake/ex10/ex10.ws
-share/examples/wsmake/ex10/html/index.html
-share/examples/wsmake/ex10/templates/header.html
-share/examples/wsmake/ex11/README
-share/examples/wsmake/ex11/ex11.ws
-share/examples/wsmake/ex11/html/external.html
-share/examples/wsmake/ex11/html/external2.html
-share/examples/wsmake/ex11/html/news/archive.html
-share/examples/wsmake/ex11/html/news/index.html
-share/examples/wsmake/ex11/html/news/search.html
-share/examples/wsmake/ex11/templates/footer.html
-share/examples/wsmake/ex11/templates/header.html
-share/examples/wsmake/ex12/README
-share/examples/wsmake/ex12/depend1.txt
-share/examples/wsmake/ex12/ex12.ws
-share/examples/wsmake/ex12/html/about.html
-share/examples/wsmake/ex12/html/depend2.txt
-share/examples/wsmake/ex12/html/help.html
-share/examples/wsmake/ex12/html/index.html
-share/examples/wsmake/ex13/README
-share/examples/wsmake/ex13/ex13.ws
-share/examples/wsmake/ex13/pagegroup.wsc
-share/examples/wsmake/ex13/pagegroup_config.wsc
-share/examples/wsmake/ex13/pages.wsc
-share/examples/wsmake/ex13/website.wsc
-share/examples/wsmake/ex13/html/index.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/book1.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/ln55.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/f57.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/c76.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x103.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/c181.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x386.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/c459.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x504.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/c1021.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1028.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1032.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1036.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1040.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1045.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1049.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1053.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1059.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1063.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1067.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1071.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/x1075.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/c1079.html
-%%PORTDOCS%%share/doc/wsmake/user-manual/docbook.css
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/caution.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/home.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/important.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/next.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/note.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/prev.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/tip.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/toc-blank.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/toc-minus.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/toc-plus.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/up.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/stylesheet-images/warning.gif
-%%PORTDOCS%%share/doc/wsmake/user-manual/configlayout.jpg
-%%PORTDOCS%%share/doc/wsmake/user-manual/index.html
-@dirrm share/examples/wsmake/ex1/docs
-@dirrm share/examples/wsmake/ex1/html
-@dirrm share/examples/wsmake/ex1
-@dirrm share/examples/wsmake/ex2/html
-@dirrm share/examples/wsmake/ex2
-@dirrm share/examples/wsmake/ex3/html
-@dirrm share/examples/wsmake/ex3
-@dirrm share/examples/wsmake/ex4/html
-@dirrm share/examples/wsmake/ex4/templates
-@dirrm share/examples/wsmake/ex4
-@dirrm share/examples/wsmake/ex5/html/incdirtest
-@dirrm share/examples/wsmake/ex5/html
-@dirrm share/examples/wsmake/ex5/includes
-@dirrm share/examples/wsmake/ex5/templates
-@dirrm share/examples/wsmake/ex5
-@dirrm share/examples/wsmake/ex6/html
-@dirrm share/examples/wsmake/ex6/templates
-@dirrm share/examples/wsmake/ex6
-@dirrm share/examples/wsmake/ex7/html
-@dirrm share/examples/wsmake/ex7/templates
-@dirrm share/examples/wsmake/ex7
-@dirrm share/examples/wsmake/ex8/html
-@dirrm share/examples/wsmake/ex8/templates
-@dirrm share/examples/wsmake/ex8
-@dirrm share/examples/wsmake/ex9/html
-@dirrm share/examples/wsmake/ex9
-@dirrm share/examples/wsmake/ex10/html
-@dirrm share/examples/wsmake/ex10/templates
-@dirrm share/examples/wsmake/ex10
-@dirrm share/examples/wsmake/ex11/html/news
-@dirrm share/examples/wsmake/ex11/html
-@dirrm share/examples/wsmake/ex11/templates
-@dirrm share/examples/wsmake/ex11
-@dirrm share/examples/wsmake/ex12/html
-@dirrm share/examples/wsmake/ex12
-@dirrm share/examples/wsmake/ex13/html
-@dirrm share/examples/wsmake/ex13
-@dirrm share/examples/wsmake
-@dirrm share/doc/wsmake/user-manual/stylesheet-images
-@dirrm share/doc/wsmake/user-manual
-@dirrm share/doc/wsmake
+%%EXAMPLESDIR%%/ex1/README
+%%EXAMPLESDIR%%/ex1/ex1.final.ws
+%%EXAMPLESDIR%%/ex1/ex1.ws
+%%EXAMPLESDIR%%/ex1/docs/.cvsignore
+%%EXAMPLESDIR%%/ex1/docs/.keepme
+%%EXAMPLESDIR%%/ex1/html/about.html
+%%EXAMPLESDIR%%/ex1/html/help.html
+%%EXAMPLESDIR%%/ex1/html/index.html
+%%EXAMPLESDIR%%/ex2/README
+%%EXAMPLESDIR%%/ex2/ex2.final.ws
+%%EXAMPLESDIR%%/ex2/ex2.ws
+%%EXAMPLESDIR%%/ex2/html/about.html
+%%EXAMPLESDIR%%/ex2/html/help.html
+%%EXAMPLESDIR%%/ex2/html/index.html
+%%EXAMPLESDIR%%/ex3/README
+%%EXAMPLESDIR%%/ex3/ex3.final.ws
+%%EXAMPLESDIR%%/ex3/ex3.ws
+%%EXAMPLESDIR%%/ex3/html/about.html
+%%EXAMPLESDIR%%/ex3/html/help.html
+%%EXAMPLESDIR%%/ex3/html/index.html
+%%EXAMPLESDIR%%/ex4/README
+%%EXAMPLESDIR%%/ex4/ex4.final.ws
+%%EXAMPLESDIR%%/ex4/ex4.ws
+%%EXAMPLESDIR%%/ex4/html/about.html
+%%EXAMPLESDIR%%/ex4/html/help.html
+%%EXAMPLESDIR%%/ex4/html/index.html
+%%EXAMPLESDIR%%/ex4/templates/footer.html
+%%EXAMPLESDIR%%/ex4/templates/header.html
+%%EXAMPLESDIR%%/ex5/README
+%%EXAMPLESDIR%%/ex5/ex5.final.ws
+%%EXAMPLESDIR%%/ex5/ex5.ws
+%%EXAMPLESDIR%%/ex5/html/about.html
+%%EXAMPLESDIR%%/ex5/html/help.html
+%%EXAMPLESDIR%%/ex5/html/index.html
+%%EXAMPLESDIR%%/ex5/html/linuxlinks.txt
+%%EXAMPLESDIR%%/ex5/html/mikeslinks.txt
+%%EXAMPLESDIR%%/ex5/html/incdirtest/index.html
+%%EXAMPLESDIR%%/ex5/includes/linuxlinks.txt
+%%EXAMPLESDIR%%/ex5/templates/footer.html
+%%EXAMPLESDIR%%/ex5/templates/header.html
+%%EXAMPLESDIR%%/ex6/README
+%%EXAMPLESDIR%%/ex6/ex6.ws
+%%EXAMPLESDIR%%/ex6/html/about.html
+%%EXAMPLESDIR%%/ex6/html/help.html
+%%EXAMPLESDIR%%/ex6/html/index.html
+%%EXAMPLESDIR%%/ex6/html/linuxlinks.txt
+%%EXAMPLESDIR%%/ex6/templates/footer.html
+%%EXAMPLESDIR%%/ex6/templates/header.html
+%%EXAMPLESDIR%%/ex6/templates/menu.html
+%%EXAMPLESDIR%%/ex7/README
+%%EXAMPLESDIR%%/ex7/ex7-2.ws
+%%EXAMPLESDIR%%/ex7/ex7.ws
+%%EXAMPLESDIR%%/ex7/html/about.html
+%%EXAMPLESDIR%%/ex7/html/help.html
+%%EXAMPLESDIR%%/ex7/html/index.html
+%%EXAMPLESDIR%%/ex7/html/linuxlinks.txt
+%%EXAMPLESDIR%%/ex7/templates/footer.html
+%%EXAMPLESDIR%%/ex7/templates/header.html
+%%EXAMPLESDIR%%/ex7/templates/menu.html
+%%EXAMPLESDIR%%/ex8/README
+%%EXAMPLESDIR%%/ex8/ex8.ws
+%%EXAMPLESDIR%%/ex8/html/index.cgi
+%%EXAMPLESDIR%%/ex8/templates/footer.html
+%%EXAMPLESDIR%%/ex8/templates/header.html
+%%EXAMPLESDIR%%/ex9/README
+%%EXAMPLESDIR%%/ex9/ex9.ws
+%%EXAMPLESDIR%%/ex9/myparser.pl
+%%EXAMPLESDIR%%/ex9/html/about.html
+%%EXAMPLESDIR%%/ex9/html/binary.file
+%%EXAMPLESDIR%%/ex9/html/help.html
+%%EXAMPLESDIR%%/ex9/html/index.html
+%%EXAMPLESDIR%%/ex10/README
+%%EXAMPLESDIR%%/ex10/ex10.ws
+%%EXAMPLESDIR%%/ex10/html/index.html
+%%EXAMPLESDIR%%/ex10/templates/header.html
+%%EXAMPLESDIR%%/ex11/README
+%%EXAMPLESDIR%%/ex11/ex11.ws
+%%EXAMPLESDIR%%/ex11/html/external.html
+%%EXAMPLESDIR%%/ex11/html/external2.html
+%%EXAMPLESDIR%%/ex11/html/news/archive.html
+%%EXAMPLESDIR%%/ex11/html/news/index.html
+%%EXAMPLESDIR%%/ex11/html/news/search.html
+%%EXAMPLESDIR%%/ex11/templates/footer.html
+%%EXAMPLESDIR%%/ex11/templates/header.html
+%%EXAMPLESDIR%%/ex12/README
+%%EXAMPLESDIR%%/ex12/depend1.txt
+%%EXAMPLESDIR%%/ex12/ex12.ws
+%%EXAMPLESDIR%%/ex12/html/about.html
+%%EXAMPLESDIR%%/ex12/html/depend2.txt
+%%EXAMPLESDIR%%/ex12/html/help.html
+%%EXAMPLESDIR%%/ex12/html/index.html
+%%EXAMPLESDIR%%/ex13/README
+%%EXAMPLESDIR%%/ex13/ex13.ws
+%%EXAMPLESDIR%%/ex13/pagegroup.wsc
+%%EXAMPLESDIR%%/ex13/pagegroup_config.wsc
+%%EXAMPLESDIR%%/ex13/pages.wsc
+%%EXAMPLESDIR%%/ex13/website.wsc
+%%EXAMPLESDIR%%/ex13/html/index.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/book1.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/ln55.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/f57.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/c76.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x103.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/c181.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x386.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/c459.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x504.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/c1021.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1028.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1032.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1036.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1040.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1045.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1049.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1053.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1059.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1063.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1067.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1071.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/x1075.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/c1079.html
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/docbook.css
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/caution.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/home.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/important.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/next.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/note.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/prev.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/tip.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/toc-blank.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/toc-minus.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/toc-plus.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/up.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/stylesheet-images/warning.gif
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/configlayout.jpg
+%%PORTDOCS%%%%DOCSDIR%%/user-manual/index.html
+@dirrm %%EXAMPLESDIR%%/ex1/docs
+@dirrm %%EXAMPLESDIR%%/ex1/html
+@dirrm %%EXAMPLESDIR%%/ex1
+@dirrm %%EXAMPLESDIR%%/ex2/html
+@dirrm %%EXAMPLESDIR%%/ex2
+@dirrm %%EXAMPLESDIR%%/ex3/html
+@dirrm %%EXAMPLESDIR%%/ex3
+@dirrm %%EXAMPLESDIR%%/ex4/html
+@dirrm %%EXAMPLESDIR%%/ex4/templates
+@dirrm %%EXAMPLESDIR%%/ex4
+@dirrm %%EXAMPLESDIR%%/ex5/html/incdirtest
+@dirrm %%EXAMPLESDIR%%/ex5/html
+@dirrm %%EXAMPLESDIR%%/ex5/includes
+@dirrm %%EXAMPLESDIR%%/ex5/templates
+@dirrm %%EXAMPLESDIR%%/ex5
+@dirrm %%EXAMPLESDIR%%/ex6/html
+@dirrm %%EXAMPLESDIR%%/ex6/templates
+@dirrm %%EXAMPLESDIR%%/ex6
+@dirrm %%EXAMPLESDIR%%/ex7/html
+@dirrm %%EXAMPLESDIR%%/ex7/templates
+@dirrm %%EXAMPLESDIR%%/ex7
+@dirrm %%EXAMPLESDIR%%/ex8/html
+@dirrm %%EXAMPLESDIR%%/ex8/templates
+@dirrm %%EXAMPLESDIR%%/ex8
+@dirrm %%EXAMPLESDIR%%/ex9/html
+@dirrm %%EXAMPLESDIR%%/ex9
+@dirrm %%EXAMPLESDIR%%/ex10/html
+@dirrm %%EXAMPLESDIR%%/ex10/templates
+@dirrm %%EXAMPLESDIR%%/ex10
+@dirrm %%EXAMPLESDIR%%/ex11/html/news
+@dirrm %%EXAMPLESDIR%%/ex11/html
+@dirrm %%EXAMPLESDIR%%/ex11/templates
+@dirrm %%EXAMPLESDIR%%/ex11
+@dirrm %%EXAMPLESDIR%%/ex12/html
+@dirrm %%EXAMPLESDIR%%/ex12
+@dirrm %%EXAMPLESDIR%%/ex13/html
+@dirrm %%EXAMPLESDIR%%/ex13
+@dirrm %%EXAMPLESDIR%%
+@dirrm %%DOCSDIR%%/user-manual/stylesheet-images
+@dirrm %%DOCSDIR%%/user-manual
+@dirrm %%DOCSDIR%%
--- wsmake-0.6.4.patch ends here ---

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



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