[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[4617] ipcop/trunk
From:       gespinasse () users ! sourceforge ! net
Date:       2010-05-30 19:21:38
Message-ID: E1OIo4o-0004g5-03 () sfp-svn-1 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 4617
          http://ipcop.svn.sourceforge.net/ipcop/?rev=4617&view=rev
Author:   gespinasse
Date:     2010-05-30 19:21:37 +0000 (Sun, 30 May 2010)

Log Message:
-----------
fix a bug in 1.23 gnulib for regex detection using --without-included-regex

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/tar
    ipcop/trunk/lfs/tar

Modified: ipcop/trunk/config/rootfiles/common/tar
===================================================================
--- ipcop/trunk/config/rootfiles/common/tar	2010-05-29 16:59:15 UTC (rev 4616)
+++ ipcop/trunk/config/rootfiles/common/tar	2010-05-30 19:21:37 UTC (rev 4617)
@@ -1,40 +1 @@
 bin/tar
-#usr/sbin/rmt
-#usr/share/info/tar.info
-#usr/share/info/tar.info-1
-#usr/share/info/tar.info-2
-#usr/share/locale/bg/LC_MESSAGES/tar.mo
-#usr/share/locale/cs/LC_MESSAGES/tar.mo
-#usr/share/locale/da/LC_MESSAGES/tar.mo
-#usr/share/locale/de/LC_MESSAGES/tar.mo
-#usr/share/locale/el/LC_MESSAGES/tar.mo
-#usr/share/locale/es/LC_MESSAGES/tar.mo
-#usr/share/locale/et/LC_MESSAGES/tar.mo
-#usr/share/locale/eu/LC_MESSAGES/tar.mo
-#usr/share/locale/fi/LC_MESSAGES/tar.mo
-#usr/share/locale/fr/LC_MESSAGES/tar.mo
-#usr/share/locale/ga/LC_MESSAGES/tar.mo
-#usr/share/locale/gl/LC_MESSAGES/tar.mo
-#usr/share/locale/hr/LC_MESSAGES/tar.mo
-#usr/share/locale/hu/LC_MESSAGES/tar.mo
-#usr/share/locale/id/LC_MESSAGES/tar.mo
-#usr/share/locale/it/LC_MESSAGES/tar.mo
-#usr/share/locale/ja/LC_MESSAGES/tar.mo
-#usr/share/locale/ko/LC_MESSAGES/tar.mo
-#usr/share/locale/ky/LC_MESSAGES/tar.mo
-#usr/share/locale/ms/LC_MESSAGES/tar.mo
-#usr/share/locale/nb/LC_MESSAGES/tar.mo
-#usr/share/locale/nl/LC_MESSAGES/tar.mo
-#usr/share/locale/pl/LC_MESSAGES/tar.mo
-#usr/share/locale/pt/LC_MESSAGES/tar.mo
-#usr/share/locale/pt_BR/LC_MESSAGES/tar.mo
-#usr/share/locale/ro/LC_MESSAGES/tar.mo
-#usr/share/locale/ru/LC_MESSAGES/tar.mo
-#usr/share/locale/sk/LC_MESSAGES/tar.mo
-#usr/share/locale/sl/LC_MESSAGES/tar.mo
-#usr/share/locale/sv/LC_MESSAGES/tar.mo
-#usr/share/locale/tr/LC_MESSAGES/tar.mo
-#usr/share/locale/uk/LC_MESSAGES/tar.mo
-#usr/share/locale/vi/LC_MESSAGES/tar.mo
-#usr/share/locale/zh_CN/LC_MESSAGES/tar.mo
-#usr/share/locale/zh_TW/LC_MESSAGES/tar.mo

Modified: ipcop/trunk/lfs/tar
===================================================================
--- ipcop/trunk/lfs/tar	2010-05-29 16:59:15 UTC (rev 4616)
+++ ipcop/trunk/lfs/tar	2010-05-30 19:21:37 UTC (rev 4617)
@@ -84,7 +84,10 @@
 
 ifeq "$(STAGE)" "toolchain"
 	# use --disable-nls to be smaller
-	cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --disable-nls
+	# fix a bug in 1.23 gnulib for regex detection with --without-included-regex
+	cd $(DIR_APP) && ./configure	--prefix=/$(TOOLS_DIR)	\
+					--disable-nls		\
+					--without-included-regex
 	cd $(DIR_APP) && make -j $(PARALLELISM)
 ifeq "$(RUNNING_TEST)" "yes"
 	# to not require to install automake, autoconf, toolchain tar is not patched
@@ -101,16 +104,18 @@
 	# fix tar -rf archive --label 'My volume' .
 	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)_upstream.patch
 
-	cd $(DIR_APP) && ./configure	--prefix=/usr \
-					--bindir=/bin \
-					--libexecdir=/usr/sbin
+	# fix a bug in 1.23 gnulib for regex detection with --without-included-regex
+	cd $(DIR_APP) && ./configure	--prefix=/usr		\
+					--bindir=/bin		\
+					--libexecdir=/usr/sbin	\
+					--without-included-regex
 	cd $(DIR_APP) && make -j $(PARALLELISM)
 ifeq "$(RUNNING_TEST)" "yes"
 	cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
 endif
 
-	cd $(DIR_APP) && make install
+	cd $(DIR_APP) && make install-exec
 
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------

_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic