Ticket #32068: Portfile.diff
File Portfile.diff, 1.7 KB (added by rudloff@…, 13 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name midori 6 version 0.2.9 7 revision 5 6 version 0.4.2 8 7 categories www 9 8 description Midori is a lightweight web browser 10 9 long_description ${description} … … 17 16 master_sites http://archive.xfce.org/src/apps/midori/${branch} 18 17 use_bzip2 yes 19 18 20 checksums md5 a5821d8e31fa944374ed51c09ca4e740 \ 21 sha1 3329c3b9cbe1d2fa0cb94e3f864802fae4fc5e9b \ 22 rmd160 3b8f2f8fa55f10e80a9e769e4085f96b7fa769ab 23 24 # patch-extensions-mouse-gestures-c.diff reported as 25 # http://www.twotoasts.de/bugs/index.php?do=details&task_id=903 26 patchfiles patch-extensions-mouse-gestures-c.diff \ 27 patch-wscript.diff 19 checksums md5 4ec9c3daa332ebe865cba6aa8256ef63 \ 20 sha1 fac3dc4bb8935f35b38ffc4d6c7a5daba9dc52f1 \ 21 rmd160 ca16f66bafa4dcb49b0cfbcef9900cee94a0066b 22 23 patchfiles patch-wscript.diff 28 24 29 25 # glib 2.16.5 or later is required: 30 26 depends_lib port:gtk2 path:include/gio/gio.h:glib2 \ … … 38 34 configure.universal_args-delete --disable-dependency-tracking 39 35 40 36 platform darwin { 37 configure.env-append PYTHON=/usr/bin/python 41 38 patchfiles-append patch-extensions-wscript_build.diff \ 42 39 patch-wscript-dont-look-for-libm.diff \ 43 40 patch-wscript-darwin-options.diff … … 49 46 configure.args-append --disable-libnotify 50 47 } 51 48 49 variant quartz requires no_x11 { 50 51 } 52 52 53 # can't seem to get libunique to work (throws dbus errors on startup) 53 54 # http://www.twotoasts.de/bugs/index.php?do=details&task_id=1040 54 55