ports/109920: [PATCH] graphics/graphviz: EXAMPLESDIR should be removed when NOPORTDOCS

Rong-En Fan rafan at FreeBSD.org
Mon Mar 5 14:00:12 UTC 2007


>Number:         109920
>Category:       ports
>Synopsis:       [PATCH] graphics/graphviz: EXAMPLESDIR should be removed when NOPORTDOCS
>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:   Mon Mar 05 14:00:11 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- EXAMPLESDIR should be removed when if NOPORTDOCS=1
- Use tab after space to pet portlint

Port maintainer (dinoex at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- graphviz-2.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/graphics/graphviz/Makefile,v
retrieving revision 1.73
diff -u -u -r1.73 Makefile
--- Makefile	4 Mar 2007 07:02:34 -0000	1.73
+++ Makefile	5 Mar 2007 13:54:43 -0000
@@ -97,7 +97,7 @@
     defined(WITH_RUBY) || defined(WITH_LUA) || defined(WITH_TCL) || defined(WITH_GUILE)
 BUILD_DEPENDS+=		swig1.3:${PORTSDIR}/devel/swig13
 RUN_DEPENDS+=		swig1.3:${PORTSDIR}/devel/swig13
-CONFIGURE_ARGS+= 	--enable-swig
+CONFIGURE_ARGS+=	--enable-swig
 CONFIGURE_ENV+=		SWIG="${LOCALBASE}/bin/swig1.3"
 .else
 CONFIGURE_ARGS+=	--disable-swig
Index: pkg-plist
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/graphics/graphviz/pkg-plist,v
retrieving revision 1.32
diff -u -u -r1.32 pkg-plist
--- pkg-plist	4 Mar 2007 07:02:34 -0000	1.32
+++ pkg-plist	5 Mar 2007 13:54:43 -0000
@@ -441,8 +441,8 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/pathplan_data
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+ at dirrm %%EXAMPLESDIR%%/pathplan_data
+ at dirrm %%EXAMPLESDIR%%
 @exec mkdir -p %D/lib/graphviz/guile
 @exec mkdir -p %D/lib/graphviz/java
 @exec mkdir -p %D/lib/graphviz/ocaml
--- graphviz-2.12.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list