diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-12 20:20:11 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-12 20:20:11 +0000 |
commit | 55b3fe343467042cf913ef9985150a3b2ac179f3 (patch) | |
tree | a3bbb101649316f57277df26b3705ee0422aa681 /x11/e17-module-eveil | |
parent | 2a2c671056bb85321ec9459f860304c0313642e4 (diff) | |
download | FreeBSD-ports-55b3fe343467042cf913ef9985150a3b2ac179f3.zip FreeBSD-ports-55b3fe343467042cf913ef9985150a3b2ac179f3.tar.gz |
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/100113
Submited by: maintainer
Diffstat (limited to 'x11/e17-module-eveil')
-rw-r--r-- | x11/e17-module-eveil/Makefile | 3 | ||||
-rw-r--r-- | x11/e17-module-eveil/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/e17-module-eveil/pkg-plist | 7 |
3 files changed, 7 insertions, 14 deletions
diff --git a/x11/e17-module-eveil/Makefile b/x11/e17-module-eveil/Makefile index c068f1f..e57a1dd 100644 --- a/x11/e17-module-eveil/Makefile +++ b/x11/e17-module-eveil/Makefile @@ -7,6 +7,7 @@ PORTNAME= eveil 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-eveil/files/patch-configure b/x11/e17-module-eveil/files/patch-configure deleted file mode 100644 index bc91337..0000000 --- a/x11/e17-module-eveil/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-eveil/pkg-plist b/x11/e17-module-eveil/pkg-plist index d65c3c9..55039b4 100644 --- a/x11/e17-module-eveil/pkg-plist +++ b/x11/e17-module-eveil/pkg-plist @@ -1,10 +1,11 @@ lib/enlightenment/modules/eveil/eveil.edc lib/enlightenment/modules/eveil/eveil.edj -lib/enlightenment/modules/eveil/module.a +lib/enlightenment/modules/eveil/%%MODULE_ARCH%%/module.a lib/enlightenment/modules/eveil/module.eap -lib/enlightenment/modules/eveil/module.la -lib/enlightenment/modules/eveil/module.so +lib/enlightenment/modules/eveil/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/eveil/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/eveil/vera.ttf %%NLS%%share/locale/it/LC_MESSAGES/eveil.mo %%NLS%%share/locale/sv/LC_MESSAGES/eveil.mo +@dirrm lib/enlightenment/modules/eveil/%%MODULE_ARCH%% @dirrm lib/enlightenment/modules/eveil |