Date: Thu, 6 Jul 2006 23:09:14 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/99856: [MAINTAINER UPDATE] x11/e17-module-weather doesn't compile Message-ID: <200607061909.k66J9EQ9005778@fonon.realnet> Resent-Message-ID: <200607062000.k66K0eAw017806@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99856 >Category: ports >Synopsis: [MAINTAINER UPDATE] x11/e17-module-weather doesn't compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 06 20:00:39 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 root@fonon.realnet:/work/src/fbsd-cur/src/sys/i386/compile/FONON i386 >Description: Make it work with recent version of enlightenment. Note: I've added additional patchfile. >How-To-Repeat: >Fix: --- weather.diff begins here --- diff -ruN e17-module-weather.orig/Makefile e17-module-weather/Makefile --- e17-module-weather.orig/Makefile Thu Jul 6 23:04:36 2006 +++ e17-module-weather/Makefile Thu Jul 6 23:06:03 2006 @@ -7,6 +7,7 @@ PORTNAME= weather PORTVERSION= 23062006 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- diff -ruN e17-module-weather.orig/files/patch-e_mod_main.c e17-module-weather/files/patch-e_mod_main.c --- e17-module-weather.orig/files/patch-e_mod_main.c Thu Jan 1 03:00:00 1970 +++ e17-module-weather/files/patch-e_mod_main.c Thu Jul 6 23:05:42 2006 @@ -0,0 +1,12 @@ +--- e_mod_main.c.orig Thu Jul 6 23:05:04 2006 ++++ e_mod_main.c Thu Jul 6 23:05:19 2006 +@@ -354,7 +354,8 @@ + EAPI int + e_modapi_about(E_Module *m) + { +- e_module_dialog_show(D_("Enlightenment Weather Module"), D_("A weather forecast module for Enlightenment")); ++ e_module_dialog_show(m, D_("Enlightenment Weather Module"), ++ D_("A weather forecast module for Enlightenment")); + return 1; + } + --- weather.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607061909.k66J9EQ9005778>