diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-01-27 19:40:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-01-27 19:40:17 +0000 |
commit | b0eec09651960d8c9d8a0981beab512bfb3c21f7 (patch) | |
tree | 94e26138c8267621b1b647591febb9f4c2bee2eb /science/gchemutils/files/patch-configure | |
parent | Add rubygem-azure_service_fabric 0.18.0 (diff) |
Remove textproc/gnome-doc-utils.
It is abandonded upstream for years and is Python-2.7-only.
Adjust consumers, some only need a rebuild, others have their
documentation formerly created by gnome-doc-utils / xml2po removed.
Remove gnomedocutils from USE_GNOME
Submitted by: rene
Approved by: portmgr (mat), gnome (kwm)
Differential Revision: https://reviews.freebsd.org/D23381
Diffstat (limited to 'science/gchemutils/files/patch-configure')
-rw-r--r-- | science/gchemutils/files/patch-configure | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/science/gchemutils/files/patch-configure b/science/gchemutils/files/patch-configure new file mode 100644 index 000000000000..015a7a17dd6e --- /dev/null +++ b/science/gchemutils/files/patch-configure @@ -0,0 +1,62 @@ +--- configure.orig 2020-01-19 23:15:40 UTC ++++ configure +@@ -17046,33 +17046,9 @@ if test -z "$AM_DEFAULT_VERBOSITY"; then + fi + + +-gdu_cv_version_required=0.3.2 + +-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gnome-doc-utils >= $gdu_cv_version_required" >&5 +-$as_echo_n "checking gnome-doc-utils >= $gdu_cv_version_required... " >&6; } +-if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5 +- ac_status=$? +- $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +- test $ac_status = 0; }; then +- gdu_cv_have_gdu=yes +-else +- gdu_cv_have_gdu=no +-fi + +-if test "$gdu_cv_have_gdu" = "yes"; then +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-$as_echo "yes" >&6; } +- : +-else +- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +-$as_echo "no" >&6; } +- as_fn_error $? "gnome-doc-utils >= $gdu_cv_version_required not found" "$LINENO" 5 +-fi + +- +- + # Check whether --with-help-dir was given. + if test "${with_help_dir+set}" = set; then : + withval=$with_help_dir; +@@ -17112,25 +17088,15 @@ else + enable_scrollkeeper=yes + fi + +- if test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"; then +- ENABLE_SK_TRUE= +- ENABLE_SK_FALSE='#' +-else + ENABLE_SK_TRUE='#' + ENABLE_SK_FALSE= +-fi + + + DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper $DISTCHECK_CONFIGURE_FLAGS" + + +- if test "$gdu_cv_have_gdu" = "yes"; then +- HAVE_GNOME_DOC_UTILS_TRUE= +- HAVE_GNOME_DOC_UTILS_FALSE='#' +-else + HAVE_GNOME_DOC_UTILS_TRUE='#' + HAVE_GNOME_DOC_UTILS_FALSE= +-fi + + + |