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/100117 Submited by: maintainer
This commit is contained in:
parent
35640371dd
commit
6b952df9c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167614
6 changed files with 14 additions and 30 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= moon
|
||||
PORTVERSION= 23062006
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
PKGNAMEPREFIX= e17-module-
|
||||
|
@ -26,6 +26,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
|
||||
PLIST_SUB+= NLS=""
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.orig Fri Jun 23 17:01:47 2006
|
||||
+++ configure Fri Jun 23 17:01:59 2006
|
||||
@@ -22484,7 +22484,7 @@
|
||||
|
||||
|
||||
|
||||
-MODULE_ARCH="$host_os-$host_cpu"
|
||||
+MODULE_ARCH=""
|
||||
|
||||
|
||||
|
|
@ -1,10 +1,11 @@
|
|||
lib/enlightenment/modules/moon/module.a
|
||||
lib/enlightenment/modules/moon/%%MODULE_ARCH%%/module.a
|
||||
lib/enlightenment/modules/moon/module.eap
|
||||
lib/enlightenment/modules/moon/module.la
|
||||
lib/enlightenment/modules/moon/module.so
|
||||
lib/enlightenment/modules/moon/%%MODULE_ARCH%%/module.la
|
||||
lib/enlightenment/modules/moon/%%MODULE_ARCH%%/module.so
|
||||
lib/enlightenment/modules/moon/moon.edj
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/moon.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/moon.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/moon.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/moon.mo
|
||||
@dirrm lib/enlightenment/modules/moon/%%MODULE_ARCH%%
|
||||
@dirrm lib/enlightenment/modules/moon
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= moon
|
||||
PORTVERSION= 23062006
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://mbsd.msk.ru/dist/
|
||||
PKGNAMEPREFIX= e17-module-
|
||||
|
@ -26,6 +26,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
|
||||
PLIST_SUB+= NLS=""
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.orig Fri Jun 23 17:01:47 2006
|
||||
+++ configure Fri Jun 23 17:01:59 2006
|
||||
@@ -22484,7 +22484,7 @@
|
||||
|
||||
|
||||
|
||||
-MODULE_ARCH="$host_os-$host_cpu"
|
||||
+MODULE_ARCH=""
|
||||
|
||||
|
||||
|
|
@ -1,10 +1,11 @@
|
|||
lib/enlightenment/modules/moon/module.a
|
||||
lib/enlightenment/modules/moon/%%MODULE_ARCH%%/module.a
|
||||
lib/enlightenment/modules/moon/module.eap
|
||||
lib/enlightenment/modules/moon/module.la
|
||||
lib/enlightenment/modules/moon/module.so
|
||||
lib/enlightenment/modules/moon/%%MODULE_ARCH%%/module.la
|
||||
lib/enlightenment/modules/moon/%%MODULE_ARCH%%/module.so
|
||||
lib/enlightenment/modules/moon/moon.edj
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/moon.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/moon.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/moon.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/moon.mo
|
||||
@dirrm lib/enlightenment/modules/moon/%%MODULE_ARCH%%
|
||||
@dirrm lib/enlightenment/modules/moon
|
||||
|
|
Loading…
Reference in a new issue