commit bdfc022d78d0108fd7f4a7191d0f57d926ee7ea0
Author: Mihai Moldovan <ionic@ionic.de>
Date: Sun Aug 10 20:43:04 2014 +0200
multimedia/audacious-{core,plugins}: use conflicts_build PortGroup to make sure no older version is active at build time. Deactivation or activation of trace mode will hopefully be automated by MP base in the future.
diff --git a/multimedia/audacious-core/Portfile b/multimedia/audacious-core/Portfile
index 343c9d3..fa36fc9 100644
a
|
b
|
|
2 | 2 | # $Id: Portfile 121042 2014-06-15 13:40:34Z mf2k@macports.org $ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
| 5 | PortGroup conflicts_build 1.0 |
5 | 6 | |
6 | 7 | name audacious-core |
7 | 8 | set real_name audacious |
… |
… |
use_bzip2 yes |
33 | 34 | checksums rmd160 8278c1a1173e38f61097f284cc0c8a4c8c26e97e \ |
34 | 35 | sha256 df380e1ade112c703f57bc3883c71a1025e8d77091a772b86c0f9072efa69507 |
35 | 36 | |
| 37 | conflicts_build ${name} |
| 38 | |
36 | 39 | patchfiles patch-buildsys.diff |
37 | 40 | |
38 | 41 | depends_build path:bin/pkg-config:pkgconfig \ |
diff --git a/multimedia/audacious-plugins/Portfile b/multimedia/audacious-plugins/Portfile
index a45274d..a9750da 100644
a
|
b
|
|
2 | 2 | # $Id: Portfile 121061 2014-06-16 16:03:25Z mf2k@macports.org $ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
| 5 | PortGroup conflicts_build 1.0 |
5 | 6 | |
6 | 7 | name audacious-plugins |
7 | 8 | |
… |
… |
use_bzip2 yes |
29 | 30 | checksums rmd160 b513103930905813ae047a6e021b07d7c422716b \ |
30 | 31 | sha256 e6da3346df520f3c6cee3c3706eb09290840ea12dfff28d6bec32e5842dc9e26 |
31 | 32 | |
| 33 | conflicts_build ${name} |
| 34 | |
32 | 35 | patchfiles patch-buildsys.diff \ |
33 | 36 | patch-configure.ac-select-libsdl.diff |
34 | 37 | |