Date: Wed, 12 Jul 2006 01:06:34 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100110: [MAINTAINER PATCH] x11/e17-module-calendar fix MODULE_ARCH Message-ID: <200607112106.k6BL6YMw019524@fonon.realnet> Resent-Message-ID: <200607112110.k6BLAG4N006353@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100110 >Category: ports >Synopsis: [MAINTAINER PATCH] x11/e17-module-calendar fix MODULE_ARCH >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 11 21:10:15 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: In coordination with enlightenment-devel maintainer (vanilla@freebsd.org) MODULE_ARCH was changed to freebsd${OSREL}-${ARCH}. Appropriate patches for evas and enlightenment-devel have been commited. This patch fixes e17-module-calendar to work with current version of enlightenment-devel. We should change module location directory in order to account this MODULE_ARCH changes. Note: files/patch-configure file has been deleted. >How-To-Repeat: >Fix: --- e17-module-calendar.diff begins here --- diff -ruN e17-module-calendar.orig/Makefile e17-module-calendar/Makefile --- e17-module-calendar.orig/Makefile Tue Jul 11 23:53:53 2006 +++ e17-module-calendar/Makefile Wed Jul 12 00:29:11 2006 @@ -7,7 +7,7 @@ PORTNAME= calendar PORTVERSION= 23062006 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- @@ -25,6 +25,8 @@ 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} .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff -ruN e17-module-calendar.orig/files/patch-configure e17-module-calendar/files/patch-configure --- e17-module-calendar.orig/files/patch-configure Tue Jul 11 23:53:53 2006 +++ e17-module-calendar/files/patch-configure Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Fri Jun 23 16:03:16 2006 -+++ configure Fri Jun 23 16:03:40 2006 -@@ -23394,7 +23394,7 @@ - - - --MODULE_ARCH="$host_os-$host_cpu" -+MODULE_ARCH="" - - - cat >>confdefs.h <<_ACEOF diff -ruN e17-module-calendar.orig/pkg-plist e17-module-calendar/pkg-plist --- e17-module-calendar.orig/pkg-plist Tue Jul 11 23:53:53 2006 +++ e17-module-calendar/pkg-plist Wed Jul 12 00:20:19 2006 @@ -3,10 +3,10 @@ lib/enlightenment/modules/calendar/backimage.edj lib/enlightenment/modules/calendar/calendar.edj lib/enlightenment/modules/calendar/label.edj -lib/enlightenment/modules/calendar/module.a +lib/enlightenment/modules/calendar/%%MODULE_ARCH%%/module.a lib/enlightenment/modules/calendar/module.eap -lib/enlightenment/modules/calendar/module.la -lib/enlightenment/modules/calendar/module.so +lib/enlightenment/modules/calendar/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/calendar/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/calendar/module_icon.png lib/enlightenment/modules/calendar/today.edj lib/enlightenment/modules/calendar/topimage.edj @@ -19,4 +19,5 @@ %%NLS%%share/locale/ja/LC_MESSAGES/calendar.mo %%NLS%%share/locale/ru/LC_MESSAGES/calendar.mo %%NLS%%share/locale/sv/LC_MESSAGES/calendar.mo +@dirrm lib/enlightenment/modules/calendar/%%MODULE_ARCH%% @dirrm lib/enlightenment/modules/calendar --- e17-module-calendar.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?200607112106.k6BL6YMw019524>