Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2006 23:20:39 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/99855: [MAINTAINER UPDATE] x11/e17-module-calendar doesn't compile
Message-ID:  <200607061920.k66JKd8e014237@fonon.realnet>
Resent-Message-ID: <200607062000.k66K0dRr017773@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99855
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] x11/e17-module-calendar 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:38 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 e17.

	Note: additional patchfile have been added.
>How-To-Repeat:
	
>Fix:

	

--- cal.diff begins here ---
diff -ruN e17-module-calendar.orig/Makefile e17-module-calendar/Makefile
--- e17-module-calendar.orig/Makefile	Thu Jul  6 23:10:55 2006
+++ e17-module-calendar/Makefile	Thu Jul  6 23:11:16 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	calendar
 PORTVERSION=	23062006
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://mbsd.msk.ru/dist/
 PKGNAMEPREFIX=	e17-module-
diff -ruN e17-module-calendar.orig/files/patch-src::e_mod_main.c e17-module-calendar/files/patch-src::e_mod_main.c
--- e17-module-calendar.orig/files/patch-src::e_mod_main.c	Thu Jan  1 03:00:00 1970
+++ e17-module-calendar/files/patch-src::e_mod_main.c	Thu Jul  6 23:14:02 2006
@@ -0,0 +1,20 @@
+--- src/e_mod_main.c.orig	Thu Jul  6 23:11:37 2006
++++ src/e_mod_main.c	Thu Jul  6 23:13:48 2006
+@@ -47,7 +47,7 @@
+       

+      {
+         

e_error_dialog_show 
+-           ("Module API Error", 
"Error initializing Module: calendar\n" 
++           (module, "Module API Error", 
"Error initializing Module: calendar\n" 
+             "It requires a minimum module API version of: %i.\n" 
+             "The module API advertized by Enlightenment is: %i.\n" 
+             "Aborting module.", 
E_MODULE_API_VERSION, module->api->version);
+@@ -102,7 +102,7 @@
+ EAPI int 
+ e_modapi_about(E_Module *module) 
+ {
+-   

e_error_dialog_show(D_("Enlightenment calendar Module"), 

D_("A simple module to give E17 a desktop calendar "));
++   

e_error_dialog_show(module, D_("Enlightenment calendar Module"), 

D_("A simple module to give E17 a desktop calendar "));
+    

return 1;
+ 

}
+ 

--- cal.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?200607061920.k66JKd8e014237>