Ticket #46538: Portfile-liblo.diff
File Portfile-liblo.diff, 1.2 KB (added by bennigraf@…, 10 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id $2 # $Id: Portfile 109548 2013-08-17 12:44:55Z ryandesign@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 6 6 name liblo 7 7 epoch 1 8 # 0.27 is buggy on x86_64 and is not considered stable; wait for 0.28 9 # https://sourceforge.net/p/liblo/bugs/33/ 10 version 0.26 8 version 0.28 11 9 categories audio 12 10 platforms darwin 13 11 maintainers nomaintainer … … 18 16 homepage http://liblo.sourceforge.net/ 19 17 master_sites sourceforge:project/liblo/liblo/${version} 20 18 21 checksums rmd160 380025d0d79280b13929da82db2e0908a3f4be39\22 sha256 a636fb09f8178ad0d5303e94fec37b182d3062a0e3daee85eed2a39ab623225819 checksums rmd160 473806e0ca5d383ee07d657103f43c7f90ff7b15 \ 20 sha256 da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909 23 21 24 22 # Does not have dependencies, so does not need -I flag, and -I flag causes configure error with clang 25 23 # https://sourceforge.net/p/liblo/bugs/34/