[121613] trunk/dports/sysutils/bacula5/files/patch-configure-mysql.diff
Ryan Schmidt
ryandesign at macports.org
Sun Jul 13 00:45:16 PDT 2014
On Jul 2, 2014, at 8:03 AM, mf2k at macports.org wrote:
> Revision
> 121613
> Author
> mf2k at macports.org
> Date
> 2014-07-02 06:03:41 -0700 (Wed, 02 Jul 2014)
> Log Message
>
> bacula5: Fix patches. (#44127)
> Modified Paths
>
> • trunk/dports/sysutils/bacula5/files/patch-configure-mysql.diff
>
> -+ MYSQL_INCDIR=@@PREFIX@@/include/mysql55/mysql
> -+ MYSQL_LIBDIR=@@PREFIX@@/lib/mysql55/mysql
> -+ MYSQL_BINDIR=@@PREFIX@@/lib/mysql55/bin
> - fi
>
> +- fi
> ++
> ++ ## replaced by macports start
> ++ MYSQL_INCDIR=/opt/local/include/mysql55/mysql
> ++ MYSQL_LIBDIR=/opt/local/lib/mysql55/mysql
> ++ MYSQL_BINDIR=/opt/local/lib/mysql55/bin
> ++ ## replaced by macports end
This change seems to hardcode /opt/local into the patchfile; it seems like it was correct before this change.
More information about the macports-dev
mailing list