FreeBSD Bugzilla – Attachment 128833 Details for
Bug 172720
graphics/vcg: Fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics_vcg.diff
graphics_vcg.diff (text/x-diff), 2.91 KB, created by
tkato432
on 2012-10-26 18:47:29 UTC
(
hide
)
Description:
graphics_vcg.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2012-10-26 18:47:29 UTC
Size:
2.91 KB
patch
obsolete
>diff -urN /usr/ports/graphics/vcg/Makefile graphics/vcg/Makefile >--- /usr/ports/graphics/vcg/Makefile 2012-10-26 23:57:50.000000000 +0900 >+++ graphics/vcg/Makefile 2012-10-27 02:30:51.000000000 +0900 >@@ -5,25 +5,26 @@ > PORTVERSION= 1.30 > PORTREVISION= 2 > CATEGORIES= graphics >-MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/ >+MASTER_SITES= http://download.polytechnic.edu.na/pub2/openpkg1/sources/DST/vcg/ \ >+ http://ftp.gwdg.de/linux/openpkg/openpkg-ftp/sources/DST/vcg/ \ >+ http://ftp.sjtu.edu.cn/sites/ftp.openpkg.org/sources/DST/vcg/ \ >+ ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/ > DISTNAME= ${PORTNAME}.20050204 > EXTRACT_SUFX= .tgz > > MAINTAINER= ports@FreeBSD.org > COMMENT= A Visualization Tool for compiler graphs > >-DEPRECATED= No more public distfiles >-EXPIRATION_DATE= 2012-11-26 >+LICENSE= GPLv2 # (or later) > > BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake > >-USE_GCC= any >-USE_XORG= x11 xext >-MANL= pbmrot90.l pbmshift.l pbm2hp.l vcgdemomaker.l vcg.l xvcg.l >+WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} > >+USE_XORG= x11 xext > MAKE_JOBS_UNSAFE= yes > >-WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} >+MANL= pbmrot90.l pbmshift.l pbm2hp.l vcgdemomaker.l vcg.l xvcg.l > > pre-patch: > @${MKDIR} ${WRKSRC}/preconf/X11ccFreeBSD >@@ -38,4 +39,9 @@ > < ${FILESDIR}/${file} > ${WRKSRC}/preconf/X11ccFreeBSD/${file} > .endfor > >+post-patch: >+.for i in animation1.c animation2.c animation3.c vcgcount.c >+ @${REINPLACE_CMD} -e '/ main/s|^void|int|' ${WRKSRC}/demo/${i} >+.endfor >+ > .include <bsd.port.mk> >diff -urN /usr/ports/graphics/vcg/pkg-descr graphics/vcg/pkg-descr >--- /usr/ports/graphics/vcg/pkg-descr 2003-03-31 00:08:46.000000000 +0900 >+++ graphics/vcg/pkg-descr 2012-10-13 07:46:27.000000000 +0900 >@@ -1,12 +1,11 @@ >-The VCG tool reads a textual and readable specification of a >-graph and visualizes the graph. If not all positions of >-nodes are fixed, the tool layouts the graph using several >-heuristics as reducing the number of crossings, minimizing >-the size of edges, centering of nodes. The specification >-language of the VCG tool is nearly compatible to GRL, the >-language of the edge tool, but contains many extensions. The >-VCG tool allows folding of dynamically or statically speci- >-fied regions of the graph. It uses colors and runs on >-X11. (An older version runs on Sunview). >+The VCG tool reads a textual and readable specification of a graph and >+visualizes the graph. If not all positions of nodes are fixed, the tool >+layouts the graph using several heuristics as reducing the number of >+crossings, minimizing the size of edges, centering of nodes. The >+specification language of the VCG tool is nearly compatible to GRL, the >+language of the edge tool, but contains many extensions. The VCG tool >+allows folding of dynamically or statically specified regions of the >+graph. It uses colors and runs on X11. (An older version runs on >+Sunview). > > WWW: http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172720
:
128832
| 128833