svn commit: r515130 - in head/audio/mumble: . files

Mark Felder feld at FreeBSD.org
Mon Oct 21 21:20:32 UTC 2019


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 at 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


More information about the svn-ports-head mailing list