Commits

Ryan Schmidt authored 9286224ccf0
gtk-vnc: Fix build on OS X Mavericks and earlier

Use a newer Python because the old Python on Mavericks doesn't run the build system program keymap-gen properly.
No tags

gnome/gtk-vnc/Portfile

Modified
40 40
41 41 patchfiles patch-remove-intltool-perl-hack.diff
42 42 patchfiles-append MAP_ANONYMOUS.patch
43 43
44 44 # autoreconf to reconfigure with our intltool.m4
45 45 use_autoreconf yes
46 46 autoreconf.args -fvi
47 47
48 48 configure.args --disable-silent-rules
49 49
50 +if {${os.platform} eq "darwin" && ${os.major} <= 13} {
51 + # Mavericks comes with Python 2.7.5 which is too old to run keymap-gen properly
52 + # See https://bugzilla.gnome.org/show_bug.cgi?id=792075
53 + depends_build-append port:python27
54 + configure.python ${prefix}/bin/python2.7
55 +}
56 +
50 57 # for ucontext
51 58 configure.cppflags-append \
52 59 -D_XOPEN_SOURCE
53 60
54 61 livecheck.type gnome
55 62 livecheck.regex LATEST-IS-(\\d+\\.\\d*\\d(?:\\.\\d+)*)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut