Commit graph

37 commits

Author SHA1 Message Date
Dirk Meyer
673ea2fcfd - update to 2.30.0
- mark guile plugin BROKEN
2013-01-27 13:15:47 +00:00
Dirk Meyer
8cfde5dd7d - patch needed for 704101
PR:		157217
Reported by:	Fedor Dikarev
2011-06-14 17:21:23 +00:00
Dirk Meyer
8071e477da - fix build an amd64
PR:		157217
Submitted by:	Christoph Moench-Tegeder
2011-05-21 14:10:19 +00:00
Dirk Meyer
1572220eee - fix ruby pluging with ruby19
PR:		155114
Submitted by:	Scot Hetzel
2011-03-07 21:15:14 +00:00
Dirk Meyer
a36928e800 - 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
2009-03-15 13:20:55 +00:00
Dirk Meyer
e714e6f72e - 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
2009-02-27 16:13:13 +00:00
Dirk Meyer
b8604da098 - fix build on aplha
Reported by:	Anton Shterenlikht
2008-07-16 14:27:32 +00:00
Dirk Meyer
ddacf34815 - fix build for FreeBSD < 6.3 2008-04-03 15:42:36 +00:00
Dirk Meyer
8296b77e6f - update to 2.18 2008-03-29 09:20:20 +00:00
Dirk Meyer
cba389d513 - update to 2.16.1 2008-01-14 14:00:13 +00:00
Dirk Meyer
58b277df31 - update to 2.16
- new option: WITH_GDK_PIXBUF
2007-12-11 20:40:53 +00:00
Dirk Meyer
2df08f54dc - bugfix for freetype
Submitted by:	Jung-uk Kim
Obtained from:	graphviz-CVS
2007-09-18 11:55:40 +00:00
Dirk Meyer
7a229652f7 - update to 2.14
shared lib version bump
internal include files ar no longer installed
- fix build with WITH_LUA
2007-08-07 16:37:20 +00:00
Dirk Meyer
f1a99ef116 - 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
2007-03-09 07:28:21 +00:00
Dirk Meyer
813dab9a58 - 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
2007-03-04 07:02:34 +00:00
Thierry Thomas
31bba42f60 - 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)
2006-05-05 09:46:58 +00:00
Michael Nottebrock
55a28c1664 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*.
2006-01-28 21:51:10 +00:00
Pav Lucistnik
414bfec1bc - Fix build on 4.X
PR:		ports/91050
Submitted by:	Sven Berkvens-Matthijsse <sven@ilse.net>
2005-12-29 20:04:14 +00:00
Alexander Leidinger
f0798650de 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
2005-12-28 16:20:34 +00:00
Christian Weisgerber
aa27779311 Upstream fix for very insecure temp file creation in example script
(CVE-2005-2965).

Approved by:	perky
2005-10-29 19:13:43 +00:00
Dag-Erling Smørgrav
1d62ba425f Fix RELENG_4 build by reordering system includes in lefty/common.h.
<sys/types.h> should always come before any other headers.
2004-11-05 19:07:08 +00:00
Hye-Shik Chang
859f84c75b Update to 1.12.
Requested by:	Pierre DAVID <Pierre.David@crc.u-strasbg.fr>,
		David Bushong <david@bushong.net>
Tested by:	David Bushong <david@bushong.net>
2004-05-14 06:50:12 +00:00
Hye-Shik Chang
7e97d531b4 Update to 1.9
Submitted by:	Marco Molteni <molter@tin.it> (partially)
2003-02-18 11:32:41 +00:00
Hye-Shik Chang
2c20fc9cb8 Update to 1.8.10
PR:		45027
Submitted by:	Marco Molteni <molter@tin.it>
2002-11-12 09:14:16 +00:00
Hye-Shik Chang
7d8e42a998 Update to 1.8.8. 2002-07-24 23:07:20 +00:00
Maxim Sobolev
6dab917362 - Unbreak after last USE_LIBTOOL changes;
- don't install .la files;
- don't use black magick to create/delete .so symlinks to shared libraries -
  our pkg_* tools already work correctly with symlinks.
2002-04-25 15:36:30 +00:00
Ying-Chieh Liao
ebb6dabb7a upgrade to 1.8.5
take over maintainership

PR:		37203
Submitted by:	Hye-Shik Chang <perky@fallin.lv>
Requested by:	Stephen C. North <north@research.att.com> (author)
2002-04-18 14:42:22 +00:00
Thomas Gellekum
516e4a3b79 Fix building.
PR:		31895
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-11-14 12:59:53 +00:00
Thomas Gellekum
54bf77b3a6 Upgrade to 1.7.7. 2001-11-09 12:38:54 +00:00
Mario Sergio Fujikawa Ferreira
09af51cc2b o Update to 1.7.6
o Depend on freetype2 instead of freetype
o Remove all patches since they are no longer necessary in this
latest update

PR:		29015
Submitted by:	Kato Tsuguru <tkato@prontomail.com>
2001-08-05 19:12:27 +00:00
FUJISHIMA Satsuki
8560443158 track new distfile -- many objects have been added, so make clean first.
PR:		25568
Submitted by:	Palle Girgensohn <girgen@partitur.se>
2001-03-06 15:12:18 +00:00
Kevin Lo
0b6811914e Update to version 1.7c
PR: 25431
Submitted by: Ports Fury
2001-02-28 15:03:58 +00:00
Kevin Lo
0fbbda6c5f Update to version 1.7a
PR: 22832
Submitted by: Ports Fury
2000-11-14 15:49:46 +00:00
Thomas Gellekum
e2d3ad8508 Upgrade to 1.6. 2000-10-23 12:37:30 +00:00
Thomas Gellekum
eb2098c655 Upgrade to 1.4.
PR:		12423
1999-06-28 13:23:38 +00:00
Thomas Gellekum
9b668dfc40 New distribution tarball, same version.
Changes for that submitted by:	Chuck Robey <chuckr@freebsd.org>.

I also cleaned up some gratuitious "#ifndef __FreeBSD__"'s while
I was here.
1998-02-05 09:02:58 +00:00
Thomas Gellekum
845e38439d Import graphviz port. graphviz is a graph visualization tool. 1998-02-04 08:37:51 +00:00