From d8438e93a47779e30c02f48a08702579b71fb50a Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 2 Sep 2005 00:45:13 +0000 Subject: * Convert to OPTIONS * Add a patch from Fedora to fix D-BUS functionality Submitted by: Marcus Grando Reviewed by: ahze git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4673 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/evince/Makefile | 33 ++++++++------------------------ graphics/evince/files/patch-shell_main.c | 20 +++++++++++++++++++ 2 files changed, 28 insertions(+), 25 deletions(-) create mode 100644 graphics/evince/files/patch-shell_main.c diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index bba9ee9c6..1fe24ba53 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.28 2005/08/29 04:37:58 ahze Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.29 2005/08/31 23:52:49 ahze Exp $ # PORTNAME= evince @@ -31,6 +31,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ GCONF_SCHEMAS= evince.schemas evince-thumbnailer.schemas +OPTIONS= DVI "Enable DVI viewer support" off \ + T1LIB "Enable T1LIB for TYPE1 fonts to DVI" off \ + NAUTILUS "Enable Nautilus plugin" on \ + DJVU "Enable DJVU support" off \ + DBUS "Enable D-BUS support" off + .include .if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) \ @@ -73,36 +79,13 @@ LIB_DEPENDS+= dbus-glib-1.1:${PORTSDIR}/devel/dbus .endif pre-everything:: -.if !defined(WITH_DVI) && !defined(WITH_T1LIB) - @${ECHO_MSG} - @${ECHO_MSG} "If you want dvi viewer hit Ctrl-C now and" - @${ECHO_MSG} "use \"make WITH_DVI=yes\"" -. if !defined(WITH_T1LIB) - @${ECHO_MSG} - @${ECHO_MSG} "If you want t1lib for type1 fonts in the dvi viewer" - @${ECHO_MSG} "hit Ctrl-C now and" - @${ECHO_MSG} "use \"make WITH_T1LIB=yes\"" -. endif -.endif -.if !defined(WITHOUT_NAUTILUS) - @${ECHO_MSG} - @${ECHO_MSG} "If you don't want Nautilus plugin hit Ctrl-C now and" - @${ECHO_MSG} "use \"make WITHOUT_NAUTILUS=yes\"" - @${ECHO_MSG} -.endif .if !defined(WITH_DJVU) - @${ECHO_MSG} "If you want DjVu support included, hit Ctrl-C now and use" - @${ECHO_MSG} "\"make WITH_DJVU=yes\"" + @${ECHO_MSG} @${ECHO_MSG} "NOTE: GNOME/Gtk+ users may want to avoid QT dependency required" @${ECHO_MSG} "by defaut djvulibre installation. They need to use @${ECHO_MSG} "\"make WITHOUT_X11=yes\" when build that library then." @${ECHO_MSG} .endif -.if !defined(WITH_DBUS) - @${ECHO_MSG} "If you want D-BUS support included, hit Ctrl-C now and" - @${ECHO_MSG} "use \"make WITH_DBUS=yes\"" - @${ECHO_MSG} -.endif post-patch: @${REINPLACE_CMD} -e 's|-lt1lib|-lt1 -lm|' \ diff --git a/graphics/evince/files/patch-shell_main.c b/graphics/evince/files/patch-shell_main.c new file mode 100644 index 000000000..05a0c7882 --- /dev/null +++ b/graphics/evince/files/patch-shell_main.c @@ -0,0 +1,20 @@ +--- shell/main.c.dbus-fix 2005-09-01 04:14:54.000000000 -0400 ++++ shell/main.c 2005-09-01 04:15:33.000000000 -0400 +@@ -152,7 +152,7 @@ + if (!files) { + #if DBUS_VERSION <= 33 + call = dbus_g_proxy_begin_call (remote_object, "OpenWindow", +- DBUS_TYPE_UINT32, timestamp, ++ DBUS_TYPE_UINT32, ×tamp, + DBUS_TYPE_INVALID); + + if (!dbus_g_proxy_end_call (remote_object, call, &error, DBUS_TYPE_INVALID)) { +@@ -193,7 +193,7 @@ + call = dbus_g_proxy_begin_call (remote_object, "OpenURI", + DBUS_TYPE_STRING, &uri, + DBUS_TYPE_STRING, &page_label, +- DBUS_TYPE_UINT32, timestamp, ++ DBUS_TYPE_UINT32, ×tamp, + DBUS_TYPE_INVALID); + + if (!dbus_g_proxy_end_call (remote_object, call, &error, DBUS_TYPE_INVALID)) { -- cgit v1.2.3