- update to 2.20.2
- fix build using bash for configure even the /bin/sh in FreeBSD 6.3 failed. PR: 125063
This commit is contained in:
parent
e0fc8b8537
commit
684c19b155
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216308
2 changed files with 8 additions and 8 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue