Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2006 15:31:26 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97176: [MAINTAINER] graphics/graphviz: fix PLIST
Message-ID:  <1147444286.99381@charon.picobyte.net>
Resent-Message-ID: <200605121440.k4CEe9bf051026@freefall.freebsd.org>

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

>Number:         97176
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/graphviz: fix PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 12 14:40:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:

>Description:

- Add empty directories to pkg-plist

Tinderbox doesn't fail on this kind of thing. :(

>How-To-Repeat:

>Fix:

--- graphviz.diff begins here ---
Index: graphviz/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/graphviz/pkg-plist,v
retrieving revision 1.30
diff -u -r1.30 pkg-plist
--- graphviz/pkg-plist	5 May 2006 09:46:58 -0000	1.30
+++ graphviz/pkg-plist	12 May 2006 14:28:45 -0000
@@ -380,6 +380,11 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/pathplan_data
 %%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+@exec mkdir -p %D/lib/graphviz/guile
+@exec mkdir -p %D/lib/graphviz/java
+@exec mkdir -p %D/lib/graphviz/ocaml
+@exec mkdir -p %D/lib/graphviz/php
+@exec mkdir -p %D/lib/graphviz/sharp
 @dirrm %%DATADIR%%/graphs/directed
 @dirrm %%DATADIR%%/graphs/undirected
 @dirrm %%DATADIR%%/graphs
--- graphviz.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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