Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2012 08:20:13 GMT
From:      Martin Birgmeier <Martin.Birgmeier@aon.at>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/169142: [patch] gnash: fix configure (agg not found)
Message-ID:  <201206160820.q5G8KDVB054683@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169142; it has been noted by GNATS.

From: Martin Birgmeier <Martin.Birgmeier@aon.at>
To: bug-followup@FreeBSD.org, Martin.Birgmeier@aon.at
Cc:  
Subject: Re: ports/169142: [patch] gnash: fix configure (agg not found)
Date: Sat, 16 Jun 2012 10:13:52 +0200

 This is a multi-part message in MIME format.
 --------------030102020100020009010405
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 On 9.x, configure needs even more patches...
 
 
 
 --------------030102020100020009010405
 Content-Type: text/plain; charset=ISO-8859-1;
  name="patch-configure"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-configure"
 
 --- configure.orig	2011-03-18 09:50:30.000000000 -0400
 +++ configure	2011-07-23 14:50:23.436294372 -0400
 @@ -27778,6 +27778,11 @@
        esac
      fi
  
 +#  KDE4_PREFIX override
 +    if test x"${with_kde4_prefix}" != x; then
 +        KDE4_PREFIX="${with_kde4_prefix}"
 +    fi
 +
      if test x"${with_kde4_plugindir}" != x ; then
        KDE4_PLUGINDIR="${with_kde4_plugindir}"
      else
 @@ -49394,7 +49399,7 @@
  
  if test x$build_agg = xyes; then # {
    echo "        AGG Pixel format is: $pixelformat"
 -  if test x"$AGG_LIBS" != x -a x"${agg25}" == xyes; then # {
 +  if test x"$AGG_LIBS" != x -a x"${agg25}" = xyes; then # {
      if test x"$AGG_CFLAGS" != x; then # {
        echo "        AGG flags are: $AGG_CFLAGS"
      else # }{
 @@ -50044,7 +50049,7 @@
    else
  
    pkg_out_fd=3
 -  echo "          ERROR: `echo "No SSL development package is installed, but it's enabled."" | fold -s -w 62 | sed 's/^/                 /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
 +  echo "          ERROR: `echo "No SSL development package is installed, but it's enabled." | fold -s -w 62 | sed 's/^/                 /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
    deb_dest="$deb_err"
    rpm_dest="$rpm_err"
    yast_dest="$yast_err"
 @@ -50063,7 +50068,7 @@
    else
  
    pkg_out_fd=3
 -  echo "          ERROR: `echo "No SSH development package is installed, but it's enabled."" | fold -s -w 62 | sed 's/^/                 /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
 +  echo "          ERROR: `echo "No SSH development package is installed, but it's enabled." | fold -s -w 62 | sed 's/^/                 /' | tr '\n' '#' | cut -b 18- | tr '#' '\n'`" >&$pkg_out_fd
    deb_dest="$deb_err"
    rpm_dest="$rpm_err"
    yast_dest="$yast_err"
 
 --------------030102020100020009010405--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206160820.q5G8KDVB054683>