CVS log for ports/graphics/graphviz/files/patch-configure
Up to [FreeBSD] / ports / graphics / graphviz / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 7 21:15:14 2011 UTC (11 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +20 -4 lines
- fix ruby pluging with ruby19 PR: 155114 Submitted by: Scot Hetzel
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 15 13:20:55 2009 UTC (2 years, 10 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -11 lines
- udpate to 2.22.0 - unbreak options WITH_TCL, WITH_TK - new option WITH_GHOSTSCRIPT - drop bash dependecy PR: 132162 - fix tred regression PR: 130751
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 27 16:13:13 2009 UTC (2 years, 11 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +24 -2 lines
- fix package for option WITH_LUA 132089 Scot Hetzel - mark options WITH_TCL and WITH_TK as BROKEN swig does not build valid code any more. - fix option WITH_PHP
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 16 14:27:32 2008 UTC (3 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +12 -11 lines
- fix build on aplha Reported by: Anton Shterenlikht
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 3 15:42:36 2008 UTC (3 years, 10 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -0 lines
- fix build for FreeBSD < 6.3
Revision 1.5
Fri Mar 9 07:28:21 2007 UTC (4 years, 11 months ago) by dinoex
Branches: MAIN
FILE REMOVED
Changes since revision 1.4: +0 -0 lines
- fix plugin handling PR: 110060 Submitted by: Helge Oldach - add options TK ICONV XPM PR: 110060 Submitted by: Helge Oldach - avoid starting "-help" - fix pkg-plist after patches - fix default options - bump PORTREVISION
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 4 07:02:34 2007 UTC (4 years, 11 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -11 lines
- update to 2.12 - cleaned USE_LDCONFIG - full support for external GD library - added OPTIONS support for swig and language bindings for (default none): perl php python ruby tcl lua guile - added OPTIONS support for pangocairo (requires gtk, not selected by default) PR: 109600 Submitted by: Martin Matuska
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri May 5 09:46:58 2006 UTC (5 years, 9 months ago) by thierry
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -295 lines
- Upgrade to 2.8; - Remove duplicated PORTDOCS; put all documentation into DOCSDIR; - Install demo files (previously installed automatically) - put into EXAMPLESDIR this time, and install along with PORTDOCS; - Keep additional language bindings disabled for the time being (avoiding huge dependencies); - Minor pkg-descr alteration. PR: ports/93924 Submitted by: Shaun Amott <shaun (at) inerd.com> (maintainer)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jan 28 21:51:10 2006 UTC (6 years ago) by lofi
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -1 lines
Don't USE_SLEDGEHAMMER=GCC-3.4 on 4.x when removing an unsupported warning option from configure's CFLAGS lets this build with gcc 2.95 just fine. While here, increase the chance of this working on alpha by making the addition of -mieee not exclusive to *alpha*-*-linux*.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 28 16:20:34 2005 UTC (6 years, 1 month ago) by netchild
Branches: MAIN
Update to 2.6. This brings back PNG support (for those who missed it with doxygen). Previously it was not included because of the way it's handled by the configure script if you use an external version of gd. This version of graphviz depends upon v2.0.34 of gd, but this version isn't available from the vendor site. Therefore graphviz uses the included version of gd. I haven't removed the dependency upon gd, to let it pickup the port version of gd when it's available. In this case someone should check if PNG support is still included. This port disables all new language bindings (like perl, python, ...) of the 2.6 version to not increase the number of dependencies. Interested parties should create new ports for those bindings. Tested with: devel/doxygen
