[153697] trunk/dports/sysutils/bacula
Ryan Schmidt
ryandesign at macports.org
Sat Oct 8 02:40:45 PDT 2016
> On Oct 8, 2016, at 3:34 AM, g5pw at macports.org wrote:
>
> Revision
> 153697
> Author
> g5pw at macports.org
> Date
> 2016-10-08 01:34:05 -0700 (Sat, 08 Oct 2016)
> Log Message
>
> Fix QT4 detection, remove maintainer
>
> Remove maintainer as per his request
> (
> https://lists.macosforge.org/pipermail/macports-dev/2016-October/033950.html
> )
> Add patch to fix QT4 detection
> substitute patchfiles with patchfiles-append since the +console_bat variant can
> be active with either of the +mysql* and +postgres* variants, and setting the
> patchfiles again would clobber the first patch
> Closes #49203
> Added: trunk/dports/sysutils/bacula/files/patch-configure-qt4.diff (0 => 153697)
> --- trunk/dports/sysutils/bacula/files/patch-configure-qt4.diff (rev 0)
> +++ trunk/dports/sysutils/bacula/files/patch-configure-qt4.diff 2016-10-08 08:34:05 UTC (rev 153697)
> @@ -0,0 +1,14 @@
> +--- configure.org 2016-04-19 18:47:42.000000000 +0200
> ++++ configure 2016-04-19 18:49:24.000000000 +0200
> +@@ -21792,6 +21792,10 @@
> +
> + BAT_DIR=
> + if test x$support_bat = xyes; then
> ++ # by MacPorts patch
> ++ export QMAKE='/opt/local/libexec/qt4/bin/qmake'
> ++ export PKG_CONFIG_PATH='/opt/local/libexec/qt4/lib/pkgconfig'
> ++ # by MacPorts patch end
/opt/local should not be hardcoded.
More information about the macports-dev
mailing list