diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-12-28 16:20:34 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-12-28 16:20:34 +0000 |
| commit | f0798650de3f415075f26719a96be42400c867b7 (patch) | |
| tree | aec03c6a03d0b4570b6ad232fd9dac4747fac3b3 /graphics/graphviz/files/patch-configure | |
| parent | - Use MANL (diff) | |
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
Diffstat (limited to 'graphics/graphviz/files/patch-configure')
| -rw-r--r-- | graphics/graphviz/files/patch-configure | 294 |
1 files changed, 294 insertions, 0 deletions
diff --git a/graphics/graphviz/files/patch-configure b/graphics/graphviz/files/patch-configure new file mode 100644 index 000000000000..b1dca02f7106 --- /dev/null +++ b/graphics/graphviz/files/patch-configure @@ -0,0 +1,294 @@ +--- configure.orig Sun Aug 28 15:09:28 2005 ++++ configure Wed Dec 28 16:15:47 2005 +@@ -23372,21 +23372,21 @@ + fi + fi + CSHARP=$ac_cv_prog_CSHARP +-if test -n "$CSHARP"; then +- echo "$as_me:$LINENO: result: $CSHARP" >&5 +-echo "${ECHO_T}$CSHARP" >&6 +-else ++#if test -n "$CSHARP"; then ++# echo "$as_me:$LINENO: result: $CSHARP" >&5 ++#echo "${ECHO_T}$CSHARP" >&6 ++#else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 +-fi ++#fi + +-if test "x$CSHARP" = "x"; then ++#if test "x$CSHARP" = "x"; then + HAVE_CSHARP=0 +-else +- HAVE_CSHARP=1 +- CSHARP_INCLUDES= +- CSHARP_LIBS= +-fi ++#else ++# HAVE_CSHARP=1 ++# CSHARP_INCLUDES= ++# CSHARP_LIBS= ++#fi + + + if test "x$HAVE_CSHARP" = "x1"; then +@@ -23429,21 +23429,21 @@ + fi + fi + GUILE=$ac_cv_prog_GUILE +-if test -n "$GUILE"; then +- echo "$as_me:$LINENO: result: $GUILE" >&5 +-echo "${ECHO_T}$GUILE" >&6 +-else ++#if test -n "$GUILE"; then ++# echo "$as_me:$LINENO: result: $GUILE" >&5 ++#echo "${ECHO_T}$GUILE" >&6 ++#else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 +-fi ++#fi + +-if test "x$GUILE" = "x"; then ++#if test "x$GUILE" = "x"; then + HAVE_GUILE=0 +-else +- HAVE_GUILE=1 +- GUILE_INCLUDES= +- GUILE_LIBS= +-fi ++#else ++# HAVE_GUILE=1 ++# GUILE_INCLUDES= ++# GUILE_LIBS= ++#fi + if test "${ac_cv_header_libguile_h+set}" = set; then + echo "$as_me:$LINENO: checking for libguile.h" >&5 + echo $ECHO_N "checking for libguile.h... $ECHO_C" >&6 +@@ -23633,21 +23633,21 @@ + fi + fi + IO=$ac_cv_prog_IO +-if test -n "$IO"; then +- echo "$as_me:$LINENO: result: $IO" >&5 +-echo "${ECHO_T}$IO" >&6 +-else ++#if test -n "$IO"; then ++# echo "$as_me:$LINENO: result: $IO" >&5 ++#echo "${ECHO_T}$IO" >&6 ++#else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 +-fi ++#fi + +-if test "x$IO" = "x"; then ++#if test "x$IO" = "x"; then + HAVE_IO=0 +-else +- HAVE_IO=1 +- IO_INCLUDES= +- IO_LIBS= +-fi ++#else ++# HAVE_IO=1 ++# IO_INCLUDES= ++# IO_LIBS= ++#fi + + + if test "x$HAVE_IO" = "x1"; then +@@ -23690,21 +23690,21 @@ + fi + fi + JAVA=$ac_cv_prog_JAVA +-if test -n "$JAVA"; then +- echo "$as_me:$LINENO: result: $JAVA" >&5 +-echo "${ECHO_T}$JAVA" >&6 +-else ++#if test -n "$JAVA"; then ++# echo "$as_me:$LINENO: result: $JAVA" >&5 ++#echo "${ECHO_T}$JAVA" >&6 ++#else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 +-fi ++#fi + +-if test "x$JAVA" = "x"; then ++#if test "x$JAVA" = "x"; then + HAVE_JAVA=0 +-else +- HAVE_JAVA=1 +- JAVA_INCLUDES= +- JAVA_LIBS= +-fi ++#else ++# HAVE_JAVA=1 ++# JAVA_INCLUDES= ++# JAVA_LIBS= ++#fi + if test "${ac_cv_header_jni_h+set}" = set; then + echo "$as_me:$LINENO: checking for jni.h" >&5 + echo $ECHO_N "checking for jni.h... $ECHO_C" >&6 +@@ -23894,21 +23894,21 @@ + fi + fi + OCAML=$ac_cv_prog_OCAML +-if test -n "$OCAML"; then +- echo "$as_me:$LINENO: result: $OCAML" >&5 +-echo "${ECHO_T}$OCAML" >&6 +-else ++#if test -n "$OCAML"; then ++# echo "$as_me:$LINENO: result: $OCAML" >&5 ++#echo "${ECHO_T}$OCAML" >&6 ++#else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 +-fi ++#fi + +-if test "x$OCAML" = "x"; then ++#if test "x$OCAML" = "x"; then + HAVE_OCAML=0 +-else +- HAVE_OCAML=1 +- OCAML_INCLUDES= +- OCAML_LIBS= +-fi ++#else ++# HAVE_OCAML=1 ++# OCAML_INCLUDES= ++# OCAML_LIBS= ++#fi + + + if test "x$HAVE_OCAML" = "x1"; then +@@ -23951,22 +23951,22 @@ + fi + fi + PERL=$ac_cv_prog_PERL +-if test -n "$PERL"; then +- echo "$as_me:$LINENO: result: $PERL" >&5 +-echo "${ECHO_T}$PERL" >&6 +-else ++#if test -n "$PERL"; then ++# echo "$as_me:$LINENO: result: $PERL" >&5 ++#echo "${ECHO_T}$PERL" >&6 ++#else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 +-fi ++#fi + +-if test "x$PERL" = "x"; then ++#if test "x$PERL" = "x"; then + HAVE_PERL=0 +-else +- HAVE_PERL=1 +- PERL_ARCHLIB=`perl -e 'use Config; print $Config{archlib};'` +- PERL_INCLUDES=-I$PERL_ARCHLIB/CORE +- PERL_LIBS="-L$PERL_ARCHLIB/CORE -lperl" +-fi ++#else ++# HAVE_PERL=1 ++# PERL_ARCHLIB=`perl -e 'use Config; print $Config{archlib};'` ++# PERL_INCLUDES=-I$PERL_ARCHLIB/CORE ++# PERL_LIBS="-L$PERL_ARCHLIB/CORE -lperl" ++#fi + save_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $PERL_INCLUDES" + if test "${ac_cv_header_EXTERN_h+set}" = set; then +@@ -24160,21 +24160,21 @@ + fi + fi + PHP=$ac_cv_prog_PHP +-if test -n "$PHP"; then +- echo "$as_me:$LINENO: result: $PHP" >&5 +-echo "${ECHO_T}$PHP" >&6 +-else ++#if test -n "$PHP"; then ++# echo "$as_me:$LINENO: result: $PHP" >&5 ++#echo "${ECHO_T}$PHP" >&6 ++#else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 +-fi ++#fi + +-if test "x$PHP" = "x"; then ++#if test "x$PHP" = "x"; then + HAVE_PHP=0 +-else +- HAVE_PHP=1 +- PHP_INCLUDES="-I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM" +- PHP_LIBS= +-fi ++#else ++# HAVE_PHP=1 ++# PHP_INCLUDES="-I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM" ++# PHP_LIBS= ++#fi + save_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $PHP_INCLUDES" + if test "${ac_cv_header_zend_h+set}" = set; then +@@ -24367,17 +24367,18 @@ + fi + fi + PYTHON=$ac_cv_prog_PYTHON +-if test -n "$PYTHON"; then +- echo "$as_me:$LINENO: result: $PYTHON" >&5 +-echo "${ECHO_T}$PYTHON" >&6 +-else ++#if test -n "$PYTHON"; then ++# echo "$as_me:$LINENO: result: $PYTHON" >&5 ++#echo "${ECHO_T}$PYTHON" >&6 ++#else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 +-fi ++#fi + +-if test "x$PYTHON" = "x"; then ++#if test "x$PYTHON" = "x"; then + HAVE_PYTHON=0 +-else ++#else ++if false; then + HAVE_PYTHON=1 + PYTHON_VERSION=`python -V 2>&1 | grep Python | cut -d ' ' -f 2` + if test "x$PYTHON_VERSION" = "x"; then +@@ -24591,21 +24592,21 @@ + fi + fi + RUBY=$ac_cv_prog_RUBY +-if test -n "$RUBY"; then +- echo "$as_me:$LINENO: result: $RUBY" >&5 +-echo "${ECHO_T}$RUBY" >&6 +-else ++#if test -n "$RUBY"; then ++# echo "$as_me:$LINENO: result: $RUBY" >&5 ++#echo "${ECHO_T}$RUBY" >&6 ++#else + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 +-fi ++#fi + +-if test "x$RUBY" = "x"; then ++#if test "x$RUBY" = "x"; then + HAVE_RUBY=0 +-else +- HAVE_RUBY=1 +- RUBY_INCLUDES="-I`ruby $TOP_DIR/config/config_ruby.rb INCLUDES`" +- RUBY_LIBS="-L`ruby $TOP_DIR/config/config_ruby.rb lib` -lruby" +-fi ++#else ++# HAVE_RUBY=1 ++# RUBY_INCLUDES="-I`ruby $TOP_DIR/config/config_ruby.rb INCLUDES`" ++# RUBY_LIBS="-L`ruby $TOP_DIR/config/config_ruby.rb lib` -lruby" ++#fi + + + if test "x$HAVE_RUBY" = "x1"; then |
