Ticket #46632: Portfile-stellarium.diff
File Portfile-stellarium.diff, 1.1 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 5 5 PortGroup qt4 1.0 6 6 7 7 name stellarium 8 version 0.12. 48 version 0.12.5 9 9 categories science 10 10 platforms darwin 11 11 license GPL-2+ … … 21 21 homepage http://stellarium.org/ 22 22 23 23 master_sites sourceforge 24 checksums rmd160 4e212f8e0d613733ef98a506556c25dbab4d3b24\25 sha256 0fae1b6e2231ccfaba8fd00abf816a88bd89b5dc61387ac84edf479b363c668424 checksums rmd160 e925e75f0fbaa65f9f2ce04d200b50f73c01c5a5 \ 25 sha256 15fbc0f12f25e4dbf7eb360c422987ca312201e3b41e6eadba028f1af9174559 26 26 27 27 depends_build-append port:cmake 28 28 depends_lib-append \ … … 31 31 port:openssl \ 32 32 port:phonon 33 33 34 patchfiles patch- libc++.diff34 patchfiles patch-src-core-renderer-StelQGLInterleavedArrayVertexBufferBackend.cpp.diff 35 35 36 36 post-patch { 37 37 reinplace "s:SET(CMAKE_INSTALL_PREFIX \"\$\{PROJECT_BINARY_DIR\}/:SET(CMAKE_INSTALL_PREFIX \"${applications_dir}/:" ${worksrcpath}/CMakeLists.txt