diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-13 04:19:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-13 04:19:31 +0800 |
commit | a955cf9313b9d10dc10368fa0723b99852801920 (patch) | |
tree | 3b8b710408010cb7ebe9239766f50cc0d803e64c /x11 | |
parent | 86b028189df07049d27b2650a1de87cfc2b2fcb4 (diff) | |
download | freebsd-ports-gnome-a955cf9313b9d10dc10368fa0723b99852801920.tar.gz freebsd-ports-gnome-a955cf9313b9d10dc10368fa0723b99852801920.tar.zst freebsd-ports-gnome-a955cf9313b9d10dc10368fa0723b99852801920.zip |
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/100111
Submited by: maintainer
Diffstat (limited to 'x11')
-rw-r--r-- | x11/e17-module-cpu/Makefile | 3 | ||||
-rw-r--r-- | x11/e17-module-cpu/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/e17-module-cpu/pkg-plist | 7 |
3 files changed, 7 insertions, 14 deletions
diff --git a/x11/e17-module-cpu/Makefile b/x11/e17-module-cpu/Makefile index 187f09dc5588..fa8c0da18c55 100644 --- a/x11/e17-module-cpu/Makefile +++ b/x11/e17-module-cpu/Makefile @@ -7,6 +7,7 @@ PORTNAME= cpu PORTVERSION= 20060707 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- @@ -25,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="" diff --git a/x11/e17-module-cpu/files/patch-configure b/x11/e17-module-cpu/files/patch-configure deleted file mode 100644 index bc913371e95e..000000000000 --- a/x11/e17-module-cpu/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Jun 23 16:14:40 2006 -+++ configure Fri Jun 23 16:14:53 2006 -@@ -21497,7 +21497,7 @@ - - - --MODULE_ARCH="$host_os-$host_cpu" -+MODULE_ARCH="" - - - cat >>confdefs.h <<_ACEOF diff --git a/x11/e17-module-cpu/pkg-plist b/x11/e17-module-cpu/pkg-plist index d87fb1dfae0b..33b6656b67a2 100644 --- a/x11/e17-module-cpu/pkg-plist +++ b/x11/e17-module-cpu/pkg-plist @@ -1,8 +1,8 @@ lib/enlightenment/modules/cpu/cpu.edj -lib/enlightenment/modules/cpu/module.a +lib/enlightenment/modules/cpu/%%MODULE_ARCH%%/module.a lib/enlightenment/modules/cpu/module.eap -lib/enlightenment/modules/cpu/module.la -lib/enlightenment/modules/cpu/module.so +lib/enlightenment/modules/cpu/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/cpu/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/cpu/module_icon.png %%NLS%%share/locale/bg/LC_MESSAGES/cpu.mo %%NLS%%share/locale/eo/LC_MESSAGES/cpu.mo @@ -11,4 +11,5 @@ lib/enlightenment/modules/cpu/module_icon.png %%NLS%%share/locale/ja/LC_MESSAGES/cpu.mo %%NLS%%share/locale/ru/LC_MESSAGES/cpu.mo %%NLS%%share/locale/sv/LC_MESSAGES/cpu.mo +@dirrm lib/enlightenment/modules/cpu/%%MODULE_ARCH%% @dirrm lib/enlightenment/modules/cpu |