diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-07-04 18:26:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-07-04 18:26:47 +0000 |
commit | 684c19b155d398469193edaa31e1227731ef0a4c (patch) | |
tree | db71b2322e4eddfaa057f6431f8118bce9e544c3 /graphics/graphviz | |
parent | e0fc8b853716b06ee6ef61b85e34f4116b9bdb84 (diff) |
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 10 | ||||
-rw-r--r-- | graphics/graphviz/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index fddbe9b31ee6..66837dcf8cc6 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= graphviz -PORTVERSION= 2.20.0 +PORTVERSION= 2.20.2 CATEGORIES= graphics tk MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ @@ -14,6 +14,7 @@ MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= Graph Visualization Software from AT&T and Bell Labs +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 \ @@ -30,6 +31,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_SUB= PORTVERSION="${PORTVERSION}" +CONFIGURE_ENV= CONFIG_SHELL=${LCOALBASE}/bin/bash MAKE_ENV= EXPR_COMPAT=yes MISSING=${TRUE} MAN1= acyclic.1 bcomps.1 ccomps.1 dijkstra.1 dot.1 \ @@ -90,10 +92,6 @@ OPTIONS= ICONV "Build with ICONV support" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 603000 -BROKEN= configure needs a newer sh -.endif - CONFIGURE_ARGS+= --program-transform-name="s/x/x/" \ --enable-dependency-tracking \ --enable-r=no \ @@ -402,6 +400,8 @@ pre-patch: ${WRKSRC}/cmd/smyrna/tvnodes.h @${REINPLACE_CMD} -e 's|#include "regex_win32.h"|#include <regex.h>|' \ ${WRKSRC}/cmd/smyrna/btree.c + @${REINPLACE_CMD} -e 's|#! /bin/sh|#! /${LOCALBASE}/bin/bash|g' \ + ${WRKSRC}/configure .if defined(WITH_TK) post-install-script: diff --git a/graphics/graphviz/distinfo b/graphics/graphviz/distinfo index 8f18b030fff5..1358e050a607 100644 --- a/graphics/graphviz/distinfo +++ b/graphics/graphviz/distinfo @@ -1,3 +1,3 @@ -MD5 (graphviz-2.20.0.tar.gz) = 5b134ba53321caba3c9eaf51167b77ef -SHA256 (graphviz-2.20.0.tar.gz) = 65190527185379b0dbd68d5873205ecfa68de59d24dae43cd3f871215cfc9115 -SIZE (graphviz-2.20.0.tar.gz) = 13334570 +MD5 (graphviz-2.20.2.tar.gz) = 8129b4682efbf0cf321c2ec8f7994003 +SHA256 (graphviz-2.20.2.tar.gz) = f5d1c8fe6e341fa347c9d68fd2178eb0d0f7362384197570612458926105bc8e +SIZE (graphviz-2.20.2.tar.gz) = 13334096 |