On Thu 2006.10.19 at 07:37 +0900, Mathieu Sauve-Frankel wrote:
> > Cool toy but I had segmentation faults on 3.9 i386. After correcting the
> > booboo all is fine.
>
> here's a revised port. without the graphviz dependency and the old patch.
i prefer the manpage over the html doc...
another question, why remove -g and strip? why not just one over the
other? i'm merely curious.
diff -u -r visitors.orig/Makefile visitors/Makefile
--- visitors.orig/Makefile Wed Oct 18 18:31:41 2006
+++ visitors/Makefile Thu Oct 19 10:28:02 2006
@@ -24,6 +24,7 @@
do-install:
@strip ${WRKSRC}/visitors
${INSTALL_PROGRAM} ${WRKSRC}/visitors ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/visitors.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/visitors
${INSTALL_DATA} ${WRKSRC}/doc.html ${PREFIX}/share/doc/visitors/
diff -u -r visitors.orig/pkg/PLIST visitors/pkg/PLIST
--- visitors.orig/pkg/PLIST Wed Jan 4 09:43:13 2006
+++ visitors/pkg/PLIST Thu Oct 19 10:28:28 2006
@@ -1,4 +1,5 @@
@comment $OpenBSD$
bin/visitors
[EMAIL PROTECTED] man/man1/visitors.1
share/doc/visitors/
share/doc/visitors/doc.html