Ticket #47853: Portfile-girara.diff
File Portfile-girara.diff, 2.6 KB (added by harciga, 9 years ago) |
---|
-
Portfile
old new 3 3 4 4 PortSystem 1.0 5 5 6 PortGroup active_variants 1.1 6 # Unneeded PortGroup 7 7 8 8 name girara 9 version 0.2. 09 version 0.2.4 10 10 categories devel gnome 11 11 platforms darwin 12 12 license zlib 13 maintainers gmail.com:starkhalo openmaintainer 13 maintainers gmail.com:starkhalo \ 14 openmaintainer 14 15 description Cross-platform widget toolkit based on GTK+ 15 16 long_description \ 16 17 girara is a library that implements a user interface that focuses on \ … … 26 27 27 28 master_sites ${homepage}download/ 28 29 29 checksums rmd160 e89c075c353548740ab9e3de1d8e6ccea61823f6\30 sha256 d14b54cb04d81ba3b84ad41c5e68951d250b455d0862add1c987e3af9e2e174d30 checksums rmd160 7de0789050c7b624f18f828ca25c46f4a7d2e5c0 \ 31 sha256 2ee04e4c0e700d455ebaf92f804355f948754e7d3751d409db6595419e6ece5e 31 32 32 patchfiles patch-Makefile.diff \ 33 patch-config.mk.diff 33 patchfiles patch-Makefile.diff 34 34 35 35 # https://trac.macports.org/ticket/43794 36 36 # Due to #43794 "error: #pragma GCC diagnostic not allowed inside functions" 37 37 # port needs patching to build on GCC < 4.6 38 38 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52116 39 39 # https://bugs.freedesktop.org/show_bug.cgi?id=52614 40 patchfiles-append patch-session.c.diff 40 # patchfiles-append patch-session.c.diff 41 # Patchfile removed: Fixed upstream 41 42 42 43 depends_build port:pkgconfig 43 44 44 45 depends_lib path:lib/libglib-2.0.dylib:glib2 \ 45 46 port:gtk3 \ 46 port:intltool 47 48 require_active_variants \ 49 gtk3 x11 quartz 47 port:intltool \ 48 port:libnotify \ 49 port:json-c 50 51 # Removed: Port does not require `gdkx.h' but `gdkkeysyms.h' 52 # and it's provided by +quartz, see 43564#comment:7 53 # require_active_variants \ 54 # gtk3 x11 quartz 50 55 51 56 use_configure no 52 57 … … 61 66 # http://www.opensource.apple.com/source/cvs/cvs-47/cvs/lib/getline.h?txt 62 67 # http://www.opensource.apple.com/source/cvs/cvs-47/cvs/lib/getdelim.c?txt 63 68 # http://www.opensource.apple.com/source/cvs/cvs-47/cvs/lib/getdelim.h?txt 64 patchfiles-append patch-getline.h.diff \ 65 patch-getline.c.diff \ 66 patch-getdelim.h.diff \ 67 patch-getdelim.c.diff 69 patchfiles-append patch-getline.diff 68 70 } 69 71 } 70 72