- restore missing includes
Reported by: marcus
This commit is contained in:
parent
30e4b53cc9
commit
f3c93005c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197466
2 changed files with 42 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= graphviz
|
||||
PORTVERSION= 2.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics tk84
|
||||
MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \
|
||||
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
|
||||
|
@ -40,6 +41,21 @@ MLINKS= dot.1 circo.1 \
|
|||
dot.1 fdp.1 \
|
||||
dot.1 neato.1 \
|
||||
dot.1 twopi.1
|
||||
FIX_INCLUDE= ast_common.h \
|
||||
lib/cdt/dthdr.h \
|
||||
lib/graph/libgraph.h lib/graph/triefa.h \
|
||||
lib/graph/parser.h lib/graph/agxbuf.h \
|
||||
lib/agraph/aghdr.h lib/agraph/agraph.h \
|
||||
lib/agraph/malloc.h lib/agraph/vmstub.h \
|
||||
lib/agraph/grammar.h \
|
||||
lib/pathplan/tri.h lib/pathplan/pathplan.h \
|
||||
lib/pathplan/pathutil.h lib/pathplan/solvers.h \
|
||||
lib/pathplan/vis.h lib/pathplan/vispath.h \
|
||||
lib/common/arith.h lib/common/logic.h \
|
||||
lib/common/globals.h \
|
||||
lib/gvc/gvcint.h \
|
||||
lib/expr/exlib.h lib/expr/exgram.h \
|
||||
lib/expr/expr.h
|
||||
|
||||
PATCH_TCL_SCRIPTS= tclpkg/gv/Makefile.in tclpkg/tcldot/demo/doted \
|
||||
tclpkg/tclpathplan/demo/pathplan tclpkg/tkspline/demo/spline
|
||||
|
@ -242,6 +258,8 @@ post-install-script:
|
|||
.endif
|
||||
|
||||
post-install: install-ldconfig-file
|
||||
cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} ${FIX_INCLUDE} ${PREFIX}/include/graphviz/
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}/html
|
||||
@${MKDIR} ${DOCSDIR}/pdf
|
||||
|
|
|
@ -21,29 +21,52 @@ bin/gvpr
|
|||
bin/lneato
|
||||
bin/dotty
|
||||
bin/prune
|
||||
include/graphviz/agraph.h
|
||||
include/graphviz/ast_common.h
|
||||
include/graphviz/cdt.h
|
||||
include/graphviz/demand_loading.c
|
||||
include/graphviz/dot_builtins.c
|
||||
include/graphviz/dthdr.h
|
||||
include/graphviz/graph.h
|
||||
include/graphviz/libgraph.h
|
||||
include/graphviz/triefa.h
|
||||
include/graphviz/parser.h
|
||||
include/graphviz/agxbuf.h
|
||||
include/graphviz/aghdr.h
|
||||
include/graphviz/agraph.h
|
||||
include/graphviz/malloc.h
|
||||
include/graphviz/no_demand_loading.c
|
||||
include/graphviz/pathgeom.h
|
||||
include/graphviz/pathplan.h
|
||||
include/graphviz/pathutil.h
|
||||
include/graphviz/solvers.h
|
||||
include/graphviz/textpara.h
|
||||
include/graphviz/usershape.h
|
||||
include/graphviz/vis.h
|
||||
include/graphviz/vispath.h
|
||||
include/graphviz/logic.h
|
||||
include/graphviz/arith.h
|
||||
include/graphviz/vmstub.h
|
||||
include/graphviz/grammar.h
|
||||
include/graphviz/tri.h
|
||||
include/graphviz/geom.h
|
||||
include/graphviz/color.h
|
||||
include/graphviz/types.h
|
||||
include/graphviz/globals.h
|
||||
include/graphviz/gvc.h
|
||||
include/graphviz/gvcext.h
|
||||
include/graphviz/gvcommon.h
|
||||
include/graphviz/gvplugin.h
|
||||
include/graphviz/gvcjob.h
|
||||
include/graphviz/gvcint.h
|
||||
include/graphviz/gvplugin_render.h
|
||||
include/graphviz/gvplugin_layout.h
|
||||
include/graphviz/gvplugin_loadimage.h
|
||||
include/graphviz/gvplugin_textlayout.h
|
||||
include/graphviz/gvplugin_device.h
|
||||
include/graphviz/pack.h
|
||||
include/graphviz/exlib.h
|
||||
include/graphviz/exgram.h
|
||||
include/graphviz/expr.h
|
||||
include/graphviz/gv.i
|
||||
include/graphviz/gv.cpp
|
||||
lib/graphviz/config
|
||||
|
|
Loading…
Reference in a new issue