[Midnightbsd-cvs] mports: graphics/graphviz: Update to 2.20.2.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 13 09:47:13 EDT 2008
Log Message:
-----------
Update to 2.20.2. Hack around the @LIBICONV@ problem with makefiles. I don't like this solution, but it works for now.
Modified Files:
--------------
mports/graphics/graphviz:
Makefile (r1.8 -> r1.9)
distinfo (r1.2 -> r1.3)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/graphviz/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L graphics/graphviz/Makefile -L graphics/graphviz/Makefile -u -r1.8 -r1.9
--- graphics/graphviz/Makefile
+++ graphics/graphviz/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME= graphviz
-PORTVERSION= 2.20.0
-PORTREVISION= 1
+PORTVERSION= 2.20.2
+PORTREVISION= 0
CATEGORIES= graphics tk
MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
@@ -34,7 +34,7 @@
CPPFLAGS+= -I${LOCALBASE}/include
PLIST_SUB= PORTVERSION="${PORTVERSION}"
-MAKE_ENV= EXPR_COMPAT=yes MISSING=${TRUE}
+MAKE_ENV= EXPR_COMPAT=yes MISSING=${TRUE} @LIBICONV@=-liconv
SUB_FILES= pkg-install
MAN1= acyclic.1 bcomps.1 ccomps.1 dijkstra.1 dot.1 \
dotty.1 gc.1 gvcolor.1 gvpack.1 gvpr.1 gxl2dot.1 \
@@ -403,6 +403,11 @@
@${REINPLACE_CMD} -e 's|#! /bin/sh|#! /${LOCALBASE}/bin/bash|g' \
${WRKSRC}/configure
+post-configure:
+ ${FIND} ${WRKSRC} -name 'Makefile' | \
+ ${XARGS} ${REINPLACE_CMD} \
+ -e 's|@LIBICONV@|-liconv|';
+
.if defined(WITH_TK)
post-install-script:
${INSTALL_MAN} \
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/graphics/graphviz/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L graphics/graphviz/distinfo -L graphics/graphviz/distinfo -u -r1.2 -r1.3
--- graphics/graphviz/distinfo
+++ 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
More information about the Midnightbsd-cvs
mailing list