Date: Mon, 21 Oct 2019 21:20:31 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515130 - in head/audio/mumble: . files Message-ID: <201910212120.x9LLKVnh080983@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Mon Oct 21 21:20:31 2019 New Revision: 515130 URL: https://svnweb.freebsd.org/changeset/ports/515130 Log: audio/mumble: Add missing patch to make builds reliable PR: 240402 MFH: 2019Q4 Added: head/audio/mumble/files/patch-qmake_builddir.pri (contents, props changed) Modified: head/audio/mumble/Makefile Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Mon Oct 21 21:18:39 2019 (r515129) +++ head/audio/mumble/Makefile Mon Oct 21 21:20:31 2019 (r515130) @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.3.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org Added: head/audio/mumble/files/patch-qmake_builddir.pri ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mumble/files/patch-qmake_builddir.pri Mon Oct 21 21:20:31 2019 (r515130) @@ -0,0 +1,24 @@ +--- qmake/builddir.pri.orig 2019-10-20 18:28:58 UTC ++++ qmake/builddir.pri +@@ -33,20 +33,7 @@ isEmpty(TOP_BUILDDIR) { + TOP_BUILDDIR = $$TOP_SRCDIR + } + +-# If the build and source paths are equal, +-# it's not a shadow build. +-equals(TOP_BUILDDIR, $$TOP_SRCDIR) { +- CONFIG(debug, debug|release) { +- DESTDIR = $$TOP_BUILDDIR/debug +- } +- +- CONFIG(release, debug|release) { +- DESTDIR = $$TOP_BUILDDIR/release +- } +-} else { +- DESTDIR = $$TOP_BUILDDIR +-} +- ++DESTDIR = $$TOP_BUILDDIR/release + OBJECTS_ROOT = $$DESTDIR/.obj + MOC_ROOT = $$DESTDIR/.moc + RCC_ROOT = $$DESTDIR/.qrc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910212120.x9LLKVnh080983>