Date: Thu, 6 Jul 2006 23:04:10 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/99854: [MAINTAINER UPDATE] x11/e17-module-moon patch Message-ID: <200607061904.k66J4AU6098190@fonon.realnet> Resent-Message-ID: <200607062000.k66K0c6m017752@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99854 >Category: ports >Synopsis: [MAINTAINER UPDATE] x11/e17-module-moon patch >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:36 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 compile with recent version of enlightenment. Note: additional patchfile was added. >How-To-Repeat: >Fix: --- moon.diff begins here --- diff -ruN e17-module-moon.orig/Makefile e17-module-moon/Makefile --- e17-module-moon.orig/Makefile Thu Jul 6 22:59:46 2006 +++ e17-module-moon/Makefile Thu Jul 6 23:00:13 2006 @@ -7,6 +7,7 @@ PORTNAME= moon PORTVERSION= 23062006 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- diff -ruN e17-module-moon.orig/files/patch-src::e_mod_main.c e17-module-moon/files/patch-src::e_mod_main.c --- e17-module-moon.orig/files/patch-src::e_mod_main.c Thu Jan 1 03:00:00 1970 +++ e17-module-moon/files/patch-src::e_mod_main.c Thu Jul 6 23:01:24 2006 @@ -0,0 +1,11 @@ +--- src/e_mod_main.c.orig Sat Jun 3 12:35:27 2006 ++++ src/e_mod_main.c Thu Jul 6 23:01:10 2006 +@@ -124,7 +124,7 @@ + + snprintf(title, sizeof(title), "%s %s", D_("Moon Clock Module"), + PACKAGE_VERSION); +- e_module_dialog_show(title, ++ e_module_dialog_show(module, title, + D_("Display current phase of the moon ala e16 E-MoonClock")); + return 1; + } --- moon.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?200607061904.k66J4AU6098190>