diff options
author | reed <reed@pkgsrc.org> | 2005-03-23 18:02:48 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-03-23 18:02:48 +0000 |
commit | a499b20d01aaf68bdb32f64643f24f4982070b0c (patch) | |
tree | 883633a4289c2e417ba0ba0cb3c60f7902ce146a /sysutils/xcdroast/patches | |
parent | d777f9dfaf8cff09bd8348d0ddb763eaf0bceb75 (diff) | |
download | pkgsrc-a499b20d01aaf68bdb32f64643f24f4982070b0c.tar.gz |
The configure.in/aclocal.m4/configure shipped with xcdroast source
accidently included a check for PCRE.
xcdroast build and installed software does not use pcre.
This patch-ab removes the configure check for pcre.
And the dependency for pcre is removed and package revision is bumped.
This patch is same as if patched using new configure found via
http://www.xcdroast.org/xcdr098/patches/ (and that webpage has five
other patches to consider).
This was okayed by maintainer, Thorsten F.
Diffstat (limited to 'sysutils/xcdroast/patches')
-rw-r--r-- | sysutils/xcdroast/patches/patch-ab | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/sysutils/xcdroast/patches/patch-ab b/sysutils/xcdroast/patches/patch-ab new file mode 100644 index 00000000000..2d9050811f4 --- /dev/null +++ b/sysutils/xcdroast/patches/patch-ab @@ -0,0 +1,68 @@ +$NetBSD: patch-ab,v 1.5 2005/03/23 18:02:48 reed Exp $ + +--- configure.orig 2003-10-25 15:51:45.000000000 -0700 ++++ configure +@@ -4361,55 +4361,6 @@ echo "$as_me: error: Library requirement + LIBS="$LIBS $PKGCONFIG_LIBS" + CFLAGS="$CFLAGS $PKGCONFIG_CFLAGS" + +- # Extract the first word of "pcre-config", so it can be a program name with args. +-set dummy pcre-config; ac_word=$2 +-echo "$as_me:$LINENO: checking for $ac_word" >&5 +-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +-if test "${ac_cv_path_PCRE_CONFIG+set}" = set; then +- echo $ECHO_N "(cached) $ECHO_C" >&6 +-else +- case $PCRE_CONFIG in +- [\\/]* | ?:[\\/]*) +- ac_cv_path_PCRE_CONFIG="$PCRE_CONFIG" # Let the user override the test with a path. +- ;; +- *) +- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +-for as_dir in $PATH +-do +- IFS=$as_save_IFS +- test -z "$as_dir" && as_dir=. +- for ac_exec_ext in '' $ac_executable_extensions; do +- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then +- ac_cv_path_PCRE_CONFIG="$as_dir/$ac_word$ac_exec_ext" +- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 +- break 2 +- fi +-done +-done +- +- test -z "$ac_cv_path_PCRE_CONFIG" && ac_cv_path_PCRE_CONFIG="no" +- ;; +-esac +-fi +-PCRE_CONFIG=$ac_cv_path_PCRE_CONFIG +- +-if test -n "$PCRE_CONFIG"; then +- echo "$as_me:$LINENO: result: $PCRE_CONFIG" >&5 +-echo "${ECHO_T}$PCRE_CONFIG" >&6 +-else +- echo "$as_me:$LINENO: result: no" >&5 +-echo "${ECHO_T}no" >&6 +-fi +- +- if test "x$PCRE_CONFIG" = "xno" ; then +- { { echo "$as_me:$LINENO: error: pcre-config not found please install libpcre3-dev or similar" >&5 +-echo "$as_me: error: pcre-config not found please install libpcre3-dev or similar" >&2;} +- { (exit 1); exit 1; }; } +- else +- LIBS="$LIBS `$PCRE_CONFIG --libs`" +- CFLAGS="$CFLAGS `$PCRE_CONFIG --cflags`" +- fi +- + else + + +@@ -9249,7 +9200,6 @@ s,@ENABLE_GTK2@,$ENABLE_GTK2,;t t + s,@PKG_CONFIG@,$PKG_CONFIG,;t t + s,@PKGCONFIG_CFLAGS@,$PKGCONFIG_CFLAGS,;t t + s,@PKGCONFIG_LIBS@,$PKGCONFIG_LIBS,;t t +-s,@PCRE_CONFIG@,$PCRE_CONFIG,;t t + s,@GLIB_CONFIG@,$GLIB_CONFIG,;t t + s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t + s,@GLIB_LIBS@,$GLIB_LIBS,;t t |