ports/103315: [MAINTAINER] x11/e17-module-language: fix installation paths

Stanislav Sedov ssedov at mbsd.msk.ru
Sat Sep 16 15:31:27 UTC 2006


>Number:         103315
>Category:       ports
>Synopsis:       [MAINTAINER] x11/e17-module-language: fix installation paths
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 16 15:30:24 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 #0: Thu Aug 31 10:34:52 MSD 2006
>Description:
 - Fix installation paths errors introduced by me in previos PR :-(

>How-To-Repeat:
>Fix:

--- e17-module-language-20060707_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /work/src/fbsd-cvs/ports/x11/e17-module-language/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	13 Jul 2006 20:08:13 -0000	1.1
+++ Makefile	16 Sep 2006 15:16:32 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	language
 PORTVERSION=	20060707
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	http://mbsd.msk.ru/dist/
 PKGNAMEPREFIX=	e17-module-
@@ -26,4 +27,6 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
 
+PLIST_SUB+=	MODULE_ARCH=freebsd${OSREL}-${ARCH}
+
 .include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: /work/src/fbsd-cvs/ports/x11/e17-module-language/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	13 Jul 2006 20:08:13 -0000	1.1
+++ pkg-plist	16 Sep 2006 15:17:34 -0000
@@ -1,3 +1,6 @@
+lib/enlightenment/modules/language/%%MODULE_ARCH%%/module.a
+lib/enlightenment/modules/language/%%MODULE_ARCH%%/module.la
+lib/enlightenment/modules/language/%%MODULE_ARCH%%/module.so
 lib/enlightenment/modules/language/images/AFG_flag.png
 lib/enlightenment/modules/language/images/ALB_flag.png
 lib/enlightenment/modules/language/images/AND_flag.png
@@ -71,9 +74,9 @@
 lib/enlightenment/modules/language/images/unknown_flag.png
 lib/enlightenment/modules/language/language.edc
 lib/enlightenment/modules/language/language.edj
-lib/enlightenment/modules/language/module.a
 lib/enlightenment/modules/language/module.eap
-lib/enlightenment/modules/language/module.la
-lib/enlightenment/modules/language/module.so
 @dirrm lib/enlightenment/modules/language/images
+ at dirrm lib/enlightenment/modules/language/%%MODULE_ARCH%%
 @dirrm lib/enlightenment/modules/language
+ at dirrmtry lib/enlightenment/modules
+ at dirrmtry lib/enlightenment
Index: files/patch-configure
===================================================================
RCS file: /work/src/fbsd-cvs/ports/x11/e17-module-language/files/patch-configure,v
retrieving revision 1.1
diff -u -u -r1.1 patch-configure
--- files/patch-configure	13 Jul 2006 20:08:13 -0000	1.1
+++ files/patch-configure	16 Sep 2006 15:14:52 -0000
@@ -1,14 +1,5 @@
 --- configure.orig	Sun Jul  9 23:28:34 2006
 +++ configure	Sun Jul  9 23:29:18 2006
-@@ -21503,7 +21503,7 @@
- #AM_GNU_GETTEXT([external])
- #AM_GNU_GETTEXT_VERSION(0.14)
- 
--MODULE_ARCH="$host_os-$host_cpu"
-+MODULE_ARCH=""
- 
- 
- cat >>confdefs.h <<_ACEOF
 @@ -22091,6 +22091,11 @@
  cat >>conftest.$ac_ext <<_ACEOF
  /* end confdefs.h.  */
--- e17-module-language-20060707_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list