Date: Wed, 12 Jul 2006 01:07:50 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100123: [MAINTAINER PATCH] x11/e17-module-weather fix MODULE_ARCH Message-ID: <200607112107.k6BL7ofH020201@fonon.realnet> Resent-Message-ID: <200607112110.k6BLAN70006547@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100123 >Category: ports >Synopsis: [MAINTAINER PATCH] x11/e17-module-weather 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:23 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-weather 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-weather.diff begins here --- diff -ruN e17-module-weather.orig/Makefile e17-module-weather/Makefile --- e17-module-weather.orig/Makefile Tue Jul 11 23:55:04 2006 +++ e17-module-weather/Makefile Wed Jul 12 00:29:11 2006 @@ -7,7 +7,7 @@ PORTNAME= weather 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-weather.orig/files/patch-configure e17-module-weather/files/patch-configure --- e17-module-weather.orig/files/patch-configure Tue Jul 11 23:55:04 2006 +++ e17-module-weather/files/patch-configure Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Fri Jun 23 17:10:30 2006 -+++ configure Fri Jun 23 17:10:42 2006 -@@ -23390,7 +23390,7 @@ - - - --MODULE_ARCH="$host_os-$host_cpu" -+MODULE_ARCH="" - - - cat >>confdefs.h <<_ACEOF diff -ruN e17-module-weather.orig/pkg-plist e17-module-weather/pkg-plist --- e17-module-weather.orig/pkg-plist Tue Jul 11 23:55:04 2006 +++ e17-module-weather/pkg-plist Wed Jul 12 00:23:39 2006 @@ -61,10 +61,10 @@ lib/enlightenment/modules/weather/images/wind.png lib/enlightenment/modules/weather/images/wswarning.png lib/enlightenment/modules/weather/images/wswatch.png -lib/enlightenment/modules/weather/module.a +lib/enlightenment/modules/weather/%%MODULE_ARCH%%/module.a lib/enlightenment/modules/weather/module.eap -lib/enlightenment/modules/weather/module.la -lib/enlightenment/modules/weather/module.so +lib/enlightenment/modules/weather/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/weather/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/weather/module_icon.png lib/enlightenment/modules/weather/vera.ttf lib/enlightenment/modules/weather/weather.edc @@ -73,4 +73,5 @@ %%NLS%%share/locale/it/LC_MESSAGES/weather.mo %%NLS%%share/locale/ja/LC_MESSAGES/weather.mo @dirrm lib/enlightenment/modules/weather/images +@dirrm lib/enlightenment/modules/weather/%%MODULE_ARCH%% @dirrm lib/enlightenment/modules/weather --- e17-module-weather.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?200607112107.k6BL7ofH020201>