Date: Fri, 28 Jul 2006 01:08:31 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100936: [MAINTAINER] x11/e17-module-devian: update to 20060728 Message-ID: <20060727210831.795FE1209D@fonon.realnet> Resent-Message-ID: <200607272110.k6RLAMND077859@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100936 >Category: ports >Synopsis: [MAINTAINER] x11/e17-module-devian: update to 20060728 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 27 21:10:22 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 >Description: - Fix category - Fix building with recent version of e17. - Update to 20060728 Removed file(s): - files/patch-configure - files/patch-src__module__e_mod_config.c - files/patch-src__module__e_mod_config_dialog_devian.c - files/patch-src__module__e_mod_config_dialog_theme.c - files/patch-src__module__e_mod_container.c - files/patch-src__module__e_mod_data_file.c - files/patch-src__module__e_mod_data_picture.c - files/patch-src__module__e_mod_data_rss.c - files/patch-src__module__e_mod_devian.c - files/patch-src__module__e_mod_main.c - files/patch-src__module__e_mod_source_file.c - files/patch-src__module__e_mod_source_picture.c - files/patch-src__module__e_mod_source_rss.c Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- e17-module-devian-20060728,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/Makefile /var/tmp/e17-module-devian/Makefile --- /usr/ports/x11/e17-module-devian/Makefile Fri Jul 7 02:00:18 2006 +++ /var/tmp/e17-module-devian/Makefile Fri Jul 28 01:08:10 2006 @@ -6,9 +6,9 @@ # PORTNAME= devian -PORTVERSION= 23062006 -PORTREVISION= 1 -CATEGORIES= sysutils +PORTVERSION= 20060728 +PORTEPOCH= 1 +CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -25,5 +25,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH} .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/distinfo /var/tmp/e17-module-devian/distinfo --- /usr/ports/x11/e17-module-devian/distinfo Sat Jun 24 21:44:06 2006 +++ /var/tmp/e17-module-devian/distinfo Fri Jul 28 01:02:12 2006 @@ -1,3 +1,3 @@ -MD5 (devian-23062006.tar.bz2) = 92dca18d8f43356f079e8c9a6e2cc4dd -SHA256 (devian-23062006.tar.bz2) = ecfea86715b388cd5e53c49a31ab70d492d04553c48d18e4a89b720d20e6ea40 -SIZE (devian-23062006.tar.bz2) = 1114625 +MD5 (devian-20060728.tar.bz2) = 0a89a14c06689bf77fd5eb485922e879 +SHA256 (devian-20060728.tar.bz2) = c3bbaf2fa67dcc2075635368ede0aae4a20c3f0d3b08ae60295aeb5ed1291875 +SIZE (devian-20060728.tar.bz2) = 1115532 diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-configure /var/tmp/e17-module-devian/files/patch-configure --- /usr/ports/x11/e17-module-devian/files/patch-configure Sat Jun 24 21:44:06 2006 +++ /var/tmp/e17-module-devian/files/patch-configure Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Fri Jun 23 16:35:39 2006 -+++ configure Fri Jun 23 16:35:51 2006 -@@ -21610,7 +21610,7 @@ - - - --MODULE_ARCH="$host_os-$host_cpu" -+MODULE_ARCH="" - - - cat >>confdefs.h <<_ACEOF diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_config.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_config.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_config.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_config.c Thu Jan 1 03:00:00 1970 @@ -1,20 +0,0 @@ ---- src/module/e_mod_config.c.orig Thu Jul 6 23:32:07 2006 -+++ src/module/e_mod_config.c Thu Jul 6 23:32:25 2006 -@@ -100,7 +100,7 @@ - "has been upgraded<br>" - "Your settings were removed<br>" - "Sorry for the inconvenience<br><br>" "(%d -> %d)"), cfg_main->conf_version, CONFIG_VERSION); -- e_module_dialog_show(_(MODULE_NAME " Module version " MODULE_VERSION), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module version " MODULE_VERSION), buf); - - cfg_main = NULL; - } -@@ -116,7 +116,7 @@ - "has been downgraded<br>" - "Your settings were removed<br>" - "Sorry for the inconvenience<br><br>" "(%d ->%d)"), cfg_main->conf_version, CONFIG_VERSION); -- e_module_dialog_show(_(MODULE_NAME " Module version " MODULE_VERSION), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module version " MODULE_VERSION), buf); - cfg_main = NULL; - } - } diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_config_dialog_devian.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_config_dialog_devian.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_config_dialog_devian.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_config_dialog_devian.c Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- src/module/e_mod_config_dialog_devian.c.orig Thu Jul 6 23:32:48 2006 -+++ src/module/e_mod_config_dialog_devian.c Thu Jul 6 23:33:02 2006 -@@ -789,7 +789,7 @@ - snprintf(buf, sizeof(buf), - _("<hilight>Rss '%s' is in use !</hilight><br><br>" - "You can't delete it while its in use.<br><br>" "Owner is %s"), doc->name, doc->user->source->devian->id); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - } - } - #endif diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_config_dialog_theme.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_config_dialog_theme.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_config_dialog_theme.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_config_dialog_theme.c Thu Jan 1 03:00:00 1970 @@ -1,27 +0,0 @@ ---- src/module/e_mod_config_dialog_theme.c.orig Thu Jul 6 23:33:17 2006 -+++ src/module/e_mod_config_dialog_theme.c Thu Jul 6 23:33:33 2006 -@@ -636,7 +636,7 @@ - if (!ecore_file_is_dir(themes_path)) - { - snprintf(buf, sizeof(buf), _("<hilight>Directory %s doesnt exists.</hilight><br><br>" "No themes found !!!"), themes_path); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return NULL; - } - -@@ -644,7 +644,7 @@ - if (ecore_list_is_empty(list) || !list) - { - snprintf(buf, sizeof(buf), _("<hilight>Directory %s is empty !</hilight><br><br>" "No themes found !!!"), themes_path); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return NULL; - } - -@@ -701,5 +701,5 @@ - snprintf(buf, sizeof(buf), - _("<hilight>Invalid theme</hilight><br><br>" - "You have selected an invalid theme.<br>" "A valid theme has a dEvian icon in front of it.")); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - } diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_container.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_container.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_container.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_container.c Thu Jan 1 03:00:00 1970 @@ -1,20 +0,0 @@ ---- src/module/e_mod_container.c.orig Thu Jul 6 23:33:42 2006 -+++ src/module/e_mod_container.c Thu Jul 6 23:33:53 2006 -@@ -248,7 +248,7 @@ - char buf[4096]; - - snprintf(buf, sizeof(buf), _("<hilight>Invalid theme !</hilight><br><br>" "Failed to switch to %s theme"), *theme); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - evas_stringshare_del(*theme); - *theme = evas_stringshare_add(DEVIAN_THEME_DEFAULT); - DEVIANF(container_change) (devian, devian->conf->container_type); -@@ -272,7 +272,7 @@ - - snprintf(buf, sizeof(buf), - _("<hilight>Invalid theme !</hilight><br><br>" "Failed to switch to %s theme"), *theme); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - evas_stringshare_del(*theme); - *theme = evas_stringshare_add(DEVIAN_THEME_DEFAULT); - DEVIANF(container_change) (devian, devian->conf->container_type); diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_data_file.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_data_file.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_data_file.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_data_file.c Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- src/module/e_mod_data_file.c.orig Thu Jul 6 23:30:59 2006 -+++ src/module/e_mod_data_file.c Thu Jul 6 23:31:07 2006 -@@ -33,7 +33,7 @@ - snprintf(buf, sizeof(buf), - _("<hilight>Can't open file %s</hilight><br><br>" - "You can change the file in the dEvian's config panel"), source->devian->conf->file_path); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - } - - /* create the textblock */ diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_data_picture.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_data_picture.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_data_picture.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_data_picture.c Thu Jan 1 03:00:00 1970 @@ -1,20 +0,0 @@ ---- src/module/e_mod_data_picture.c.orig Thu Jul 6 23:30:33 2006 -+++ src/module/e_mod_data_picture.c Thu Jul 6 23:30:56 2006 -@@ -402,7 +402,7 @@ - "They can be jpeg or png<br><br>" - "After import, if you can remove these files and the pictures still can<br>" - "be viewed, but you wont be able to set them as wallpaper anymore<br><br>"), dir); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return 0; - } - -@@ -1199,7 +1199,7 @@ - DEVIANM->conf->sources_picture_data_import_thumbs_warn) - { - DEVIANM->conf->sources_picture_data_import_thumbs_warn = 0; -- e_module_dialog_show(_(MODULE_NAME " Module Information"), -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Information"), - _("<hilight>Creating thumbs</hilight><br><br>" - "Some pictures are being thumbed in a <hilight>background task</hilight>.<br>" - "It can take a while, but after, loading will be faster :)<br><br>" diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_data_rss.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_data_rss.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_data_rss.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_data_rss.c Thu Jan 1 03:00:00 1970 @@ -1,47 +0,0 @@ ---- src/module/e_mod_data_rss.c.orig Thu Jul 6 23:30:02 2006 -+++ src/module/e_mod_data_rss.c Thu Jul 6 23:30:29 2006 -@@ -280,7 +280,7 @@ - snprintf(buf, sizeof(buf), - _("<hilight>Rss '%s' is aready in use !</hilight><br><br>" - "You can't set a rss document to more than one dEvian<br><br>" "Url: %s"), doc->name, doc->url); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return -1; - } - -@@ -561,7 +561,7 @@ - "<underline=on underline_color=#000>Url :</> %s<br>" - "<underline=on underline_color=#000>Begining of the document dEvian get :</><br>%100.100s"), - doc->name, doc->url, feed->buffer); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - } - else - { -@@ -572,7 +572,7 @@ - "<underline=on underline_color=#000>Url :</> %s<br>" - "<underline=on underline_color=#000>Begining of the document dEvian get :</><br>%100.100s<br>" - "%100.100s"), doc->name, doc->url, feed->buffer, p); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - } - } - DEVIANF(container_loading_state_change) (feed->source->devian, 0); -@@ -1009,7 +1009,7 @@ - { - snprintf(buf, sizeof(buf), - _("<hilight>Unable to open link</hilight><br><br>" "Article '%s' has no link associated !"), article->title); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return; - } - -@@ -1029,7 +1029,7 @@ - _("<hilight>Viewer %s not found !</hilight><br><br>" - "You can change the viewer for http in dEvian configuration panel\ - (Advanced view)"), DEVIANM->conf->viewer_http); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return; - } - diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_devian.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_devian.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_devian.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_devian.c Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- src/module/e_mod_devian.c.orig Thu Jul 6 23:34:34 2006 -+++ src/module/e_mod_devian.c Thu Jul 6 23:34:41 2006 -@@ -443,7 +443,7 @@ - - snprintf(buf, sizeof(buf), - _("<hilight>Error !</hilight><br>" "Did not find <hilight>theme</hilight> %s group %s"), path, part); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return NULL; - } - DMAIN(("Edje loaded %s group %s", path, part)); diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_main.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_main.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_main.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_main.c Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- src/module/e_mod_main.c.orig Thu Jul 6 23:28:34 2006 -+++ src/module/e_mod_main.c Thu Jul 6 23:28:50 2006 -@@ -48,7 +48,7 @@ - char buf[4096]; - - snprintf(buf, sizeof(buf), _("Enlightenment %s Module - version " MODULE_VERSION), MODULE_NAME); -- e_module_dialog_show(buf, _( -+ e_module_dialog_show(m, buf, _( - #ifndef HAVE_ALL - "This module is part of dEvian module<br><br>" - #ifdef HAVE_PICTURE diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_source_file.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_source_file.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_source_file.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_source_file.c Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- src/module/e_mod_source_file.c.orig Thu Jul 6 23:29:46 2006 -+++ src/module/e_mod_source_file.c Thu Jul 6 23:29:54 2006 -@@ -24,7 +24,7 @@ - snprintf(buf, sizeof(buf), - _("<hilight>dEvian's Log feature isn't stable yet !</hilight><br><br>" - "It's disabled for now")); -- e_module_dialog_show(_(MODULE_NAME " Module error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module error"), buf); - return 0; - } - #endif diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_source_picture.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_source_picture.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_source_picture.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_source_picture.c Thu Jan 1 03:00:00 1970 @@ -1,38 +0,0 @@ ---- src/module/e_mod_source_picture.c.orig Thu Jul 6 23:29:20 2006 -+++ src/module/e_mod_source_picture.c Thu Jul 6 23:29:41 2006 -@@ -174,7 +174,7 @@ - _("<hilight>File %s doesnt exists.</hilight><br><br>" - "This file is in dEvian's picture list, but it seems you removed it from the disk<br>" - "It cant be set as background, sorry."), file); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return 0; - } - -@@ -201,7 +201,7 @@ - "%s is not an edje file !<br>" - "dEvian need e17setroot util from e_utils package to set you're picture as background" - "Please install it and try again"), file); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return 0; - } - } -@@ -261,7 +261,7 @@ - _("<hilight>File %s doesnt exists !</hilight><br><br>" - "This file is in dEvian's picture list, but it seems you removed it from the disk.<br>" - "It cant be set opened in a viewer, sorry."), file); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return 0; - } - -@@ -281,7 +281,7 @@ - _("<hilight>Viewer %s not found !</hilight><br><br>" - "You can change the viewer for images in dEvian configuration panel (Advanced view)"), - DEVIANM->conf->viewer_image); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return 0; - } - diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_source_rss.c /var/tmp/e17-module-devian/files/patch-src__module__e_mod_source_rss.c --- /usr/ports/x11/e17-module-devian/files/patch-src__module__e_mod_source_rss.c Fri Jul 7 02:00:19 2006 +++ /var/tmp/e17-module-devian/files/patch-src__module__e_mod_source_rss.c Thu Jan 1 03:00:00 1970 @@ -1,20 +0,0 @@ ---- src/module/e_mod_source_rss.c.orig Thu Jul 6 23:28:58 2006 -+++ src/module/e_mod_source_rss.c Thu Jul 6 23:29:14 2006 -@@ -108,7 +108,7 @@ - snprintf(buf, sizeof(buf), - _("<hilight>Unable to open link</hilight><br><br>" - "Feed '%s' has no link associated !"), source->devian->conf->rss_doc->name); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return 0; - } - -@@ -128,7 +128,7 @@ - _("<hilight>Viewer %s not found !</hilight><br><br>" - "You can change the viewer for http in DEVIANN configuration panel (Advanced view)"), - DEVIANM->conf->viewer_http); -- e_module_dialog_show(_(MODULE_NAME " Module Error"), buf); -+ e_module_dialog_show(DEVIANM->module, _(MODULE_NAME " Module Error"), buf); - return 0; - } - diff -ruN --exclude=CVS /usr/ports/x11/e17-module-devian/pkg-plist /var/tmp/e17-module-devian/pkg-plist --- /usr/ports/x11/e17-module-devian/pkg-plist Sat Jun 24 21:44:06 2006 +++ /var/tmp/e17-module-devian/pkg-plist Fri Jul 28 00:58:47 2006 @@ -1,11 +1,12 @@ lib/enlightenment/modules/devian/dEvian.jpg -lib/enlightenment/modules/devian/module.a +lib/enlightenment/modules/devian/%%MODULE_ARCH%%/module.a +lib/enlightenment/modules/devian/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/devian/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/devian/module.eap -lib/enlightenment/modules/devian/module.la -lib/enlightenment/modules/devian/module.so lib/enlightenment/modules/devian/module_icon.png lib/enlightenment/modules/devian/themes/blue_eyed.edj lib/enlightenment/modules/devian/themes/clean.edj lib/enlightenment/modules/devian/themes/minimal.edj @dirrm lib/enlightenment/modules/devian/themes +@dirrm lib/enlightenment/modules/devian/%%MODULE_ARCH%% @dirrm lib/enlightenment/modules/devian --- e17-module-devian-20060728,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060727210831.795FE1209D>