Ticket #36098: akonadi.patch
File akonadi.patch, 1.8 KB (added by kurtjaeke@…, 12 years ago) |
---|
-
ports/devel/akonadi/Portfile
a b PortSystem 1.0 5 5 PortGroup kde4 1.1 6 6 7 7 name akonadi 8 version 1. 7.28 version 1.8.0 9 9 categories devel kde kde4 10 10 maintainers nomaintainer 11 11 license LGPL-2+ … … homepage http://pim.kde.org/akonadi/ 17 17 master_sites kde:stable/${name}/src/ 18 18 use_bzip2 yes 19 19 20 checksums sha 1 6aef88b46f8f7ce2dbdfb3641bce2d0bb733f181\21 rmd160 f6c0b4173fd7ea4b60a9e311984e35ce638e8ec720 checksums sha256 1644040ccc62c39325127cd32d19e846f62ffb1efa90b8d5e6a137a2545fa66d \ 21 rmd160 20954cfa63965b2e757c781585e4bacde87b0d5c 22 22 23 23 depends_lib-append port:soprano \ 24 24 port:boost \ 25 25 port:shared-mime-info 26 26 27 configure.args-append -DPOSTGRES_PATH=Off 28 27 29 depends_run-append path:libexec/mysqld:mysql5-server 30 configure.args-append -DDATABASE_BACKEND=MYSQL 31 32 variant sqlite description {Use sqlite backend instead of MySQL} { 33 depends_run-delete path:libexec/mysqld:mysql5-server 34 configure.args-delete -DDATABASE_BACKEND=MYSQL 35 configure.args-append -DDATABASE_BACKEND=SQLITE 36 } 28 37 29 patchfiles patch-server-src-nepomuk-queryserviceclient.h.diff30 38 post-patch { 31 39 # fix '#include "utils.h"' -> "src/utils.h" to avoid a conflict 32 40 # with the 'utils.h' header installed by the cdparanoia port … … post-patch { 37 45 } 38 46 } 39 47 40 configure.args-append -DDATABASE_BACKEND=MYSQL -DPOSTGRES_PATH=Off41 42 48 platform darwin 9 { 43 49 if {[info exists universal_target] && ${universal_target} == "10.4"} { 44 50 # Needed if compiling for 10.4 universal on 10.5