Revision: 7803 http://sourceforge.net/p/ipcop/svn/7803 Author: owes Date: 2015-01-09 11:04:08 +0000 (Fri, 09 Jan 2015) Log Message: ----------- Update gawk to 4.1.1. Build without depending on mpfr lib
Modified Paths: -------------- ipcop/trunk/config/rootfiles/common/gawk ipcop/trunk/lfs/gawk ipcop/trunk/updates/2.1.8/ROOTFILES.i486-2.1.8 ipcop/trunk/updates/2.1.8/information.xml Modified: ipcop/trunk/config/rootfiles/common/gawk =================================================================== --- ipcop/trunk/config/rootfiles/common/gawk 2015-01-08 22:09:05 UTC (rev 7802) +++ ipcop/trunk/config/rootfiles/common/gawk 2015-01-09 11:04:08 UTC (rev 7803) @@ -1,10 +1,7 @@ usr/bin/awk -#usr/bin/dgawk usr/bin/gawk -#usr/bin/gawk-4.0.2 +#usr/bin/gawk-4.1.1 #usr/bin/igawk -#usr/bin/pgawk -#usr/bin/pgawk-4.0.2 #usr/lib/awk #usr/lib/awk/grcat #usr/lib/awk/pwcat @@ -17,6 +14,7 @@ #usr/share/awk/getopt.awk #usr/share/awk/gettime.awk #usr/share/awk/group.awk +#usr/share/awk/inplace.awk #usr/share/awk/join.awk #usr/share/awk/libintl.awk #usr/share/awk/noassign.awk @@ -24,6 +22,7 @@ #usr/share/awk/passwd.awk #usr/share/awk/quicksort.awk #usr/share/awk/readable.awk +#usr/share/awk/readfile.awk #usr/share/awk/rewind.awk #usr/share/awk/round.awk #usr/share/awk/strtonum.awk Modified: ipcop/trunk/lfs/gawk =================================================================== --- ipcop/trunk/lfs/gawk 2015-01-08 22:09:05 UTC (rev 7802) +++ ipcop/trunk/lfs/gawk 2015-01-09 11:04:08 UTC (rev 7803) @@ -33,7 +33,7 @@ include Config PKG_NAME = gawk -VER = 4.0.2 +VER = 4.1.1 HOST_ARCH = all OTHER_SRC = yes @@ -49,9 +49,9 @@ objects = $(DL_FILE) -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8a9b2f1170ac9dcd3eb13716b5ec4021 +$(DL_FILE)_MD5 = a2a26543ce410eb74bc4a508349ed09a install : $(TARGET) @@ -85,16 +85,18 @@ ifeq "$(STAGE)" "toolchain" # use --disable-nls just to be smaller - cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --disable-nls + cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) \ + --disable-nls --without-mpfr cd $(DIR_APP) && make -j $(PARALLELISM) endif ifeq "$(STAGE)" "base" - cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls --libexecdir=/usr/lib + cd $(DIR_APP) && ./configure --prefix=/usr --libexecdir=/usr/lib \ + --disable-nls --without-mpfr cd $(DIR_APP) && make -j $(PARALLELISM) ifeq "$(RUNNING_TEST)" "yes" # no test should fail - cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log + -cd $(DIR_APP) && make check &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log endif endif Modified: ipcop/trunk/updates/2.1.8/ROOTFILES.i486-2.1.8 =================================================================== --- ipcop/trunk/updates/2.1.8/ROOTFILES.i486-2.1.8 2015-01-08 22:09:05 UTC (rev 7802) +++ ipcop/trunk/updates/2.1.8/ROOTFILES.i486-2.1.8 2015-01-09 11:04:08 UTC (rev 7803) @@ -58,6 +58,10 @@ /usr/lib/libfreetype.so.6 /usr/lib/libfreetype.so.6.11.4 ## +## gawk-4.1.1 +/usr/bin/awk +/usr/bin/gawk +## ## grep-2.21 /bin/grep ## Modified: ipcop/trunk/updates/2.1.8/information.xml =================================================================== --- ipcop/trunk/updates/2.1.8/information.xml 2015-01-08 22:09:05 UTC (rev 7802) +++ ipcop/trunk/updates/2.1.8/information.xml 2015-01-09 11:04:08 UTC (rev 7803) @@ -6,8 +6,8 @@ <isoimages>no</isoimages> <description> Upgrade acpid to 2.0.23, apache to 2.2.29, bash to 4.3.33, bind to 9.10.1-P1, - cairo to 1.14.0, db to 6.1.19, dhcpcd to 6.6.7, - ethtool to 3.16, fontconfig to 2.11.1, freetype to 2.5.5, grep to 2.21, + cairo to 1.14.0, db to 6.1.19, dhcpcd to 6.6.7, ethtool to 3.16, + fontconfig to 2.11.1, freetype to 2.5.5, gawk to 4.1.1, grep to 2.21, harfbuzz to 0.9.37, hdparm to 9.45, iproute2 to 3.18.0, iw to 3.17, krb5 to 1.12.2, libpcap to 1.6.2, libpng to 1.6.16, libxml2 to 2.9.2, lsof to 4.88, ntp to 4.2.8, openssl to 1.0.1k, openvpn to 2.3.6, openldap to 2.4.40, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn