Date: Thu, 6 Jul 2006 22:53:32 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/99853: [MAINTAINIER UPDATE] x11/e17-module-mem patch Message-ID: <200607061853.k66IrW0B086138@fonon.realnet> Resent-Message-ID: <200607062000.k66K0avO017702@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99853 >Category: ports >Synopsis: [MAINTAINIER UPDATE] x11/e17-module-mem 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 work with recent snapshot of enlightenment. Note: I've added additional file files/patch-e_mod_main.c. >How-To-Repeat: >Fix: --- mem.diff begins here --- diff -ruN e17-module-mem.orig/Makefile e17-module-mem/Makefile --- e17-module-mem.orig/Makefile Thu Jul 6 22:43:42 2006 +++ e17-module-mem/Makefile Thu Jul 6 22:47:14 2006 @@ -7,6 +7,7 @@ PORTNAME= mem PORTVERSION= 23062006 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- diff -ruN e17-module-mem.orig/files/patch-e_mod_main.c e17-module-mem/files/patch-e_mod_main.c --- e17-module-mem.orig/files/patch-e_mod_main.c Thu Jan 1 03:00:00 1970 +++ e17-module-mem/files/patch-e_mod_main.c Thu Jul 6 22:44:14 2006 @@ -0,0 +1,11 @@ +--- e_mod_main.c.orig Thu Jul 6 22:43:05 2006 ++++ e_mod_main.c Thu Jul 6 22:43:18 2006 +@@ -339,7 +339,7 @@ + EAPI int + e_modapi_about(E_Module *m) + { +- e_module_dialog_show(D_("Enlightenment Mem Monitor Module"), ++ e_module_dialog_show(m, D_("Enlightenment Mem Monitor Module"), + D_("This module is used to monitor memory.")); + return 1; + } --- mem.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?200607061853.k66IrW0B086138>