mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
In coordination with enlightenment-devel maintainer MODULE_ARCH was changed to
freebsd${OSREL}-${ARCH}. Appropriate patches for evas and enlightenment-devel have been commited. Track this. PR: ports/100110 Submited by: maintainer
This commit is contained in:
parent
115e0322ce
commit
01d9e71d16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167607
6 changed files with 14 additions and 30 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= calendar
|
PORTNAME= calendar
|
||||||
PORTVERSION= 23062006
|
PORTVERSION= 23062006
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||||
PKGNAMEPREFIX= e17-module-
|
PKGNAMEPREFIX= e17-module-
|
||||||
|
@ -26,6 +26,8 @@ GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||||
|
|
||||||
|
PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH}
|
||||||
|
|
||||||
.if !defined(WITHOUT_NLS)
|
.if !defined(WITHOUT_NLS)
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
PLIST_SUB+= NLS=""
|
PLIST_SUB+= NLS=""
|
||||||
|
|
|
@ -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
|
|
|
@ -3,10 +3,10 @@ lib/enlightenment/modules/calendar/arrow.edj
|
||||||
lib/enlightenment/modules/calendar/backimage.edj
|
lib/enlightenment/modules/calendar/backimage.edj
|
||||||
lib/enlightenment/modules/calendar/calendar.edj
|
lib/enlightenment/modules/calendar/calendar.edj
|
||||||
lib/enlightenment/modules/calendar/label.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.eap
|
||||||
lib/enlightenment/modules/calendar/module.la
|
lib/enlightenment/modules/calendar/%%MODULE_ARCH%%/module.la
|
||||||
lib/enlightenment/modules/calendar/module.so
|
lib/enlightenment/modules/calendar/%%MODULE_ARCH%%/module.so
|
||||||
lib/enlightenment/modules/calendar/module_icon.png
|
lib/enlightenment/modules/calendar/module_icon.png
|
||||||
lib/enlightenment/modules/calendar/today.edj
|
lib/enlightenment/modules/calendar/today.edj
|
||||||
lib/enlightenment/modules/calendar/topimage.edj
|
lib/enlightenment/modules/calendar/topimage.edj
|
||||||
|
@ -19,4 +19,5 @@ lib/enlightenment/modules/calendar/weekend.edj
|
||||||
%%NLS%%share/locale/ja/LC_MESSAGES/calendar.mo
|
%%NLS%%share/locale/ja/LC_MESSAGES/calendar.mo
|
||||||
%%NLS%%share/locale/ru/LC_MESSAGES/calendar.mo
|
%%NLS%%share/locale/ru/LC_MESSAGES/calendar.mo
|
||||||
%%NLS%%share/locale/sv/LC_MESSAGES/calendar.mo
|
%%NLS%%share/locale/sv/LC_MESSAGES/calendar.mo
|
||||||
|
@dirrm lib/enlightenment/modules/calendar/%%MODULE_ARCH%%
|
||||||
@dirrm lib/enlightenment/modules/calendar
|
@dirrm lib/enlightenment/modules/calendar
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= calendar
|
PORTNAME= calendar
|
||||||
PORTVERSION= 23062006
|
PORTVERSION= 23062006
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||||
PKGNAMEPREFIX= e17-module-
|
PKGNAMEPREFIX= e17-module-
|
||||||
|
@ -26,6 +26,8 @@ GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||||
|
|
||||||
|
PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH}
|
||||||
|
|
||||||
.if !defined(WITHOUT_NLS)
|
.if !defined(WITHOUT_NLS)
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
PLIST_SUB+= NLS=""
|
PLIST_SUB+= NLS=""
|
||||||
|
|
|
@ -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
|
|
|
@ -3,10 +3,10 @@ lib/enlightenment/modules/calendar/arrow.edj
|
||||||
lib/enlightenment/modules/calendar/backimage.edj
|
lib/enlightenment/modules/calendar/backimage.edj
|
||||||
lib/enlightenment/modules/calendar/calendar.edj
|
lib/enlightenment/modules/calendar/calendar.edj
|
||||||
lib/enlightenment/modules/calendar/label.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.eap
|
||||||
lib/enlightenment/modules/calendar/module.la
|
lib/enlightenment/modules/calendar/%%MODULE_ARCH%%/module.la
|
||||||
lib/enlightenment/modules/calendar/module.so
|
lib/enlightenment/modules/calendar/%%MODULE_ARCH%%/module.so
|
||||||
lib/enlightenment/modules/calendar/module_icon.png
|
lib/enlightenment/modules/calendar/module_icon.png
|
||||||
lib/enlightenment/modules/calendar/today.edj
|
lib/enlightenment/modules/calendar/today.edj
|
||||||
lib/enlightenment/modules/calendar/topimage.edj
|
lib/enlightenment/modules/calendar/topimage.edj
|
||||||
|
@ -19,4 +19,5 @@ lib/enlightenment/modules/calendar/weekend.edj
|
||||||
%%NLS%%share/locale/ja/LC_MESSAGES/calendar.mo
|
%%NLS%%share/locale/ja/LC_MESSAGES/calendar.mo
|
||||||
%%NLS%%share/locale/ru/LC_MESSAGES/calendar.mo
|
%%NLS%%share/locale/ru/LC_MESSAGES/calendar.mo
|
||||||
%%NLS%%share/locale/sv/LC_MESSAGES/calendar.mo
|
%%NLS%%share/locale/sv/LC_MESSAGES/calendar.mo
|
||||||
|
@dirrm lib/enlightenment/modules/calendar/%%MODULE_ARCH%%
|
||||||
@dirrm lib/enlightenment/modules/calendar
|
@dirrm lib/enlightenment/modules/calendar
|
||||||
|
|
Loading…
Add table
Reference in a new issue