From lucasvr at svn.gobolinux.org Thu Feb 2 05:56:14 2012 From: lucasvr at svn.gobolinux.org (lucasvr at svn.gobolinux.org) Date: Wed, 1 Feb 2012 08:56:14 -0800 Subject: [recipes-commits] r20542 - in trunk/Automoc/0.9.88: . Resources Message-ID: <20120201165615.0539E98835@bengals.dreamhost.com> Author: lucasvr Date: 2012-02-01 08:56:14 -0800 (Wed, 01 Feb 2012) New Revision: 20542 Modified: trunk/Automoc/0.9.88/Recipe trunk/Automoc/0.9.88/Resources/BuildInformation Log: New URL to fetch the tarball from. The old one no longer works. Modified: trunk/Automoc/0.9.88/Recipe =================================================================== --- trunk/Automoc/0.9.88/Recipe 2012-01-27 22:46:19 UTC (rev 20541) +++ trunk/Automoc/0.9.88/Recipe 2012-02-01 16:56:14 UTC (rev 20542) @@ -1,7 +1,7 @@ # Recipe for version 0.9.88 by Michael Homer , on Wed Aug 5 13:32:32 NZST 2009 # Recipe (MakeRecipe) for Automoc by Paul Gideon Dann, on Thu Sep 18 21:45:11 BST 2008 compile_version=1.11.2 -url="http://download.kde.org/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2" +url="ftp://ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2" file_size=9153 file_md5=91bf517cb940109180ecd07bc90c69ec recipe_type=cmake Modified: trunk/Automoc/0.9.88/Resources/BuildInformation =================================================================== --- trunk/Automoc/0.9.88/Resources/BuildInformation 2012-01-27 22:46:19 UTC (rev 20541) +++ trunk/Automoc/0.9.88/Resources/BuildInformation 2012-02-01 16:56:14 UTC (rev 20542) @@ -1,3 +1,3 @@ -GCC 4.3.3 -Glibc 2.8 -Qt 4.5.2 +GCC 4.4.0 +GCC 4.5.2 +Glibc 2.5 From lucasvr at svn.gobolinux.org Thu Feb 2 05:56:53 2012 From: lucasvr at svn.gobolinux.org (lucasvr at svn.gobolinux.org) Date: Wed, 1 Feb 2012 08:56:53 -0800 Subject: [recipes-commits] r20543 - revisions/Automoc Message-ID: <20120201165653.7EBE498A73@bengals.dreamhost.com> Author: lucasvr Date: 2012-02-01 08:56:53 -0800 (Wed, 01 Feb 2012) New Revision: 20543 Added: revisions/Automoc/0.9.88-r2/ Log: Committing revision 2 of Automoc 0.9.88 From lucasvr at svn.gobolinux.org Thu Feb 9 03:04:09 2012 From: lucasvr at svn.gobolinux.org (lucasvr at svn.gobolinux.org) Date: Wed, 8 Feb 2012 06:04:09 -0800 Subject: [recipes-commits] r20545 - in trunk/QGIS: . git git/Resources Message-ID: <20120208140409.DF52F988DE@bengals.dreamhost.com> Author: lucasvr Date: 2012-02-08 06:04:09 -0800 (Wed, 08 Feb 2012) New Revision: 20545 Added: trunk/QGIS/git/ Removed: trunk/QGIS/git/01-changeset_r14988.patch Modified: trunk/QGIS/git/Recipe trunk/QGIS/git/Resources/BuildInformation trunk/QGIS/git/Resources/Dependencies trunk/QGIS/git/Resources/Description Log: First revision of QGIS git. Deleted: trunk/QGIS/git/01-changeset_r14988.patch =================================================================== --- trunk/QGIS/1.6.0/01-changeset_r14988.patch 2012-02-06 22:48:59 UTC (rev 20544) +++ trunk/QGIS/git/01-changeset_r14988.patch 2012-02-08 14:04:09 UTC (rev 20545) @@ -1,43 +0,0 @@ -Fixes a compilation error due to PyQT 4.8.2 wrapping QSet. -See http://trac.osgeo.org/qgis/ticket/3378 for a better reference. - -Signed-off-by: Lucas C. Villa Real - -Index: qgis/python/core/conversions.sip -=================================================================== ---- qgis/python/core/conversions.sip (revision 14323) -+++ qgis/python/core/conversions.sip (revision 14988) -@@ -16,4 +16,5 @@ - - %Feature QSETINT_CONVERSION -+%Feature QSETTYPE_CONVERSION - - %ModuleHeaderCode -@@ -321,5 +322,5 @@ - %End - -- -+%If (QSETTYPE_CONVERSION) - template - %MappedType QSet -@@ -395,6 +396,5 @@ - - }; -- -- -+%End - - template -Index: qgis/python/CMakeLists.txt -=================================================================== ---- qgis/python/CMakeLists.txt (revision 14330) -+++ qgis/python/CMakeLists.txt (revision 14988) -@@ -44,4 +44,8 @@ - ENDIF(NOT PYQT4_VERSION_NUM LESS 263941) - -+IF(NOT PYQT4_VERSION_NUM LESS 264194) # 0x040802 -+ SET(SIP_DISABLE_FEATURES ${SIP_DISABLE_FEATURES} QSETTYPE_CONVERSION) -+ENDIF(NOT PYQT4_VERSION_NUM LESS 264194) -+ - # core module - FILE(GLOB sip_files_core core/*.sip) Modified: trunk/QGIS/git/Recipe =================================================================== --- trunk/QGIS/1.6.0/Recipe 2012-02-06 22:48:59 UTC (rev 20544) +++ trunk/QGIS/git/Recipe 2012-02-08 14:04:09 UTC (rev 20545) @@ -1,7 +1,5 @@ -# Recipe (MakeRecipe) for QGIS by Lucas C. Villa Real, on Wed Feb 2 15:04:12 BRST 2011 -# Recipe for version 1.6.0 by Lucas C. Villa Real, on Wed Feb 2 15:04:12 BRST 2011 -compile_version=1.10.1 -url="http://qgis.org/downloads/qgis-1.6.0.tar.bz2" -file_size=17479207 -file_md5=9ea8a784d970f5009b0e6271820248f6 +# Recipe (MakeRecipe) for QGIS by Lucas C. Villa Real, on Wed Feb 1 16:20:39 BRST 2012 +# Recipe for version git by Lucas C. Villa Real, on Wed Feb 1 16:20:39 BRST 2012 +compile_version=1.12.1 +git="git://github.com/qgis/Quantum-GIS.git" recipe_type=cmake Modified: trunk/QGIS/git/Resources/BuildInformation =================================================================== --- trunk/QGIS/1.6.0/Resources/BuildInformation 2012-02-06 22:48:59 UTC (rev 20544) +++ trunk/QGIS/git/Resources/BuildInformation 2012-02-08 14:04:09 UTC (rev 20545) @@ -1,10 +1,10 @@ -FCGI 2.4.0 -GCC 4.5.1 -GDAL 1.6.0 +GCC 4.2.4 +GCC 4.5.2 +GDAL 1.9.0 GEOS 3.2.2 Glibc 2.5 GSL 1.14 +PostgreSQL 8.3.14 Proj 4.7.0 Python 2.6.2 -Qt 4.4.1 -QWT 5.2.1 +Qt 4.7.1 Modified: trunk/QGIS/git/Resources/Dependencies =================================================================== --- trunk/QGIS/1.6.0/Resources/Dependencies 2012-02-06 22:48:59 UTC (rev 20544) +++ trunk/QGIS/git/Resources/Dependencies 2012-02-08 14:04:09 UTC (rev 20545) @@ -1,10 +1,10 @@ -GDAL 1.6.0 # Indirect dependency? -FCGI 2.4.0 +GCC 4.2.4 +GCC 4.5.2 +GDAL 1.9.0 GEOS 3.2.2 -Jasper 1.900.1 # Indirect dependency? +Glibc 2.5 GSL 1.14 -QWT 5.2.1 -Proj 4.7.0 # Indirect dependency? -PyQt 4.5.1 -Qt >= 4.4.0, < 4.6.0 -SQLite 3.7.2 # Indirect dependency? +PostgreSQL 8.3.14 +Proj 4.7.0 +Python 2.6.2 +Qt 4.7.1 Modified: trunk/QGIS/git/Resources/Description =================================================================== --- trunk/QGIS/1.6.0/Resources/Description 2012-02-06 22:48:59 UTC (rev 20544) +++ trunk/QGIS/git/Resources/Description 2012-02-08 14:04:09 UTC (rev 20545) @@ -1,5 +1,5 @@ [Name] QGIS -[Summary] An Open Source Geographic Information System +[Summary] A user friendly Open Source Geographic Information System (GIS) [Description] Quantum GIS (QGIS) is a user friendly Open Source Geographic Information System (GIS) licensed under the GNU General Public License. QGIS is an official project of the Open Source Geospatial Foundation (OSGeo). It runs on Linux, Unix, Mac OSX, and Windows and supports numerous vector, raster, and database formats and functionalities. -[License] GNU GPL version 2 +[License] GNU General Public License, version 2 [Homepage] http://qgis.org/ From lucasvr at svn.gobolinux.org Thu Feb 9 03:04:20 2012 From: lucasvr at svn.gobolinux.org (lucasvr at svn.gobolinux.org) Date: Wed, 8 Feb 2012 06:04:20 -0800 Subject: [recipes-commits] r20546 - revisions/QGIS Message-ID: <20120208140420.5C59498A33@bengals.dreamhost.com> Author: lucasvr Date: 2012-02-08 06:04:20 -0800 (Wed, 08 Feb 2012) New Revision: 20546 Added: revisions/QGIS/git-r1/ Log: Committing revision 1 of QGIS git From lucasvr at svn.gobolinux.org Thu Feb 9 04:52:31 2012 From: lucasvr at svn.gobolinux.org (lucasvr at svn.gobolinux.org) Date: Wed, 8 Feb 2012 07:52:31 -0800 Subject: [recipes-commits] r20547 - in trunk/GDAL: . 1.9.0 1.9.0/Resources Message-ID: <20120208155231.E113598A7D@bengals.dreamhost.com> Author: lucasvr Date: 2012-02-08 07:52:31 -0800 (Wed, 08 Feb 2012) New Revision: 20547 Added: trunk/GDAL/1.9.0/ Modified: trunk/GDAL/1.9.0/Recipe trunk/GDAL/1.9.0/Resources/BuildInformation trunk/GDAL/1.9.0/Resources/Dependencies Log: First revision of GDAL 1.9.0. Modified: trunk/GDAL/1.9.0/Recipe =================================================================== --- trunk/GDAL/1.8.1/Recipe 2012-02-08 14:04:20 UTC (rev 20546) +++ trunk/GDAL/1.9.0/Recipe 2012-02-08 15:52:31 UTC (rev 20547) @@ -1,8 +1,34 @@ -# Recipe for version 1.8.1 by Leandro Motta Barros , on Sun Oct 9 19:25:23 BRT 2011 +# Recipe for version 1.9.0 by Lucas C. Villa Real, on Thu Jan 12 14:30:30 BRST 2012 # Recipe (MakeRecipe) for GDAL by Leandro Motta Barros , on Thu May 28 16:31:24 BRT 2009 compile_version=1.12.3 -url="http://download.osgeo.org/gdal/gdal-1.8.1.tar.gz" -file_size=8852355 -file_md5=b32269893afc9dc9eced45e74e4c6bb4 +url="http://download.osgeo.org/gdal/gdal-1.9.0.tar.gz" +file_size=9435584 +file_md5=1853f3d8eb5232ae030abe007840cade recipe_type=configure makefile=GNUmakefile + +configure_options=( + --with-hdf4=no + --with-hdf5=no + --with-netcdf=${netcdf_path} + --with-curl + --with-geos=${geos_path}/bin/geos-config + --with-sqlite3 + #--with-libtiff=${tiff_path} + --with-python + --with-png + --with-threads + --with-expat=${expat_path} + --with-xerces=/usr + --with-openjpeg=${openjpeg_path} +) + +install_variables=( + PY_HAVE_SETUPTOOLS=n + PYTHONPATH=$target/lib/python2.6/site-packages +) + +pre_install() { + mkdir -p $target/lib/python2.6/site-packages + echo $goboLibraries/python2.6/site-packages/osgeo > $target/lib/python2.6/site-packages/osgeo.pth +} Modified: trunk/GDAL/1.9.0/Resources/BuildInformation =================================================================== --- trunk/GDAL/1.8.1/Resources/BuildInformation 2012-02-08 14:04:20 UTC (rev 20546) +++ trunk/GDAL/1.9.0/Resources/BuildInformation 2012-02-08 15:52:31 UTC (rev 20547) @@ -1,14 +1,27 @@ -Curl 7.21.7 -Expat 2.0.1 -GCC 4.6.1 -Giflib 4.1.6 -Glibc 2.14 +Curl 7.19.5 +Cyrus-Sasl 2.1.22 +E2FSProgs 1.41.12 +Expat 2.0.0 +GCC 4.2.4 +GCC 4.5.2 +GEOS 3.2.2 +Glibc 2.5 Jasper 1.900.1 -JPEG 8c -LibIDN 1.22 -LibPNG 1.4.4 -OpenSSL 1.0.0d -SQLite 3.7.7.1 -Util-Linux-NG 2.20 -Xorg-Lib 7.6 -ZLib 1.2.5 +JPEG 6b +Kerberos 1.7 +LibGeoTIFF 1.4.0rc1 +LibICU4C 4.6 +LibIDN 0.6.9 +LibPNG 1.2.16 +NetCDF 3.6.3 +OpenJPEG 20110602-SVN +OpenLDAP 2.3.39 +OpenSSL 0.9.8m +PostgreSQL 8.3.14 +Proj 4.7.0 +SQLite 3.7.2 +TIFF 4.0.0beta7 +UnixODBC 2.3.0 +Xerces-C++ 3.1.1 +XZ-Utils 4.999.9beta +ZLib 1.2.3 Modified: trunk/GDAL/1.9.0/Resources/Dependencies =================================================================== --- trunk/GDAL/1.8.1/Resources/Dependencies 2012-02-08 14:04:20 UTC (rev 20546) +++ trunk/GDAL/1.9.0/Resources/Dependencies 2012-02-08 15:52:31 UTC (rev 20547) @@ -1,12 +1,16 @@ Curl 7.16.1 Expat 2.0.0 GCC 4.1.2 +GEOS 3.2.2 Glibc 2.5 Jasper 1.900.1 JPEG 6b LibIDN 0.6.9 LibPNG 1.2.36 +NetCDF < 4.0.0 +OpenJPEG OpenSSL 0.9.8k SQLite 3.6.13 TIFF 3.8.2 +Xerces-C++ 3.1.1 ZLib 1.2.3 From lucasvr at svn.gobolinux.org Thu Feb 9 06:05:54 2012 From: lucasvr at svn.gobolinux.org (lucasvr at svn.gobolinux.org) Date: Wed, 8 Feb 2012 09:05:54 -0800 Subject: [recipes-commits] r20548 - revisions/GDAL Message-ID: <20120208170554.AB79698A0A@bengals.dreamhost.com> Author: lucasvr Date: 2012-02-08 09:05:54 -0800 (Wed, 08 Feb 2012) New Revision: 20548 Added: revisions/GDAL/1.9.0-r1/ Log: Committing revision 1 of GDAL 1.9.0 From recipebot at svn.gobolinux.org Sat Feb 11 09:29:55 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Fri, 10 Feb 2012 12:29:55 -0800 Subject: [recipes-commits] r20549 - trunk Message-ID: <20120210202955.A6D8198929@bengals.dreamhost.com> Author: recipebot Date: 2012-02-10 12:29:55 -0800 (Fri, 10 Feb 2012) New Revision: 20549 Added: trunk/Python-Distribute/ Log: Creating trunk program directory From recipebot at svn.gobolinux.org Sat Feb 11 09:29:57 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Fri, 10 Feb 2012 12:29:57 -0800 Subject: [recipes-commits] r20550 - revisions Message-ID: <20120210202957.BC63C98937@bengals.dreamhost.com> Author: recipebot Date: 2012-02-10 12:29:57 -0800 (Fri, 10 Feb 2012) New Revision: 20550 Added: revisions/Python-Distribute/ Log: Creating revisions program directory From recipebot at svn.gobolinux.org Sat Feb 11 09:29:58 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Fri, 10 Feb 2012 12:29:58 -0800 Subject: [recipes-commits] r20552 - trunk Message-ID: <20120210202958.387C198937@bengals.dreamhost.com> Author: recipebot Date: 2012-02-10 12:29:58 -0800 (Fri, 10 Feb 2012) New Revision: 20552 Added: trunk/Python-Babel/ Log: Creating trunk program directory From recipebot at svn.gobolinux.org Sat Feb 11 09:29:58 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Fri, 10 Feb 2012 12:29:58 -0800 Subject: [recipes-commits] r20551 - in trunk/Python-Distribute: . 0.6.24 0.6.24/Resources Message-ID: <20120210202958.21FB998937@bengals.dreamhost.com> Author: recipebot Date: 2012-02-10 12:29:58 -0800 (Fri, 10 Feb 2012) New Revision: 20551 Added: trunk/Python-Distribute/0.6.24/ trunk/Python-Distribute/0.6.24/Recipe trunk/Python-Distribute/0.6.24/Resources/ trunk/Python-Distribute/0.6.24/Resources/Description Log: Recipe for Python-Distribute 0.6.24 submitted by Leandro Motta Barros reviewed by Michael Homer in the recipe review panel Added: trunk/Python-Distribute/0.6.24/Recipe =================================================================== --- trunk/Python-Distribute/0.6.24/Recipe (rev 0) +++ trunk/Python-Distribute/0.6.24/Recipe 2012-02-10 20:29:58 UTC (rev 20551) @@ -0,0 +1,7 @@ +# Recipe (MakeRecipe) for Python-Distribute by Leandro Motta Barros , on Fri Feb 10 13:51:49 BRST 2012 +# Recipe for version 0.6.24 by Leandro Motta Barros , on Fri Feb 10 13:51:49 BRST 2012 +compile_version=1.13.3 +url="http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz" +file_size=620771 +file_md5=17722b22141aba8235787f79800cc452 +recipe_type=python Added: trunk/Python-Distribute/0.6.24/Resources/Description =================================================================== --- trunk/Python-Distribute/0.6.24/Resources/Description (rev 0) +++ trunk/Python-Distribute/0.6.24/Resources/Description 2012-02-10 20:29:58 UTC (rev 20551) @@ -0,0 +1,5 @@ +[Name] Python-Distribute +[Summary] Easily download, build, install, upgrade, and uninstall Python packages +[Description] Easily download, build, install, upgrade, and uninstall Python packages +[License] PSF or ZPL +[Homepage] http://pypi.python.org/pypi/distribute From recipebot at svn.gobolinux.org Sat Feb 11 09:29:59 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Fri, 10 Feb 2012 12:29:59 -0800 Subject: [recipes-commits] r20554 - revisions Message-ID: <20120210202959.91DDF98962@bengals.dreamhost.com> Author: recipebot Date: 2012-02-10 12:29:59 -0800 (Fri, 10 Feb 2012) New Revision: 20554 Added: revisions/Python-Babel/ Log: Creating revisions program directory From recipebot at svn.gobolinux.org Sat Feb 11 09:29:59 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Fri, 10 Feb 2012 12:29:59 -0800 Subject: [recipes-commits] r20553 - revisions/Python-Distribute Message-ID: <20120210202959.76BFF98937@bengals.dreamhost.com> Author: recipebot Date: 2012-02-10 12:29:59 -0800 (Fri, 10 Feb 2012) New Revision: 20553 Added: revisions/Python-Distribute/0.6.24-r1/ Log: Committing revision 1 of Python-Distribute 0.6.24 From recipebot at svn.gobolinux.org Sat Feb 11 09:29:59 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Fri, 10 Feb 2012 12:29:59 -0800 Subject: [recipes-commits] r20555 - in trunk/Python-Babel: . 0.9.6 0.9.6/Resources Message-ID: <20120210202959.F3AEC98937@bengals.dreamhost.com> Author: recipebot Date: 2012-02-10 12:29:59 -0800 (Fri, 10 Feb 2012) New Revision: 20555 Added: trunk/Python-Babel/0.9.6/ trunk/Python-Babel/0.9.6/Recipe trunk/Python-Babel/0.9.6/Resources/ trunk/Python-Babel/0.9.6/Resources/Description Log: Recipe for Python-Babel 0.9.6 submitted by Leandro Motta Barros reviewed by Michael Homer in the recipe review panel Added: trunk/Python-Babel/0.9.6/Recipe =================================================================== --- trunk/Python-Babel/0.9.6/Recipe (rev 0) +++ trunk/Python-Babel/0.9.6/Recipe 2012-02-10 20:29:59 UTC (rev 20555) @@ -0,0 +1,7 @@ +# Recipe (MakeRecipe) for Python-Babel by Leandro Motta Barros , on Fri Feb 10 13:59:07 BRST 2012 +# Recipe for version 0.9.6 by Leandro Motta Barros , on Fri Feb 10 13:59:07 BRST 2012 +compile_version=1.13.3 +url="http://ftp.edgewall.com/pub/babel/Babel-0.9.6.tar.gz" +file_size=1820835 +file_md5=f0edcad03dfdb5505f337ef1a7690325 +recipe_type=python Added: trunk/Python-Babel/0.9.6/Resources/Description =================================================================== --- trunk/Python-Babel/0.9.6/Resources/Description (rev 0) +++ trunk/Python-Babel/0.9.6/Resources/Description 2012-02-10 20:29:59 UTC (rev 20555) @@ -0,0 +1,5 @@ +[Name] Python-Babel +[Summary] A collection of tools for internationalizing Python applications. +[Description] A collection of tools for internationalizing Python applications. +[License] BSD license. +[Homepage] http://babel.edgewall.org From recipebot at svn.gobolinux.org Sat Feb 11 09:30:01 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Fri, 10 Feb 2012 12:30:01 -0800 Subject: [recipes-commits] r20556 - revisions/Python-Babel Message-ID: <20120210203001.ADC969894F@bengals.dreamhost.com> Author: recipebot Date: 2012-02-10 12:30:01 -0800 (Fri, 10 Feb 2012) New Revision: 20556 Added: revisions/Python-Babel/0.9.6-r1/ Log: Committing revision 1 of Python-Babel 0.9.6 From lucasvr at svn.gobolinux.org Sat Feb 18 06:47:49 2012 From: lucasvr at svn.gobolinux.org (lucasvr at svn.gobolinux.org) Date: Fri, 17 Feb 2012 09:47:49 -0800 Subject: [recipes-commits] r20557 - in trunk: . LibMini LibMini/10.4 LibMini/10.4/Resources Message-ID: <20120217174749.B536B989BF@bengals.dreamhost.com> Author: lucasvr Date: 2012-02-17 09:47:49 -0800 (Fri, 17 Feb 2012) New Revision: 20557 Added: trunk/LibMini/ trunk/LibMini/10.4/ trunk/LibMini/10.4/Recipe trunk/LibMini/10.4/Resources/ trunk/LibMini/10.4/Resources/BuildInformation trunk/LibMini/10.4/Resources/Dependencies trunk/LibMini/10.4/Resources/Description Log: First revision of LibMini 10.4. Added: trunk/LibMini/10.4/Recipe =================================================================== --- trunk/LibMini/10.4/Recipe (rev 0) +++ trunk/LibMini/10.4/Recipe 2012-02-17 17:47:49 UTC (rev 20557) @@ -0,0 +1,8 @@ +# Recipe (MakeRecipe) for LibMini by Lucas C. Villa Real, on Fri Feb 17 15:28:28 BRST 2012 +# Recipe for version 10.4 by Lucas C. Villa Real, on Fri Feb 17 15:28:28 BRST 2012 +compile_version=1.12.1 +url="http://libmini.googlecode.com/files/MINI-10.4.zip" +file_size=706293 +file_md5=081cfac7b13b70ff5b8cdd2c3c2fbefa +dir='mini' +recipe_type=cmake Added: trunk/LibMini/10.4/Resources/Description =================================================================== --- trunk/LibMini/10.4/Resources/Description (rev 0) +++ trunk/LibMini/10.4/Resources/Description 2012-02-17 17:47:49 UTC (rev 20557) @@ -0,0 +1,5 @@ +[Name] LibMini +[Summary] A Real-Time Terrain Rendering library +[Description] Displays high-resolution geospatial terrain data at real-time. Quick facts: fast generation of continuous levels of detail, geo-morphing, low memory footprint, support for geo-referenced tile sets, asynchronous paging, pixel shaders and much more. +[License] GNU LGPL +[Homepage] http://code.google.com/p/libmini/ From lucasvr at svn.gobolinux.org Sat Feb 18 06:48:35 2012 From: lucasvr at svn.gobolinux.org (lucasvr at svn.gobolinux.org) Date: Fri, 17 Feb 2012 09:48:35 -0800 Subject: [recipes-commits] r20558 - in revisions: . LibMini Message-ID: <20120217174835.2127098A65@bengals.dreamhost.com> Author: lucasvr Date: 2012-02-17 09:48:34 -0800 (Fri, 17 Feb 2012) New Revision: 20558 Added: revisions/LibMini/ revisions/LibMini/10.4-r1/ Log: Committing revision 1 of LibMini 10.4 From mwh at svn.gobolinux.org Sat Feb 18 08:34:24 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Fri, 17 Feb 2012 11:34:24 -0800 Subject: [recipes-commits] r20560 - revisions/Git Message-ID: <20120217193424.B146B98A18@bengals.dreamhost.com> Author: mwh Date: 2012-02-17 11:34:24 -0800 (Fri, 17 Feb 2012) New Revision: 20560 Added: revisions/Git/1.7.9.1-r1/ Log: Committing revision 1 of Git 1.7.9.1 From mwh at svn.gobolinux.org Sat Feb 18 08:34:20 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Fri, 17 Feb 2012 11:34:20 -0800 Subject: [recipes-commits] r20559 - in trunk/Git: . 1.7.9.1 Message-ID: <20120217193420.87EC9986F8@bengals.dreamhost.com> Author: mwh Date: 2012-02-17 11:34:20 -0800 (Fri, 17 Feb 2012) New Revision: 20559 Added: trunk/Git/1.7.9.1/ Modified: trunk/Git/1.7.9.1/Recipe Log: First revision of Git 1.7.9.1. Modified: trunk/Git/1.7.9.1/Recipe =================================================================== --- trunk/Git/1.7.9/Recipe 2012-02-17 17:48:34 UTC (rev 20558) +++ trunk/Git/1.7.9.1/Recipe 2012-02-17 19:34:20 UTC (rev 20559) @@ -1,9 +1,9 @@ -# Recipe for version 1.7.9 by Michael Homer , on Sat Jan 28 10:35:36 NZDT 2012 +# Recipe for version 1.7.9.1.1 by Michael Homer , on Wed Feb 15 17:10:16 NZDT 2012 # Recipe (MakeRecipe) for Git by Jonas Karlsson , on Sat Apr 15 18:45:06 CEST 2006 compile_version=1.9.0 -url="http://git-core.googlecode.com/files/git-1.7.9.tar.gz" -file_size=3606326 -file_md5=d94314eb49622a945b22595b36b7fc47 +url="http://git-core.googlecode.com/files/git-1.7.9.1.tar.gz" +file_size=3608449 +file_md5=b88ae610f8e5f55779899550ec3b37b8 recipe_type=makefile makefile='Makefile' build_target="all doc" From mwh at svn.gobolinux.org Sat Feb 18 09:20:09 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Fri, 17 Feb 2012 12:20:09 -0800 Subject: [recipes-commits] r20561 - in trunk/Htop: . 1.0.1 Message-ID: <20120217202009.C17B8985A5@bengals.dreamhost.com> Author: mwh Date: 2012-02-17 12:20:09 -0800 (Fri, 17 Feb 2012) New Revision: 20561 Added: trunk/Htop/1.0.1/ Modified: trunk/Htop/1.0.1/Recipe Log: First revision of Htop 1.0.1. Modified: trunk/Htop/1.0.1/Recipe =================================================================== --- trunk/Htop/1.0/Recipe 2012-02-17 19:34:24 UTC (rev 20560) +++ trunk/Htop/1.0.1/Recipe 2012-02-17 20:20:09 UTC (rev 20561) @@ -1,6 +1,6 @@ -# Recipe for version 1.0 by Hisham Muhammad , on Mon Nov 21 02:58:14 BRST 2011 +# Recipe for version 1.0.1.1 by Michael Homer , on Sat Feb 18 08:33:57 NZDT 2012 compile_version=1.8.0 -url="$httpSourceforge/htop/htop-1.0.tar.gz" -file_size=386165 -file_md5=325112ca7947ea1f6d6441f631e00384 +url="$httpSourceforge/htop/htop-1.0.1.tar.gz" +file_size=384683 +file_md5=d3b80d905a6bff03f13896870787f901 recipe_type=configure From mwh at svn.gobolinux.org Sat Feb 18 09:20:13 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Fri, 17 Feb 2012 12:20:13 -0800 Subject: [recipes-commits] r20562 - revisions/Htop Message-ID: <20120217202013.C695F985A5@bengals.dreamhost.com> Author: mwh Date: 2012-02-17 12:20:13 -0800 (Fri, 17 Feb 2012) New Revision: 20562 Added: revisions/Htop/1.0.1-r1/ Log: Committing revision 1 of Htop 1.0.1 From recipebot at svn.gobolinux.org Mon Feb 20 09:47:22 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:47:22 -0800 Subject: [recipes-commits] r20563 - in trunk/Autoconf: . 2.66 Message-ID: <20120219204722.47221988C0@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:47:21 -0800 (Sun, 19 Feb 2012) New Revision: 20563 Added: trunk/Autoconf/2.66/ Removed: trunk/Autoconf/2.66/ Modified: trunk/Autoconf/2.66/Recipe Log: Recipe for Autoconf 2.68 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Autoconf/2.66/Recipe =================================================================== --- trunk/Autoconf/2.65/Recipe 2010-07-17 22:05:41 UTC (rev 18346) +++ trunk/Autoconf/2.66/Recipe 2012-02-19 20:47:21 UTC (rev 20563) @@ -1,6 +1,6 @@ -# Recipe for version 2.65 by Jonas Karlsson , on Sat Dec 12 05:31:37 CET 2009 +# Recipe for version 2.66 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2010. j?l. 4., vas?rnap, 17.07.46 CEST compile_version=1.10.2 -url="$ftpGnu/autoconf/autoconf-2.65.tar.bz2" -file_size=1332522 -file_md5=a6de1cc6434cd64038b0a0ae4e252b33 +url="$ftpGnu/autoconf/autoconf-2.66.tar.bz2" +file_size=1363066 +file_md5=d2d22a532ee0e4d6d86a02e6425ecfce recipe_type=configure From recipebot at svn.gobolinux.org Mon Feb 20 09:47:25 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:47:25 -0800 Subject: [recipes-commits] r20564 - in trunk/Automake: . 1.11.1 1.11.1/Resources Message-ID: <20120219204725.E1D54988C0@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:47:25 -0800 (Sun, 19 Feb 2012) New Revision: 20564 Added: trunk/Automake/1.11.1/ Removed: trunk/Automake/1.11.1/ Modified: trunk/Automake/1.11.1/Recipe trunk/Automake/1.11.1/Resources/BuildDependencies Log: Recipe for Automake 1.11.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Automake/1.11.1 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Automake/1.11.1/Recipe =================================================================== --- trunk/Automake/1.11/Recipe 2010-07-23 22:12:36 UTC (rev 18434) +++ trunk/Automake/1.11.1/Recipe 2012-02-19 20:47:25 UTC (rev 20564) @@ -1,12 +1,12 @@ -# Recipe for version 1.11 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2009. j?l. 3., p?ntek, 15.12.35 CEST -url="$ftpGnu/automake/automake-1.11.tar.bz2" -file_size=1058759 -file_md5=4db4efe027e26b33930a7e151de19d0f -compile_version=1.11 +# Recipe for version 1.11.1.1 by Hugo Barrocas , on Qui Jul 22 23:12:22 WEST 2010 +url="$ftpGnu/automake/automake-1.11.1.tar.bz2" +file_size=1066685 +file_md5=c2972c4d9b3e29c03d5f2af86249876f +compile_version=1.11.1 recipe_type=configure pre_install() { pushd "${target}/share" - ln -s automake-1.10 automake - ln -s aclocal-1.10 aclocal + ln -s automake-1.11 automake + ln -s aclocal-1.11 aclocal popd } Modified: trunk/Automake/1.11.1/Resources/BuildDependencies =================================================================== --- trunk/Automake/1.11/Resources/BuildDependencies 2010-07-23 22:12:36 UTC (rev 18434) +++ trunk/Automake/1.11.1/Resources/BuildDependencies 2012-02-19 20:47:25 UTC (rev 20564) @@ -1,3 +1,3 @@ Autoconf >= 2.58 -LZMA-Utils +XZ-Utils From recipebot at svn.gobolinux.org Mon Feb 20 09:47:34 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:47:34 -0800 Subject: [recipes-commits] r20565 - in trunk/Unzip/6.0: . Resources Message-ID: <20120219204734.6C904988BD@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:47:34 -0800 (Sun, 19 Feb 2012) New Revision: 20565 Removed: trunk/Unzip/6.0/Resources/BuildInformation Modified: trunk/Unzip/6.0/Recipe Log: Recipe for Unzip 6.0 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Unzip/6.0/Recipe =================================================================== --- trunk/Unzip/6.0/Recipe 2012-02-19 20:47:25 UTC (rev 20564) +++ trunk/Unzip/6.0/Recipe 2012-02-19 20:47:34 UTC (rev 20565) @@ -1,6 +1,6 @@ # Recipe for version 6.0 by Daed Lee , on Thu Feb 25 08:33:34 UTC 2010 compile_version=1.8.1 -url="http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz?use_mirror=cdnetworks-us-2" +url="http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz" file_size=1376845 file_md5=62b490407489521db863b523a7f86375 recipe_type=makefile Deleted: trunk/Unzip/6.0/Resources/BuildInformation =================================================================== --- trunk/Unzip/6.0/Resources/BuildInformation 2012-02-19 20:47:25 UTC (rev 20564) +++ trunk/Unzip/6.0/Resources/BuildInformation 2012-02-19 20:47:34 UTC (rev 20565) @@ -1 +0,0 @@ -Glibc 2.10.1 From recipebot at svn.gobolinux.org Mon Feb 20 09:47:35 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:47:35 -0800 Subject: [recipes-commits] r20566 - revisions/Unzip Message-ID: <20120219204735.753139895D@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:47:35 -0800 (Sun, 19 Feb 2012) New Revision: 20566 Added: revisions/Unzip/6.0-r2/ Log: Committing revision 2 of Unzip 6.0 From recipebot at svn.gobolinux.org Mon Feb 20 09:47:47 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:47:47 -0800 Subject: [recipes-commits] r20567 - in trunk/Patch: . 2.6.1 2.6.1/Resources Message-ID: <20120219204747.8CDF498A07@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:47:47 -0800 (Sun, 19 Feb 2012) New Revision: 20567 Added: trunk/Patch/2.6.1/ Modified: trunk/Patch/2.6.1/Recipe trunk/Patch/2.6.1/Resources/BuildInformation Log: Recipe for Patch 2.6.1 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Patch/2.6.1 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Patch/2.6.1/Recipe =================================================================== --- trunk/Patch/2.6/Recipe 2012-02-19 20:47:35 UTC (rev 20566) +++ trunk/Patch/2.6.1/Recipe 2012-02-19 20:47:47 UTC (rev 20567) @@ -1,7 +1,7 @@ -# Recipe for version 2.6 by Jonas Karlsson , on Wed Dec 16 21:26:45 CET 2009 -url="http://ftp.gnu.org/gnu/patch/patch-2.6.tar.bz2" -file_size=250220 -file_md5=5729b1430ba6c2216e0f3eb18f213c81 +# Recipe for version 2.6.1.1 by Andreas K?hler , on So 19. Feb 14:26:03 CET 2012 +url="http://ftp.gnu.org/gnu/patch/patch-2.6.1.tar.bz2" +file_size=253719 +file_md5=0818d1763ae0c4281bcdc63cdac0b2c0 compile_version=1.8.0 recipe_type=configure pre_build() { Modified: trunk/Patch/2.6.1/Resources/BuildInformation =================================================================== --- trunk/Patch/2.6/Resources/BuildInformation 2012-02-19 20:47:35 UTC (rev 20566) +++ trunk/Patch/2.6.1/Resources/BuildInformation 2012-02-19 20:47:47 UTC (rev 20567) @@ -1 +1 @@ -Glibc 2.10.1 +Glibc 2.8 From recipebot at svn.gobolinux.org Mon Feb 20 09:47:48 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:47:48 -0800 Subject: [recipes-commits] r20568 - revisions/Patch Message-ID: <20120219204748.868B298A27@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:47:48 -0800 (Sun, 19 Feb 2012) New Revision: 20568 Added: revisions/Patch/2.6.1-r1/ Log: Committing revision 1 of Patch 2.6.1 From recipebot at svn.gobolinux.org Mon Feb 20 09:47:51 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:47:51 -0800 Subject: [recipes-commits] r20569 - in trunk/DiffUtils: . 3.2 3.2/Resources Message-ID: <20120219204751.93CBA98A61@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:47:51 -0800 (Sun, 19 Feb 2012) New Revision: 20569 Added: trunk/DiffUtils/3.2/ Modified: trunk/DiffUtils/3.2/Recipe trunk/DiffUtils/3.2/Resources/BuildInformation Log: Recipe for DiffUtils 3.2 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/DiffUtils/3.2/Recipe =================================================================== --- trunk/DiffUtils/3.0/Recipe 2012-02-19 20:47:35 UTC (rev 20566) +++ trunk/DiffUtils/3.2/Recipe 2012-02-19 20:47:51 UTC (rev 20569) @@ -1,6 +1,6 @@ -# Recipe for version 3.0 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2010. dec. 19., vas?rnap, 14.57.30 CET -url="http://ftp.gnu.org/pub/gnu/diffutils/diffutils-3.0.tar.xz" -file_size=1023932 -file_md5=7624eb7e6b53ea3ce38958a092d2216e +# Recipe for version 3.2 by Andreas K?hler , on So 19. Feb 14:28:10 CET 2012 +url="http://ftp.gnu.org/pub/gnu/diffutils/diffutils-3.2.tar.xz" +file_size=1148036 +file_md5=26ff64c332429c830c154be46b393382 compile_version=1.8.0 recipe_type=configure Modified: trunk/DiffUtils/3.2/Resources/BuildInformation =================================================================== --- trunk/DiffUtils/3.0/Resources/BuildInformation 2012-02-19 20:47:35 UTC (rev 20566) +++ trunk/DiffUtils/3.2/Resources/BuildInformation 2012-02-19 20:47:51 UTC (rev 20569) @@ -1 +1 @@ -EGLIBC 2.12 +Glibc 2.8 From recipebot at svn.gobolinux.org Mon Feb 20 09:47:52 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:47:52 -0800 Subject: [recipes-commits] r20570 - revisions/DiffUtils Message-ID: <20120219204752.8D88098A61@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:47:52 -0800 (Sun, 19 Feb 2012) New Revision: 20570 Added: revisions/DiffUtils/3.2-r1/ Log: Committing revision 1 of DiffUtils 3.2 From recipebot at svn.gobolinux.org Mon Feb 20 09:47:59 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:47:59 -0800 Subject: [recipes-commits] r20571 - in trunk/Ncurses: . 5.9 5.9/Resources Message-ID: <20120219204759.D073A98A61@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:47:59 -0800 (Sun, 19 Feb 2012) New Revision: 20571 Added: trunk/Ncurses/5.9/ Modified: trunk/Ncurses/5.9/Recipe trunk/Ncurses/5.9/Resources/BuildInformation Log: Recipe for Ncurses 5.9 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Ncurses/5.9/Recipe =================================================================== --- trunk/Ncurses/5.7/Recipe 2012-02-19 20:47:51 UTC (rev 20569) +++ trunk/Ncurses/5.9/Recipe 2012-02-19 20:47:59 UTC (rev 20571) @@ -1,8 +1,8 @@ -# Recipe for version 5.7 by Giambattista Bloisi , on Sat Nov 8 15:26:34 CET 2008 +# Recipe for version 5.9 by Andreas K?hler , on So 19. Feb 14:03:56 CET 2012 compile_version=1.12.0 -url="$ftpGnu/ncurses/ncurses-5.7.tar.gz" -file_size=2445052 -file_md5=cce05daf61a64501ef6cd8da1f727ec6 +url="$ftpGnu/ncurses/ncurses-5.9.tar.gz" +file_size=2826473 +file_md5=8cb9c412e5f2d96bc6f459aa8c6282a1 recipe_type=configure @@ -18,6 +18,6 @@ ) pre_link() { - chmod 755 $target/lib/*.5.7 + chmod 755 $target/lib/*.5.9 chmod 644 $target/lib/libncurses++.a } Modified: trunk/Ncurses/5.9/Resources/BuildInformation =================================================================== --- trunk/Ncurses/5.7/Resources/BuildInformation 2012-02-19 20:47:51 UTC (rev 20569) +++ trunk/Ncurses/5.9/Resources/BuildInformation 2012-02-19 20:47:59 UTC (rev 20571) @@ -1 +1 @@ -Glibc 2.10.1 +Glibc 2.8 From recipebot at svn.gobolinux.org Mon Feb 20 09:48:00 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:48:00 -0800 Subject: [recipes-commits] r20572 - revisions/Ncurses Message-ID: <20120219204800.7E7B598907@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:48:00 -0800 (Sun, 19 Feb 2012) New Revision: 20572 Added: revisions/Ncurses/5.9-r1/ Log: Committing revision 1 of Ncurses 5.9 From recipebot at svn.gobolinux.org Mon Feb 20 09:48:13 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:48:13 -0800 Subject: [recipes-commits] r20573 - in trunk/Bison: . 2.5 2.5/Resources Message-ID: <20120219204813.8BCAC98637@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:48:13 -0800 (Sun, 19 Feb 2012) New Revision: 20573 Added: trunk/Bison/2.5/ Modified: trunk/Bison/2.5/Recipe trunk/Bison/2.5/Resources/BuildInformation Log: Recipe for Bison 2.5 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Bison/2.5/Recipe =================================================================== --- trunk/Bison/2.4.3/Recipe 2012-02-19 20:48:00 UTC (rev 20572) +++ trunk/Bison/2.5/Recipe 2012-02-19 20:48:13 UTC (rev 20573) @@ -1,6 +1,6 @@ -# Recipe for version 2.4.3 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2010. okt. 11., h?tf?, 21.01.44 CEST +# Recipe for version 2.5 by Andreas K?hler , on So 19. Feb 14:43:19 CET 2012 compile_version=1.8.0 -url=$ftpGnu/bison/bison-2.4.3.tar.bz2 -file_size=1652612 -file_md5=c1d3ea81bc370dbd43b6f0b2cd21287e +url=$ftpGnu/bison/bison-2.5.tar.bz2 +file_size=2030863 +file_md5=9dba20116b13fc61a0846b0058fbe004 recipe_type=configure Modified: trunk/Bison/2.5/Resources/BuildInformation =================================================================== --- trunk/Bison/2.4.3/Resources/BuildInformation 2012-02-19 20:48:00 UTC (rev 20572) +++ trunk/Bison/2.5/Resources/BuildInformation 2012-02-19 20:48:13 UTC (rev 20573) @@ -1 +1 @@ -Glibc 2.12 +Glibc 2.8 From recipebot at svn.gobolinux.org Mon Feb 20 09:48:14 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:48:14 -0800 Subject: [recipes-commits] r20574 - revisions/Bison Message-ID: <20120219204814.6E7AD98805@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:48:14 -0800 (Sun, 19 Feb 2012) New Revision: 20574 Added: revisions/Bison/2.5-r1/ Log: Committing revision 1 of Bison 2.5 From recipebot at svn.gobolinux.org Mon Feb 20 09:48:30 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:48:30 -0800 Subject: [recipes-commits] r20575 - in trunk/Wget: . 1.13.4 1.13.4/Resources Message-ID: <20120219204830.2FA9898907@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:48:30 -0800 (Sun, 19 Feb 2012) New Revision: 20575 Added: trunk/Wget/1.13.4/ Modified: trunk/Wget/1.13.4/Recipe trunk/Wget/1.13.4/Resources/BuildInformation Log: Recipe for Wget 1.13.4 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Wget/1.13.4 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Wget/1.13.4/Recipe =================================================================== --- trunk/Wget/1.12/Recipe 2012-02-19 20:48:14 UTC (rev 20574) +++ trunk/Wget/1.13.4/Recipe 2012-02-19 20:48:30 UTC (rev 20575) @@ -1,12 +1,12 @@ -# Recipe for version 1.12 by Jonas Karlsson , on Tue Sep 22 22:14:49 CEST 2009 +# Recipe for version 1.13.4 by Andreas K?hler , on So 19. Feb 14:48:36 CET 2012 # by Jeremy Vernon # 2004.01.06 16:54 -url="ftp://ftp.gnu.org/pub/gnu/wget/wget-1.12.tar.lzma" -file_size=1200752 -file_md5=e6ee1f02df61c6fb8a076be66983090a +url="ftp://Ftp.gnu.org/pub/gnu/wget/wget-1.13.4.tar.bz2" +file_size=1931885 +file_md5=12115c3750a4d92f9c6ac62bac372e85 compile_version=1.8.0 recipe_type=configure configure_options=( - "--with-ssl" + "--with-ssl=openssl" ) Modified: trunk/Wget/1.13.4/Resources/BuildInformation =================================================================== --- trunk/Wget/1.12/Resources/BuildInformation 2012-02-19 20:48:14 UTC (rev 20574) +++ trunk/Wget/1.13.4/Resources/BuildInformation 2012-02-19 20:48:30 UTC (rev 20575) @@ -1,2 +1,4 @@ -Glibc 2.10.1 -OpenSSL 0.9.8l +Glibc 2.8 +LibIDN 1.19 +OpenSSL 0.9.8i +ZLib 1.2.3 From recipebot at svn.gobolinux.org Mon Feb 20 09:48:31 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:48:31 -0800 Subject: [recipes-commits] r20576 - revisions/Wget Message-ID: <20120219204831.B001998907@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:48:31 -0800 (Sun, 19 Feb 2012) New Revision: 20576 Added: revisions/Wget/1.13.4-r1/ Log: Committing revision 1 of Wget 1.13.4 From recipebot at svn.gobolinux.org Mon Feb 20 09:48:34 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:48:34 -0800 Subject: [recipes-commits] r20577 - in trunk/Curl: . 7.24.0 7.24.0/Resources Message-ID: <20120219204834.A2BDC98907@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:48:34 -0800 (Sun, 19 Feb 2012) New Revision: 20577 Added: trunk/Curl/7.24.0/ Modified: trunk/Curl/7.24.0/Recipe trunk/Curl/7.24.0/Resources/BuildInformation Log: Recipe for Curl 7.24.0 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Curl/7.24.0/Recipe =================================================================== --- trunk/Curl/7.21.2/Recipe 2012-02-19 20:48:14 UTC (rev 20574) +++ trunk/Curl/7.24.0/Recipe 2012-02-19 20:48:34 UTC (rev 20577) @@ -1,8 +1,8 @@ -# Recipe for version 7.21.2 by JPaul Hatungimana , on Sun Nov 7 09:32:42 CET 2010 +# Recipe for version 7.24.0 by Andreas K?hler , on So 19. Feb 14:45:46 CET 2012 compile_version=1.11.3 -url="http://curl.haxx.se/download/curl-7.21.2.tar.bz2" -file_size=2167919 -file_md5=ca96df88e044c7c25d19692ec8b250b2 +url="http://curl.haxx.se/download/curl-7.24.0.tar.bz2" +file_size=2406936 +file_md5=f912221d75eb8d8fe08900eaf011b023 recipe_type=configure configure_options=( Modified: trunk/Curl/7.24.0/Resources/BuildInformation =================================================================== --- trunk/Curl/7.21.2/Resources/BuildInformation 2012-02-19 20:48:14 UTC (rev 20574) +++ trunk/Curl/7.24.0/Resources/BuildInformation 2012-02-19 20:48:34 UTC (rev 20577) @@ -1,9 +1,3 @@ -Cyrus-SASL 2.1.23 -E2FSProgs 1.41.9 -Glibc 2.11.1 -Kerberos 1.7 -LibIDN 1.15 -LibSSH2 1.2.2 -OpenLDAP 2.4.21 -OpenSSL 0.9.8l +Glibc 2.8 +OpenSSL 0.9.8i ZLib 1.2.3 From recipebot at svn.gobolinux.org Mon Feb 20 09:48:35 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:48:35 -0800 Subject: [recipes-commits] r20578 - revisions/Curl Message-ID: <20120219204835.6C02498907@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:48:35 -0800 (Sun, 19 Feb 2012) New Revision: 20578 Added: revisions/Curl/7.24.0-r1/ Log: Committing revision 1 of Curl 7.24.0 From recipebot at svn.gobolinux.org Mon Feb 20 09:48:49 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:48:49 -0800 Subject: [recipes-commits] r20579 - in trunk/ATTR/2.4.46: . Resources Message-ID: <20120219204849.E090F9898F@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:48:49 -0800 (Sun, 19 Feb 2012) New Revision: 20579 Modified: trunk/ATTR/2.4.46/01-chown.patch trunk/ATTR/2.4.46/Resources/BuildInformation Log: Recipe for ATTR 2.4.46 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/ATTR/2.4.46/01-chown.patch =================================================================== --- trunk/ATTR/2.4.46/01-chown.patch 2012-02-19 20:48:35 UTC (rev 20578) +++ trunk/ATTR/2.4.46/01-chown.patch 2012-02-19 20:48:49 UTC (rev 20579) @@ -1,6 +1,9 @@ ---- attr-2.4.32/install-sh.orig 2006-08-21 10:18:32.000000000 -0300 -+++ attr-2.4.32/install-sh 2006-08-21 10:19:51.000000000 -0300 -@@ -92,7 +92,7 @@ MANIFEST=: +The install-sh scripts chroot bin/attr to root, breaking the sandbox. + +diff -ur attr-2.4.46-orig/include/install-sh attr-2.4.46/include/install-sh +--- attr-2.4.46-orig/include/install-sh 2010-01-22 23:55:11.000000000 +0100 ++++ attr-2.4.46/include/install-sh 2012-02-19 16:13:47.000000000 +0100 +@@ -106,7 +106,7 @@ if $INSTALL then @@ -9,3 +12,15 @@ else CP=true; LN=true; MKDIR=true; CHMOD=true; CHOWN=true fi +diff -ur attr-2.4.46-orig/install-sh attr-2.4.46/install-sh +--- attr-2.4.46-orig/install-sh 2011-04-19 19:55:48.000000000 +0200 ++++ attr-2.4.46/install-sh 2012-02-19 16:13:36.000000000 +0100 +@@ -106,7 +106,7 @@ + + if $INSTALL + then +- CP=cp; LN=ln; MKDIR=mkdir; CHMOD=chmod; CHOWN=_chown ++ CP=cp; LN=ln; MKDIR=mkdir; CHMOD=chmod; CHOWN=true + else + CP=true; LN=true; MKDIR=true; CHMOD=true; CHOWN=true + fi Modified: trunk/ATTR/2.4.46/Resources/BuildInformation =================================================================== --- trunk/ATTR/2.4.46/Resources/BuildInformation 2012-02-19 20:48:35 UTC (rev 20578) +++ trunk/ATTR/2.4.46/Resources/BuildInformation 2012-02-19 20:48:49 UTC (rev 20579) @@ -1 +1 @@ -Glibc 2.14 +Glibc 2.8 From recipebot at svn.gobolinux.org Mon Feb 20 09:48:52 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:48:52 -0800 Subject: [recipes-commits] r20580 - revisions/ATTR Message-ID: <20120219204852.18C2098A60@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:48:51 -0800 (Sun, 19 Feb 2012) New Revision: 20580 Added: revisions/ATTR/2.4.46-r2/ Log: Committing revision 2 of ATTR 2.4.46 From recipebot at svn.gobolinux.org Mon Feb 20 09:49:16 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:49:16 -0800 Subject: [recipes-commits] r20581 - in trunk/ACL/2.2.51: . Resources Message-ID: <20120219204916.8A8A298A3B@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:49:16 -0800 (Sun, 19 Feb 2012) New Revision: 20581 Modified: trunk/ACL/2.2.51/01-chown.patch trunk/ACL/2.2.51/Resources/BuildInformation Log: Recipe for ACL 2.2.51 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/ACL/2.2.51/01-chown.patch =================================================================== --- trunk/ACL/2.2.51/01-chown.patch 2012-02-19 20:48:51 UTC (rev 20580) +++ trunk/ACL/2.2.51/01-chown.patch 2012-02-19 20:49:16 UTC (rev 20581) @@ -1,6 +1,9 @@ ---- attr-2.4.32/install-sh.orig 2006-08-21 10:18:32.000000000 -0300 -+++ attr-2.4.32/install-sh 2006-08-21 10:19:51.000000000 -0300 -@@ -106,7 +106,7 @@ MANIFEST=: +The install-sh scripts chroot bin/attr to root, breaking the sandbox. + +diff -ur attr-2.4.46-orig/include/install-sh attr-2.4.46/include/install-sh +--- attr-2.4.46-orig/include/install-sh 2010-01-22 23:55:11.000000000 +0100 ++++ attr-2.4.46/include/install-sh 2012-02-19 16:13:47.000000000 +0100 +@@ -106,7 +106,7 @@ if $INSTALL then @@ -9,3 +12,15 @@ else CP=true; LN=true; MKDIR=true; CHMOD=true; CHOWN=true fi +diff -ur attr-2.4.46-orig/install-sh attr-2.4.46/install-sh +--- attr-2.4.46-orig/install-sh 2011-04-19 19:55:48.000000000 +0200 ++++ attr-2.4.46/install-sh 2012-02-19 16:13:36.000000000 +0100 +@@ -106,7 +106,7 @@ + + if $INSTALL + then +- CP=cp; LN=ln; MKDIR=mkdir; CHMOD=chmod; CHOWN=_chown ++ CP=cp; LN=ln; MKDIR=mkdir; CHMOD=chmod; CHOWN=true + else + CP=true; LN=true; MKDIR=true; CHMOD=true; CHOWN=true + fi Modified: trunk/ACL/2.2.51/Resources/BuildInformation =================================================================== --- trunk/ACL/2.2.51/Resources/BuildInformation 2012-02-19 20:48:51 UTC (rev 20580) +++ trunk/ACL/2.2.51/Resources/BuildInformation 2012-02-19 20:49:16 UTC (rev 20581) @@ -1,2 +1,2 @@ ATTR 2.4.46 -Glibc 2.14 +Glibc 2.8 From recipebot at svn.gobolinux.org Mon Feb 20 09:49:17 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:49:17 -0800 Subject: [recipes-commits] r20582 - revisions/ACL Message-ID: <20120219204917.B70D398A1B@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:49:17 -0800 (Sun, 19 Feb 2012) New Revision: 20582 Added: revisions/ACL/2.2.51-r2/ Log: Committing revision 2 of ACL 2.2.51 From recipebot at svn.gobolinux.org Mon Feb 20 09:49:22 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:49:22 -0800 Subject: [recipes-commits] r20583 - in trunk/XMLTO: . 0.0.25 0.0.25/Resources Message-ID: <20120219204922.31CBD98A1B@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:49:22 -0800 (Sun, 19 Feb 2012) New Revision: 20583 Added: trunk/XMLTO/0.0.25/ Modified: trunk/XMLTO/0.0.25/Recipe trunk/XMLTO/0.0.25/Resources/BuildInformation Log: Recipe for XMLTO 0.0.25 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/XMLTO/0.0.25 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/XMLTO/0.0.25/Recipe =================================================================== --- trunk/XMLTO/0.0.24/Recipe 2012-02-19 20:48:51 UTC (rev 20580) +++ trunk/XMLTO/0.0.25/Recipe 2012-02-19 20:49:22 UTC (rev 20583) @@ -1,7 +1,7 @@ -# Recipe for version 0.0.24 by Michael Homer , on Fri Nov 25 14:21:58 NZDT 2011 +# Recipe for version 0.0.25 by Andreas K?hler , on So 19. Feb 14:31:23 CET 2012 # Recipe (MakeRecipe) for XMLTO by Kosh Author: recipebot Date: 2012-02-19 12:49:24 -0800 (Sun, 19 Feb 2012) New Revision: 20585 Added: trunk/Less/444/ Modified: trunk/Less/444/Recipe trunk/Less/444/Resources/BuildInformation Log: Recipe for Less 444 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Less/444/Recipe =================================================================== --- trunk/Less/436/Recipe 2012-02-19 20:49:17 UTC (rev 20582) +++ trunk/Less/444/Recipe 2012-02-19 20:49:24 UTC (rev 20585) @@ -1,6 +1,6 @@ -# Recipe for version 436 by Michael Homer , on Tue Dec 7 11:13:11 NZDT 2010 -url=http://www.greenwoodsoftware.com/less/less-436.tar.gz -file_size=303921 -file_md5=817bf051953ad2dea825a1cdf460caa4 +# Recipe for version 444 by Andreas K?hler , on So 19. Feb 18:31:55 CET 2012 +url=http://www.greenwoodsoftware.com/less/less-444.tar.gz +file_size=307308 +file_md5=56f9f76ffe13f70155f47f6b3c87d421 compile_version=1.9.0 recipe_type=configure Modified: trunk/Less/444/Resources/BuildInformation =================================================================== --- trunk/Less/436/Resources/BuildInformation 2012-02-19 20:49:17 UTC (rev 20582) +++ trunk/Less/444/Resources/BuildInformation 2012-02-19 20:49:24 UTC (rev 20585) @@ -1,2 +1 @@ Glibc 2.8 -Ncurses 5.7 From recipebot at svn.gobolinux.org Mon Feb 20 09:49:25 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:49:25 -0800 Subject: [recipes-commits] r20586 - revisions/Less Message-ID: <20120219204925.7C0D8989FA@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:49:25 -0800 (Sun, 19 Feb 2012) New Revision: 20586 Added: revisions/Less/444-r1/ Log: Committing revision 1 of Less 444 From recipebot at svn.gobolinux.org Mon Feb 20 09:49:23 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:49:23 -0800 Subject: [recipes-commits] r20584 - revisions/XMLTO Message-ID: <20120219204923.7ECBF989FA@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:49:23 -0800 (Sun, 19 Feb 2012) New Revision: 20584 Added: revisions/XMLTO/0.0.25-r1/ Log: Committing revision 1 of XMLTO 0.0.25 From recipebot at svn.gobolinux.org Mon Feb 20 09:49:40 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:49:40 -0800 Subject: [recipes-commits] r20587 - in trunk/Subversion: . 1.6.17 1.6.17/Resources Message-ID: <20120219204940.9BCEA98A26@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:49:40 -0800 (Sun, 19 Feb 2012) New Revision: 20587 Added: trunk/Subversion/1.6.17/ Modified: trunk/Subversion/1.6.17/Recipe trunk/Subversion/1.6.17/Resources/BuildInformation trunk/Subversion/1.6.17/Resources/Dependencies Log: Recipe for Subversion 1.6.17 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Subversion/1.6.17/Recipe =================================================================== --- trunk/Subversion/1.6.12/Recipe 2012-02-19 20:49:25 UTC (rev 20586) +++ trunk/Subversion/1.6.17/Recipe 2012-02-19 20:49:40 UTC (rev 20587) @@ -1,9 +1,9 @@ -# Recipe for version 1.6.12 by Hisham Muhammad , on Mon Jun 28 02:22:34 BRT 2010 +# Recipe for version 1.6.17 by Andreas K?hler , on So 19. Feb 15:09:37 CET 2012 # Recipe (MakeRecipe) for Subversion by Jonas Karlsson , on Wed May 11 07:50:33 CEST 2005 compile_version=1.9.0 -url="http://subversion.tigris.org/downloads/subversion-1.6.12.tar.bz2" -file_size=5476628 -file_md5=a4b1d0d7f3a4587c59da9c1acf9dedd0 +url="http://subversion.tigris.org/downloads/subversion-1.6.17.tar.bz2" +file_size=5504298 +file_md5=81e5dc5beee4b3fc025ac70c0b6caa14 recipe_type=configure makefile=Makefile.build configure_options=( Modified: trunk/Subversion/1.6.17/Resources/BuildInformation =================================================================== --- trunk/Subversion/1.6.12/Resources/BuildInformation 2012-02-19 20:49:25 UTC (rev 20586) +++ trunk/Subversion/1.6.17/Resources/BuildInformation 2012-02-19 20:49:40 UTC (rev 20587) @@ -1,10 +1,10 @@ -APR 1.2.12 -APR-Util 1.2.12 -Cyrus-SASL 2.1.23 -Expat 2.0.1 -Glibc 2.11.1 -Neon 0.29.1 -OpenSSL 0.9.8l -SQLite 3.6.22 -Util-Linux-NG 2.16.2 +APR 1.4.6 +APR-Util 1.4.1 +DB 4.8.26 +E2FSProgs 1.39 +Expat 2.0.0 +Glibc 2.8 +Neon 0.29.6 +OpenSSL 0.9.8i +SQLite 3.7.10 ZLib 1.2.3 Modified: trunk/Subversion/1.6.17/Resources/Dependencies =================================================================== --- trunk/Subversion/1.6.12/Resources/Dependencies 2012-02-19 20:49:25 UTC (rev 20586) +++ trunk/Subversion/1.6.17/Resources/Dependencies 2012-02-19 20:49:40 UTC (rev 20587) @@ -4,4 +4,5 @@ Glibc 2.3.2 HTTPD >= 2.0.50 [httpd] # (optional) Neon >= 0.25.0, != 0.27.0, != 0.27.1 +SQLite ZLib >= 1.2.1 From recipebot at svn.gobolinux.org Mon Feb 20 09:49:41 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:49:41 -0800 Subject: [recipes-commits] r20588 - revisions/Subversion Message-ID: <20120219204941.85E9D98A26@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:49:41 -0800 (Sun, 19 Feb 2012) New Revision: 20588 Added: revisions/Subversion/1.6.17-r1/ Log: Committing revision 1 of Subversion 1.6.17 From recipebot at svn.gobolinux.org Mon Feb 20 09:50:05 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:05 -0800 Subject: [recipes-commits] r20589 - in trunk/Help2Man: . 1.40.6 1.40.6/Resources Message-ID: <20120219205005.8F53A989DE@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:05 -0800 (Sun, 19 Feb 2012) New Revision: 20589 Added: trunk/Help2Man/1.40.6/ Modified: trunk/Help2Man/1.40.6/Recipe trunk/Help2Man/1.40.6/Resources/BuildInformation Log: Recipe for Help2Man 1.40.6 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Help2Man/1.40.6 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Help2Man/1.40.6/Recipe =================================================================== --- trunk/Help2Man/1.36.4/Recipe 2012-02-19 20:49:41 UTC (rev 20588) +++ trunk/Help2Man/1.40.6/Recipe 2012-02-19 20:50:05 UTC (rev 20589) @@ -1,8 +1,8 @@ -# Recipe for version 1.36.4 by Giambattista Bloisi , on Mon Feb 11 23:44:52 CET 2008 -url="http://ftp.gnu.org/gnu/help2man/help2man-1.36.4.tar.gz" -file_size=85630 -file_md5=d31a0a38c2ec71faa06723f6b8bd3076 -dir='help2man-1.36.4' +# Recipe for version 1.40.6 by Andreas K?hler , on So 19. Feb 17:59:38 CET 2012 +url="http://ftp.gnu.org/gnu/help2man/help2man-1.40.6.tar.gz" +file_size=184304 +file_md5=f9ff9c6e65c74a0763596a7ca2b69aa7 +dir='help2man-1.40.6' compile_version=1.13.0 recipe_type=configure make_variables=( Modified: trunk/Help2Man/1.40.6/Resources/BuildInformation =================================================================== --- trunk/Help2Man/1.36.4/Resources/BuildInformation 2012-02-19 20:49:41 UTC (rev 20588) +++ trunk/Help2Man/1.40.6/Resources/BuildInformation 2012-02-19 20:50:05 UTC (rev 20589) @@ -1 +1 @@ -Glibc 2.5 +Glibc 2.8 From recipebot at svn.gobolinux.org Mon Feb 20 09:50:06 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:06 -0800 Subject: [recipes-commits] r20590 - revisions/Help2Man Message-ID: <20120219205006.8E27C989DE@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:06 -0800 (Sun, 19 Feb 2012) New Revision: 20590 Added: revisions/Help2Man/1.40.6-r1/ Log: Committing revision 1 of Help2Man 1.40.6 From recipebot at svn.gobolinux.org Mon Feb 20 09:50:13 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:13 -0800 Subject: [recipes-commits] r20591 - in trunk/APR: . 1.4.6 1.4.6/Resources Message-ID: <20120219205013.889AF989DE@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:13 -0800 (Sun, 19 Feb 2012) New Revision: 20591 Added: trunk/APR/1.4.6/ Modified: trunk/APR/1.4.6/02-allow_la_installation.patch trunk/APR/1.4.6/Recipe trunk/APR/1.4.6/Resources/BuildInformation Log: Recipe for APR 1.4.6 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/APR/1.4.6/02-allow_la_installation.patch =================================================================== --- trunk/APR/1.4.5/02-allow_la_installation.patch 2012-02-19 20:49:41 UTC (rev 20588) +++ trunk/APR/1.4.6/02-allow_la_installation.patch 2012-02-19 20:50:13 UTC (rev 20591) @@ -1,10 +1,14 @@ ---- apr-1.4.5/build/ltmain.sh 2011-08-25 10:55:37.063456818 -0400 -+++ apr-1.4.5.new/build/ltmain.sh 2011-08-25 10:58:19.800127126 -0400 -@@ -6010,7 +6010,6 @@ +diff -ur apr-1.4.6-orig/build/ltmain.sh apr-1.4.6/build/ltmain.sh +--- apr-1.4.6-orig/build/ltmain.sh 2012-02-08 00:17:55.000000000 +0100 ++++ apr-1.4.6/build/ltmain.sh 2012-02-19 17:45:40.000000000 +0100 +@@ -2963,8 +2963,8 @@ + # At present, this check doesn't affect windows .dll's that + # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. - if test "$inst_prefix_dir" = "$destdir"; then - $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 -- exit $EXIT_FAILURE - fi +- test "$inst_prefix_dir" = "$destdir" && \ +- func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" ++# test "$inst_prefix_dir" = "$destdir" && \ ++# func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then + # Stick the inst_prefix_dir data into the link command. Modified: trunk/APR/1.4.6/Recipe =================================================================== --- trunk/APR/1.4.5/Recipe 2012-02-19 20:49:41 UTC (rev 20588) +++ trunk/APR/1.4.6/Recipe 2012-02-19 20:50:13 UTC (rev 20591) @@ -1,9 +1,9 @@ -# Recipe for version 1.4.5 by Baffo32 , on Thu Aug 25 10:52:18 EDT 2011 +# Recipe for version 1.4.6 by Andreas K?hler , on So 19. Feb 15:03:50 CET 2012 # Recipe (MakeRecipe) for APR by Kosh , on Tue Feb 28 22:02:35 BRT 2006 compile_version=1.8.2 -url="http://archive.apache.org/dist/apr/apr-1.4.5.tar.bz2" -file_size=754763 -file_md5=8b53f5a5669d0597f2da889a2f576eb6 +url="http://archive.apache.org/dist/apr/apr-1.4.6.tar.bz2" +file_size=785724 +file_md5=ffee70a111fd07372982b0550bbb14b7 recipe_type=configure configure_options=( --enable-layout=GoboLinux Modified: trunk/APR/1.4.6/Resources/BuildInformation =================================================================== --- trunk/APR/1.4.5/Resources/BuildInformation 2012-02-19 20:49:41 UTC (rev 20588) +++ trunk/APR/1.4.6/Resources/BuildInformation 2012-02-19 20:50:13 UTC (rev 20591) @@ -1 +1 @@ -Glibc 2.14 +Glibc 2.8 From recipebot at svn.gobolinux.org Mon Feb 20 09:50:14 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:14 -0800 Subject: [recipes-commits] r20592 - revisions/APR Message-ID: <20120219205014.88E2F989DE@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:14 -0800 (Sun, 19 Feb 2012) New Revision: 20592 Added: revisions/APR/1.4.6-r1/ Log: Committing revision 1 of APR 1.4.6 From recipebot at svn.gobolinux.org Mon Feb 20 09:50:25 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:25 -0800 Subject: [recipes-commits] r20593 - in trunk/HTTPD: . 2.2.22 2.2.22/Resources Message-ID: <20120219205025.1CBA898A6C@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:24 -0800 (Sun, 19 Feb 2012) New Revision: 20593 Added: trunk/HTTPD/2.2.22/ Modified: trunk/HTTPD/2.2.22/Recipe trunk/HTTPD/2.2.22/Resources/BuildInformation trunk/HTTPD/2.2.22/Resources/Dependencies Log: Recipe for HTTPD 2.2.22 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/HTTPD/2.2.22/Recipe =================================================================== --- trunk/HTTPD/2.2.14/Recipe 2012-02-19 20:50:14 UTC (rev 20592) +++ trunk/HTTPD/2.2.22/Recipe 2012-02-19 20:50:24 UTC (rev 20593) @@ -1,12 +1,12 @@ -# Recipe for version 2.2.14 by Jonas Karlsson , on Thu Dec 17 01:13:44 CET 2009 +# Recipe for version 2.2.22 by Andreas K?hler , on So 19. Feb 15:21:52 CET 2012 # Reviced recipe for version 2.2.3 by Jonas Karlsson , on Fri Nov 10 17:19:03 CET 2005 # Recipe (MakeRecipe) for Apache 2.0.53 by Volker Wieban # derived from Recipe for ApacheHttpd 2.0 by ro.ko at mcnon.com, on Tue Oct 12 03:14:07 BRST 2004 compile_version=1.9.0 recipe_type=configure -url="http://archive.apache.org/dist/httpd/httpd-2.2.14.tar.bz2" -file_size=5147171 -file_md5=a5226203aaf97e5b941c41a71c112704 +url="http://archive.apache.org/dist/httpd/httpd-2.2.22.tar.bz2" +file_size=5378934 +file_md5=9fe3093194c8a57f085ff7c3fc43715f unmanaged_files=( ${goboData:-$goboPrefix/Files}/WWW Modified: trunk/HTTPD/2.2.22/Resources/BuildInformation =================================================================== --- trunk/HTTPD/2.2.14/Resources/BuildInformation 2012-02-19 20:50:14 UTC (rev 20592) +++ trunk/HTTPD/2.2.22/Resources/BuildInformation 2012-02-19 20:50:24 UTC (rev 20593) @@ -1,8 +1,7 @@ -APR 1.3.9 -APR-Util 1.3.9 -Cyrus-SASL 2.1.22 -Expat 2.0.1 -Glibc 2.10.1 -OpenLDAP 2.3.39 -OpenSSL 0.9.8l -Util-Linux-NG 2.16.2 +APR 1.4.6 +APR-Util 1.4.1 +DB 4.8.26 +E2FSProgs 1.39 +Expat 2.0.0 +Glibc 2.8 +OpenSSL 0.9.8i Modified: trunk/HTTPD/2.2.22/Resources/Dependencies =================================================================== --- trunk/HTTPD/2.2.14/Resources/Dependencies 2012-02-19 20:50:14 UTC (rev 20592) +++ trunk/HTTPD/2.2.22/Resources/Dependencies 2012-02-19 20:50:24 UTC (rev 20593) @@ -2,6 +2,7 @@ APR-Util >= 1 Expat 1.95.8 Glibc 2.3.2 +Lynx OpenLDAP [openldap] OpenSSL >= 0.9.7 ZLib >= 1.2.1 From recipebot at svn.gobolinux.org Mon Feb 20 09:50:26 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:26 -0800 Subject: [recipes-commits] r20594 - revisions/HTTPD Message-ID: <20120219205026.B3A1698A6D@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:26 -0800 (Sun, 19 Feb 2012) New Revision: 20594 Added: revisions/HTTPD/2.2.22-r1/ Log: Committing revision 1 of HTTPD 2.2.22 From recipebot at svn.gobolinux.org Mon Feb 20 09:50:30 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:30 -0800 Subject: [recipes-commits] r20595 - in trunk/APR-Util: . 1.4.1 1.4.1/Resources Message-ID: <20120219205030.1859698985@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:29 -0800 (Sun, 19 Feb 2012) New Revision: 20595 Added: trunk/APR-Util/1.4.1/ Modified: trunk/APR-Util/1.4.1/Recipe trunk/APR-Util/1.4.1/Resources/BuildInformation Log: Recipe for APR-Util 1.4.1 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/APR-Util/1.4.1/Recipe =================================================================== --- trunk/APR-Util/1.3.12/Recipe 2012-02-19 20:50:14 UTC (rev 20592) +++ trunk/APR-Util/1.4.1/Recipe 2012-02-19 20:50:29 UTC (rev 20595) @@ -1,9 +1,9 @@ -# Recipe for version 1.3.12 by Baffo32 , on Thu Aug 25 10:51:47 EDT 2011 +# Recipe for version 1.4.1 by Andreas K?hler , on So 19. Feb 15:02:34 CET 2012 # Recipe (MakeRecipe) for APR-Util by Kosh , on Tue Feb 28 21:59:01 BRT 2006 compile_version=1.8.2 -url="http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.bz2" -file_size=607646 -file_md5=0f671b037ca62751a8a7005578085560 +url="http://archive.apache.org/dist/apr/apr-util-1.4.1.tar.bz2" +file_size=635000 +file_md5=52b31b33fb1aa16e65ddaefc76e41151 recipe_type=configure configure_options=( --enable-layout=GoboLinux Modified: trunk/APR-Util/1.4.1/Resources/BuildInformation =================================================================== --- trunk/APR-Util/1.3.12/Resources/BuildInformation 2012-02-19 20:50:14 UTC (rev 20592) +++ trunk/APR-Util/1.4.1/Resources/BuildInformation 2012-02-19 20:50:29 UTC (rev 20595) @@ -1,3 +1,3 @@ -APR 1.4.5 -E2FSProgs 1.41.3 -Glibc 2.14 +APR 1.4.6 +E2FSProgs 1.39 +Glibc 2.8 From recipebot at svn.gobolinux.org Mon Feb 20 09:50:31 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:31 -0800 Subject: [recipes-commits] r20596 - revisions/APR-Util Message-ID: <20120219205031.C618898985@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:31 -0800 (Sun, 19 Feb 2012) New Revision: 20596 Added: revisions/APR-Util/1.4.1-r1/ Log: Committing revision 1 of APR-Util 1.4.1 From recipebot at svn.gobolinux.org Mon Feb 20 09:50:43 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:43 -0800 Subject: [recipes-commits] r20597 - in trunk/Atool: . 0.38.0 Message-ID: <20120219205044.3A4BA988AB@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:40 -0800 (Sun, 19 Feb 2012) New Revision: 20597 Added: trunk/Atool/0.38.0/ Modified: trunk/Atool/0.38.0/Recipe Log: Recipe for Atool 0.38.0 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Atool/0.38.0 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Atool/0.38.0/Recipe =================================================================== --- trunk/Atool/0.36.0/Recipe 2012-02-19 20:50:26 UTC (rev 20594) +++ trunk/Atool/0.38.0/Recipe 2012-02-19 20:50:40 UTC (rev 20597) @@ -1,8 +1,8 @@ -# Recipe for version 0.36.0 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2009. j?l. 30., cs?t?rt?k, 02.46.02 CEST +# Recipe for version 0.38.0 by Andreas K?hler, on So 19. Feb 13:24:22 CET 2012 compile_version=1.9.0 -url="http://savannah.nongnu.org/download/atool/atool-0.36.0.tar.gz" -file_size=106622 -file_md5=4eec3e05272e1a0bee6493f2a005adbd +url="http://savannah.nongnu.org/download/atool/atool-0.38.0.tar.gz" +file_size=118335 +file_md5=bf05a07f7b35415d146b2e21edc1ebbf recipe_type=configure pre_install() { GrepReplace ".*$goboExecutables/perl -w" "#! /usr/bin/env perl" atool From recipebot at svn.gobolinux.org Mon Feb 20 09:50:44 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:44 -0800 Subject: [recipes-commits] r20598 - in trunk/Neon: . 0.29.6 0.29.6/Resources Message-ID: <20120219205044.4AC6E988AB@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:43 -0800 (Sun, 19 Feb 2012) New Revision: 20598 Added: trunk/Neon/0.29.6/ Modified: trunk/Neon/0.29.6/Recipe trunk/Neon/0.29.6/Resources/BuildInformation Log: Recipe for Neon 0.29.6 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Neon/0.29.6 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Neon/0.29.6/Recipe =================================================================== --- trunk/Neon/0.29.1/Recipe 2012-02-19 20:50:26 UTC (rev 20594) +++ trunk/Neon/0.29.6/Recipe 2012-02-19 20:50:43 UTC (rev 20598) @@ -1,9 +1,9 @@ -# Recipe for version 0.29.1 by Jonas Karlsson , on Wed Dec 16 20:39:13 CET 2009 +# Recipe for version 0.29.6 by Andreas K?hler , on So 19. Feb 15:00:46 CET 2012 # Recipe (MakeRecipe) for Neon by Lucas Correia Villa Real , on Wed Jul 13 08:44:23 BRT 2005 compile_version=1.9.0 -url="http://www.webdav.org/neon/neon-0.29.1.tar.gz" -file_size=880945 -file_md5=eb4eac0499cb6fced6e3b11e4b720ebb +url="http://www.webdav.org/neon/neon-0.29.6.tar.gz" +file_size=882267 +file_md5=591e0c82e6979e7e615211b386b8f6bc recipe_type=configure configure_options=( Modified: trunk/Neon/0.29.6/Resources/BuildInformation =================================================================== --- trunk/Neon/0.29.1/Resources/BuildInformation 2012-02-19 20:50:26 UTC (rev 20594) +++ trunk/Neon/0.29.6/Resources/BuildInformation 2012-02-19 20:50:43 UTC (rev 20598) @@ -1,4 +1,3 @@ -Expat 2.0.1 -Glibc 2.10.1 -OpenSSL 0.9.8l -ZLib 1.2.3 +Expat 2.0.0 +Glibc 2.8 +OpenSSL 0.9.8i From recipebot at svn.gobolinux.org Mon Feb 20 09:50:45 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:45 -0800 Subject: [recipes-commits] r20600 - revisions/Neon Message-ID: <20120219205045.87212988AB@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:45 -0800 (Sun, 19 Feb 2012) New Revision: 20600 Added: revisions/Neon/0.29.6-r1/ Log: Committing revision 1 of Neon 0.29.6 From recipebot at svn.gobolinux.org Mon Feb 20 09:50:45 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 12:50:45 -0800 Subject: [recipes-commits] r20599 - revisions/Atool Message-ID: <20120219205045.740FE988AB@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 12:50:45 -0800 (Sun, 19 Feb 2012) New Revision: 20599 Added: revisions/Atool/0.38.0-r1/ Log: Committing revision 1 of Atool 0.38.0 From recipebot at svn.gobolinux.org Mon Feb 20 15:27:18 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 18:27:18 -0800 Subject: [recipes-commits] r20602 - revisions/GDK-Pixbuf Message-ID: <20120220022718.7763B989F2@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 18:27:18 -0800 (Sun, 19 Feb 2012) New Revision: 20602 Added: revisions/GDK-Pixbuf/2.24.1-r1/ Log: Committing revision 1 of GDK-Pixbuf 2.24.1 From recipebot at svn.gobolinux.org Mon Feb 20 15:27:17 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 18:27:17 -0800 Subject: [recipes-commits] r20601 - in trunk/GDK-Pixbuf: . 2.24.1 2.24.1/Resources Message-ID: <20120220022717.CD7D2989F0@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 18:27:17 -0800 (Sun, 19 Feb 2012) New Revision: 20601 Added: trunk/GDK-Pixbuf/2.24.1/ Modified: trunk/GDK-Pixbuf/2.24.1/Recipe trunk/GDK-Pixbuf/2.24.1/Resources/BuildInformation trunk/GDK-Pixbuf/2.24.1/Resources/Dependencies Log: Recipe for GDK-Pixbuf 2.24.1 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/GDK-Pixbuf/2.24.1/Recipe =================================================================== --- trunk/GDK-Pixbuf/2.24.0/Recipe 2012-02-19 20:50:45 UTC (rev 20600) +++ trunk/GDK-Pixbuf/2.24.1/Recipe 2012-02-20 02:27:17 UTC (rev 20601) @@ -1,6 +1,6 @@ -# Recipe for version 2.24.0 by Hisham Muhammad , on Tue Nov 8 01:04:35 BRST 2011 -url="http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-2.24.0.tar.bz2" -file_size=1676011 -file_md5=d8ece3a4ade4a91c768328620e473ab8 +# Recipe for version 2.24.1 by Andreas K?hler , on So 19. Feb 22:23:54 CET 2012 +url="http://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-2.24.1.tar.xz" +file_size=1177036 +file_md5=72f39b34b20f68148c1609bd27415412 compile_version=1.8.0 recipe_type=configure Modified: trunk/GDK-Pixbuf/2.24.1/Resources/BuildInformation =================================================================== --- trunk/GDK-Pixbuf/2.24.0/Resources/BuildInformation 2012-02-19 20:50:45 UTC (rev 20600) +++ trunk/GDK-Pixbuf/2.24.1/Resources/BuildInformation 2012-02-20 02:27:17 UTC (rev 20601) @@ -1,6 +1,6 @@ -GLib 2.31.0 -Glibc 2.11.1 -LibFFI 3.0.9 -LibPNG 1.4.3 -Xorg-Lib 7.6 -ZLib 1.2.5 +GLib 2.30.2 +Glibc 2.8 +JPEG 8c +LibFFI 3.0.10 +LibPNG 1.2.16 +ZLib 1.2.6 Modified: trunk/GDK-Pixbuf/2.24.1/Resources/Dependencies =================================================================== --- trunk/GDK-Pixbuf/2.24.0/Resources/Dependencies 2012-02-19 20:50:45 UTC (rev 20600) +++ trunk/GDK-Pixbuf/2.24.1/Resources/Dependencies 2012-02-20 02:27:17 UTC (rev 20601) @@ -1,4 +1,3 @@ -Glib >= 1.2, < 2.0 -GTK+ >= 1.2, < 2.0 +Glib >= 2.27.2 JPEG 6b TIFF 3.8.2 From recipebot at svn.gobolinux.org Mon Feb 20 15:27:31 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 18:27:31 -0800 Subject: [recipes-commits] r20603 - in trunk/GObject-Introspection: . 1.30.0 1.30.0/Resources Message-ID: <20120220022731.8B20298A7E@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 18:27:31 -0800 (Sun, 19 Feb 2012) New Revision: 20603 Added: trunk/GObject-Introspection/1.30.0/ Modified: trunk/GObject-Introspection/1.30.0/Recipe trunk/GObject-Introspection/1.30.0/Resources/BuildInformation trunk/GObject-Introspection/1.30.0/Resources/Dependencies Log: Recipe for GObject-Introspection 1.30.0 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/GObject-Introspection/1.30.0/Recipe =================================================================== --- trunk/GObject-Introspection/0.6.14/Recipe 2012-02-19 20:50:45 UTC (rev 20600) +++ trunk/GObject-Introspection/1.30.0/Recipe 2012-02-20 02:27:31 UTC (rev 20603) @@ -1,7 +1,7 @@ -# Recipe for version 0.6.14 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2010. j?n. 27., vas?rnap, 12.36.04 CEST +# Recipe for version 1.30.0 by Andreas K?hler , on So 19. Feb 22:33:35 CET 2012 # Recipe (MakeRecipe) for GObject-Introspection by Jonas Karlsson , on Sun Jan 17 01:32:53 CET 2010 compile_version=1.11.0 -url="http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/0.6/gobject-introspection-0.6.14.tar.bz2" -file_size=763182 -file_md5=7ea9be9a347b5c408fd3c3907803de9b +url="http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.30/gobject-introspection-1.30.0.tar.bz2" +file_size=1279723 +file_md5=2dca065ef8ad95600040177a38b370fe recipe_type=configure Modified: trunk/GObject-Introspection/1.30.0/Resources/BuildInformation =================================================================== --- trunk/GObject-Introspection/0.6.14/Resources/BuildInformation 2012-02-19 20:50:45 UTC (rev 20600) +++ trunk/GObject-Introspection/1.30.0/Resources/BuildInformation 2012-02-20 02:27:31 UTC (rev 20603) @@ -1,18 +1,4 @@ -Cairo 1.8.8 -DirectFB 1.4.3 -Expat 2.0.1 -Fontconfig 2.7.0 -FreeType 2.3.11 -GLib 2.22.4 +GLib 2.30.2 Glibc 2.8 -Glitz 0.5.6 -LibFFI 3.0.9 -LibPNG 1.2.43 -XORGLib-Pixman 0.18.2 -XORGLib-X11 1.3.4 -XORGLib-Xau 1.0.5 -XORGLib-XCB 1.6 -XORGLib-XCBUtil 0.3.6 -XORGLib-Xdmcp 1.0.3 -XORGLib-Xrender 0.9.5 -ZLib 1.2.3 +LibFFI 3.0.10 +ZLib 1.2.6 Modified: trunk/GObject-Introspection/1.30.0/Resources/Dependencies =================================================================== --- trunk/GObject-Introspection/0.6.14/Resources/Dependencies 2012-02-19 20:50:45 UTC (rev 20600) +++ trunk/GObject-Introspection/1.30.0/Resources/Dependencies 2012-02-20 02:27:31 UTC (rev 20603) @@ -1,5 +1,5 @@ Bison Flex -GLib +GLib >= 2.29.7 LibFFI Python >= 2.5 From recipebot at svn.gobolinux.org Mon Feb 20 15:27:33 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 18:27:33 -0800 Subject: [recipes-commits] r20604 - revisions/GObject-Introspection Message-ID: <20120220022733.1381398A7E@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 18:27:32 -0800 (Sun, 19 Feb 2012) New Revision: 20604 Added: revisions/GObject-Introspection/1.30.0-r1/ Log: Committing revision 1 of GObject-Introspection 1.30.0 From recipebot at svn.gobolinux.org Mon Feb 20 15:27:35 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 18:27:35 -0800 Subject: [recipes-commits] r20606 - revisions/LibFFI Message-ID: <20120220022735.73E34989F9@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 18:27:35 -0800 (Sun, 19 Feb 2012) New Revision: 20606 Added: revisions/LibFFI/3.0.10-r1/ Log: Committing revision 1 of LibFFI 3.0.10 From recipebot at svn.gobolinux.org Mon Feb 20 15:27:34 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 18:27:34 -0800 Subject: [recipes-commits] r20605 - in trunk/LibFFI: . 3.0.10 Message-ID: <20120220022734.C59F798A7C@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 18:27:34 -0800 (Sun, 19 Feb 2012) New Revision: 20605 Added: trunk/LibFFI/3.0.10/ Modified: trunk/LibFFI/3.0.10/Recipe Log: Recipe for LibFFI 3.0.10 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/LibFFI/3.0.10 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/LibFFI/3.0.10/Recipe =================================================================== --- trunk/LibFFI/3.0.9/Recipe 2012-02-20 02:27:18 UTC (rev 20602) +++ trunk/LibFFI/3.0.10/Recipe 2012-02-20 02:27:34 UTC (rev 20605) @@ -1,7 +1,7 @@ -# Recipe for version 3.0.9 by Jonas Karlsson , on Sun Jan 17 01:39:25 CET 2010 +# Recipe for version 3.0.10 by Andreas K?hler , on So 19. Feb 22:06:36 CET 2012 # Recipe (MakeRecipe) for LibFFI by Samuel A. Falvo II, on Sat Feb 23 11:30:25 PST 2008 compile_version=1.10.0 -url="ftp://sourceware.org/pub/libffi/libffi-3.0.9.tar.gz" -file_size=731719 -file_md5=1f300a7a7f975d4046f51c3022fa5ff1 +url="ftp://sourceware.org/pub/libffi/libffi-3.0.10.tar.gz" +file_size=753346 +file_md5=79390673f5d07a8fb342bc09b5055b6f recipe_type=configure From recipebot at svn.gobolinux.org Mon Feb 20 15:27:40 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 18:27:40 -0800 Subject: [recipes-commits] r20608 - revisions/USBUtils Message-ID: <20120220022740.8F39E9889B@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 18:27:40 -0800 (Sun, 19 Feb 2012) New Revision: 20608 Added: revisions/USBUtils/005-r1/ Log: Committing revision 1 of USBUtils 005 From recipebot at svn.gobolinux.org Mon Feb 20 15:27:39 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 18:27:39 -0800 Subject: [recipes-commits] r20607 - in trunk/USBUtils: . 005 005/Resources Message-ID: <20120220022739.E430998A03@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 18:27:39 -0800 (Sun, 19 Feb 2012) New Revision: 20607 Added: trunk/USBUtils/005/ Modified: trunk/USBUtils/005/Recipe trunk/USBUtils/005/Resources/BuildDependencies trunk/USBUtils/005/Resources/BuildInformation trunk/USBUtils/005/Resources/Dependencies Log: Recipe for USBUtils 005 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/USBUtils/005/Recipe =================================================================== --- trunk/USBUtils/0.91/Recipe 2012-02-20 02:27:32 UTC (rev 20604) +++ trunk/USBUtils/005/Recipe 2012-02-20 02:27:39 UTC (rev 20607) @@ -1,13 +1,16 @@ -# Recipe for version 0.91 by Joshua Sako , on Sat May 14 13:59:49 EST 2011 +# Recipe for version 005 by Andreas K?hler , on So 19. Feb 19:15:52 CET 2012 # Recipe (MakeRecipe) for USBUtils by David Smith , on Sun Feb 6 10:19:22 CET 2005 compile_version=1.8.0 -url="http://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-0.91.tar.bz2" -file_size=448677 -file_md5=24893cb24fcf1a77c24c5ba5c25172e3 +git="git://github.com/gregkh/usbutils.git" recipe_type=configure +pre_build() { + git checkout v$version || return 1 + git submodule update --init + autoreconf --install --symlink +} post_install() { - mount | grep usbfs >/dev/null 2>&1 || { + mount | grep usbfs >/dev/null 2>&1 || { echo "==============================================================" echo echo "Note: You need to have USB device filesystem compiled into the" Modified: trunk/USBUtils/005/Resources/BuildDependencies =================================================================== --- trunk/USBUtils/0.91/Resources/BuildDependencies 2012-02-20 02:27:32 UTC (rev 20604) +++ trunk/USBUtils/005/Resources/BuildDependencies 2012-02-20 02:27:39 UTC (rev 20607) @@ -1 +1,2 @@ +Autoconf Pkgconfig >= 0.9.0 Modified: trunk/USBUtils/005/Resources/BuildInformation =================================================================== --- trunk/USBUtils/0.91/Resources/BuildInformation 2012-02-20 02:27:32 UTC (rev 20604) +++ trunk/USBUtils/005/Resources/BuildInformation 2012-02-20 02:27:39 UTC (rev 20607) @@ -1,2 +1,2 @@ -Glibc 2.12.1 -ZLib 1.2.3 +Glibc 2.14 +ZLib 1.2.6 Modified: trunk/USBUtils/005/Resources/Dependencies =================================================================== --- trunk/USBUtils/0.91/Resources/Dependencies 2012-02-20 02:27:32 UTC (rev 20604) +++ trunk/USBUtils/005/Resources/Dependencies 2012-02-20 02:27:39 UTC (rev 20607) @@ -1,2 +1,2 @@ Glibc 2.3.2 -LibUSB-Compat >= 0.1.0 +LibUSB >= 1.0.0 From recipebot at svn.gobolinux.org Mon Feb 20 15:27:46 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 18:27:46 -0800 Subject: [recipes-commits] r20609 - trunk/GLib/2.30.2/Resources Message-ID: <20120220022746.B996198A0A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 18:27:46 -0800 (Sun, 19 Feb 2012) New Revision: 20609 Modified: trunk/GLib/2.30.2/Resources/BuildInformation trunk/GLib/2.30.2/Resources/Dependencies Log: Recipe for GLib 2.30.2 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/GLib/2.30.2/Resources/BuildInformation =================================================================== --- trunk/GLib/2.30.2/Resources/BuildInformation 2012-02-20 02:27:40 UTC (rev 20608) +++ trunk/GLib/2.30.2/Resources/BuildInformation 2012-02-20 02:27:46 UTC (rev 20609) @@ -1,3 +1,5 @@ -Glibc 2.14 -LibFFI 3.0.9 -ZLib 1.2.5 +FAM 2.7.0 +GCC 4.1.2 +Glibc 2.8 +LibFFI 3.0.10 +ZLib 1.2.6 Modified: trunk/GLib/2.30.2/Resources/Dependencies =================================================================== --- trunk/GLib/2.30.2/Resources/Dependencies 2012-02-20 02:27:40 UTC (rev 20608) +++ trunk/GLib/2.30.2/Resources/Dependencies 2012-02-20 02:27:46 UTC (rev 20609) @@ -1,2 +1,3 @@ FAM [fam] Glibc 2.4 +LibFFI >= 3.0.0 From recipebot at svn.gobolinux.org Mon Feb 20 15:27:47 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 19 Feb 2012 18:27:47 -0800 Subject: [recipes-commits] r20610 - revisions/GLib Message-ID: <20120220022747.90A4398A13@bengals.dreamhost.com> Author: recipebot Date: 2012-02-19 18:27:47 -0800 (Sun, 19 Feb 2012) New Revision: 20610 Added: revisions/GLib/2.30.2-r2/ Log: Committing revision 2 of GLib 2.30.2 From mwh at svn.gobolinux.org Sat Feb 25 12:47:35 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Fri, 24 Feb 2012 15:47:35 -0800 Subject: [recipes-commits] r20611 - in trunk/Firefox: . 10.0.2 Message-ID: <20120224234735.3873098A17@bengals.dreamhost.com> Author: mwh Date: 2012-02-24 15:47:34 -0800 (Fri, 24 Feb 2012) New Revision: 20611 Added: trunk/Firefox/10.0.2/ Modified: trunk/Firefox/10.0.2/Recipe Log: First revision of Firefox 10.0.2. Modified: trunk/Firefox/10.0.2/Recipe =================================================================== --- trunk/Firefox/9.0.1/Recipe 2012-02-20 02:27:47 UTC (rev 20610) +++ trunk/Firefox/10.0.2/Recipe 2012-02-24 23:47:34 UTC (rev 20611) @@ -1,9 +1,9 @@ -# Recipe for version 9.0.1.1 by Michael Homer , on Thu Dec 22 15:53:12 NZDT 2011 -# Recipe (MakeRecipe) for Firefox by Jonas Karlsson , on Sun May 1 10:13:41 CEST 2005 -compile_version=1.9.0.1 -url="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/9.0.1/source/firefox-9.0.1.source.tar.bz2" -file_size=74191266 -file_md5=7cf2bd379792a9b232267c6a79680566 +# Recipe for version 10.0.2 by Michael Homer , on Sat Feb 25 11:53:06 NZDT 2012 +# Recipe (MakeRecipe) for Firefox by Jonas Karlsson , on Sun May 1 10:13:41 CEST 2005 +compile_version=1.10.0.2 +url="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/10.0.2/source/firefox-10.0.2.source.tar.bz2" +file_size=75540089 +file_md5=5ce038d591964f72c534fa33b75a62f5 dir='mozilla-release' recipe_type=configure @@ -21,7 +21,7 @@ --with-system-zlib # These options are used so that the Firefox binaries are linked to --with-system-bz2 # the system-installed copies of the specified libraries instead of --with-system-jpeg # the source tree code which may not be the most recent versions. -# --with-system-png #<- need apng support (https://bugzilla.mozilla.org/show_bug.cgi?id=4189.0.1) +# --with-system-png #<- need apng support (https://bugzilla.mozilla.org/show_bug.cgi?id=41810.0.2) --enable-system-lcms --enable-system-sqlite --enable-system-cairo @@ -60,7 +60,7 @@ ) with_startup_notification="--enable-startup-notification" -#with_glitz="--enable-glitz" # build failure https://bugzilla.mozilla.org/show_bug.cgi?id=39.0.183 +#with_glitz="--enable-glitz" # build failure https://bugzilla.mozilla.org/show_bug.cgi?id=310.0.283 with_xinerama="--enable-xinerama" with_ldap="--enable-ldap" with_pango="--enable-pango" @@ -84,13 +84,13 @@ post_install() { # Give Firefox an icon while minimized - install -v -m755 -o0 -g0 -d ${target}/lib/firefox-9.0.1/chrome/icons/default - ln -v -s ../../../icons/mozicon16.xpm ${target}/lib/firefox-9.0.1/chrome/icons/default + install -v -m755 -o0 -g0 -d ${target}/lib/firefox-10.0.2/chrome/icons/default + ln -v -s ../../../icons/mozicon16.xpm ${target}/lib/firefox-10.0.2/chrome/icons/default # install some additional LDAP interface headers - #install -v -m644 -o0 -g0 firefox-build/dist/public/ldap-private/* ${target}/include/firefox-9.0.1/ldap + #install -v -m644 -o0 -g0 firefox-build/dist/public/ldap-private/* ${target}/include/firefox-10.0.2/ldap # Shortcut to the icon install -v -m755 -o0 -g0 -d ${target}/Shared/icons/firefox - ln -v -s ../../../lib/firefox-9.0.1/icons/mozicon128.png ${target}/Shared/icons/firefox + ln -v -s ../../../lib/firefox-10.0.2/icons/mozicon128.png ${target}/Shared/icons/firefox } From mwh at svn.gobolinux.org Sat Feb 25 12:47:39 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Fri, 24 Feb 2012 15:47:39 -0800 Subject: [recipes-commits] r20612 - revisions/Firefox Message-ID: <20120224234739.8B2379863E@bengals.dreamhost.com> Author: mwh Date: 2012-02-24 15:47:39 -0800 (Fri, 24 Feb 2012) New Revision: 20612 Added: revisions/Firefox/10.0.2-r1/ Log: Committing revision 1 of Firefox 10.0.2 From mwh at svn.gobolinux.org Sat Feb 25 14:08:15 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Fri, 24 Feb 2012 17:08:15 -0800 Subject: [recipes-commits] r20614 - revisions/Linux Message-ID: <20120225010815.8577A98A5E@bengals.dreamhost.com> Author: mwh Date: 2012-02-24 17:08:15 -0800 (Fri, 24 Feb 2012) New Revision: 20614 Added: revisions/Linux/3.2.7-r1/ Log: Committing revision 1 of Linux 3.2.7 From mwh at svn.gobolinux.org Sat Feb 25 14:10:05 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Fri, 24 Feb 2012 17:10:05 -0800 Subject: [recipes-commits] r20615 - in trunk/Nvidia: . 295.20 295.20/Resources 295.20/i686 Message-ID: <20120225011005.A93AD9894D@bengals.dreamhost.com> Author: mwh Date: 2012-02-24 17:10:05 -0800 (Fri, 24 Feb 2012) New Revision: 20615 Added: trunk/Nvidia/295.20/ Modified: trunk/Nvidia/295.20/Recipe trunk/Nvidia/295.20/Resources/BuildInformation trunk/Nvidia/295.20/i686/Recipe Log: First revision of Nvidia 295.20. Modified: trunk/Nvidia/295.20/Recipe =================================================================== --- trunk/Nvidia/285.05.09/Recipe 2012-02-25 01:08:15 UTC (rev 20614) +++ trunk/Nvidia/295.20/Recipe 2012-02-25 01:10:05 UTC (rev 20615) @@ -1,4 +1,4 @@ -# Recipe for version 285.05.09 by Michael Homer , on Sat Nov 12 17:48:09 NZDT 2011 +# Recipe for version 295.20 by Michael Homer , on Sat Feb 25 12:47:17 NZDT 2012 # Recipe (MakeRecipe) for Nvidia by Lucas C. Villa Real , on Wed Mar 14 17:39:46 GMT 2007 compile_version=1.9.0 recipe_type=manifest @@ -22,15 +22,15 @@ cd .. mkdir vdpau - mv libvdpau_*.so.285.05.09 vdpau + mv libvdpau_*.so.295.20 vdpau mkdir -p xorg/modules/{extensions,drivers} mv libglx* xorg/modules/extensions mv nvidia_drv.so xorg/modules/drivers - mv libnvidia-wfb.so.285.05.09 xorg/modules + mv libnvidia-wfb.so.295.20 xorg/modules mkdir -p lib/ - mv *.285.05.09 lib + mv *.295.20 lib mv *.a lib mv tls lib mv libGL.la lib @@ -42,27 +42,27 @@ # Create versioned symlinks for all the libraries in the same manner the # nvidia installer does. - ln -sf libcuda.so.285.05.09 lib/libcuda.so.1 - ln -sf libcuda.so.285.05.09 lib/libcuda.so - ln -sf libGL.so.285.05.09 lib/libGL.so.1 - ln -sf libGL.so.285.05.09 lib/libGL.so - ln -sf libnvidia-glcore.so.285.05.09 lib/libGLcore.so.1 - ln -sf libnvidia-glcore.so.285.05.09 lib/libGLcore.so - ln -sf libnvidia-tls.so.285.05.09 lib/libnvidia-tls.so.1 - ln -sf libnvidia-tls.so.285.05.09 lib/tls/libnvidia-tls.so.1 - ln -sf libXvMCNVIDIA.so.285.05.09 lib/libXvMCNVIDIA_dynamic.so.1 - ln -sf libXvMCNVIDIA.so.285.05.09 lib/libXvMCNVIDIA_dynamic.so - ln -sf libnvidia-wfb.so.285.05.09 xorg/modules/libnvidia-wfb.so.1 - ln -sf libvdpau.so.285.05.09 lib/libvdpau.so.1 - ln -sf libvdpau.so.285.05.09 lib/libvdpau.so - ln -sf vdpau/libvdpau_nvidia.so.285.05.09 lib/libvdpau_nvidia.so.1 - ln -sf vdpau/libvdpau_nvidia.so.285.05.09 lib/libvdpau_nvidia.so - ln -sf vdpau/libvdpau_trace.so.285.05.09 lib/libvdpau_trace.so.1 - ln -sf vdpau/libvdpau_trace.so.285.05.09 lib/libvdpau_trace.so + ln -sf libcuda.so.295.20 lib/libcuda.so.1 + ln -sf libcuda.so.295.20 lib/libcuda.so + ln -sf libGL.so.295.20 lib/libGL.so.1 + ln -sf libGL.so.295.20 lib/libGL.so + ln -sf libnvidia-glcore.so.295.20 lib/libGLcore.so.1 + ln -sf libnvidia-glcore.so.295.20 lib/libGLcore.so + ln -sf libnvidia-tls.so.295.20 lib/libnvidia-tls.so.1 + ln -sf libnvidia-tls.so.295.20 lib/tls/libnvidia-tls.so.1 + ln -sf libXvMCNVIDIA.so.295.20 lib/libXvMCNVIDIA_dynamic.so.1 + ln -sf libXvMCNVIDIA.so.295.20 lib/libXvMCNVIDIA_dynamic.so + ln -sf libnvidia-wfb.so.295.20 xorg/modules/libnvidia-wfb.so.1 + ln -sf libvdpau.so.295.20 lib/libvdpau.so.1 + ln -sf libvdpau.so.295.20 lib/libvdpau.so + ln -sf vdpau/libvdpau_nvidia.so.295.20 lib/libvdpau_nvidia.so.1 + ln -sf vdpau/libvdpau_nvidia.so.295.20 lib/libvdpau_nvidia.so + ln -sf vdpau/libvdpau_trace.so.295.20 lib/libvdpau_trace.so.1 + ln -sf vdpau/libvdpau_trace.so.295.20 lib/libvdpau_trace.so if [ ! -e $xorg_server_path/lib/xorg/modules/libwfb.so ]; then - ln -sf libnvidia-wfb.so.285.05.09 xorg/modules/libwfb.so + ln -sf libnvidia-wfb.so.295.20 xorg/modules/libwfb.so fi - ln -sf libglx.so.285.05.09 xorg/modules/extensions/libglx.so + ln -sf libglx.so.295.20 xorg/modules/extensions/libglx.so mv vdpau xorg lib/ Modified: trunk/Nvidia/295.20/Resources/BuildInformation =================================================================== --- trunk/Nvidia/285.05.09/Resources/BuildInformation 2012-02-25 01:08:15 UTC (rev 20614) +++ trunk/Nvidia/295.20/Resources/BuildInformation 2012-02-25 01:10:05 UTC (rev 20615) @@ -1,9 +1,9 @@ -ATK 1.30.0 +ATK 2.2.0 GCC 4.6.1 -GDK-Pixbuf 2.22.1 -GLib 2.28.8 +GDK-Pixbuf 2.24.0 +GLib 2.30.2 Glibc 2.14 -GTK+ 2.24.5 -Pango 1.29.3 +GTK+ 2.24.8 +Pango 1.29.4 Xorg-Lib 7.6 ZLib 1.2.5 Modified: trunk/Nvidia/295.20/i686/Recipe =================================================================== --- trunk/Nvidia/285.05.09/i686/Recipe 2012-02-25 01:08:15 UTC (rev 20614) +++ trunk/Nvidia/295.20/i686/Recipe 2012-02-25 01:10:05 UTC (rev 20615) @@ -1,3 +1,3 @@ -url="http://us.download.nvidia.com/XFree86/Linux-x86/285.05.09/NVIDIA-Linux-x86-285.05.09.run" -file_size=33592492 -file_md5=2d469a90abef50320f548cfa8085e3a0 +url="http://us.download.nvidia.com/XFree86/Linux-x86/295.20/NVIDIA-Linux-x86-295.20.run" +file_size=34641353 +file_md5=a6f702271da49930a17e28b5928fe75a From mwh at svn.gobolinux.org Sat Feb 25 14:10:09 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Fri, 24 Feb 2012 17:10:09 -0800 Subject: [recipes-commits] r20616 - revisions/Nvidia Message-ID: <20120225011009.A36C69899E@bengals.dreamhost.com> Author: mwh Date: 2012-02-24 17:10:09 -0800 (Fri, 24 Feb 2012) New Revision: 20616 Added: revisions/Nvidia/295.20-r1/ Log: Committing revision 1 of Nvidia 295.20 From recipebot at svn.gobolinux.org Sun Feb 26 08:58:58 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 11:58:58 -0800 Subject: [recipes-commits] r20617 - in trunk/OpenSSH: . 5.9p1 5.9p1/Resources Message-ID: <20120225195858.6EFF7985B5@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 11:58:58 -0800 (Sat, 25 Feb 2012) New Revision: 20617 Added: trunk/OpenSSH/5.9p1/ Modified: trunk/OpenSSH/5.9p1/Recipe trunk/OpenSSH/5.9p1/Resources/BuildInformation Log: Recipe for OpenSSH 5.9p1 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/OpenSSH/5.9p1/Recipe =================================================================== --- trunk/OpenSSH/5.7p1/Recipe 2012-02-25 01:10:09 UTC (rev 20616) +++ trunk/OpenSSH/5.9p1/Recipe 2012-02-25 19:58:58 UTC (rev 20617) @@ -1,9 +1,9 @@ -# Recipe for version 5.7p1 by Michael Homer , on Tue Jan 25 11:02:11 NZDT 2011 +# Recipe for version 5.9p1 by Andreas K?hler , on Sa 25. Feb 11:46:03 CET 2012 # Recipe for OpenSSH by Lucas Correia Villa Real compile_version=1.10.2 -url="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-5.7p1.tar.gz" -file_size=1113345 -file_md5=50231fa257219791fa41b84a16c9df04 +url="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-5.9p1.tar.gz" +file_size=1110014 +file_md5=afe17eee7e98d3b8550cc349834a85d0 recipe_type=configure install_target=install-nokeys configure_options=( Modified: trunk/OpenSSH/5.9p1/Resources/BuildInformation =================================================================== --- trunk/OpenSSH/5.7p1/Resources/BuildInformation 2012-02-25 01:10:09 UTC (rev 20616) +++ trunk/OpenSSH/5.9p1/Resources/BuildInformation 2012-02-25 19:58:58 UTC (rev 20617) @@ -1,3 +1,3 @@ -Glibc 2.8 -OpenSSL 0.9.8k -ZLib 1.2.3 +Glibc 2.14 +OpenSSL 0.9.8i +ZLib 1.2.6 From recipebot at svn.gobolinux.org Sun Feb 26 08:58:59 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 11:58:59 -0800 Subject: [recipes-commits] r20618 - revisions/OpenSSH Message-ID: <20120225195900.0437D98615@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 11:58:59 -0800 (Sat, 25 Feb 2012) New Revision: 20618 Added: revisions/OpenSSH/5.9p1-r1/ Log: Committing revision 1 of OpenSSH 5.9p1 From recipebot at svn.gobolinux.org Sun Feb 26 08:59:03 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 11:59:03 -0800 Subject: [recipes-commits] r20619 - in trunk/MC: . 4.8.1 4.8.1/Resources Message-ID: <20120225195903.AA0A2988B8@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 11:59:03 -0800 (Sat, 25 Feb 2012) New Revision: 20619 Added: trunk/MC/4.8.1/ Modified: trunk/MC/4.8.1/Recipe trunk/MC/4.8.1/Resources/BuildInformation Log: Recipe for MC 4.8.1 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/MC/4.8.1/Recipe =================================================================== --- trunk/MC/4.7.0.5/Recipe 2012-02-25 01:10:09 UTC (rev 20616) +++ trunk/MC/4.8.1/Recipe 2012-02-25 19:59:03 UTC (rev 20619) @@ -1,8 +1,8 @@ -# Recipe for version 4.7.0.5 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2010. m?j. 24., h?tf?, 16.33.16 CEST -url="http://www.midnight-commander.org/downloads/mc-4.7.0.5.tar.lzma" -file_size=2069023 -file_md5=4cb7def4e959c21d671a30f2d243acf6 -file=mc-4.7.0.5.tar.lzma +# Recipe for version 4.8.1 by Andreas K?hler , on So 19. Feb 18:15:51 CET 2012 +url="http://www.midnight-commander.org/downloads/mc-4.8.1.tar.xz" +file_size=2057960 +file_md5=0c9632b799edfb8da4665fbf20546c21 +file=mc-4.8.1.tar.xz compile_version=1.10.2 recipe_type=configure configure_options=( Modified: trunk/MC/4.8.1/Resources/BuildInformation =================================================================== --- trunk/MC/4.7.0.5/Resources/BuildInformation 2012-02-25 01:10:09 UTC (rev 20616) +++ trunk/MC/4.8.1/Resources/BuildInformation 2012-02-25 19:59:03 UTC (rev 20619) @@ -1,3 +1,3 @@ -GLib 2.22.4 -Glibc 2.8 -Slang 2.2.0 +GLib 2.30.2 +Glibc 2.14 +GPM 1.20.1 From recipebot at svn.gobolinux.org Sun Feb 26 08:59:04 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 11:59:04 -0800 Subject: [recipes-commits] r20620 - revisions/MC Message-ID: <20120225195904.68F66988B8@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 11:59:04 -0800 (Sat, 25 Feb 2012) New Revision: 20620 Added: revisions/MC/4.8.1-r1/ Log: Committing revision 1 of MC 4.8.1 From recipebot at svn.gobolinux.org Sun Feb 26 08:59:24 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 11:59:24 -0800 Subject: [recipes-commits] r20621 - in trunk/Slang: . 2.2.4 2.2.4/Resources Message-ID: <20120225195924.3373D989EF@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 11:59:24 -0800 (Sat, 25 Feb 2012) New Revision: 20621 Added: trunk/Slang/2.2.4/ Modified: trunk/Slang/2.2.4/Recipe trunk/Slang/2.2.4/Resources/BuildInformation Log: Recipe for Slang 2.2.4 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Slang/2.2.4/Recipe =================================================================== --- trunk/Slang/2.2.3/Recipe 2012-02-25 19:59:04 UTC (rev 20620) +++ trunk/Slang/2.2.4/Recipe 2012-02-25 19:59:24 UTC (rev 20621) @@ -1,8 +1,18 @@ -# Recipe for version 2.2.3 by Diogo Lima o, on Tue Jan 25 20:41:07 BRST 2011 -url="ftp://space.mit.edu/pub/davis/slang/v2.2/slang-2.2.3.tar.bz2" -file_size=1424726 -file_md5=17e1864de999ae9535a9f7350a010427 +# Recipe for version 2.2.4 by Andreas K?hler , on Sa 25. Feb 12:28:21 CET 2012 +url="ftp://space.mit.edu/pub/davis/slang/v2.2/slang-2.2.4.tar.bz2" +file_size=1427363 +file_md5=7fcfd447e378f07dd0c0bae671fe6487 compile_version=1.8.0 recipe_type=configure install_target="install install-elf" + +makefile=Makefile.gobo +build_target=all +pre_build() { + # Wrapper Makefile to force single job as parallel builds break + cat << EOF > Makefile.gobo +% : + \$(MAKE) -j1 \$@ +EOF +} Modified: trunk/Slang/2.2.4/Resources/BuildInformation =================================================================== --- trunk/Slang/2.2.3/Resources/BuildInformation 2012-02-25 19:59:04 UTC (rev 20620) +++ trunk/Slang/2.2.4/Resources/BuildInformation 2012-02-25 19:59:24 UTC (rev 20621) @@ -1 +1 @@ -Glibc 2.12.1 +Glibc 2.14 From recipebot at svn.gobolinux.org Sun Feb 26 08:59:25 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 11:59:25 -0800 Subject: [recipes-commits] r20622 - revisions/Slang Message-ID: <20120225195925.6A05E989F5@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 11:59:25 -0800 (Sat, 25 Feb 2012) New Revision: 20622 Added: revisions/Slang/2.2.4-r1/ Log: Committing revision 1 of Slang 2.2.4 From recipebot at svn.gobolinux.org Sun Feb 26 09:00:50 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:00:50 -0800 Subject: [recipes-commits] r20623 - trunk Message-ID: <20120225200050.2FEE9988B8@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 12:00:49 -0800 (Sat, 25 Feb 2012) New Revision: 20623 Added: trunk/Kmod/ Log: Creating trunk program directory From recipebot at svn.gobolinux.org Sun Feb 26 09:00:51 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:00:51 -0800 Subject: [recipes-commits] r20624 - revisions Message-ID: <20120225200051.B8538989FF@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 12:00:51 -0800 (Sat, 25 Feb 2012) New Revision: 20624 Added: revisions/Kmod/ Log: Creating revisions program directory From recipebot at svn.gobolinux.org Sun Feb 26 09:00:52 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:00:52 -0800 Subject: [recipes-commits] r20625 - in trunk/Kmod: . 5 5/Resources Message-ID: <20120225200052.2DFDF989CF@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 12:00:52 -0800 (Sat, 25 Feb 2012) New Revision: 20625 Added: trunk/Kmod/5/ trunk/Kmod/5/Recipe trunk/Kmod/5/Resources/ trunk/Kmod/5/Resources/BuildInformation trunk/Kmod/5/Resources/Dependencies trunk/Kmod/5/Resources/Description Log: Recipe for Kmod 5 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Added: trunk/Kmod/5/Recipe =================================================================== --- trunk/Kmod/5/Recipe (rev 0) +++ trunk/Kmod/5/Recipe 2012-02-25 20:00:52 UTC (rev 20625) @@ -0,0 +1,7 @@ +# Recipe (MakeRecipe) for Kmod by Andreas K?hler , on Sa 25. Feb 16:21:18 CET 2012 +# Recipe for version 5 by Andreas K?hler , on Sa 25. Feb 16:21:18 CET 2012 +compile_version=1.13.3 +url="http://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-5.tar.bz2" +file_size=970917 +file_md5=1fe627f89b447d6d28e1ea190592d07a +recipe_type=configure Added: trunk/Kmod/5/Resources/BuildInformation =================================================================== --- trunk/Kmod/5/Resources/BuildInformation (rev 0) +++ trunk/Kmod/5/Resources/BuildInformation 2012-02-25 20:00:52 UTC (rev 20625) @@ -0,0 +1 @@ +Glibc 2.14 Added: trunk/Kmod/5/Resources/Dependencies =================================================================== --- trunk/Kmod/5/Resources/Dependencies (rev 0) +++ trunk/Kmod/5/Resources/Dependencies 2012-02-25 20:00:52 UTC (rev 20625) @@ -0,0 +1 @@ +Glibc 2.4 Added: trunk/Kmod/5/Resources/Description =================================================================== --- trunk/Kmod/5/Resources/Description (rev 0) +++ trunk/Kmod/5/Resources/Description 2012-02-25 20:00:52 UTC (rev 20625) @@ -0,0 +1,5 @@ +[Name] kmod +[Summary] Linux kernel module management utilities +[Description] The kmod package provides various programs needed for automatic loading and unloading of modules under 2.6, 3.x and later kernels, as well as other module managements programs. Device drivers and filesystems are two examples of loaded and unloaded modules. +[License] GPL-2, LGPL-2.1 +[Homepage] From recipebot at svn.gobolinux.org Sun Feb 26 09:00:53 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:00:53 -0800 Subject: [recipes-commits] r20626 - revisions/Kmod Message-ID: <20120225200053.7E2D6989F1@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 12:00:53 -0800 (Sat, 25 Feb 2012) New Revision: 20626 Added: revisions/Kmod/5-r1/ Log: Committing revision 1 of Kmod 5 From recipebot at svn.gobolinux.org Sun Feb 26 09:01:09 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:01:09 -0800 Subject: [recipes-commits] r20627 - in trunk/E2FSProgs: . 1.42.1 1.42.1/Resources Message-ID: <20120225200109.35B15989F1@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 12:01:09 -0800 (Sat, 25 Feb 2012) New Revision: 20627 Added: trunk/E2FSProgs/1.42.1/ trunk/E2FSProgs/1.42.1/01-uuid-symbols.patch Modified: trunk/E2FSProgs/1.42.1/Recipe trunk/E2FSProgs/1.42.1/Resources/BuildInformation trunk/E2FSProgs/1.42.1/Resources/Dependencies Log: Recipe for E2FSProgs 1.42.1 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Added: trunk/E2FSProgs/1.42.1/01-uuid-symbols.patch =================================================================== --- trunk/E2FSProgs/1.42.1/01-uuid-symbols.patch (rev 0) +++ trunk/E2FSProgs/1.42.1/01-uuid-symbols.patch 2012-02-25 20:01:09 UTC (rev 20627) @@ -0,0 +1,41 @@ +For util-linux 70b989c: libuuid: rename uuid__generate_* to __uuid_generate_*. + +diff -ur e2fsprogs-1.42.1-orig/misc/uuidd.c e2fsprogs-1.42.1/misc/uuidd.c +--- e2fsprogs-1.42.1-orig/misc/uuidd.c 2011-10-09 23:44:45.000000000 +0200 ++++ e2fsprogs-1.42.1/misc/uuidd.c 2012-02-25 15:48:35.000000000 +0100 +@@ -374,7 +374,7 @@ + break; + case UUIDD_OP_TIME_UUID: + num = 1; +- uuid__generate_time(uu, &num); ++ __uuid_generate_time(uu, &num); + if (debug) { + uuid_unparse(uu, str); + printf(_("Generated time UUID: %s\n"), str); +@@ -384,7 +384,7 @@ + break; + case UUIDD_OP_RANDOM_UUID: + num = 1; +- uuid__generate_random(uu, &num); ++ __uuid_generate_random(uu, &num); + if (debug) { + uuid_unparse(uu, str); + printf(_("Generated random UUID: %s\n"), str); +@@ -393,7 +393,7 @@ + reply_len = sizeof(uu); + break; + case UUIDD_OP_BULK_TIME_UUID: +- uuid__generate_time(uu, &num); ++ __uuid_generate_time(uu, &num); + if (debug) { + uuid_unparse(uu, str); + printf(P_("Generated time UUID %s and " +@@ -414,7 +414,7 @@ + num = 1000; + if (num*16 > (int) (sizeof(reply_buf)-sizeof(num))) + num = (sizeof(reply_buf)-sizeof(num)) / 16; +- uuid__generate_random((unsigned char *) reply_buf + ++ __uuid_generate_random((unsigned char *) reply_buf + + sizeof(num), &num); + if (debug) { + printf(_("Generated %d UUID's:\n"), num); Modified: trunk/E2FSProgs/1.42.1/Recipe =================================================================== --- trunk/E2FSProgs/1.41.12/Recipe 2012-02-25 20:00:53 UTC (rev 20626) +++ trunk/E2FSProgs/1.42.1/Recipe 2012-02-25 20:01:09 UTC (rev 20627) @@ -1,7 +1,7 @@ -# Recipe for version 1.41.12 by Dominique Juergensen , on Sun Oct 17 16:18:14 CEST 2010 -url=$httpSourceforge/e2fsprogs/e2fsprogs-1.41.12.tar.gz -file_size=4496194 -file_md5=1b24a21fc0c2381ef420961cbfec733f +# Recipe for version 1.42.1 by Andreas K?hler , on Sa 25. Feb 15:30:34 CET 2012 +url=$httpSourceforge/e2fsprogs/e2fsprogs-1.42.1.tar.gz +file_size=5724307 +file_md5=8ed1501ae6746e2e735bdd1407211dc9 recipe_type=configure needs_safe_linking=yes compile_version=1.9.0 Modified: trunk/E2FSProgs/1.42.1/Resources/BuildInformation =================================================================== --- trunk/E2FSProgs/1.41.12/Resources/BuildInformation 2012-02-25 20:00:53 UTC (rev 20626) +++ trunk/E2FSProgs/1.42.1/Resources/BuildInformation 2012-02-25 20:01:09 UTC (rev 20627) @@ -1,2 +1,2 @@ -Glibc 2.12.1 -Util-Linux-NG 2.18 +Glibc 2.14 +Util-Linux 2.21 Modified: trunk/E2FSProgs/1.42.1/Resources/Dependencies =================================================================== --- trunk/E2FSProgs/1.41.12/Resources/Dependencies 2012-02-25 20:00:53 UTC (rev 20626) +++ trunk/E2FSProgs/1.42.1/Resources/Dependencies 2012-02-25 20:01:09 UTC (rev 20627) @@ -1 +1,2 @@ Glibc 2.4 +Util-Linux >= 2.20 From recipebot at svn.gobolinux.org Sun Feb 26 09:01:16 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:01:16 -0800 Subject: [recipes-commits] r20628 - revisions/E2FSProgs Message-ID: <20120225200116.0B375989F8@bengals.dreamhost.com> Author: recipebot Date: 2012-02-25 12:01:15 -0800 (Sat, 25 Feb 2012) New Revision: 20628 Added: revisions/E2FSProgs/1.42.1-r1/ Log: Committing revision 1 of E2FSProgs 1.42.1 From mwh at svn.gobolinux.org Sun Feb 26 09:32:02 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:32:02 -0800 Subject: [recipes-commits] r20629 - in trunk/Util-Linux: . 2.21 2.21/Resources Message-ID: <20120225203203.0BF7698A7D@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 12:32:02 -0800 (Sat, 25 Feb 2012) New Revision: 20629 Added: trunk/Util-Linux/2.21/ trunk/Util-Linux/2.21/Resources/BuildDependencies Removed: trunk/Util-Linux/2.21/01-no-variable_size_types.patch trunk/Util-Linux/2.21/02-gcc-4-IXDR__LONG.patch trunk/Util-Linux/2.21/03-util-linux-2.12r-PIC-1.patch trunk/Util-Linux/2.21/04-linux_headers.patch trunk/Util-Linux/2.21/05-util-linux-2.12r-HAVE_asm_page_h.patch Modified: trunk/Util-Linux/2.21/Recipe trunk/Util-Linux/2.21/Resources/BuildInformation trunk/Util-Linux/2.21/Resources/Dependencies trunk/Util-Linux/2.21/Resources/Description Log: First revision of Util-Linux 2.21. Deleted: trunk/Util-Linux/2.21/01-no-variable_size_types.patch =================================================================== --- trunk/Util-Linux/2.12r/01-no-variable_size_types.patch 2012-02-25 20:01:15 UTC (rev 20628) +++ trunk/Util-Linux/2.21/01-no-variable_size_types.patch 2012-02-25 20:32:02 UTC (rev 20629) @@ -1,31 +0,0 @@ -Patch taken from http://www.uclibc.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/buildroot/package/util-linux/util-linux-gcc41.patch?rev=11746 - -diff -urN util-linux-2.12q/disk-utils/fsck.cramfs.c util-linux-2.12q-patched/disk-utils/fsck.cramfs.c ---- util-linux-2.12q/disk-utils/fsck.cramfs.c 2004-12-11 08:53:16.000000000 -0600 -+++ util-linux-2.12q-patched/disk-utils/fsck.cramfs.c 2005-10-03 17:27:13.000000000 -0500 -@@ -77,15 +77,7 @@ - #define PAD_SIZE 512 - - #include --#ifdef PAGE_SIZE --#define PAGE_CACHE_SIZE ((int) PAGE_SIZE) --#elif defined __ia64__ --#define PAGE_CACHE_SIZE (16384) --#elif defined __alpha__ --#define PAGE_CACHE_SIZE (8192) --#else - #define PAGE_CACHE_SIZE (4096) --#endif - - /* Guarantee access to at least 8kB at a time */ - #define ROMBUFFER_BITS 13 -@@ -95,7 +87,7 @@ - static unsigned long read_buffer_block = ~0UL; - - /* Uncompressing data structures... */ --static char outbuffer[PAGE_CACHE_SIZE*2]; -+static char outbuffer[4096*2]; - z_stream stream; - - #endif /* INCLUDE_FS_TESTS */ - Deleted: trunk/Util-Linux/2.21/02-gcc-4-IXDR__LONG.patch =================================================================== --- trunk/Util-Linux/2.12r/02-gcc-4-IXDR__LONG.patch 2012-02-25 20:01:15 UTC (rev 20628) +++ trunk/Util-Linux/2.21/02-gcc-4-IXDR__LONG.patch 2012-02-25 20:32:02 UTC (rev 20629) @@ -1,12 +0,0 @@ ---- util-linux-2.12r/mount/rpcsvc/nfsmount_xdr.c 2000-04-19 00:51:58.000000000 +0200 -+++ util-linux-2.12r.old/mount/rpcsvc/nfsmount_xdr.c 2006-07-29 14:42:21.000000000 +0200 -@@ -40,6 +40,9 @@ - /* from @(#)mount.x 1.3 91/03/11 TIRPC 1.0 */ - #include - -+#define IXDR_GET_LONG(buf) ((long)IXDR_GET_INT32(buf)) -+#define IXDR_PUT_LONG(buf, v) IXDR_PUT_INT32(buf, (long)(v)) -+ - bool_t - xdr_fhandle (XDR *xdrs, fhandle objp) - { Deleted: trunk/Util-Linux/2.21/03-util-linux-2.12r-PIC-1.patch =================================================================== --- trunk/Util-Linux/2.12r/03-util-linux-2.12r-PIC-1.patch 2012-02-25 20:01:15 UTC (rev 20628) +++ trunk/Util-Linux/2.21/03-util-linux-2.12r-PIC-1.patch 2012-02-25 20:32:02 UTC (rev 20629) @@ -1,49 +0,0 @@ -Submitted By: Robert Connolly (ashes) -Date: 2005-03-08 -Initial Package Version: 2.12q -Origin: Based on: -http://ftp.belnet.be/linux/gentoo-portage/sys-apps/util-linux/files/\ - util-linux-2.12b-pic.patch -Upstream Status: Submitted -Description: This is needed for Grsec. http://www..grsecurity.net/ -Util linux doesn't build with position independence without this patch. - -Also see: -http://www.linuxfromscratch.org/hlfs/ - -diff -Naur util-linux-2.12q.orig/fdisk/llseek.c util-linux-2.12q/fdisk/llseek.c ---- util-linux-2.12q.orig/fdisk/llseek.c 2003-07-13 21:13:33.000000000 +0000 -+++ util-linux-2.12q/fdisk/llseek.c 2005-03-08 22:07:24.980010824 +0000 -@@ -19,7 +19,7 @@ - - #else /* HAVE_LLSEEK */ - --#if defined(__alpha__) || defined(__ia64__) || defined(__s390x__) -+#if (defined(__PIC__) || (__pic__) || (__alpha__) || (__ia64__) || (__s390x__)|| (__hppa__)) - - #define my_llseek lseek - -diff -Naur util-linux-2.12q.orig/fdisk/sfdisk.c util-linux-2.12q/fdisk/sfdisk.c ---- util-linux-2.12q.orig/fdisk/sfdisk.c 2005-01-04 22:31:57.000000000 +0000 -+++ util-linux-2.12q/fdisk/sfdisk.c 2005-03-08 22:09:42.121162200 +0000 -@@ -172,7 +172,7 @@ - * Note: we use 512-byte sectors here, irrespective of the hardware ss. - */ - #undef use_lseek --#if defined (__alpha__) || defined (__ia64__) || defined (__x86_64__) || defined (__s390x__) -+#if (defined(__PIC__) || (__pic__) || (__alpha__) || (__ia64__) || (__x86_64__) || (__s390x__)) - #define use_lseek - #endif - -diff -Naur util-linux-2.12q.orig/partx/partx.c util-linux-2.12q/partx/partx.c ---- util-linux-2.12q.orig/partx/partx.c 2004-08-23 20:13:27.000000000 +0000 -+++ util-linux-2.12q/partx/partx.c 2005-03-08 22:11:32.108441592 +0000 -@@ -333,7 +333,7 @@ - /* - * sseek: seek to specified sector - */ --#if !defined (__alpha__) && !defined (__ia64__) && !defined (__s390x__) && !defined(__x86_64__) -+#if !(defined(__PIC__) || (__pic__) || (__alpha__) || (__ia64__) || (__s390x__) || (__x86_64__)) - #define NEED__llseek - #endif - Deleted: trunk/Util-Linux/2.21/04-linux_headers.patch =================================================================== --- trunk/Util-Linux/2.12r/04-linux_headers.patch 2012-02-25 20:01:15 UTC (rev 20628) +++ trunk/Util-Linux/2.21/04-linux_headers.patch 2012-02-25 20:32:02 UTC (rev 20629) @@ -1,45 +0,0 @@ -diff -Nurp util-linux-2.12r.orig/fdisk/llseek.c util-linux-2.12r/fdisk/llseek.c ---- util-linux-2.12r.orig/fdisk/llseek.c 2003-07-13 18:13:33.000000000 -0300 -+++ util-linux-2.12r/fdisk/llseek.c 2007-02-22 22:22:09.000000000 -0300 -@@ -31,11 +31,21 @@ static int _llseek (unsigned int, unsign - - #ifdef __NR__llseek - -+#ifdef _syscall5 -+ - static _syscall5(int,_llseek,unsigned int,fd,unsigned long,offset_high, - unsigned long, offset_low,long long *,result, - unsigned int, origin) - - #else -+static int _llseek (unsigned int fd, unsigned long oh, -+ unsigned long ol, long long *result, -+ unsigned int origin) { -+ return syscall (__NR__llseek, fd, oh, ol, result, origin); -+} -+#endif /* _syscall5 */ -+ -+#else - - /* no __NR__llseek on compilation machine - might give it explicitly */ - static int _llseek (unsigned int fd, unsigned long oh, -diff -Nurp util-linux-2.12r.orig/fdisk/sfdisk.c util-linux-2.12r/fdisk/sfdisk.c ---- util-linux-2.12r.orig/fdisk/sfdisk.c 2005-01-04 20:31:57.000000000 -0200 -+++ util-linux-2.12r/fdisk/sfdisk.c 2007-02-22 22:22:57.000000000 -0300 -@@ -177,9 +177,16 @@ fatal(char *s, ...) { - #endif - - #ifndef use_lseek -+#ifdef _syscall5 - static __attribute__used - _syscall5(int, _llseek, unsigned int, fd, ulong, hi, ulong, lo, - loff_t *, res, unsigned int, wh); -+#else -+int _llseek (unsigned int fd, ulong hi, ulong lo, -+ loff_t *res, unsigned int wh) { -+ return syscall (__NR__llseek, fd, hi, lo, res, wh); -+} -+#endif /* _syscall5 */ - #endif - - static int Deleted: trunk/Util-Linux/2.21/05-util-linux-2.12r-HAVE_asm_page_h.patch =================================================================== --- trunk/Util-Linux/2.12r/05-util-linux-2.12r-HAVE_asm_page_h.patch 2012-02-25 20:01:15 UTC (rev 20628) +++ trunk/Util-Linux/2.21/05-util-linux-2.12r-HAVE_asm_page_h.patch 2012-02-25 20:32:02 UTC (rev 20629) @@ -1,15 +0,0 @@ -Description: Fix building when asm/page.h is not available - -diff -Naur util-linux-2.12r/disk-utils/fsck.cramfs.c util-linux-2.12r-b2/disk-utils/fsck.cramfs.c ---- util-linux-2.12r/disk-utils/fsck.cramfs.c 2008-06-23 00:23:28.000000000 +0200 -+++ util-linux-2.12r-b2/disk-utils/fsck.cramfs.c 2008-06-23 00:24:21.000000000 +0200 -@@ -76,7 +76,9 @@ - - #define PAD_SIZE 512 - -+#ifdef HAVE_asm_page_h - #include -+#endif - #define PAGE_CACHE_SIZE (4096) - - /* Guarantee access to at least 8kB at a time */ Modified: trunk/Util-Linux/2.21/Recipe =================================================================== --- trunk/Util-Linux/2.12r/Recipe 2012-02-25 20:01:15 UTC (rev 20628) +++ trunk/Util-Linux/2.21/Recipe 2012-02-25 20:32:02 UTC (rev 20629) @@ -1,28 +1,14 @@ -# Recipe for version 2.12r by Andre Detsch, on Thu Oct 20 11:35:36 BRST 2005 - -url=http://www.kernel.org/pub/linux/utils/util-linux/util-linux-2.12r.tar.bz2 -file_size=1370907 -file_md5=af9d9e03038481fbf79ea3ac33f116f9 -compile_version=1.8.2 +# Recipe for version 2.21 by Andreas K?hler , on Sa 25. Feb 15:15:36 CET 2012 +# Recipe (MakeRecipe) for Util-Linux-NG by Giambattista Bloisi , on Thu Jan 17 09:41:27 CET 2008 +compile_version=1.12.0 +url="http://www.kernel.org/pub/linux/utils/util-linux/v2.21/util-linux-2.21.tar.bz2" +file_size=4756532 +file_md5=3c7a26963f3921c1e775a80330321870 recipe_type=configure -needs_safe_linking=yes -make_variables=( - "HAVE_KILL=yes" - "HAVE_SLN=yes" - "ETC_DIR=$settings_target" - "SBIN_DIR=$target/sbin" - "USRSBIN_DIR=$target/sbin" - "USRLIB_DIR=$target/lib" - "USRBIN_DIR=$target/bin" - "USRSHAREMISC_DIR=$target/share/misc" - "LOCALE_DIR=$target/share/locale" - "BIN_DIR=$target/bin" - "VAR_PATH=$variable_target" - "LOG_DIR=$variable_target/log" - "MAN_DIR=$target/man" - "INFO_DIR=$target/info" + +configure_options=( + --enable-arch + --enable-partx + --enable-write + --disable-makeinstall-chown ) -pre_link() { - chmod +s "$target/bin/mount" - chmod +s "$target/bin/umount" -} Added: trunk/Util-Linux/2.21/Resources/BuildDependencies =================================================================== --- trunk/Util-Linux/2.21/Resources/BuildDependencies (rev 0) +++ trunk/Util-Linux/2.21/Resources/BuildDependencies 2012-02-25 20:32:02 UTC (rev 20629) @@ -0,0 +1 @@ +LibTool Modified: trunk/Util-Linux/2.21/Resources/BuildInformation =================================================================== --- trunk/Util-Linux/2.12r/Resources/BuildInformation 2012-02-25 20:01:15 UTC (rev 20628) +++ trunk/Util-Linux/2.21/Resources/BuildInformation 2012-02-25 20:32:02 UTC (rev 20629) @@ -1,4 +1,2 @@ -E2FSProgs 1.40.8 -Glibc 2.8 -Ncurses 5.6 -ZLib 1.2.3 +Glibc 2.14 +NcursesW 5.9 Modified: trunk/Util-Linux/2.21/Resources/Dependencies =================================================================== --- trunk/Util-Linux/2.12r/Resources/Dependencies 2012-02-25 20:01:15 UTC (rev 20628) +++ trunk/Util-Linux/2.21/Resources/Dependencies 2012-02-25 20:32:02 UTC (rev 20629) @@ -1,4 +1,3 @@ -E2FSProgs 1.38 -Glibc 2.3.2 -Ncurses 5.4 +Glibc 2.5 +Ncurses 5.6 ZLib 1.2.3 Modified: trunk/Util-Linux/2.21/Resources/Description =================================================================== --- trunk/Util-Linux/2.12r/Resources/Description 2012-02-25 20:01:15 UTC (rev 20628) +++ trunk/Util-Linux/2.21/Resources/Description 2012-02-25 20:32:02 UTC (rev 20629) @@ -1,5 +1,5 @@ -[Name] util-linux +[Name] Util-Linux [Summary] Miscellaneous system utilities -[License] GNU General Public License (GPL) [Description] Util-linux is a suite of essential utilities for any Linux system. Its primary audience is system integrators and DIY Linux hackers. Util-linux is attempting to be portable, but the only platform it has been tested much on is Linux i386. It contains the following programs: agetty arch blockdev cal cfdisk chfn chkdupexe chsh clear col colcrt colrm column ctrlaltdel cytune ddate dmesg elvtune fastboot fasthalt fdformat fdisk fsck.cramfs fsck.minix getopt halt hexdump hwclock initctl ipcrm ipcs isosize kill last line logger login look mcookie mesg mkfs mkfs.bfs mkfs.cramfs mkfs.minix mkswap more mount namei need passwd pg pivot_root ramsize raw rdev readprofile reboot rename renice rescuept reset rev rootflags script setfdprm setsid setterm sfdisk shutdown simpleinit sln swapoff swapon tunelp ul umount vidmode vipw wall whereis write. -[Homepage] +[License] Open source, see README.licensing for details +[Homepage] From mwh at svn.gobolinux.org Sun Feb 26 09:32:08 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:32:08 -0800 Subject: [recipes-commits] r20630 - revisions/Util-Linux Message-ID: <20120225203208.7CAB898A7D@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 12:32:08 -0800 (Sat, 25 Feb 2012) New Revision: 20630 Added: revisions/Util-Linux/2.21-r1/ Log: Committing revision 1 of Util-Linux 2.21 From mwh at svn.gobolinux.org Sun Feb 26 09:32:48 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:32:48 -0800 Subject: [recipes-commits] r20631 - in trunk/Glibc: . 2.14 Message-ID: <20120225203248.B3D9698A5E@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 12:32:48 -0800 (Sat, 25 Feb 2012) New Revision: 20631 Added: trunk/Glibc/2.14/ trunk/Glibc/2.14/01-glibc-2.14-gcc_fix-lfs.patch trunk/Glibc/2.14/02-glibc-2.14-do_lookup_x.patch trunk/Glibc/2.14/03-glibc-2.14-revert-4462fad3.patch Modified: trunk/Glibc/2.14/Recipe Log: First revision of Glibc 2.14. Added: trunk/Glibc/2.14/01-glibc-2.14-gcc_fix-lfs.patch =================================================================== --- trunk/Glibc/2.14/01-glibc-2.14-gcc_fix-lfs.patch (rev 0) +++ trunk/Glibc/2.14/01-glibc-2.14-gcc_fix-lfs.patch 2012-02-25 20:32:48 UTC (rev 20631) @@ -0,0 +1,49 @@ +Submitted By: Matt Burgess +Date: 2010-04-18 +Initial Package Version: 2.11.1 +Upstream Status: Not Submitted +Origin: http://www.eglibc.org/archives/patches/msg00073.html +Description: Fixes the following build problem with GCC-4.5.0: + +/mnt/lfs/sources/libc-build/math/s_frexp.os.dt -MT /mnt/lfs/sources/libc-build/math/s_frexp.os +./sysdeps/i386/fpu/s_frexp.S: Assembler messages: +./sysdeps/i386/fpu/s_frexp.S:66: Error: invalid identifier for ".ifdef" +./sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1' +./sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1' +./sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1' +./sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `.' +./sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first unrecognized character is `1' +./sysdeps/i386/fpu/s_frexp.S:66: Error: expected comma after name `' in .size directive +./sysdeps/i386/fpu/s_frexp.S:66: Error: ".endif" without ".if" +./sysdeps/i386/fpu/s_frexp.S:66: Error: junk `.get_pc_thunk.dx' after expression +make[2]: *** [/mnt/lfs/sources/libc-build/math/s_frexp.os] Error 1 + +diff -Naur glibc-2.11.1.orig/nptl/sysdeps/pthread/pt-initfini.c glibc-2.11.1/nptl/sysdeps/pthread/pt-initfini.c +--- glibc-2.11.1.orig/nptl/sysdeps/pthread/pt-initfini.c 2009-12-08 20:10:20.000000000 +0000 ++++ glibc-2.11.1/nptl/sysdeps/pthread/pt-initfini.c 2010-04-17 11:34:06.882681001 +0000 +@@ -45,6 +45,11 @@ + /* Embed an #include to pull in the alignment and .end directives. */ + asm ("\n#include \"defs.h\""); + ++asm ("\n#if defined __i686 && defined __ASSEMBLER__"); ++asm ("\n#undef __i686"); ++asm ("\n#define __i686 __i686"); ++asm ("\n#endif"); ++ + /* The initial common code ends here. */ + asm ("\n/*@HEADER_ENDS*/"); + +diff -Naur glibc-2.11.1.orig/sysdeps/unix/sysv/linux/i386/sysdep.h glibc-2.11.1/sysdeps/unix/sysv/linux/i386/sysdep.h +--- glibc-2.11.1.orig/sysdeps/unix/sysv/linux/i386/sysdep.h 2009-12-08 20:10:20.000000000 +0000 ++++ glibc-2.11.1/sysdeps/unix/sysv/linux/i386/sysdep.h 2010-04-17 11:34:06.882681001 +0000 +@@ -29,6 +29,10 @@ + #include + #include + ++#if defined __i686 && defined __ASSEMBLER__ ++#undef __i686 ++#define __i686 __i686 ++#endif + + /* For Linux we can use the system call table in the header file + /usr/include/asm/unistd.h Added: trunk/Glibc/2.14/02-glibc-2.14-do_lookup_x.patch =================================================================== --- trunk/Glibc/2.14/02-glibc-2.14-do_lookup_x.patch (rev 0) +++ trunk/Glibc/2.14/02-glibc-2.14-do_lookup_x.patch 2012-02-25 20:32:48 UTC (rev 20631) @@ -0,0 +1,96 @@ +Programs will crash in certain dlsym operations without this patch, +including any use of ALSA. + +Origin: http://sourceware.org/bugzilla/attachment.cgi?id=5785&action=diff&context=patch&collapsed=&headers=1&format=raw +--- a/elf/dl-libc.c ++++ b/elf/dl-libc.c +@@ -279,6 +279,10 @@ libc_freeres_fn (free_mem) + if (! old->dont_free) + free (old); + } ++ ++ /* Free the initfini dependency list. */ ++ if (l->l_free_initfini) ++ free (l->l_initfini); + } + + if (__builtin_expect (GL(dl_ns)[ns]._ns_global_scope_alloc, 0) != 0 +--- a/elf/rtld.c ++++ b/elf/rtld.c +@@ -2240,6 +2240,7 @@ ERROR: ld.so: object '%s' cannot be loaded as audit interface: %s; ignored.\n", + lnp->dont_free = 1; + lnp = lnp->next; + } ++ l->l_free_initfini = 0; + + if (l != &GL(dl_rtld_map)) + _dl_relocate_object (l, l->l_scope, GLRO(dl_lazy) ? RTLD_LAZY : 0, +--- a/elf/dl-close.c ++++ b/elf/dl-close.c +@@ -119,17 +119,8 @@ _dl_close_worker (struct link_map *map) + if (map->l_direct_opencount > 0 || map->l_type != lt_loaded + || dl_close_state != not_pending) + { +- if (map->l_direct_opencount == 0) +- { +- if (map->l_type == lt_loaded) +- dl_close_state = rerun; +- else if (map->l_type == lt_library) +- { +- struct link_map **oldp = map->l_initfini; +- map->l_initfini = map->l_orig_initfini; +- _dl_scope_free (oldp); +- } +- } ++ if (map->l_direct_opencount == 0 && map->l_type == lt_loaded) ++ dl_close_state = rerun; + + /* There are still references to this object. Do nothing more. */ + if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0)) +--- a/elf/dl-deps.c ++++ b/elf/dl-deps.c +@@ -478,6 +478,7 @@ _dl_map_object_deps (struct link_map *map, + nneeded * sizeof needed[0]); + atomic_write_barrier (); + l->l_initfini = l_initfini; ++ l->l_free_initfini = 1; + } + + /* If we have no auxiliary objects just go on to the next map. */ +@@ -662,6 +663,7 @@ Filters not supported with LD_TRACE_PRELINKING")); + l_initfini[nlist] = NULL; + atomic_write_barrier (); + map->l_initfini = l_initfini; ++ map->l_free_initfini = 1; + if (l_reldeps != NULL) + { + atomic_write_barrier ();diff --git a/include/link.h b/include/link.h +@@ -686,5 +686,5 @@ Filters not supported with LD_TRACE_PRELINKING")); + _dl_scope_free (old_l_reldeps); + } + if (old_l_initfini != NULL) +- map->l_orig_initfini = old_l_initfini; ++ _dl_scope_free (old_l_initfini); + } +--- a/include/link.h ++++ b/include/link.h +@@ -192,6 +192,9 @@ struct link_map + during LD_TRACE_PRELINKING=1 + contains any DT_SYMBOLIC + libraries. */ ++ unsigned int l_free_initfini:1; /* Nonzero if l_initfini can be ++ freed, ie. not allocated with ++ the dummy malloc in ld.so. */ + + /* Collected information about own RPATH directories. */ + struct r_search_path_struct l_rpath_dirs; +@@ -240,9 +240,6 @@ struct link_map + + /* List of object in order of the init and fini calls. */ + struct link_map **l_initfini; +- /* The init and fini list generated at startup, saved when the +- object is also loaded dynamically. */ +- struct link_map **l_orig_initfini; + + /* List of the dependencies introduced through symbol binding. */ + struct link_map_reldeps Added: trunk/Glibc/2.14/03-glibc-2.14-revert-4462fad3.patch =================================================================== --- trunk/Glibc/2.14/03-glibc-2.14-revert-4462fad3.patch (rev 0) +++ trunk/Glibc/2.14/03-glibc-2.14-revert-4462fad3.patch 2012-02-25 20:32:48 UTC (rev 20631) @@ -0,0 +1,37 @@ +diff -Naur glibc-orig//resolv/res_send.c glibc/resolv/res_send.c +--- glibc-orig//resolv/res_send.c 2011-06-10 18:59:03.041436996 +1000 ++++ glibc/resolv/res_send.c 2011-06-10 19:08:09.379309323 +1000 +@@ -549,7 +549,7 @@ + ns, ansp, ansp2, nansp2, resplen2); + if (n < 0) + return (-1); +- if (n == 0 && (buf2 == NULL || resplen2 == 0)) ++ if (n == 0) + goto next_ns; + } else { + /* Use datagrams. */ +@@ -559,7 +559,7 @@ + ansp2, nansp2, resplen2); + if (n < 0) + return (-1); +- if (n == 0 && (buf2 == NULL || resplen2 == 0)) ++ if (n == 0) + goto next_ns; + if (v_circuit) + // XXX Check whether both requests failed or +@@ -1275,14 +1275,10 @@ + (*thisresplenp > *thisanssizp) + ? *thisanssizp : *thisresplenp); + +- if (recvresp1 || (buf2 != NULL && recvresp2)) { +- *resplen2 = 0; ++ if (recvresp1 || (buf2 != NULL && recvresp2)) + return resplen; +- } + if (buf2 != NULL) + { +- /* No data from the first reply. */ +- resplen = 0; + /* We are waiting for a possible second reply. */ + if (hp->id == anhp->id) + recvresp1 = 1; Modified: trunk/Glibc/2.14/Recipe =================================================================== --- trunk/Glibc/2.12.1/Recipe 2012-02-25 20:32:08 UTC (rev 20630) +++ trunk/Glibc/2.14/Recipe 2012-02-25 20:32:48 UTC (rev 20631) @@ -1,10 +1,10 @@ -# Recipe for version 2.12.1 by Dominique Juergensen , on Sun Oct 17 04:55:00 CEST 2010 +# Recipe for version 2.14 by Michael Homer , on Sat Aug 20 00:26:58 NZST 2011 # by Guilherme Bedin # 02/12/2003 compile_version=1.11.0 -urls=( - "$ftpGnu/glibc/glibc-2.12.1.tar.bz2" -) +url="$ftpGnu/glibc/glibc-2.14.tar.bz2" +file_md5=1588cc22e796c296223744895ebc4cef +file_size=15630590 unpack_files=inside_first @@ -19,6 +19,7 @@ --with-tls --with-__thread --libexecdir="${target}/lib" + libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes ) install_target="install localedata/install-locales" @@ -64,9 +65,3 @@ [ -e "${target}"/include/gnu/$(basename "${f}") ] || cp -a $(readlink -f "${f}") "${target}"/include/gnu done } -file_sizes=( -15667516 -) -file_md5s=( -be0ea9e587f08c87604fe10a91f72afd -) From mwh at svn.gobolinux.org Sun Feb 26 09:32:52 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:32:52 -0800 Subject: [recipes-commits] r20632 - revisions/Glibc Message-ID: <20120225203252.9AC6C98A85@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 12:32:52 -0800 (Sat, 25 Feb 2012) New Revision: 20632 Added: revisions/Glibc/2.14-r1/ Log: Committing revision 1 of Glibc 2.14 From mwh at svn.gobolinux.org Sun Feb 26 09:39:04 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:39:04 -0800 Subject: [recipes-commits] r20633 - in trunk/BinUtils: . 2.21.1 2.21.1/Resources Message-ID: <20120225203904.470CE98A75@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 12:39:04 -0800 (Sat, 25 Feb 2012) New Revision: 20633 Added: trunk/BinUtils/2.21.1/ Modified: trunk/BinUtils/2.21.1/Recipe trunk/BinUtils/2.21.1/Resources/BuildInformation Log: First revision of BinUtils 2.21.1. Modified: trunk/BinUtils/2.21.1/Recipe =================================================================== --- trunk/BinUtils/2.20.1/Recipe 2012-02-25 20:32:52 UTC (rev 20632) +++ trunk/BinUtils/2.21.1/Recipe 2012-02-25 20:39:04 UTC (rev 20633) @@ -1,7 +1,7 @@ -# Recipe for version 2.20.1 by Dominique Juergensen , on Sun Oct 17 03:42:21 CEST 2010 -url=$ftpGnu/binutils/binutils-2.20.1.tar.bz2 -file_size=17501436 -file_md5=9cdfb9d6ec0578c166d3beae5e15c4e5 +# Recipe for version 2.21.1 by Michael Homer , on Sat Aug 20 00:16:59 NZST 2011 +url=$ftpGnu/binutils/binutils-2.21.1.tar.bz2 +file_size=18890094 +file_md5=a22801a9cad45c85e9ff6afc10537d72 compile_version=1.8.0 needs_build_directory=yes needs_safe_linking=yes Modified: trunk/BinUtils/2.21.1/Resources/BuildInformation =================================================================== --- trunk/BinUtils/2.20.1/Resources/BuildInformation 2012-02-25 20:32:52 UTC (rev 20632) +++ trunk/BinUtils/2.21.1/Resources/BuildInformation 2012-02-25 20:39:04 UTC (rev 20633) @@ -1,2 +1,2 @@ -Glibc 2.8 +Glibc 2.14 ZLib 1.2.3 From mwh at svn.gobolinux.org Sun Feb 26 09:39:08 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 12:39:08 -0800 Subject: [recipes-commits] r20634 - revisions/BinUtils Message-ID: <20120225203908.213B798A77@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 12:39:08 -0800 (Sat, 25 Feb 2012) New Revision: 20634 Added: revisions/BinUtils/2.21.1-r1/ Log: Committing revision 1 of BinUtils 2.21.1 From mwh at svn.gobolinux.org Sun Feb 26 14:35:56 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 17:35:56 -0800 Subject: [recipes-commits] r20635 - in trunk/Mercurial: . 2.1 Message-ID: <20120226013557.0D608986EA@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 17:35:56 -0800 (Sat, 25 Feb 2012) New Revision: 20635 Added: trunk/Mercurial/2.1/ Modified: trunk/Mercurial/2.1/Recipe Log: First revision of Mercurial 2.1. Modified: trunk/Mercurial/2.1/Recipe =================================================================== --- trunk/Mercurial/1.9.2/Recipe 2012-02-25 20:39:08 UTC (rev 20634) +++ trunk/Mercurial/2.1/Recipe 2012-02-26 01:35:56 UTC (rev 20635) @@ -1,9 +1,9 @@ -# Recipe for version 1.9.2 by Fowl Mouth, on Fri Sep 2 21:00:47 CDT 2011 +# Recipe for version 2.1 by Michael Homer , on Sun Feb 26 14:33:45 NZDT 2012 # Recipe for mercurial by Frederico Recsky frederico at gmail.com compile_version=1.13.0 -url="http://www.selenic.com/mercurial/release/mercurial-1.9.2.tar.gz" -file_size=2972849 -file_md5=0bda8040e2626e70d3d1a0654b0b03f2 +url="http://www.selenic.com/mercurial/release/mercurial-2.1.tar.gz" +file_size=3308300 +file_md5=d2ca44f8d0129ab50639143af99d9363 build_script="setup.py" recipe_type=python From mwh at svn.gobolinux.org Sun Feb 26 14:36:01 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 17:36:01 -0800 Subject: [recipes-commits] r20636 - revisions/Mercurial Message-ID: <20120226013601.C74139895C@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 17:36:01 -0800 (Sat, 25 Feb 2012) New Revision: 20636 Added: revisions/Mercurial/2.1-r1/ Log: Committing revision 1 of Mercurial 2.1 From mwh at svn.gobolinux.org Sun Feb 26 16:28:45 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 19:28:45 -0800 Subject: [recipes-commits] r20637 - in trunk/Golang/hg: . Resources Message-ID: <20120226032845.2A45F98A27@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 19:28:44 -0800 (Sat, 25 Feb 2012) New Revision: 20637 Added: trunk/Golang/hg/Resources/BuildDependencies Removed: trunk/Golang/hg/01-mktemp-tests.patch trunk/Golang/hg/02-dirtest.patch Modified: trunk/Golang/hg/Recipe trunk/Golang/hg/Resources/BuildInformation trunk/Golang/hg/Resources/Dependencies Log: New revision of Golang hg, r4. Deleted: trunk/Golang/hg/01-mktemp-tests.patch =================================================================== --- trunk/Golang/hg/01-mktemp-tests.patch 2012-02-26 01:36:01 UTC (rev 20636) +++ trunk/Golang/hg/01-mktemp-tests.patch 2012-02-26 03:28:44 UTC (rev 20637) @@ -1,22 +0,0 @@ -* 2009 Nov 22 Kevin Quick - - Since /tmp/ is a link under GoboLinux, the mktemp provides more accessible temp files. - ---- hg-src/test/run 2009-11-20 22:34:28.000000000 -0700 -+++ /Files/Compile/Sources/Golang-hg/test/run 2009-11-22 14:10:08.000000000 -0700 -@@ -35,9 +35,12 @@ - - PATH=/bin:/usr/bin:/usr/local/bin:${GOBIN:-$HOME/bin}:`pwd` - --RUNFILE=/tmp/gorun-$$-$USER --TMP1FILE=/tmp/gotest1-$$-$USER --TMP2FILE=/tmp/gotest2-$$-$USER -+#RUNFILE=/tmp/gorun-$$-$USER -+#TMP1FILE=/tmp/gotest1-$$-$USER -+#TMP2FILE=/tmp/gotest2-$$-$USER -+RUNFILE=`mktemp -t` -+TMP1FILE=`mktemp -t` -+TMP2FILE=`mktemp -t` - - # don't run the machine out of memory: limit individual processes to 4GB. - # on thresher, 3GB suffices to run the tests; with 2GB, peano fails. Deleted: trunk/Golang/hg/02-dirtest.patch =================================================================== --- trunk/Golang/hg/02-dirtest.patch 2012-02-26 01:36:01 UTC (rev 20636) +++ trunk/Golang/hg/02-dirtest.patch 2012-02-26 03:28:44 UTC (rev 20637) @@ -1,16 +0,0 @@ -* 2009 Nov 22 Kevin Quick - - The test directories should not be links, but "/bin" and "/usr/bin" - are links under GoboLinux. Use alternates. - ---- hg-src/src/pkg/os/os_test.go 2009-11-13 22:01:14.000000000 -0700 -+++ /Files/Compile/Sources/Golang-hg/src/pkg/os/os_test.go 2009-11-22 14:12:20.000000000 -0700 -@@ -467,7 +467,7 @@ - } - // These are chosen carefully not to be symlinks on a Mac - // (unlike, say, /var, /etc, and /tmp). -- dirs := []string{"/bin", "/", "/usr/bin"}; -+ dirs := []string{"/usr/share/man", "/"}; - for mode := 0; mode < 2; mode++ { - for _, d := range dirs { - if mode == 0 { Modified: trunk/Golang/hg/Recipe =================================================================== --- trunk/Golang/hg/Recipe 2012-02-26 01:36:01 UTC (rev 20636) +++ trunk/Golang/hg/Recipe 2012-02-26 03:28:44 UTC (rev 20637) @@ -1,30 +1,26 @@ # Recipe (MakeRecipe) for Golang by Kevin Quick , on Fri Nov 20 22:41:55 MST 2009 # Recipe for version hg by Kevin Quick , on Fri Nov 20 22:41:55 MST 2009 compile_version=1.12.3 -hg="https://go.googlecode.com/hg/ -r release" +hg="http://go.googlecode.com/hg/ -u weekly" recipe_type=manifest +create_dirs_first=yes manifest=( - "misc/emacs/go-mode.el:shared/emacs" - "misc/emacs/go-mode-load.el:shared/emacs" "pkg:lib/go/pkg" - "src/Make.386:lib/go/src/Make.386" - "Make.pkg:lib/go/src/Make.pkg" # as adjusted below in pre_install ) environment=( "GOARCH=386" "GOOS=linux" "GOBIN=$target/bin" - "GOROOT=/Files/Compile/Sources/Golang-hg" + "GOROOT_FINAL=$target/lib/go" ) -pre_install() +sandbox_options=( + --no-sandbox +) +do_build() { - cd src && sh ./all.bash - - echo "export GOARCH=\"$GOARCH\"" > ${settings_target}/go.rc - echo "export GOOS=\"$GOOS\"" >> ${settings_target}/go.rc - echo "export GOBIN=\"$`echo gobo`Programs/Golang/Current/bin\"" >> ${settings_target}/go.rc - echo "export GOROOT=\"$goboLibraries/go\"" >> ${settings_target}/go.rc - - sed -e's!^pkgdir=$(QUOTED_GOROOT)!pkgdir=\$(target)/lib/go!' Make.pkg > ../Make.pkg + $sudo_exec chown -R "$(whoami)" "$target" + pushd src + bash ./all.bash + popd + $sudo_exec chown -R "$(SuperUserName)" "$target" } -post_install_message="Include 'source ${settings_target}/go.rc' in your .bashrc or equivalent." Added: trunk/Golang/hg/Resources/BuildDependencies =================================================================== --- trunk/Golang/hg/Resources/BuildDependencies (rev 0) +++ trunk/Golang/hg/Resources/BuildDependencies 2012-02-26 03:28:44 UTC (rev 20637) @@ -0,0 +1 @@ +Mercurial Modified: trunk/Golang/hg/Resources/BuildInformation =================================================================== --- trunk/Golang/hg/Resources/BuildInformation 2012-02-26 01:36:01 UTC (rev 20636) +++ trunk/Golang/hg/Resources/BuildInformation 2012-02-26 03:28:44 UTC (rev 20637) @@ -1 +1 @@ -Glibc 2.8 +Glibc 2.14 Modified: trunk/Golang/hg/Resources/Dependencies =================================================================== --- trunk/Golang/hg/Resources/Dependencies 2012-02-26 01:36:01 UTC (rev 20636) +++ trunk/Golang/hg/Resources/Dependencies 2012-02-26 03:28:44 UTC (rev 20637) @@ -1,2 +1 @@ Bash -Time From mwh at svn.gobolinux.org Sun Feb 26 16:28:49 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 19:28:49 -0800 Subject: [recipes-commits] r20638 - revisions/Golang Message-ID: <20120226032849.3EEB198A26@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 19:28:49 -0800 (Sat, 25 Feb 2012) New Revision: 20638 Added: revisions/Golang/hg-r4/ Log: Committing revision 4 of Golang hg From mwh at svn.gobolinux.org Sun Feb 26 16:31:22 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 19:31:22 -0800 Subject: [recipes-commits] r20639 - in trunk: . Extract-NSS-Root-Certs Extract-NSS-Root-Certs/git Extract-NSS-Root-Certs/git/Resources Message-ID: <20120226033122.49B4A98A66@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 19:31:22 -0800 (Sat, 25 Feb 2012) New Revision: 20639 Added: trunk/Extract-NSS-Root-Certs/ trunk/Extract-NSS-Root-Certs/git/ trunk/Extract-NSS-Root-Certs/git/Recipe trunk/Extract-NSS-Root-Certs/git/Resources/ trunk/Extract-NSS-Root-Certs/git/Resources/BuildDependencies trunk/Extract-NSS-Root-Certs/git/Resources/BuildInformation trunk/Extract-NSS-Root-Certs/git/Resources/Dependencies trunk/Extract-NSS-Root-Certs/git/Resources/Description Log: First revision of Extract-NSS-Root-Certs git. Added: trunk/Extract-NSS-Root-Certs/git/Recipe =================================================================== --- trunk/Extract-NSS-Root-Certs/git/Recipe (rev 0) +++ trunk/Extract-NSS-Root-Certs/git/Recipe 2012-02-26 03:31:22 UTC (rev 20639) @@ -0,0 +1,13 @@ +# Recipe (MakeRecipe) for Extract-NSS-Root-Certs by Michael Homer , on Sun Feb 26 16:16:48 NZDT 2012 +# Recipe for version git by Michael Homer , on Sun Feb 26 16:16:48 NZDT 2012 +compile_version=1.13.3 +git="https://github.com/agl/extract-nss-root-certs.git" + +recipe_type=manifest +manifest=( + 8.out:bin/extract-nss-root-certs +) +do_build() { + go tool 8g convert_mozilla_certdata.go + go tool 8l convert_mozilla_certdata.8 +} Added: trunk/Extract-NSS-Root-Certs/git/Resources/BuildDependencies =================================================================== --- trunk/Extract-NSS-Root-Certs/git/Resources/BuildDependencies (rev 0) +++ trunk/Extract-NSS-Root-Certs/git/Resources/BuildDependencies 2012-02-26 03:31:22 UTC (rev 20639) @@ -0,0 +1 @@ +Golang Added: trunk/Extract-NSS-Root-Certs/git/Resources/Description =================================================================== --- trunk/Extract-NSS-Root-Certs/git/Resources/Description (rev 0) +++ trunk/Extract-NSS-Root-Certs/git/Resources/Description 2012-02-26 03:31:22 UTC (rev 20639) @@ -0,0 +1,5 @@ +[Name] Extract-NSS-Root-Certs +[Summary] Tool to extract Mozilla root certificates +[Description] Tool to extract Mozilla root certificates, noting the trust metadata associated with them +[License] Apache License version 2.0 +[Homepage] https://github.com/agl/extract-nss-root-certs From mwh at svn.gobolinux.org Sun Feb 26 16:31:26 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 19:31:26 -0800 Subject: [recipes-commits] r20640 - in revisions: . Extract-NSS-Root-Certs Message-ID: <20120226033126.597F698A66@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 19:31:26 -0800 (Sat, 25 Feb 2012) New Revision: 20640 Added: revisions/Extract-NSS-Root-Certs/ revisions/Extract-NSS-Root-Certs/git-r1/ Log: Committing revision 1 of Extract-NSS-Root-Certs git From mwh at svn.gobolinux.org Sun Feb 26 16:43:20 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 19:43:20 -0800 Subject: [recipes-commits] r20641 - in trunk/CA-Certificates: . 20120226 20120226/Resources Message-ID: <20120226034320.E4FFE98907@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 19:43:20 -0800 (Sat, 25 Feb 2012) New Revision: 20641 Added: trunk/CA-Certificates/20120226/ trunk/CA-Certificates/20120226/Resources/BuildDependencies Modified: trunk/CA-Certificates/20120226/Recipe Log: First revision of CA-Certificates 20120226. Modified: trunk/CA-Certificates/20120226/Recipe =================================================================== --- trunk/CA-Certificates/20110909/Recipe 2012-02-26 03:31:26 UTC (rev 20640) +++ trunk/CA-Certificates/20120226/Recipe 2012-02-26 03:43:20 UTC (rev 20641) @@ -1,18 +1,21 @@ -# Recipe for version 20110909 by Michael Homer , on Fri Sep 9 18:26:58 NZST 2011 +# Recipe for version 20120226 by Michael Homer , on Fri Sep 9 18:26:58 NZST 2011 recipe_type=manifest compile_version=1.11.4 -# This is a copy of http://curl.haxx.se/ca/cacert.pem.bz2 made 2009-02-08, -# because the original file may change and invalidate the checksums. -url=http://mwh.geek.nz/files/gobo/cacert-20110909.pem.bz2 -file_size=126049 -file_md5=da03e48c643b329f6113b862ca2b3d8d +# Fetch from Mozilla directly and perform our own extraction, to save +# on copying the changeable version from curl.haxx.se/ca/ +url='https://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1' +file_size=1235178 +file_md5=6b0b652579d8021f0a27b1e023cb198b dir=cacert uncompress=no pre_build() { - bunzip2 cacert-20110909.pem.bz2 - echo -e "\n\n" >> cacert-20110909.pem - csplit --prefix=cert cacert-20110909.pem '%--BEGIN CERTIFICATE--%' '/--END CERTIFICATE--/'+3 '{*}' + mv 'certdata.txt?raw=1' certdata.txt + extract-nss-root-certs > cacert.pem + rm -f certdata.txt + echo -e "\n\n" >> cacert.pem + csplit --prefix=cert cacert.pem '%--BEGIN CERTIFICATE--%' '/--END CERTIFICATE--/'+3 '{*}' + mv cacert.pem cacert.pem.orig for cert in cert* do mv $cert $cert.pem @@ -22,6 +25,6 @@ manifest=( "*.pem:lib/ssl/certs/" - "cacert-20110909.pem:lib/ssl/certs/cacert.pem" + "cacert.pem.orig:lib/ssl/certs/cacert.pem" "*.0:lib/ssl/certs/" ) Added: trunk/CA-Certificates/20120226/Resources/BuildDependencies =================================================================== --- trunk/CA-Certificates/20120226/Resources/BuildDependencies (rev 0) +++ trunk/CA-Certificates/20120226/Resources/BuildDependencies 2012-02-26 03:43:20 UTC (rev 20641) @@ -0,0 +1 @@ +Extract-NSS-Root-Certs From mwh at svn.gobolinux.org Sun Feb 26 16:43:24 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sat, 25 Feb 2012 19:43:24 -0800 Subject: [recipes-commits] r20642 - revisions/CA-Certificates Message-ID: <20120226034324.C5DCE9894D@bengals.dreamhost.com> Author: mwh Date: 2012-02-25 19:43:24 -0800 (Sat, 25 Feb 2012) New Revision: 20642 Added: revisions/CA-Certificates/20120226-r1/ Log: Committing revision 1 of CA-Certificates 20120226 From recipebot at svn.gobolinux.org Mon Feb 27 15:23:14 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:23:14 -0800 Subject: [recipes-commits] r20643 - in trunk/Autoconf: . 2.66 Message-ID: <20120227022314.470EE989F9@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:23:13 -0800 (Sun, 26 Feb 2012) New Revision: 20643 Added: trunk/Autoconf/2.66/ Removed: trunk/Autoconf/2.66/ Modified: trunk/Autoconf/2.66/Recipe Log: Recipe for Autoconf 2.68 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Autoconf/2.66/Recipe =================================================================== --- trunk/Autoconf/2.65/Recipe 2010-07-17 22:05:41 UTC (rev 18346) +++ trunk/Autoconf/2.66/Recipe 2012-02-27 02:23:13 UTC (rev 20643) @@ -1,6 +1,6 @@ -# Recipe for version 2.65 by Jonas Karlsson , on Sat Dec 12 05:31:37 CET 2009 +# Recipe for version 2.66 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2010. j?l. 4., vas?rnap, 17.07.46 CEST compile_version=1.10.2 -url="$ftpGnu/autoconf/autoconf-2.65.tar.bz2" -file_size=1332522 -file_md5=a6de1cc6434cd64038b0a0ae4e252b33 +url="$ftpGnu/autoconf/autoconf-2.66.tar.bz2" +file_size=1363066 +file_md5=d2d22a532ee0e4d6d86a02e6425ecfce recipe_type=configure From recipebot at svn.gobolinux.org Mon Feb 27 15:25:48 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:25:48 -0800 Subject: [recipes-commits] r20644 - in trunk/Automake: . 1.11.1 1.11.1/Resources Message-ID: <20120227022548.ECBB498A6F@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:25:48 -0800 (Sun, 26 Feb 2012) New Revision: 20644 Added: trunk/Automake/1.11.1/ Removed: trunk/Automake/1.11.1/ Modified: trunk/Automake/1.11.1/Recipe trunk/Automake/1.11.1/Resources/BuildDependencies Log: Recipe for Automake 1.11.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Automake/1.11.1 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Automake/1.11.1/Recipe =================================================================== --- trunk/Automake/1.11/Recipe 2010-07-23 22:12:36 UTC (rev 18434) +++ trunk/Automake/1.11.1/Recipe 2012-02-27 02:25:48 UTC (rev 20644) @@ -1,12 +1,12 @@ -# Recipe for version 1.11 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2009. j?l. 3., p?ntek, 15.12.35 CEST -url="$ftpGnu/automake/automake-1.11.tar.bz2" -file_size=1058759 -file_md5=4db4efe027e26b33930a7e151de19d0f -compile_version=1.11 +# Recipe for version 1.11.1.1 by Hugo Barrocas , on Qui Jul 22 23:12:22 WEST 2010 +url="$ftpGnu/automake/automake-1.11.1.tar.bz2" +file_size=1066685 +file_md5=c2972c4d9b3e29c03d5f2af86249876f +compile_version=1.11.1 recipe_type=configure pre_install() { pushd "${target}/share" - ln -s automake-1.10 automake - ln -s aclocal-1.10 aclocal + ln -s automake-1.11 automake + ln -s aclocal-1.11 aclocal popd } Modified: trunk/Automake/1.11.1/Resources/BuildDependencies =================================================================== --- trunk/Automake/1.11/Resources/BuildDependencies 2010-07-23 22:12:36 UTC (rev 18434) +++ trunk/Automake/1.11.1/Resources/BuildDependencies 2012-02-27 02:25:48 UTC (rev 20644) @@ -1,3 +1,3 @@ Autoconf >= 2.58 -LZMA-Utils +XZ-Utils From mwh at svn.gobolinux.org Mon Feb 27 15:27:28 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:27:28 -0800 Subject: [recipes-commits] r20645 - in trunk/SQLite: . 3.7.10 3.7.10/Resources 3.7.10/arm Message-ID: <20120227022728.70679989E9@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:27:28 -0800 (Sun, 26 Feb 2012) New Revision: 20645 Added: trunk/SQLite/3.7.10/ Modified: trunk/SQLite/3.7.10/Recipe trunk/SQLite/3.7.10/Resources/BuildInformation trunk/SQLite/3.7.10/arm/Recipe Log: First revision of SQLite 3.7.10. Modified: trunk/SQLite/3.7.10/Recipe =================================================================== --- trunk/SQLite/3.7.2/Recipe 2012-02-27 02:25:48 UTC (rev 20644) +++ trunk/SQLite/3.7.10/Recipe 2012-02-27 02:27:28 UTC (rev 20645) @@ -1,12 +1,12 @@ -# Recipe for version 3.7.7.1 by Baffo32 , on Thu Aug 25 11:31:43 EDT 2011 +# Recipe for version 3.7.10 by Andreas K?hler , on So 19. Feb 15:31:11 CET 2012 compile_version=1.9.0 -url="http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz" -file_size=1748837 -file_md5=554026fe7fac47b1cf61c18d5fe43419 +url="http://www.sqlite.org/sqlite-autoconf-3071000.tar.gz" +file_size=1801640 +file_md5=9ed2ca93577b58cfa0d01f64b9312ab9 recipe_type=configure environment=( - CFLAGS="-DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1" + CFLAGS="-DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1" TCLLIBDIR="$target/lib/tcl8.5" ) @@ -15,13 +15,8 @@ --disable-readline ) -with_tcl="--enable-tcl" with_readline="--enable-readline" -pre_build() { - sed -i 's/VERSION/RELEASE/' sqlite3.pc.in -} - pre_link() { ln -s $target/bin/sqlite3 $target/bin/sqlite } Modified: trunk/SQLite/3.7.10/Resources/BuildInformation =================================================================== --- trunk/SQLite/3.7.2/Resources/BuildInformation 2012-02-27 02:25:48 UTC (rev 20644) +++ trunk/SQLite/3.7.10/Resources/BuildInformation 2012-02-27 02:27:28 UTC (rev 20645) @@ -1,3 +1,3 @@ Glibc 2.14 Ncurses 5.9 -Readline 6.1.2 +Readline 5.2 Modified: trunk/SQLite/3.7.10/arm/Recipe =================================================================== --- trunk/SQLite/3.7.2/arm/Recipe 2012-02-27 02:25:48 UTC (rev 20644) +++ trunk/SQLite/3.7.10/arm/Recipe 2012-02-27 02:27:28 UTC (rev 20645) @@ -1,7 +1,12 @@ configure_options=( ${configure_options[@]} - --disable-largefile --enable-threadsafe --enable-tempstore=always --disable-readline ) + +pre_build() { + C_INCLUDE_PATH= $HOSTCC -o lemon tool/lemon.c + cp tool/lempar.c . + export CFLAGS="$CFLAGS -DSQLITE_DISABLE_LFS" +} From mwh at svn.gobolinux.org Mon Feb 27 15:27:32 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:27:32 -0800 Subject: [recipes-commits] r20646 - revisions/SQLite Message-ID: <20120227022732.79EBA98A5B@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:27:32 -0800 (Sun, 26 Feb 2012) New Revision: 20646 Added: revisions/SQLite/3.7.10-r1/ Log: Committing revision 1 of SQLite 3.7.10 From mwh at svn.gobolinux.org Mon Feb 27 15:27:57 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:27:57 -0800 Subject: [recipes-commits] r20647 - in trunk/NSPR: . 4.8.9 4.8.9/4.8.7 4.8.9/4.8.7/Resources 4.8.9/4.8.7/arm 4.8.9/4.8.7/x86_64 4.8.9/Resources Message-ID: <20120227022757.497B898A88@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:27:57 -0800 (Sun, 26 Feb 2012) New Revision: 20647 Added: trunk/NSPR/4.8.9/ trunk/NSPR/4.8.9/4.8.7/ trunk/NSPR/4.8.9/4.8.7/01-pkgconfig_install.patch trunk/NSPR/4.8.9/4.8.7/Recipe trunk/NSPR/4.8.9/4.8.7/Resources/ trunk/NSPR/4.8.9/4.8.7/Resources/BuildDependencies trunk/NSPR/4.8.9/4.8.7/Resources/BuildInformation trunk/NSPR/4.8.9/4.8.7/Resources/Dependencies trunk/NSPR/4.8.9/4.8.7/Resources/Description trunk/NSPR/4.8.9/4.8.7/arm/ trunk/NSPR/4.8.9/4.8.7/arm/01-configure_in.patch trunk/NSPR/4.8.9/4.8.7/arm/Recipe trunk/NSPR/4.8.9/4.8.7/x86_64/ trunk/NSPR/4.8.9/4.8.7/x86_64/Recipe Modified: trunk/NSPR/4.8.9/Recipe trunk/NSPR/4.8.9/Resources/BuildInformation Log: First revision of NSPR 4.8.9. Added: trunk/NSPR/4.8.9/4.8.7/01-pkgconfig_install.patch =================================================================== --- trunk/NSPR/4.8.9/4.8.7/01-pkgconfig_install.patch (rev 0) +++ trunk/NSPR/4.8.9/4.8.7/01-pkgconfig_install.patch 2012-02-27 02:27:57 UTC (rev 20647) @@ -0,0 +1,51 @@ +Add a .pc file and hooks for it to be generated and installed. + +Signed-off-by: Jonas Karlsson + +diff -Naur nspr-4.7.3-orig/mozilla/nsprpub/config/nspr.pc.in nspr-4.7.3/mozilla/nsprpub/config/nspr.pc.in +--- nspr-4.7.3-orig/mozilla/nsprpub/config/nspr.pc.in 1969-12-31 18:00:00.000000000 -0600 ++++ nspr-4.7.3/mozilla/nsprpub/config/nspr.pc.in 2008-11-10 01:26:35.000000000 -0600 +@@ -0,0 +1,10 @@ ++prefix=@prefix@ ++exec_prefix=@exec_prefix@ ++libdir=@libdir@ ++includedir=@includedir@ ++ ++Name: NSPR ++Description: The Netscape Portable Runtime ++Version: @MOD_MAJOR_VERSION at .@MOD_MINOR_VERSION at .@MOD_PATCH_VERSION@ ++Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 @OS_LIBS@ -Wl,-R${libdir} ++Cflags: -I${includedir} +diff -Naur nspr-4.7.3-orig/mozilla/nsprpub/configure nspr-4.7.3/mozilla/nsprpub/configure +--- nspr-4.7.3-orig/mozilla/nsprpub/configure 2008-11-04 12:07:16.000000000 -0600 ++++ nspr-4.7.3/mozilla/nsprpub/configure 2008-11-10 01:26:35.000000000 -0600 +@@ -5899,6 +5899,7 @@ + config/nsprincl.mk + config/nsprincl.sh + config/nspr-config ++config/nspr.pc + lib/Makefile + lib/ds/Makefile + lib/libc/Makefile +diff -Naur nspr-4.7.3-orig/mozilla/nsprpub/config/nspr-config.in nspr-4.7.3/mozilla/nsprpub/config/nspr-config.in +--- nspr-4.7.3-orig/mozilla/nsprpub/config/nspr-config.in 2005-05-10 19:53:41.000000000 -0500 ++++ nspr-4.7.3/mozilla/nsprpub/config/nspr-config.in 2008-11-10 23:27:57.000000000 -0600 +@@ -122,7 +122,7 @@ + fi + + if test "$echo_libs" = "yes"; then +- libdirs=-L$libdir ++ libdirs="-Wl,-R$libdir -L$libdir" + if test -n "$lib_plds"; then + libdirs="$libdirs -lplds${major_version}" + fi +--- nspr-4.7.3/mozilla/nsprpub/config/Makefile.in.old 2009-01-19 20:00:39.000000000 +0100 ++++ nspr-4.7.3/mozilla/nsprpub/config/Makefile.in 2009-01-19 20:00:30.000000000 +0100 +@@ -146,3 +146,7 @@ + install:: nspr.m4 + $(NSINSTALL) -D $(DESTDIR)$(datadir)/aclocal + $(NSINSTALL) -t -m 0644 $< $(DESTDIR)$(datadir)/aclocal ++ ++install:: nspr.pc ++ $(NSINSTALL) -D $(DESTDIR)$(libdir)/pkgconfig ++ $(NSINSTALL) -t -m 0644 $< $(DESTDIR)$(libdir)/pkgconfig Added: trunk/NSPR/4.8.9/4.8.7/Recipe =================================================================== --- trunk/NSPR/4.8.9/4.8.7/Recipe (rev 0) +++ trunk/NSPR/4.8.9/4.8.7/Recipe 2012-02-27 02:27:57 UTC (rev 20647) @@ -0,0 +1,23 @@ +# Recipe for version 4.8.7 by Joshua Sako , on Tue Apr 5 10:38:53 EDT 2011 +# Recipe (MakeRecipe) for NSPR by Jonas Karlsson , on Sun Sep 24 11:30:09 CEST 2006 +compile_version=1.8.2 +url="http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.7/src/nspr-4.8.7.tar.gz" +file_size=1244150 +file_md5=97e30989a56ab813453b71261849c200 +recipe_type=configure +dir="nspr-4.8.7/mozilla/nsprpub" + +configure_options=( + --enable-optimize + --disable-debug +) + +pre_link() { + pushd ${target}/lib && + for lib in *.so + do + mv ${lib} ${lib}.7 + ln -s ${lib}.7 ${lib} + done && + popd +} Added: trunk/NSPR/4.8.9/4.8.7/Resources/BuildDependencies =================================================================== --- trunk/NSPR/4.8.9/4.8.7/Resources/BuildDependencies (rev 0) +++ trunk/NSPR/4.8.9/4.8.7/Resources/BuildDependencies 2012-02-27 02:27:57 UTC (rev 20647) @@ -0,0 +1,2 @@ +Autoconf +M4 Added: trunk/NSPR/4.8.9/4.8.7/Resources/BuildInformation =================================================================== --- trunk/NSPR/4.8.9/4.8.7/Resources/BuildInformation (rev 0) +++ trunk/NSPR/4.8.9/4.8.7/Resources/BuildInformation 2012-02-27 02:27:57 UTC (rev 20647) @@ -0,0 +1 @@ +Glibc 2.11.2 Added: trunk/NSPR/4.8.9/4.8.7/Resources/Dependencies =================================================================== --- trunk/NSPR/4.8.9/4.8.7/Resources/Dependencies (rev 0) +++ trunk/NSPR/4.8.9/4.8.7/Resources/Dependencies 2012-02-27 02:27:57 UTC (rev 20647) @@ -0,0 +1 @@ + Added: trunk/NSPR/4.8.9/4.8.7/Resources/Description =================================================================== --- trunk/NSPR/4.8.9/4.8.7/Resources/Description (rev 0) +++ trunk/NSPR/4.8.9/4.8.7/Resources/Description 2012-02-27 02:27:57 UTC (rev 20647) @@ -0,0 +1,3 @@ +The Netscape Portable Runtime, or NSPR, is a platform abstraction +library that makes all operating systems it supports appear the same +to Mozilla. \ No newline at end of file Added: trunk/NSPR/4.8.9/4.8.7/arm/01-configure_in.patch =================================================================== --- trunk/NSPR/4.8.9/4.8.7/arm/01-configure_in.patch (rev 0) +++ trunk/NSPR/4.8.9/4.8.7/arm/01-configure_in.patch 2012-02-27 02:27:57 UTC (rev 20647) @@ -0,0 +1,23 @@ +--- nspr-4.6.4/mozilla/nsprpub/configure.in.orig 2007-01-13 17:40:36.000000000 -0200 ++++ nspr-4.6.4/mozilla/nsprpub/configure.in 2007-01-13 17:46:17.000000000 -0200 +@@ -2148,20 +2148,6 @@ dnl AC_CHECK_LIB(thread, main) + dnl AC_CHECK_LIB(vms_jackets, main) + + +-dnl We don't want anything to link with libdl even if it's present on OS X, +-dnl since it's not used and not part of the default installation. +- +-case $target in +-*-darwin*) +- ;; +-*) +- AC_CHECK_LIB(dl, dlopen, +- AC_CHECK_HEADER(dlfcn.h, +- OS_LIBS="-ldl $OS_LIBS")) +- ;; +-esac +- +- + dnl ======================================================== + dnl Check for system header files. + dnl ======================================================== Added: trunk/NSPR/4.8.9/4.8.7/arm/Recipe =================================================================== --- trunk/NSPR/4.8.9/4.8.7/arm/Recipe (rev 0) +++ trunk/NSPR/4.8.9/4.8.7/arm/Recipe 2012-02-27 02:27:57 UTC (rev 20647) @@ -0,0 +1,20 @@ +environment=( + HOST_CC="$HOSTCC" + HOST_CXX="$HOSTCXX" + HOST_CFLAGS="$HOSTCFLAGS" + HOST_CXXFLAGS="$HOSTCFLAGS" + HOST_LDFLAGS="$HOSTLDFLAGS" +) + +pre_build() { + if [ ! -f .bootstrapped ] + then echo "Running autoconf..." && autoconf && touch .bootstrapped + fi + + Quiet pushd config + $HOST_CC -c now.c -DXP_UNIX + $HOST_CC -c nsinstall.c -DXP_UNIX + $HOST_CC now.o -o now + $HOST_CC nsinstall.o -o nsinstall + Quiet popd +} Added: trunk/NSPR/4.8.9/4.8.7/x86_64/Recipe =================================================================== --- trunk/NSPR/4.8.9/4.8.7/x86_64/Recipe (rev 0) +++ trunk/NSPR/4.8.9/4.8.7/x86_64/Recipe 2012-02-27 02:27:57 UTC (rev 20647) @@ -0,0 +1,4 @@ +configure_options=( + ${configure_options[@]} + --enable-64bit +) Modified: trunk/NSPR/4.8.9/Recipe =================================================================== --- trunk/NSPR/4.8.7/Recipe 2012-02-27 02:27:32 UTC (rev 20646) +++ trunk/NSPR/4.8.9/Recipe 2012-02-27 02:27:57 UTC (rev 20647) @@ -1,11 +1,11 @@ -# Recipe for version 4.8.7 by Joshua Sako , on Tue Apr 5 10:38:53 EDT 2011 +# Recipe for version 4.8.9 by Andreas K?hler , on So 26. Feb 19:01:24 CET 2012 # Recipe (MakeRecipe) for NSPR by Jonas Karlsson , on Sun Sep 24 11:30:09 CEST 2006 compile_version=1.8.2 -url="http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.7/src/nspr-4.8.7.tar.gz" -file_size=1244150 -file_md5=97e30989a56ab813453b71261849c200 +url="http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.9/src/nspr-4.8.9.tar.gz" +file_size=1235265 +file_md5=60770d45dc08c0f181b22cdfce5be3e8 recipe_type=configure -dir="nspr-4.8.7/mozilla/nsprpub" +dir="nspr-4.8.9/mozilla/nsprpub" configure_options=( --enable-optimize Modified: trunk/NSPR/4.8.9/Resources/BuildInformation =================================================================== --- trunk/NSPR/4.8.7/Resources/BuildInformation 2012-02-27 02:27:32 UTC (rev 20646) +++ trunk/NSPR/4.8.9/Resources/BuildInformation 2012-02-27 02:27:57 UTC (rev 20647) @@ -1 +1 @@ -Glibc 2.11.2 +Glibc 2.14 From mwh at svn.gobolinux.org Mon Feb 27 15:28:01 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:28:01 -0800 Subject: [recipes-commits] r20648 - revisions/NSPR Message-ID: <20120227022801.248B898A88@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:28:01 -0800 (Sun, 26 Feb 2012) New Revision: 20648 Added: revisions/NSPR/4.8.9-r1/ Log: Committing revision 1 of NSPR 4.8.9 From mwh at svn.gobolinux.org Mon Feb 27 15:28:32 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:28:32 -0800 Subject: [recipes-commits] r20649 - in trunk/Readline: . 6.2 6.2/Resources Message-ID: <20120227022832.B5354988A4@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:28:32 -0800 (Sun, 26 Feb 2012) New Revision: 20649 Added: trunk/Readline/6.2/ Removed: trunk/Readline/6.2/001-osx_utf8_completion_bug.patch trunk/Readline/6.2/002-version_info_update.patch Modified: trunk/Readline/6.2/Recipe trunk/Readline/6.2/Resources/BuildInformation Log: First revision of Readline 6.2. Deleted: trunk/Readline/6.2/001-osx_utf8_completion_bug.patch =================================================================== --- trunk/Readline/6.1.2/001-osx_utf8_completion_bug.patch 2012-02-27 02:28:01 UTC (rev 20648) +++ trunk/Readline/6.2/001-osx_utf8_completion_bug.patch 2012-02-27 02:28:32 UTC (rev 20649) @@ -1,61 +0,0 @@ - READLINE PATCH REPORT - ===================== - -Readline-Release: 6.1 -Patch-ID: readline61-001 - -Bug-Reported-by: guillaume.outters at free.fr -Bug-Reference-ID: <20100105230441.70D171AA7F52 at asterix.local> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2010-01/msg00017.html - -Bug-Description: - -Bash-4.1/Readline-6.1 introduced a hook function that allows applications -to rewrite or modify filenames read from the file system before comparing -them with a word to be completed. The converted filename, if it matches, -needs to be inserted into the line buffer, replacing the original contents. - -This fixes a completion bug on Mac OS X involving filenames containing -UTF-8 characters. - -Patch (apply with `patch -p0'): - -*** ../readline-6.1-patched/complete.c 2009-11-29 18:39:30.000000000 -0500 ---- readline/complete.c 2010-01-06 08:30:23.000000000 -0500 -*************** -*** 2139,2143 **** - if (filename_len == 0) - { -! if (_rl_match_hidden_files == 0 && HIDDEN_FILE (entry->d_name)) - continue; - ---- 2139,2143 ---- - if (filename_len == 0) - { -! if (_rl_match_hidden_files == 0 && HIDDEN_FILE (convfn)) - continue; - -*************** -*** 2220,2224 **** - } - -! strcpy (temp + dirlen, entry->d_name); - } - else ---- 2220,2224 ---- - } - -! strcpy (temp + dirlen, convfn); - } - else -*** ../readline-6.1-patched/patchlevel 2008-11-18 11:01:14.000000000 -0500 ---- readline/patchlevel 2010-01-14 10:15:52.000000000 -0500 -*************** -*** 1,3 **** - # Do not edit -- exists only for use by patch - -! 0 ---- 1,3 ---- - # Do not edit -- exists only for use by patch - -! 1 Deleted: trunk/Readline/6.2/002-version_info_update.patch =================================================================== --- trunk/Readline/6.1.2/002-version_info_update.patch 2012-02-27 02:28:01 UTC (rev 20648) +++ trunk/Readline/6.2/002-version_info_update.patch 2012-02-27 02:28:32 UTC (rev 20649) @@ -1,47 +0,0 @@ - READLINE PATCH REPORT - ===================== - -Readline-Release: 6.1 -Patch-ID: readline61-002 - -Bug-Reported-by: Chet Ramey -Bug-Reference-ID: -Bug-Reference-URL: - -Bug-Description: - -The readline version information was not updated for the release of version 6.1. - -Patch (apply with `patch -p0'): - -*** ../readline-6.1-patched/readline.h 2009-08-26 23:05:55.000000000 -0400 ---- readline/readline.h 2010-01-26 10:42:42.000000000 -0500 -*************** -*** 40,46 **** - - /* Hex-encoded Readline version number. */ -! #define RL_READLINE_VERSION 0x0600 /* Readline 6.0 */ - #define RL_VERSION_MAJOR 6 -! #define RL_VERSION_MINOR 0 - - /* Readline data structures. */ ---- 40,46 ---- - - /* Hex-encoded Readline version number. */ -! #define RL_READLINE_VERSION 0x0601 /* Readline 6.1 */ - #define RL_VERSION_MAJOR 6 -! #define RL_VERSION_MINOR 1 - - /* Readline data structures. */ -*** ../readline-6.1-patched/patchlevel 2008-11-18 11:01:14.000000000 -0500 ---- readline/patchlevel 2010-01-14 10:15:52.000000000 -0500 -*************** -*** 1,3 **** - # Do not edit -- exists only for use by patch - -! 1 ---- 1,3 ---- - # Do not edit -- exists only for use by patch - -! 2 - Modified: trunk/Readline/6.2/Recipe =================================================================== --- trunk/Readline/6.1.2/Recipe 2012-02-27 02:28:01 UTC (rev 20648) +++ trunk/Readline/6.2/Recipe 2012-02-27 02:28:32 UTC (rev 20649) @@ -1,14 +1,13 @@ -# Recipe for version 6.1.002 by Baffo32 , on Wed Mar 3 23:20:40 EST 2010 +# Recipe for version 6.2 by Andreas K?hler , on So 26. Feb 22:35:58 CET 2012 # Recipe (MakeRecipe) for Readline by Peter Eriksen , on Thu Nov 4 19:52:54 CET 2004 compile_version=1.13.2 -url="$ftpGnu/readline/readline-6.1.tar.gz" -file_size=2261725 -file_md5=fc2f7e714fe792db1ce6ddc4c9fb4ef3 +url="$ftpGnu/readline/readline-6.2.tar.gz" +file_size=2277926 +file_md5=67948acb2ca081f23359d0256e9a271c recipe_type=configure build_variables=( "SHLIB_LIBS=-lncurses" ) - Modified: trunk/Readline/6.2/Resources/BuildInformation =================================================================== --- trunk/Readline/6.1.2/Resources/BuildInformation 2012-02-27 02:28:01 UTC (rev 20648) +++ trunk/Readline/6.2/Resources/BuildInformation 2012-02-27 02:28:32 UTC (rev 20649) @@ -1 +1,2 @@ -Glibc 2.11.1 +Glibc 2.14 +Ncurses 5.9 From mwh at svn.gobolinux.org Mon Feb 27 15:28:36 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:28:36 -0800 Subject: [recipes-commits] r20650 - revisions/Readline Message-ID: <20120227022836.DA51E98907@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:28:36 -0800 (Sun, 26 Feb 2012) New Revision: 20650 Added: revisions/Readline/6.2-r1/ Log: Committing revision 1 of Readline 6.2 From recipebot at svn.gobolinux.org Mon Feb 27 15:29:19 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:29:19 -0800 Subject: [recipes-commits] r20651 - in trunk/XCursorGen: . 1.0.3 1.0.3/Resources Message-ID: <20120227022919.B1B5C9896C@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:29:19 -0800 (Sun, 26 Feb 2012) New Revision: 20651 Added: trunk/XCursorGen/1.0.3/ trunk/XCursorGen/1.0.3/Resources/Description Removed: trunk/XCursorGen/1.0.3/ Modified: trunk/XCursorGen/1.0.3/Recipe Log: Recipe for XCursorGen 1.0.4 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/XCursorGen/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/XCursorGen/1.0.3/Recipe =================================================================== --- trunk/XCursorGen/1.0.2/Recipe 2010-05-23 03:20:49 UTC (rev 17873) +++ trunk/XCursorGen/1.0.3/Recipe 2012-02-27 02:29:19 UTC (rev 20651) @@ -1,8 +1,8 @@ -# Recipe for version 1.0.2 by Jonas Karlsson , on Sun Sep 9 20:51:06 CEST 2007 +# Recipe for version 1.0.3 by Hugo Barrocas , on Dom Mai 23 04:17:55 WEST 2010 # Recipe (MakeRecipe) for XCursorGen by Hisham Muhammad , on Thu Aug 18 18:42:54 BRT 2005 compile_version=1.11.0 -url="http://xorg.freedesktop.org/archive/individual/app/xcursorgen-1.0.2.tar.bz2" -file_size=89978 -file_md5=6fc90896b8c786cb1a2100b4167f7874 +url="http://xorg.freedesktop.org/archive/individual/app/xcursorgen-1.0.3.tar.bz2" +file_size=99262 +file_md5=69df079b3950a0db4e5f4e6f0e00ddee recipe_type=configure part_of=Xorg-App Added: trunk/XCursorGen/1.0.3/Resources/Description =================================================================== --- trunk/XCursorGen/1.0.3/Resources/Description (rev 0) +++ trunk/XCursorGen/1.0.3/Resources/Description 2012-02-27 02:29:19 UTC (rev 20651) @@ -0,0 +1,6 @@ +[Name] XCursorGen +[Summary] Applications from Xorg +[Description] Xorg-App contains all applications, such as xinit, xdm, +xbiff and xcalc, shipped as part of the Xorg X11 project. +[License] Modified MIT +[Homepage] http://www.x.org From recipebot at svn.gobolinux.org Mon Feb 27 15:29:40 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:29:40 -0800 Subject: [recipes-commits] r20652 - in trunk/XF86-Input-Joystick/1.5.0: . Resources Message-ID: <20120227022940.834E6989EC@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:29:40 -0800 (Sun, 26 Feb 2012) New Revision: 20652 Added: trunk/XF86-Input-Joystick/1.5.0/Resources/ trunk/XF86-Input-Joystick/1.5.0/Resources/Description Modified: trunk/XF86-Input-Joystick/1.5.0/Recipe Log: Recipe for XF86-Input-Joystick 1.5.0 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/XF86-Input-Joystick/1.5.0/Recipe =================================================================== --- trunk/XF86-Input-Joystick/1.5.0/Recipe 2012-02-27 02:29:19 UTC (rev 20651) +++ trunk/XF86-Input-Joystick/1.5.0/Recipe 2012-02-27 02:29:40 UTC (rev 20652) @@ -6,3 +6,6 @@ file_md5=79b20f86d1b2e625ae65e35c3457027f recipe_type=configure part_of=Xorg-Driver +configure_options=( + --with-sdkdir="$target/include/xorg" +) Added: trunk/XF86-Input-Joystick/1.5.0/Resources/Description =================================================================== --- trunk/XF86-Input-Joystick/1.5.0/Resources/Description (rev 0) +++ trunk/XF86-Input-Joystick/1.5.0/Resources/Description 2012-02-27 02:29:40 UTC (rev 20652) @@ -0,0 +1 @@ +[Name] XF86-Input-Joystick From recipebot at svn.gobolinux.org Mon Feb 27 15:29:41 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:29:41 -0800 Subject: [recipes-commits] r20653 - revisions/XF86-Input-Joystick Message-ID: <20120227022941.849BF989F9@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:29:41 -0800 (Sun, 26 Feb 2012) New Revision: 20653 Added: revisions/XF86-Input-Joystick/1.5.0-r2/ Log: Committing revision 2 of XF86-Input-Joystick 1.5.0 From recipebot at svn.gobolinux.org Mon Feb 27 15:29:44 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:29:44 -0800 Subject: [recipes-commits] r20655 - revisions/XF86-Video-Geode Message-ID: <20120227022944.75360989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:29:44 -0800 (Sun, 26 Feb 2012) New Revision: 20655 Added: revisions/XF86-Video-Geode/2.11.13-r1/ Log: Committing revision 1 of XF86-Video-Geode 2.11.13 From recipebot at svn.gobolinux.org Mon Feb 27 15:29:46 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:29:46 -0800 Subject: [recipes-commits] r20657 - revisions/XF86-Video-Nouveau Message-ID: <20120227022946.65CDB9863E@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:29:46 -0800 (Sun, 26 Feb 2012) New Revision: 20657 Added: revisions/XF86-Video-Nouveau/0.0.16_pre20111109-r1/ Log: Committing revision 1 of XF86-Video-Nouveau 0.0.16_pre20111109 From recipebot at svn.gobolinux.org Mon Feb 27 15:29:43 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:29:43 -0800 Subject: [recipes-commits] r20654 - in trunk/XF86-Video-Geode: . 2.11.13 Message-ID: <20120227022943.72283989EC@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:29:43 -0800 (Sun, 26 Feb 2012) New Revision: 20654 Added: trunk/XF86-Video-Geode/2.11.13/ Modified: trunk/XF86-Video-Geode/2.11.13/Recipe Log: Recipe for XF86-Video-Geode 2.11.13 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/XF86-Video-Geode/2.11.13/Recipe =================================================================== --- trunk/XF86-Video-Geode/2.11.10/Recipe 2012-02-27 02:29:19 UTC (rev 20651) +++ trunk/XF86-Video-Geode/2.11.13/Recipe 2012-02-27 02:29:43 UTC (rev 20654) @@ -1,8 +1,8 @@ -# Recipe for version 2.11.10 by Diogo Lima , on Fri Jan 28 16:58:53 BRST 2011 +# Recipe for version 2.11.13 by Andreas K?hler , on So 26. Feb 14:14:03 CET 2012 # Recipe (MakeRecipe) for XF86-Video-Geode by Jonas Karlsson , on Fri Sep 12 01:12:58 CEST 2008 compile_version=1.11.0 -url="http://xorg.freedesktop.org/archive/individual/driver/xf86-video-geode-2.11.10.tar.bz2" -file_size=618622 -file_md5=8161cd380673c44177245d1d84366219 +url="http://xorg.freedesktop.org/archive/individual/driver/xf86-video-geode-2.11.13.tar.bz2" +file_size=648657 +file_md5=0c5a3cac3531aec0eae7f5f6b3212eb4 recipe_type=configure part_of=Xorg-Driver From recipebot at svn.gobolinux.org Mon Feb 27 15:29:45 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:29:45 -0800 Subject: [recipes-commits] r20656 - in trunk/XF86-Video-Nouveau: . 0.0.16_pre20111109 Message-ID: <20120227022945.729989863E@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:29:45 -0800 (Sun, 26 Feb 2012) New Revision: 20656 Added: trunk/XF86-Video-Nouveau/0.0.16_pre20111109/ trunk/XF86-Video-Nouveau/0.0.16_pre20111109/01-libtool.patch Modified: trunk/XF86-Video-Nouveau/0.0.16_pre20111109/Recipe Log: Recipe for XF86-Video-Nouveau 0.0.16_pre20111109 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/XF86-Video-Nouveau/0.0.16_pre20111109 ___________________________________________________________________ Added: svn:mergeinfo + Added: trunk/XF86-Video-Nouveau/0.0.16_pre20111109/01-libtool.patch =================================================================== --- trunk/XF86-Video-Nouveau/0.0.16_pre20111109/01-libtool.patch (rev 0) +++ trunk/XF86-Video-Nouveau/0.0.16_pre20111109/01-libtool.patch 2012-02-27 02:29:45 UTC (rev 20656) @@ -0,0 +1,13 @@ +Add AC_PROG_LIBTOOL as autogen.sh will fail otherwise. + +diff -ur xf86-video-nouveau-0.0.16_pre20111109-orig/configure.ac xf86-video-nouveau-0.0.16_pre20111109/configure.ac +--- xf86-video-nouveau-0.0.16_pre20111109-orig/configure.ac 2011-11-10 00:13:11.000000000 +0100 ++++ xf86-video-nouveau-0.0.16_pre20111109/configure.ac 2012-02-26 15:19:49.000000000 +0100 +@@ -49,6 +49,7 @@ + + # Checks for programs. + AC_DISABLE_STATIC ++AC_PROG_LIBTOOL + LT_INIT + AC_PROG_CC + Modified: trunk/XF86-Video-Nouveau/0.0.16_pre20111109/Recipe =================================================================== --- trunk/XF86-Video-Nouveau/0.0.16_pre20101130/Recipe 2012-02-27 02:29:40 UTC (rev 20652) +++ trunk/XF86-Video-Nouveau/0.0.16_pre20111109/Recipe 2012-02-27 02:29:45 UTC (rev 20656) @@ -1,9 +1,9 @@ +# Recipe for version 0.0.16_pre20111109 by Andreas K?hler , on So 26. Feb 15:03:41 CET 2012 # Recipe (MakeRecipe) for XF86-Video-Nouveau by Diogo Lima , on Mon Jan 31 14:02:48 BRST 2011 -# Recipe for version 0.0.16_pre20101130 by Diogo Lima , on Mon Jan 31 14:02:48 BRST 2011 compile_version=1.13.3 -url="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/xf86-video-nouveau-0.0.16_pre20101130.tar.bz2" -file_size=123072 -file_md5=7ec618204f5c771dc74d2e2c8d3d4792 +url="http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/xf86-video-nouveau-0.0.16_pre20111109.tar.bz2" +file_size=143258 +file_md5=44dde5f75591c8f45b551b2a0ad20fca #git="git://anongit.freedesktop.org/nouveau/xf86-video-nouveau" recipe_type=configure autogen_before_configure=yes From recipebot at svn.gobolinux.org Mon Feb 27 15:30:00 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:30:00 -0800 Subject: [recipes-commits] r20658 - in trunk/Xorg-App/7.6: cell i686 Message-ID: <20120227023001.05EB2989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:30:00 -0800 (Sun, 26 Feb 2012) New Revision: 20658 Modified: trunk/Xorg-App/7.6/cell/Recipe trunk/Xorg-App/7.6/i686/Recipe Log: Recipe for Xorg-App 7.6 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Xorg-App/7.6/cell/Recipe =================================================================== --- trunk/Xorg-App/7.6/cell/Recipe 2012-02-27 02:29:46 UTC (rev 20657) +++ trunk/Xorg-App/7.6/cell/Recipe 2012-02-27 02:30:00 UTC (rev 20658) @@ -46,13 +46,13 @@ xclipboard--1.0.1 xclock--1.0.3 xcmsdb--1.0.1 - xcompmgr--1.1.4 + xcompmgr--1.1.6 xconsole--1.0.3 xcursorgen--1.0.2 xcursor-themes--1.0.1 # Moved from data due to dependencies xdbedizzy--1.0.2 xditview--1.0.1 - xdm--1.1.8 + xdm--1.1.11 xdpyinfo--1.0.3 xdriinfo--1.0.2 xedit--1.1.1 Modified: trunk/Xorg-App/7.6/i686/Recipe =================================================================== --- trunk/Xorg-App/7.6/i686/Recipe 2012-02-27 02:29:46 UTC (rev 20657) +++ trunk/Xorg-App/7.6/i686/Recipe 2012-02-27 02:30:00 UTC (rev 20658) @@ -88,11 +88,11 @@ xcalc--1.0.4.1 xclipboard--1.1.1 xclock--1.0.5 - xcompmgr--1.1.5 + xcompmgr--1.1.6 xconsole--1.0.4 xdbedizzy--1.1.0 xditview--1.0.2 - xdm--1.1.10 + xdm--1.1.11 xedit--1.2.0 xeyes--1.1.1 xf86dga--1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:30:02 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:30:02 -0800 Subject: [recipes-commits] r20659 - revisions/Xorg-App Message-ID: <20120227023002.B6702989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:30:02 -0800 (Sun, 26 Feb 2012) New Revision: 20659 Added: revisions/Xorg-App/7.6-r2/ Log: Committing revision 2 of Xorg-App 7.6 From recipebot at svn.gobolinux.org Mon Feb 27 15:30:43 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:30:43 -0800 Subject: [recipes-commits] r20660 - in trunk/Xorg-Driver/7.6: cell i686 Message-ID: <20120227023043.E4431986B4@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:30:43 -0800 (Sun, 26 Feb 2012) New Revision: 20660 Modified: trunk/Xorg-Driver/7.6/cell/Recipe trunk/Xorg-Driver/7.6/i686/Recipe Log: Recipe for Xorg-Driver 7.6 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Xorg-Driver/7.6/cell/Recipe =================================================================== --- trunk/Xorg-Driver/7.6/cell/Recipe 2012-02-27 02:30:02 UTC (rev 20659) +++ trunk/Xorg-Driver/7.6/cell/Recipe 2012-02-27 02:30:43 UTC (rev 20660) @@ -19,7 +19,7 @@ xf86-video-cirrus--1.3.2 xf86-video-dummy--0.3.4 xf86-video-fbdev--0.4.2 - xf86-video-geode--2.11.10 + xf86-video-geode--2.11.13 # xf86-video-glide--1.0.3 # compilation error - need libglide (glide.h) xf86-video-glint--1.2.5 xf86-video-i128--1.3.4 Modified: trunk/Xorg-Driver/7.6/i686/Recipe =================================================================== --- trunk/Xorg-Driver/7.6/i686/Recipe 2012-02-27 02:30:02 UTC (rev 20659) +++ trunk/Xorg-Driver/7.6/i686/Recipe 2012-02-27 02:30:43 UTC (rev 20660) @@ -19,7 +19,7 @@ xf86-video-cirrus--1.3.2 xf86-video-dummy--0.3.4 xf86-video-fbdev--0.4.2 - xf86-video-geode--2.11.10 + xf86-video-geode--2.11.13 # xf86-video-glide--1.0.3 # compilation error - need libglide (glide.h) xf86-video-glint--1.2.5 xf86-video-i128--1.3.4 @@ -30,7 +30,7 @@ xf86-video-neomagic--1.2.5 # xf86-video-newport--0.2.3 # uses deprecated loader api, breaking Xorg -configure xf86-video-nv--2.1.18 # use nouveau instead, nv is deprecated, but still functional - xf86-video-nouveau--0.0.16_pre20101130 # git snapshot since no release have been done yet, from gentoo mirrors + xf86-video-nouveau--0.0.16_pre20111109 # git snapshot since no release have been done yet, from gentoo mirrors xf86-video-r128--6.8.1 xf86-video-rendition--4.2.4 xf86-video-s3--0.6.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:30:45 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:30:45 -0800 Subject: [recipes-commits] r20661 - revisions/Xorg-Driver Message-ID: <20120227023045.6E706986B4@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:30:45 -0800 (Sun, 26 Feb 2012) New Revision: 20661 Added: revisions/Xorg-Driver/7.6-r2/ Log: Committing revision 2 of Xorg-Driver 7.6 From mwh at svn.gobolinux.org Mon Feb 27 15:31:38 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:31:38 -0800 Subject: [recipes-commits] r20662 - in trunk/LibDRM: . 2.4.31 2.4.31/Resources Message-ID: <20120227023138.0E41C989C6@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:31:37 -0800 (Sun, 26 Feb 2012) New Revision: 20662 Added: trunk/LibDRM/2.4.31/ Removed: trunk/LibDRM/2.4.31/01-typedefs.patch Modified: trunk/LibDRM/2.4.31/Recipe trunk/LibDRM/2.4.31/Resources/BuildInformation trunk/LibDRM/2.4.31/Resources/Dependencies Log: First revision of LibDRM 2.4.31. Deleted: trunk/LibDRM/2.4.31/01-typedefs.patch =================================================================== --- trunk/LibDRM/2.4.23/01-typedefs.patch 2012-02-27 02:30:45 UTC (rev 20661) +++ trunk/LibDRM/2.4.31/01-typedefs.patch 2012-02-27 02:31:37 UTC (rev 20662) @@ -1,27 +0,0 @@ -Fixes compilation issues of packages that depend on this header, such as Mesa. - -Signed-off-by: Lucas C. Villa Real - ---- libdrm-2.4.23/include/drm/drm.h.orig 2011-02-01 23:37:29.000000000 -0200 -+++ libdrm-2.4.23/include/drm/drm.h 2011-02-01 23:37:43.000000000 -0200 -@@ -46,6 +46,10 @@ typedef unsigned int drm_handle_t; - - #include - #include -+typedef unsigned long drm_handle_t; -+ -+#endif -+ - typedef int8_t __s8; - typedef uint8_t __u8; - typedef int16_t __s16; -@@ -54,9 +58,6 @@ typedef int32_t __s32; - typedef uint32_t __u32; - typedef int64_t __s64; - typedef uint64_t __u64; --typedef unsigned long drm_handle_t; -- --#endif - - #define DRM_NAME "drm" /**< Name in kernel, /dev, and /proc */ - #define DRM_MIN_ORDER 5 /**< At least 2^5 bytes = 32 bytes */ Modified: trunk/LibDRM/2.4.31/Recipe =================================================================== --- trunk/LibDRM/2.4.23/Recipe 2012-02-27 02:30:45 UTC (rev 20661) +++ trunk/LibDRM/2.4.31/Recipe 2012-02-27 02:31:37 UTC (rev 20662) @@ -1,8 +1,9 @@ -# Recipe (MakeRecipe) for LibDRM by Lucas Correia Villa Real , on Mon Jan 9 17:56:36 BRST 2.4.236 +# Recipe for version 2.4.31 by Andreas K?hler , on So 26. Feb 13:14:45 CET 2012 +# Recipe (MakeRecipe) for LibDRM by Lucas Correia Villa Real , on Mon Jan 9 17:56:36 BRST 2.4.316 compile_version=1.12.0 -url="http://dri.freedesktop.org/libdrm/libdrm-2.4.23.tar.bz2" -file_size=408276 -file_md5=7577ff36ec364d88fae466d4f7fc5fc6 +url="http://dri.freedesktop.org/libdrm/libdrm-2.4.31.tar.bz2" +file_size=475677 +file_md5=b8cf744ec113c6028fe0975b1133b649 recipe_type=configure symlink_options=(--conflict=overwrite) configure_options=( Modified: trunk/LibDRM/2.4.31/Resources/BuildInformation =================================================================== --- trunk/LibDRM/2.4.23/Resources/BuildInformation 2012-02-27 02:30:45 UTC (rev 20661) +++ trunk/LibDRM/2.4.31/Resources/BuildInformation 2012-02-27 02:31:37 UTC (rev 20662) @@ -1 +1,2 @@ -Glibc 2.5 +Glibc 2.14 +Xorg-Lib 7.6 Modified: trunk/LibDRM/2.4.31/Resources/Dependencies =================================================================== --- trunk/LibDRM/2.4.23/Resources/Dependencies 2012-02-27 02:30:45 UTC (rev 20661) +++ trunk/LibDRM/2.4.31/Resources/Dependencies 2012-02-27 02:31:37 UTC (rev 20662) @@ -2,5 +2,5 @@ Xorg-Proto >= 7.5 Atomic_ops Cairo [cairo] -# LibPthread-Stubs +LibPthread-Stubs Udev [udev] From mwh at svn.gobolinux.org Mon Feb 27 15:31:42 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:31:42 -0800 Subject: [recipes-commits] r20663 - revisions/LibDRM Message-ID: <20120227023142.14A61989C6@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:31:41 -0800 (Sun, 26 Feb 2012) New Revision: 20663 Added: revisions/LibDRM/2.4.31-r1/ Log: Committing revision 1 of LibDRM 2.4.31 From mwh at svn.gobolinux.org Mon Feb 27 15:32:02 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:32:02 -0800 Subject: [recipes-commits] r20664 - in trunk/XCompmgr: . 1.1.6 1.1.6/Resources Message-ID: <20120227023202.5FE4298A03@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:32:02 -0800 (Sun, 26 Feb 2012) New Revision: 20664 Added: trunk/XCompmgr/1.1.6/ Removed: trunk/XCompmgr/1.1.6/01-configure_ac.patch trunk/XCompmgr/1.1.6/Resources/Dependencies Modified: trunk/XCompmgr/1.1.6/Recipe Log: First revision of XCompmgr 1.1.6. Deleted: trunk/XCompmgr/1.1.6/01-configure_ac.patch =================================================================== --- trunk/XCompmgr/1.1.5/01-configure_ac.patch 2012-02-27 02:31:41 UTC (rev 20663) +++ trunk/XCompmgr/1.1.6/01-configure_ac.patch 2012-02-27 02:32:02 UTC (rev 20664) @@ -1,11 +0,0 @@ ---- xcompmgr-1.1/configure.ac.orig 2004-12-21 22:43:06.000000000 -0200 -+++ xcompmgr-1.1/configure.ac 2004-12-21 22:43:18.000000000 -0200 -@@ -23,7 +23,7 @@ - AC_FUNC_MALLOC - AC_CHECK_FUNCS([gettimeofday localtime_r]) - --PKG_CHECK_MODULES(XCOMPMGR, xcomposite xfixes xdamage xrender) -+PKG_CHECK_MODULES(XCOMPMGR, xcomposite xfixes xdamage xrender xau) - - AC_CONFIG_FILES([Makefile]) - AC_OUTPUT Modified: trunk/XCompmgr/1.1.6/Recipe =================================================================== --- trunk/XCompmgr/1.1.5/Recipe 2012-02-27 02:31:41 UTC (rev 20663) +++ trunk/XCompmgr/1.1.6/Recipe 2012-02-27 02:32:02 UTC (rev 20664) @@ -1,8 +1,8 @@ -# Recipe for version 1.1.5 by Diogo Lima , on Fri Jan 28 21:52:10 BRST 2011 +# Recipe for version 1.1.6 by Andreas K?hler , on So 26. Feb 16:08:10 CET 2012 # Recipe (MakeRecipe) for XCompmgr by Hisham Muhammad, on Fri Sep 10 19:55:31 BRT 2004 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/app/xcompmgr-1.1.5.tar.bz2" -file_size=111538 -file_md5=bf8faa8c540bfdcd0252801d8f16d868 +url="http://xorg.freedesktop.org/releases/individual/app/xcompmgr-1.1.6.tar.bz2" +file_size=123683 +file_md5=d45afaf2a153e8a5dd93a92955060c9a recipe_type=configure part_of=Xorg-App From mwh at svn.gobolinux.org Mon Feb 27 15:32:06 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:32:06 -0800 Subject: [recipes-commits] r20665 - revisions/XCompmgr Message-ID: <20120227023206.26CD6989FB@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:32:06 -0800 (Sun, 26 Feb 2012) New Revision: 20665 Added: revisions/XCompmgr/1.1.6-r1/ Log: Committing revision 1 of XCompmgr 1.1.6 From mwh at svn.gobolinux.org Mon Feb 27 15:32:26 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:32:26 -0800 Subject: [recipes-commits] r20666 - in trunk/XDM: . 1.1.11 Message-ID: <20120227023226.B66FC98A04@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:32:26 -0800 (Sun, 26 Feb 2012) New Revision: 20666 Added: trunk/XDM/1.1.11/ Removed: trunk/XDM/1.1.11/01-auth.patch Modified: trunk/XDM/1.1.11/Recipe Log: First revision of XDM 1.1.11. Deleted: trunk/XDM/1.1.11/01-auth.patch =================================================================== --- trunk/XDM/1.1.10/01-auth.patch 2012-02-27 02:32:06 UTC (rev 20665) +++ trunk/XDM/1.1.11/01-auth.patch 2012-02-27 02:32:26 UTC (rev 20666) @@ -1,20 +0,0 @@ -diff -Naur xdm-0.99.0-orig/auth.c xdm-0.99.0/auth.c ---- xdm-0.99.0-orig/auth.c 2005-08-20 20:48:48.000000000 -0300 -+++ xdm-0.99.0/auth.c 2005-08-20 20:59:09.000000000 -0300 -@@ -866,6 +866,8 @@ - - #else - -+#include -+ - #ifdef WINTCP /* NCR with Wollongong TCP */ - - #include -@@ -876,7 +878,6 @@ - #include - #include - #include --#include - #include - - static void Modified: trunk/XDM/1.1.11/Recipe =================================================================== --- trunk/XDM/1.1.10/Recipe 2012-02-27 02:32:06 UTC (rev 20665) +++ trunk/XDM/1.1.11/Recipe 2012-02-27 02:32:26 UTC (rev 20666) @@ -1,9 +1,9 @@ -# Recipe for version 1.1.10 by JPaul Hatungimana , on Wed Sep 8 15:37:25 CEST 2010 +# Recipe for version 1.1.11 by Andreas K?hler , on So 26. Feb 16:05:21 CET 2012 # Recipe (MakeRecipe) for XDM by Hisham Muhammad , on Thu Aug 18 18:44:33 BRT 2005 compile_version=1.8.5 -url="http://xorg.freedesktop.org/archive/individual/app/xdm-1.1.10.tar.bz2" -file_size=423578 -file_md5=329383040cdbda5b5c8ce6c7e1120c97 +url="http://xorg.freedesktop.org/archive/individual/app/xdm-1.1.11.tar.bz2" +file_size=446612 +file_md5=64a1af1f7eb69feae12e75d4cc3aaf19 recipe_type=configure part_of=Xorg-App install_variables=( From mwh at svn.gobolinux.org Mon Feb 27 15:32:30 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:32:30 -0800 Subject: [recipes-commits] r20667 - revisions/XDM Message-ID: <20120227023230.7AEAF98A15@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:32:30 -0800 (Sun, 26 Feb 2012) New Revision: 20667 Added: revisions/XDM/1.1.11-r1/ Log: Committing revision 1 of XDM 1.1.11 From mwh at svn.gobolinux.org Mon Feb 27 15:32:50 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:32:50 -0800 Subject: [recipes-commits] r20668 - trunk/XF86-Input-Evdev/2.6.0 Message-ID: <20120227023250.4E97798A2A@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:32:50 -0800 (Sun, 26 Feb 2012) New Revision: 20668 Removed: trunk/XF86-Input-Evdev/2.6.0/01-sdkdir.patch Modified: trunk/XF86-Input-Evdev/2.6.0/Recipe Log: New revision of XF86-Input-Evdev 2.6.0, r2. Deleted: trunk/XF86-Input-Evdev/2.6.0/01-sdkdir.patch =================================================================== --- trunk/XF86-Input-Evdev/2.6.0/01-sdkdir.patch 2012-02-27 02:32:30 UTC (rev 20667) +++ trunk/XF86-Input-Evdev/2.6.0/01-sdkdir.patch 2012-02-27 02:32:50 UTC (rev 20668) @@ -1,24 +0,0 @@ -pkg-config --variable=sdkir xorg-server will be "/usr//include/xorg" on Gobosystems. - ---- xf86-input-evdev-2.3.3/configure 2010-08-26 22:12:14.000000000 -0400 -+++ xf86-input-evdev-2.3.3/configure.new 2010-08-26 22:14:04.000000000 -0400 -@@ -12767,7 +12767,7 @@ - if test "${with_sdkdir+set}" = set; then - withval=$with_sdkdir; sdkdir="$withval" - else -- sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server` -+ sdkdir="${prefix}/include/xorg" - fi - - -#@@ -13916,7 +13916,8 @@ - #if test -n "$CONFIG_FILES"; then - # -# -#-ac_cr=' -#-' -#+ac_cr=' -#+' -# ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` -# if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then -# ac_cs_awk_cr='\\r' Modified: trunk/XF86-Input-Evdev/2.6.0/Recipe =================================================================== --- trunk/XF86-Input-Evdev/2.6.0/Recipe 2012-02-27 02:32:30 UTC (rev 20667) +++ trunk/XF86-Input-Evdev/2.6.0/Recipe 2012-02-27 02:32:50 UTC (rev 20668) @@ -6,6 +6,9 @@ file_md5=f33fe9413bde68936d8909206a13e8a1 recipe_type=configure part_of=Xorg-Driver +configure_options=( + --with-sdkdir="$target/include/xorg" +) install_variables=( sdkdir="${target}/include/xorg" ) From mwh at svn.gobolinux.org Mon Feb 27 15:32:54 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:32:54 -0800 Subject: [recipes-commits] r20670 - revisions/XF86-Input-Evdev Message-ID: <20120227023254.447E898A2A@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:32:54 -0800 (Sun, 26 Feb 2012) New Revision: 20670 Added: revisions/XF86-Input-Evdev/2.6.0-r2/ Log: Committing revision 2 of XF86-Input-Evdev 2.6.0 From recipebot at svn.gobolinux.org Mon Feb 27 15:32:54 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:32:54 -0800 Subject: [recipes-commits] r20669 - in trunk/Font-DEC-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023254.461AB98A30@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:32:54 -0800 (Sun, 26 Feb 2012) New Revision: 20669 Added: trunk/Font-DEC-Misc/1.0.3/ trunk/Font-DEC-Misc/1.0.3/Resources/Description Removed: trunk/Font-DEC-Misc/1.0.3/ Modified: trunk/Font-DEC-Misc/1.0.3/Recipe Log: Recipe for Font-DEC-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-DEC-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-DEC-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-DEC-Misc/1.0.1/Recipe 2011-02-01 22:28:00 UTC (rev 19563) +++ trunk/Font-DEC-Misc/1.0.3/Recipe 2012-02-27 02:32:54 UTC (rev 20669) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:50:49 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:15:52 BRST 2011 # Recipe (MakeRecipe) for Font-DEC-Misc by Lucas C. Villa Real , on Sun Jun 4 15:22:11 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-dec-misc-1.0.1.tar.bz2" -file_size=90258 -file_md5=05714516824c680ce747c6ef9d2fbbdd +url="http://xorg.freedesktop.org/releases/individual/font/font-dec-misc-1.0.3.tar.bz2" +file_size=99832 +file_md5=6e7c5108f1b16d7a1c7b2c9760edd6e5 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-DEC-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-DEC-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-DEC-Misc/1.0.3/Resources/Description 2012-02-27 02:32:54 UTC (rev 20669) @@ -0,0 +1,6 @@ +[Name] Font-DEC-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:32:56 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:32:56 -0800 Subject: [recipes-commits] r20672 - in trunk/Font-Daewoo-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023256.B772198A27@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:32:56 -0800 (Sun, 26 Feb 2012) New Revision: 20672 Added: trunk/Font-Daewoo-Misc/1.0.3/ trunk/Font-Daewoo-Misc/1.0.3/Resources/Description Removed: trunk/Font-Daewoo-Misc/1.0.3/ Modified: trunk/Font-Daewoo-Misc/1.0.3/Recipe Log: Recipe for Font-Daewoo-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Daewoo-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Daewoo-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-Daewoo-Misc/1.0.1/Recipe 2011-02-01 22:27:57 UTC (rev 19561) +++ trunk/Font-Daewoo-Misc/1.0.3/Recipe 2012-02-27 02:32:56 UTC (rev 20672) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:50:31 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:15:31 BRST 2011 # Recipe (MakeRecipe) for Font-Daewoo-Misc by Lucas C. Villa Real , on Sun Jun 4 15:21:09 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-daewoo-misc-1.0.1.tar.bz2" -file_size=735182 -file_md5=05597e2b193a7b7de2ca525468276b1d +url="http://xorg.freedesktop.org/releases/individual/font/font-daewoo-misc-1.0.3.tar.bz2" +file_size=723414 +file_md5=0571bf77f8fab465a5454569d9989506 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Daewoo-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-Daewoo-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Daewoo-Misc/1.0.3/Resources/Description 2012-02-27 02:32:56 UTC (rev 20672) @@ -0,0 +1,6 @@ +[Name] Font-Daewoo-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:32:58 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:32:58 -0800 Subject: [recipes-commits] r20673 - revisions/Font-Daewoo-Misc Message-ID: <20120227023258.8500298A27@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:32:58 -0800 (Sun, 26 Feb 2012) New Revision: 20673 Added: revisions/Font-Daewoo-Misc/1.0.3-r2/ Log: Committing revision 2 of Font-Daewoo-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:32:55 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:32:55 -0800 Subject: [recipes-commits] r20671 - revisions/Font-DEC-Misc Message-ID: <20120227023255.6CE0498A2A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:32:55 -0800 (Sun, 26 Feb 2012) New Revision: 20671 Added: revisions/Font-DEC-Misc/1.0.3-r2/ Log: Committing revision 2 of Font-DEC-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:00 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:00 -0800 Subject: [recipes-commits] r20674 - in trunk/Font-IBM-Type1: . 1.0.3 1.0.3/Resources Message-ID: <20120227023300.B74A898924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:00 -0800 (Sun, 26 Feb 2012) New Revision: 20674 Added: trunk/Font-IBM-Type1/1.0.3/ trunk/Font-IBM-Type1/1.0.3/Resources/Description Removed: trunk/Font-IBM-Type1/1.0.3/ Modified: trunk/Font-IBM-Type1/1.0.3/Recipe Log: Recipe for Font-IBM-Type1 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-IBM-Type1/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-IBM-Type1/1.0.3/Recipe =================================================================== --- trunk/Font-IBM-Type1/1.0.1/Recipe 2011-02-01 22:28:03 UTC (rev 19568) +++ trunk/Font-IBM-Type1/1.0.3/Recipe 2012-02-27 02:33:00 UTC (rev 20674) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:51:13 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:16:09 BRST 2011 # Recipe (MakeRecipe) for Font-IBM-Type1 by Lucas C. Villa Real , on Sun Jun 4 15:22:37 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-ibm-type1-1.0.1.tar.bz2" -file_size=375779 -file_md5=1646179ff224b3e2c9b1e7f59042897f +url="http://xorg.freedesktop.org/releases/individual/font/font-ibm-type1-1.0.3.tar.bz2" +file_size=376985 +file_md5=bfb2593d2102585f45daa960f43cb3c4 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-IBM-Type1/1.0.3/Resources/Description =================================================================== --- trunk/Font-IBM-Type1/1.0.3/Resources/Description (rev 0) +++ trunk/Font-IBM-Type1/1.0.3/Resources/Description 2012-02-27 02:33:00 UTC (rev 20674) @@ -0,0 +1,6 @@ +[Name] Font-IBM-Type1 +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:01 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:01 -0800 Subject: [recipes-commits] r20675 - revisions/Font-IBM-Type1 Message-ID: <20120227023301.6ADCD989E9@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:01 -0800 (Sun, 26 Feb 2012) New Revision: 20675 Added: revisions/Font-IBM-Type1/1.0.3-r2/ Log: Committing revision 2 of Font-IBM-Type1 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:05 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:05 -0800 Subject: [recipes-commits] r20677 - revisions/Font-Isas-Misc Message-ID: <20120227023305.6963E988ED@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:05 -0800 (Sun, 26 Feb 2012) New Revision: 20677 Added: revisions/Font-Isas-Misc/1.0.3-r2/ Log: Committing revision 2 of Font-Isas-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:14 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:14 -0800 Subject: [recipes-commits] r20681 - revisions/Font-Jis-Misc Message-ID: <20120227023314.7B5B998A2A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:14 -0800 (Sun, 26 Feb 2012) New Revision: 20681 Added: revisions/Font-Jis-Misc/1.0.3-r2/ Log: Committing revision 2 of Font-Jis-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:04 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:04 -0800 Subject: [recipes-commits] r20676 - in trunk/Font-Isas-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023304.B39EB98A27@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:04 -0800 (Sun, 26 Feb 2012) New Revision: 20676 Added: trunk/Font-Isas-Misc/1.0.3/ trunk/Font-Isas-Misc/1.0.3/Resources/Description Removed: trunk/Font-Isas-Misc/1.0.3/ Modified: trunk/Font-Isas-Misc/1.0.3/Recipe Log: Recipe for Font-Isas-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Isas-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Isas-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-Isas-Misc/1.0.1/Recipe 2011-02-01 22:28:05 UTC (rev 19569) +++ trunk/Font-Isas-Misc/1.0.3/Recipe 2012-02-27 02:33:04 UTC (rev 20676) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:51:36 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:16:34 BRST 2011 # Recipe (MakeRecipe) for Font-Isas-Misc by Lucas C. Villa Real , on Sun Jun 4 15:23:50 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-isas-misc-1.0.1.tar.bz2" -file_size=842788 -file_md5=88b5b32c5a27576e9d00675bcc966806 +url="http://xorg.freedesktop.org/releases/individual/font/font-isas-misc-1.0.3.tar.bz2" +file_size=845282 +file_md5=a2401caccbdcf5698e001784dbd43f1a recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Isas-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-Isas-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Isas-Misc/1.0.3/Resources/Description 2012-02-27 02:33:04 UTC (rev 20676) @@ -0,0 +1,6 @@ +[Name] Font-Isas-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:13 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:13 -0800 Subject: [recipes-commits] r20678 - in trunk/Font-Jis-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023313.1556398A2A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:12 -0800 (Sun, 26 Feb 2012) New Revision: 20678 Added: trunk/Font-Jis-Misc/1.0.3/ trunk/Font-Jis-Misc/1.0.3/Resources/Description Removed: trunk/Font-Jis-Misc/1.0.3/ Modified: trunk/Font-Jis-Misc/1.0.3/Recipe Log: Recipe for Font-Jis-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Jis-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Jis-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-Jis-Misc/1.0.1/Recipe 2011-02-01 22:28:09 UTC (rev 19572) +++ trunk/Font-Jis-Misc/1.0.3/Recipe 2012-02-27 02:33:12 UTC (rev 20678) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:51:54 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:16:53 BRST 2011 # Recipe (MakeRecipe) for Font-Jis-Misc by Lucas C. Villa Real , on Sun Jun 4 15:25:00 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-jis-misc-1.0.1.tar.bz2" -file_size=625454 -file_md5=5835c99d056f4a29d7d6a5ae873cf00e +url="http://xorg.freedesktop.org/releases/individual/font/font-jis-misc-1.0.3.tar.bz2" +file_size=621946 +file_md5=cb7b57d7800fd9e28ec35d85761ed278 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Jis-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-Jis-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Jis-Misc/1.0.3/Resources/Description 2012-02-27 02:33:12 UTC (rev 20678) @@ -0,0 +1,6 @@ +[Name] Font-Jis-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:14 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:14 -0800 Subject: [recipes-commits] r20680 - revisions/Font-Micro-Misc Message-ID: <20120227023314.6B33D98A2A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:14 -0800 (Sun, 26 Feb 2012) New Revision: 20680 Added: revisions/Font-Micro-Misc/1.0.3-r2/ Log: Committing revision 2 of Font-Micro-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:13 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:13 -0800 Subject: [recipes-commits] r20679 - in trunk/Font-Micro-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023313.902B398A2A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:13 -0800 (Sun, 26 Feb 2012) New Revision: 20679 Added: trunk/Font-Micro-Misc/1.0.3/ trunk/Font-Micro-Misc/1.0.3/Resources/Description Removed: trunk/Font-Micro-Misc/1.0.3/ Modified: trunk/Font-Micro-Misc/1.0.3/Recipe Log: Recipe for Font-Micro-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Micro-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Micro-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-Micro-Misc/1.0.1/Recipe 2011-02-01 22:28:15 UTC (rev 19576) +++ trunk/Font-Micro-Misc/1.0.3/Recipe 2012-02-27 02:33:13 UTC (rev 20679) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:52:18 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:17:19 BRST 2011 # Recipe (MakeRecipe) for Font-Micro-Misc by Lucas C. Villa Real , on Sun Jun 4 15:27:28 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-micro-misc-1.0.1.tar.bz2" -file_size=88847 -file_md5=6350117efebe340f33e818f4a33e4e4b +url="http://xorg.freedesktop.org/releases/individual/font/font-micro-misc-1.0.3.tar.bz2" +file_size=98366 +file_md5=143c228286fe9c920ab60e47c1b60b67 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Micro-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-Micro-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Micro-Misc/1.0.3/Resources/Description 2012-02-27 02:33:13 UTC (rev 20679) @@ -0,0 +1,6 @@ +[Name] Font-Micro-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:35 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:35 -0800 Subject: [recipes-commits] r20683 - in trunk/Font-Mutt-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023335.CF35C98A57@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:35 -0800 (Sun, 26 Feb 2012) New Revision: 20683 Added: trunk/Font-Mutt-Misc/1.0.3/ trunk/Font-Mutt-Misc/1.0.3/Resources/Description Removed: trunk/Font-Mutt-Misc/1.0.3/ Modified: trunk/Font-Mutt-Misc/1.0.3/Recipe Log: Recipe for Font-Mutt-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Mutt-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Mutt-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-Mutt-Misc/1.0.1/Recipe 2011-02-01 22:29:10 UTC (rev 19582) +++ trunk/Font-Mutt-Misc/1.0.3/Recipe 2012-02-27 02:33:35 UTC (rev 20683) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:58:16 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:18:59 BRST 2011 # Recipe (MakeRecipe) for Font-Mutt-Misc by Lucas C. Villa Real , on Sun Jun 4 15:29:22 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-mutt-misc-1.0.1.tar.bz2" -file_size=256990 -file_md5=aab7ac62b960e77aa11d032bafe1d460 +url="http://xorg.freedesktop.org/releases/individual/font/font-mutt-misc-1.0.3.tar.bz2" +file_size=266510 +file_md5=56b0296e8862fc1df5cdbb4efe604e86 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Mutt-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-Mutt-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Mutt-Misc/1.0.3/Resources/Description 2012-02-27 02:33:35 UTC (rev 20683) @@ -0,0 +1,6 @@ +[Name] Font-Mutt-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:36 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:36 -0800 Subject: [recipes-commits] r20687 - revisions/Font-Misc-Ethiopic Message-ID: <20120227023336.7539E98A5B@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:36 -0800 (Sun, 26 Feb 2012) New Revision: 20687 Added: revisions/Font-Misc-Ethiopic/1.0.3-r2/ Log: Committing revision 2 of Font-Misc-Ethiopic 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:37 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:37 -0800 Subject: [recipes-commits] r20689 - revisions/Font-Misc-Meltho Message-ID: <20120227023337.803DB98A57@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:37 -0800 (Sun, 26 Feb 2012) New Revision: 20689 Added: revisions/Font-Misc-Meltho/1.0.3-r2/ Log: Committing revision 2 of Font-Misc-Meltho 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:37 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:37 -0800 Subject: [recipes-commits] r20692 - revisions/Font-Schumacher-Misc Message-ID: <20120227023337.AC24B98A61@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:37 -0800 (Sun, 26 Feb 2012) New Revision: 20692 Added: revisions/Font-Schumacher-Misc/1.1.2-r2/ Log: Committing revision 2 of Font-Schumacher-Misc 1.1.2 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:35 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:35 -0800 Subject: [recipes-commits] r20684 - in trunk/Font-Misc-Cyrillic: . 1.0.3 1.0.3/Resources Message-ID: <20120227023335.DE30698A57@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:35 -0800 (Sun, 26 Feb 2012) New Revision: 20684 Added: trunk/Font-Misc-Cyrillic/1.0.3/ trunk/Font-Misc-Cyrillic/1.0.3/Resources/Description Removed: trunk/Font-Misc-Cyrillic/1.0.3/ Modified: trunk/Font-Misc-Cyrillic/1.0.3/Recipe Log: Recipe for Font-Misc-Cyrillic 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Misc-Cyrillic/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Misc-Cyrillic/1.0.3/Recipe =================================================================== --- trunk/Font-Misc-Cyrillic/1.0.1/Recipe 2011-02-01 22:29:03 UTC (rev 19578) +++ trunk/Font-Misc-Cyrillic/1.0.3/Recipe 2012-02-27 02:33:35 UTC (rev 20684) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:54:45 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:17:37 BRST 2011 # Recipe (MakeRecipe) for Font-Misc-Cyrillic by Lucas C. Villa Real , on Sun Jun 4 15:27:55 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-misc-cyrillic-1.0.1.tar.bz2" -file_size=116626 -file_md5=c79d7921d95b2c4f10fad464bb121090 +url="http://xorg.freedesktop.org/releases/individual/font/font-misc-cyrillic-1.0.3.tar.bz2" +file_size=125971 +file_md5=96109d0890ad2b6b0e948525ebb0aba8 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Misc-Cyrillic/1.0.3/Resources/Description =================================================================== --- trunk/Font-Misc-Cyrillic/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Misc-Cyrillic/1.0.3/Resources/Description 2012-02-27 02:33:35 UTC (rev 20684) @@ -0,0 +1,6 @@ +[Name] Font-Misc-Cyrillic +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:37 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:37 -0800 Subject: [recipes-commits] r20693 - revisions/Font-Misc-Misc Message-ID: <20120227023337.C032098A57@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:37 -0800 (Sun, 26 Feb 2012) New Revision: 20693 Added: revisions/Font-Misc-Misc/1.1.2-r2/ Log: Committing revision 2 of Font-Misc-Misc 1.1.2 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:36 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:36 -0800 Subject: [recipes-commits] r20686 - in trunk/Font-Schumacher-Misc: . 1.1.2 1.1.2/Resources Message-ID: <20120227023336.327FA98A57@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:35 -0800 (Sun, 26 Feb 2012) New Revision: 20686 Added: trunk/Font-Schumacher-Misc/1.1.2/ trunk/Font-Schumacher-Misc/1.1.2/Resources/Description Removed: trunk/Font-Schumacher-Misc/1.1.2/ Modified: trunk/Font-Schumacher-Misc/1.1.2/Recipe Log: Recipe for Font-Schumacher-Misc 1.1.2 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Schumacher-Misc/1.1.2 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Schumacher-Misc/1.1.2/Recipe =================================================================== --- trunk/Font-Schumacher-Misc/1.1.0/Recipe 2011-02-01 22:29:14 UTC (rev 19585) +++ trunk/Font-Schumacher-Misc/1.1.2/Recipe 2012-02-27 02:33:35 UTC (rev 20686) @@ -1,11 +1,14 @@ -# Recipe for version 1.1.0 by Jonas Karlsson , on Tue Jan 12 01:58:50 CET 2010 +# Recipe for version 1.1.2 by Diogo Lima , on Sat Jan 29 09:19:18 BRST 2011 # Recipe (MakeRecipe) for Font-Schumacher-Misc by Lucas C. Villa Real , on Sun Jun 4 15:30:03 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-schumacher-misc-1.1.0.tar.bz2" -file_size=136883 -file_md5=86f4b7d8b11a2e6da70884c59b5866a3 +url="http://xorg.freedesktop.org/releases/individual/font/font-schumacher-misc-1.1.2.tar.bz2" +file_size=141170 +file_md5=e805feb7c4f20e6bfb1118d19d972219 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Schumacher-Misc/1.1.2/Resources/Description =================================================================== --- trunk/Font-Schumacher-Misc/1.1.2/Resources/Description (rev 0) +++ trunk/Font-Schumacher-Misc/1.1.2/Resources/Description 2012-02-27 02:33:35 UTC (rev 20686) @@ -0,0 +1,6 @@ +[Name] Font-Schumacher-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:35 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:35 -0800 Subject: [recipes-commits] r20682 - in trunk/Font-Misc-Ethiopic: . 1.0.3 1.0.3/Resources Message-ID: <20120227023335.16A3898A36@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:34 -0800 (Sun, 26 Feb 2012) New Revision: 20682 Added: trunk/Font-Misc-Ethiopic/1.0.3/ trunk/Font-Misc-Ethiopic/1.0.3/Resources/Description Removed: trunk/Font-Misc-Ethiopic/1.0.3/ Modified: trunk/Font-Misc-Ethiopic/1.0.3/Recipe Log: Recipe for Font-Misc-Ethiopic 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Misc-Ethiopic/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Misc-Ethiopic/1.0.3/Recipe =================================================================== --- trunk/Font-Misc-Ethiopic/1.0.1/Recipe 2011-02-01 22:29:03 UTC (rev 19578) +++ trunk/Font-Misc-Ethiopic/1.0.3/Recipe 2012-02-27 02:33:34 UTC (rev 20682) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:55:13 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:17:59 BRST 2011 # Recipe (MakeRecipe) for Font-Misc-Ethiopic by Lucas C. Villa Real , on Sun Jun 4 15:28:23 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-1.0.1.tar.bz2" -file_size=235856 -file_md5=4c88c79b8e5d47af90b21e948d42755f +url="http://xorg.freedesktop.org/releases/individual/font/font-misc-ethiopic-1.0.3.tar.bz2" +file_size=245606 +file_md5=6306c808f7d7e7d660dfb3859f9091d2 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Misc-Ethiopic/1.0.3/Resources/Description =================================================================== --- trunk/Font-Misc-Ethiopic/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Misc-Ethiopic/1.0.3/Resources/Description 2012-02-27 02:33:34 UTC (rev 20682) @@ -0,0 +1,6 @@ +[Name] Font-Misc-Ethiopic +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:35 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:35 -0800 Subject: [recipes-commits] r20685 - in trunk/Font-Misc-Misc: . 1.1.2 1.1.2/Resources Message-ID: <20120227023335.F120898A57@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:35 -0800 (Sun, 26 Feb 2012) New Revision: 20685 Added: trunk/Font-Misc-Misc/1.1.2/ trunk/Font-Misc-Misc/1.1.2/Resources/Description Removed: trunk/Font-Misc-Misc/1.1.2/ Modified: trunk/Font-Misc-Misc/1.1.2/Recipe Log: Recipe for Font-Misc-Misc 1.1.2 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Misc-Misc/1.1.2 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Misc-Misc/1.1.2/Recipe =================================================================== --- trunk/Font-Misc-Misc/1.1.0/Recipe 2011-02-01 22:29:09 UTC (rev 19581) +++ trunk/Font-Misc-Misc/1.1.2/Recipe 2012-02-27 02:33:35 UTC (rev 20685) @@ -1,11 +1,14 @@ -# Recipe for version 1.1.0 by Jonas Karlsson , on Tue Jan 12 01:56:20 CET 2010 +# Recipe for version 1.1.2 by Diogo Lima , on Sat Jan 29 09:18:39 BRST 2011 # Recipe (MakeRecipe) for Font-Misc-Misc by Lucas C. Villa Real , on Sun Jun 4 14:50:22 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-misc-misc-1.1.0.tar.bz2" -file_size=1929783 -file_md5=878bfd4e9f14c1279cea3a8392e0dbdd +url="http://xorg.freedesktop.org/releases/individual/font/font-misc-misc-1.1.2.tar.bz2" +file_size=1933789 +file_md5=c88eb44b3b903d79fb44b860a213e623 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Misc-Misc/1.1.2/Resources/Description =================================================================== --- trunk/Font-Misc-Misc/1.1.2/Resources/Description (rev 0) +++ trunk/Font-Misc-Misc/1.1.2/Resources/Description 2012-02-27 02:33:35 UTC (rev 20685) @@ -0,0 +1,6 @@ +[Name] Font-Misc-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:37 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:37 -0800 Subject: [recipes-commits] r20690 - revisions/Font-Misc-Cyrillic Message-ID: <20120227023337.8835998A57@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:37 -0800 (Sun, 26 Feb 2012) New Revision: 20690 Added: revisions/Font-Misc-Cyrillic/1.0.3-r2/ Log: Committing revision 2 of Font-Misc-Cyrillic 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:36 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:36 -0800 Subject: [recipes-commits] r20688 - in trunk/Font-Misc-Meltho: . 1.0.3 1.0.3/Resources Message-ID: <20120227023336.B41F098A57@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:36 -0800 (Sun, 26 Feb 2012) New Revision: 20688 Added: trunk/Font-Misc-Meltho/1.0.3/ trunk/Font-Misc-Meltho/1.0.3/Resources/Description Removed: trunk/Font-Misc-Meltho/1.0.3/ Modified: trunk/Font-Misc-Meltho/1.0.3/Recipe Log: Recipe for Font-Misc-Meltho 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Misc-Meltho/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Misc-Meltho/1.0.3/Recipe =================================================================== --- trunk/Font-Misc-Meltho/1.0.1/Recipe 2011-02-01 22:29:03 UTC (rev 19578) +++ trunk/Font-Misc-Meltho/1.0.3/Recipe 2012-02-27 02:33:36 UTC (rev 20688) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:55:39 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:18:15 BRST 2011 # Recipe (MakeRecipe) for Font-Misc-Meltho by Lucas C. Villa Real , on Sun Jun 4 15:28:48 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-misc-meltho-1.0.1.tar.bz2" -file_size=1547638 -file_md5=345f1a78312e30cd2c41d24ea3f3276f +url="http://xorg.freedesktop.org/releases/individual/font/font-misc-meltho-1.0.3.tar.bz2" +file_size=1578992 +file_md5=e3e7b0fda650adc7eb6964ff3c486b1c recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Misc-Meltho/1.0.3/Resources/Description =================================================================== --- trunk/Font-Misc-Meltho/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Misc-Meltho/1.0.3/Resources/Description 2012-02-27 02:33:36 UTC (rev 20688) @@ -0,0 +1,6 @@ +[Name] Font-Misc-Meltho +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:37 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:37 -0800 Subject: [recipes-commits] r20691 - revisions/Font-Mutt-Misc Message-ID: <20120227023337.A01F998A57@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:37 -0800 (Sun, 26 Feb 2012) New Revision: 20691 Added: revisions/Font-Mutt-Misc/1.0.3-r2/ Log: Committing revision 2 of Font-Mutt-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:44 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:44 -0800 Subject: [recipes-commits] r20694 - in trunk/Font-XFree86-Type1: . 1.0.4 1.0.4/Resources Message-ID: <20120227023345.0409298A67@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:44 -0800 (Sun, 26 Feb 2012) New Revision: 20694 Added: trunk/Font-XFree86-Type1/1.0.4/ trunk/Font-XFree86-Type1/1.0.4/Resources/Description Removed: trunk/Font-XFree86-Type1/1.0.4/ Modified: trunk/Font-XFree86-Type1/1.0.4/Recipe Log: Recipe for Font-XFree86-Type1 1.0.4 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-XFree86-Type1/1.0.4 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-XFree86-Type1/1.0.4/Recipe =================================================================== --- trunk/Font-XFree86-Type1/1.0.2/Recipe 2011-02-01 22:29:35 UTC (rev 19596) +++ trunk/Font-XFree86-Type1/1.0.4/Recipe 2012-02-27 02:33:44 UTC (rev 20694) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.2 by Jonas Karlsson , on Tue Jan 12 02:02:38 CET 2010 +# Recipe for version 1.0.4 by Diogo Lima , on Sat Jan 29 09:20:48 BRST 2011 # Recipe (MakeRecipe) for Font-XFree86-Type1 by Lucas C. Villa Real , on Sun Jun 4 15:33:12 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/archive/individual/font/font-xfree86-type1-1.0.2.tar.bz2" -file_size=117361 -file_md5=a966f5a8aade9e63af86d8a6bf3e8586 +url="http://xorg.freedesktop.org/archive/individual/font/font-xfree86-type1-1.0.4.tar.bz2" +file_size=126641 +file_md5=3eeb3fb44690b477d510bbd8f86cf5aa recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-XFree86-Type1/1.0.4/Resources/Description =================================================================== --- trunk/Font-XFree86-Type1/1.0.4/Resources/Description (rev 0) +++ trunk/Font-XFree86-Type1/1.0.4/Resources/Description 2012-02-27 02:33:44 UTC (rev 20694) @@ -0,0 +1,6 @@ +[Name] Font-XFree86-Type1 +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:45 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:45 -0800 Subject: [recipes-commits] r20696 - in trunk/Font-Sony-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023346.0A27898A67@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:45 -0800 (Sun, 26 Feb 2012) New Revision: 20696 Added: trunk/Font-Sony-Misc/1.0.3/ trunk/Font-Sony-Misc/1.0.3/Resources/Description Removed: trunk/Font-Sony-Misc/1.0.3/ Modified: trunk/Font-Sony-Misc/1.0.3/Recipe Log: Recipe for Font-Sony-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Sony-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Sony-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-Sony-Misc/1.0.1/Recipe 2011-02-01 22:29:16 UTC (rev 19588) +++ trunk/Font-Sony-Misc/1.0.3/Recipe 2012-02-27 02:33:45 UTC (rev 20696) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 02:01:07 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:19:53 BRST 2011 # Recipe (MakeRecipe) for Font-Sony-Misc by Lucas C. Villa Real , on Sun Jun 4 15:30:59 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-sony-misc-1.0.1.tar.bz2" -file_size=98394 -file_md5=7b6f5117814599b86ed3470de6c62aa3 +url="http://xorg.freedesktop.org/releases/individual/font/font-sony-misc-1.0.3.tar.bz2" +file_size=108098 +file_md5=beef61a9b0762aba8af7b736bb961f86 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Sony-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-Sony-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Sony-Misc/1.0.3/Resources/Description 2012-02-27 02:33:45 UTC (rev 20696) @@ -0,0 +1,6 @@ +[Name] Font-Sony-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:45 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:45 -0800 Subject: [recipes-commits] r20695 - in trunk/Font-Screen-Cyrillic: . 1.0.4 1.0.4/Resources Message-ID: <20120227023345.E8C9698A67@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:45 -0800 (Sun, 26 Feb 2012) New Revision: 20695 Added: trunk/Font-Screen-Cyrillic/1.0.4/ trunk/Font-Screen-Cyrillic/1.0.4/Resources/Description Removed: trunk/Font-Screen-Cyrillic/1.0.4/ Modified: trunk/Font-Screen-Cyrillic/1.0.4/Recipe Log: Recipe for Font-Screen-Cyrillic 1.0.4 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Screen-Cyrillic/1.0.4 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Screen-Cyrillic/1.0.4/Recipe =================================================================== --- trunk/Font-Screen-Cyrillic/1.0.2/Recipe 2011-02-01 22:29:16 UTC (rev 19588) +++ trunk/Font-Screen-Cyrillic/1.0.4/Recipe 2012-02-27 02:33:45 UTC (rev 20695) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.2 by Jonas Karlsson , on Tue Jan 12 02:00:42 CET 2010 +# Recipe for version 1.0.4 by Diogo Lima , on Sat Jan 29 09:19:34 BRST 2011 # Recipe (MakeRecipe) for Font-Screen-Cyrillic by Lucas C. Villa Real , on Sun Jun 4 15:30:37 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/archive/individual/font/font-screen-cyrillic-1.0.2.tar.bz2" -file_size=93560 -file_md5=c912a976b66073acd80c9d5c624f3aae +url="http://xorg.freedesktop.org/archive/individual/font/font-screen-cyrillic-1.0.4.tar.bz2" +file_size=103168 +file_md5=6f3fdcf2454bf08128a651914b7948ca recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Screen-Cyrillic/1.0.4/Resources/Description =================================================================== --- trunk/Font-Screen-Cyrillic/1.0.4/Resources/Description (rev 0) +++ trunk/Font-Screen-Cyrillic/1.0.4/Resources/Description 2012-02-27 02:33:45 UTC (rev 20695) @@ -0,0 +1,6 @@ +[Name] Font-Screen-Cyrillic +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:46 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:46 -0800 Subject: [recipes-commits] r20697 - in trunk/Font-Winitzki-Cyrillic: . 1.0.3 1.0.3/Resources Message-ID: <20120227023346.246D998A67@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:45 -0800 (Sun, 26 Feb 2012) New Revision: 20697 Added: trunk/Font-Winitzki-Cyrillic/1.0.3/ trunk/Font-Winitzki-Cyrillic/1.0.3/Resources/Description Removed: trunk/Font-Winitzki-Cyrillic/1.0.3/ Modified: trunk/Font-Winitzki-Cyrillic/1.0.3/Recipe Log: Recipe for Font-Winitzki-Cyrillic 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Winitzki-Cyrillic/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Winitzki-Cyrillic/1.0.3/Recipe =================================================================== --- trunk/Font-Winitzki-Cyrillic/1.0.1/Recipe 2011-02-01 22:29:35 UTC (rev 19596) +++ trunk/Font-Winitzki-Cyrillic/1.0.3/Recipe 2012-02-27 02:33:45 UTC (rev 20697) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 02:02:21 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:20:32 BRST 2011 # Recipe (MakeRecipe) for Font-Winitzki-Cyrillic by Lucas C. Villa Real , on Sun Jun 4 15:32:39 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-winitzki-cyrillic-1.0.1.tar.bz2" -file_size=91022 -file_md5=92bf4ecb373faac545cef2dcbe40be35 +url="http://xorg.freedesktop.org/releases/individual/font/font-winitzki-cyrillic-1.0.3.tar.bz2" +file_size=100564 +file_md5=829a3159389b7f96f629e5388bfee67b recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Winitzki-Cyrillic/1.0.3/Resources/Description =================================================================== --- trunk/Font-Winitzki-Cyrillic/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Winitzki-Cyrillic/1.0.3/Resources/Description 2012-02-27 02:33:45 UTC (rev 20697) @@ -0,0 +1,6 @@ +[Name] Font-Winitzki-Cyrillic +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:47 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:47 -0800 Subject: [recipes-commits] r20700 - revisions/Font-Winitzki-Cyrillic Message-ID: <20120227023347.7EF2E98A6A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:47 -0800 (Sun, 26 Feb 2012) New Revision: 20700 Added: revisions/Font-Winitzki-Cyrillic/1.0.3-r2/ Log: Committing revision 2 of Font-Winitzki-Cyrillic 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:46 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:46 -0800 Subject: [recipes-commits] r20698 - revisions/Font-XFree86-Type1 Message-ID: <20120227023346.8426D98A67@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:46 -0800 (Sun, 26 Feb 2012) New Revision: 20698 Added: revisions/Font-XFree86-Type1/1.0.4-r2/ Log: Committing revision 2 of Font-XFree86-Type1 1.0.4 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:46 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:46 -0800 Subject: [recipes-commits] r20699 - in trunk/Font-Sun-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023346.A4E2998A67@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:46 -0800 (Sun, 26 Feb 2012) New Revision: 20699 Added: trunk/Font-Sun-Misc/1.0.3/ trunk/Font-Sun-Misc/1.0.3/Resources/Description Removed: trunk/Font-Sun-Misc/1.0.3/ Modified: trunk/Font-Sun-Misc/1.0.3/Recipe Log: Recipe for Font-Sun-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Sun-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Sun-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-Sun-Misc/1.0.1/Recipe 2011-02-01 22:29:24 UTC (rev 19594) +++ trunk/Font-Sun-Misc/1.0.3/Recipe 2012-02-27 02:33:46 UTC (rev 20699) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 02:01:47 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:20:11 BRST 2011 # Recipe (MakeRecipe) for Font-Sun-Misc by Lucas C. Villa Real , on Sun Jun 4 15:31:21 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-sun-misc-1.0.1.tar.bz2" -file_size=106838 -file_md5=5a185c5549a650bf062d343e128682ca +url="http://xorg.freedesktop.org/releases/individual/font/font-sun-misc-1.0.3.tar.bz2" +file_size=116360 +file_md5=948f2e07810b4f31195185921470f68d recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Sun-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-Sun-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Sun-Misc/1.0.3/Resources/Description 2012-02-27 02:33:46 UTC (rev 20699) @@ -0,0 +1,6 @@ +[Name] Font-Sun-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:33:47 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:47 -0800 Subject: [recipes-commits] r20701 - revisions/Font-Sony-Misc Message-ID: <20120227023347.98B2498A6A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:47 -0800 (Sun, 26 Feb 2012) New Revision: 20701 Added: revisions/Font-Sony-Misc/1.0.3-r2/ Log: Committing revision 2 of Font-Sony-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:47 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:47 -0800 Subject: [recipes-commits] r20702 - revisions/Font-Sun-Misc Message-ID: <20120227023347.B667798A6A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:47 -0800 (Sun, 26 Feb 2012) New Revision: 20702 Added: revisions/Font-Sun-Misc/1.0.3-r2/ Log: Committing revision 2 of Font-Sun-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:33:47 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:33:47 -0800 Subject: [recipes-commits] r20703 - revisions/Font-Screen-Cyrillic Message-ID: <20120227023347.C52A698A6A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:33:47 -0800 (Sun, 26 Feb 2012) New Revision: 20703 Added: revisions/Font-Screen-Cyrillic/1.0.4-r2/ Log: Committing revision 2 of Font-Screen-Cyrillic 1.0.4 From recipebot at svn.gobolinux.org Mon Feb 27 15:35:15 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:15 -0800 Subject: [recipes-commits] r20704 - in trunk/Font-Adobe-100dpi: . 1.0.3 1.0.3/Resources Message-ID: <20120227023515.34B4098739@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:14 -0800 (Sun, 26 Feb 2012) New Revision: 20704 Added: trunk/Font-Adobe-100dpi/1.0.3/ trunk/Font-Adobe-100dpi/1.0.3/Resources/Description Removed: trunk/Font-Adobe-100dpi/1.0.3/ Modified: trunk/Font-Adobe-100dpi/1.0.3/Recipe Log: Recipe for Font-Adobe-100dpi 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Adobe-100dpi/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Adobe-100dpi/1.0.3/Recipe =================================================================== --- trunk/Font-Adobe-100dpi/1.0.1/Recipe 2011-02-01 22:25:59 UTC (rev 19525) +++ trunk/Font-Adobe-100dpi/1.0.3/Recipe 2012-02-27 02:35:14 UTC (rev 20704) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:36:37 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:08:23 BRST 2011 # Recipe (MakeRecipe) for Font-Adobe-100dpi by Lucas C. Villa Real , on Sun Jun 4 15:01:52 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-adobe-100dpi-1.0.1.tar.bz2" -file_size=1119575 -file_md5=c754c3f4a5e08442bf6972b9466625ed +url="http://xorg.freedesktop.org/releases/individual/font/font-adobe-100dpi-1.0.3.tar.bz2" +file_size=1113104 +file_md5=1347c3031b74c9e91dc4dfa53b12f143 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Adobe-100dpi/1.0.3/Resources/Description =================================================================== --- trunk/Font-Adobe-100dpi/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Adobe-100dpi/1.0.3/Resources/Description 2012-02-27 02:35:14 UTC (rev 20704) @@ -0,0 +1,6 @@ +[Name] Font-Adobe-100dpi +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:35:19 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:19 -0800 Subject: [recipes-commits] r20705 - revisions/Font-Adobe-100dpi Message-ID: <20120227023519.5F99C98739@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:19 -0800 (Sun, 26 Feb 2012) New Revision: 20705 Added: revisions/Font-Adobe-100dpi/1.0.3-r2/ Log: Committing revision 2 of Font-Adobe-100dpi 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:35:20 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:20 -0800 Subject: [recipes-commits] r20706 - in trunk/Font-Adobe-75dpi: . 1.0.3 1.0.3/Resources Message-ID: <20120227023521.0F6CC98953@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:20 -0800 (Sun, 26 Feb 2012) New Revision: 20706 Added: trunk/Font-Adobe-75dpi/1.0.3/ trunk/Font-Adobe-75dpi/1.0.3/Resources/Description Removed: trunk/Font-Adobe-75dpi/1.0.3/ Modified: trunk/Font-Adobe-75dpi/1.0.3/Recipe Log: Recipe for Font-Adobe-75dpi 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Adobe-75dpi/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Adobe-75dpi/1.0.3/Recipe =================================================================== --- trunk/Font-Adobe-75dpi/1.0.1/Recipe 2011-02-01 22:25:47 UTC (rev 19524) +++ trunk/Font-Adobe-75dpi/1.0.3/Recipe 2012-02-27 02:35:20 UTC (rev 20706) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:36:08 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:08:00 BRST 2011 # Recipe (MakeRecipe) for Font-Adobe-75dpi by Lucas C. Villa Real , on Sun Jun 4 14:57:27 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-adobe-75dpi-1.0.1.tar.bz2" -file_size=907258 -file_md5=a47681c97bd012196691c95e34d400f1 +url="http://xorg.freedesktop.org/releases/individual/font/font-adobe-75dpi-1.0.3.tar.bz2" +file_size=889542 +file_md5=6c9f26c92393c0756f3e8d614713495b recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Adobe-75dpi/1.0.3/Resources/Description =================================================================== --- trunk/Font-Adobe-75dpi/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Adobe-75dpi/1.0.3/Resources/Description 2012-02-27 02:35:20 UTC (rev 20706) @@ -0,0 +1,6 @@ +[Name] Font-Adobe-75dpi +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:35:22 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:22 -0800 Subject: [recipes-commits] r20707 - revisions/Font-Adobe-75dpi Message-ID: <20120227023522.6C1F898953@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:22 -0800 (Sun, 26 Feb 2012) New Revision: 20707 Added: revisions/Font-Adobe-75dpi/1.0.3-r2/ Log: Committing revision 2 of Font-Adobe-75dpi 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:35:23 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:23 -0800 Subject: [recipes-commits] r20709 - revisions/Font-Adobe-Utopia-75dpi Message-ID: <20120227023523.731B6988AC@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:23 -0800 (Sun, 26 Feb 2012) New Revision: 20709 Added: revisions/Font-Adobe-Utopia-75dpi/1.0.4-r2/ Log: Committing revision 2 of Font-Adobe-Utopia-75dpi 1.0.4 From recipebot at svn.gobolinux.org Mon Feb 27 15:35:22 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:22 -0800 Subject: [recipes-commits] r20708 - in trunk/Font-Adobe-Utopia-75dpi: . 1.0.4 1.0.4/Resources Message-ID: <20120227023522.CB49998953@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:22 -0800 (Sun, 26 Feb 2012) New Revision: 20708 Added: trunk/Font-Adobe-Utopia-75dpi/1.0.4/ trunk/Font-Adobe-Utopia-75dpi/1.0.4/Resources/Description Removed: trunk/Font-Adobe-Utopia-75dpi/1.0.4/ Modified: trunk/Font-Adobe-Utopia-75dpi/1.0.4/Recipe Log: Recipe for Font-Adobe-Utopia-75dpi 1.0.4 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Adobe-Utopia-75dpi/1.0.4 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Adobe-Utopia-75dpi/1.0.4/Recipe =================================================================== --- trunk/Font-Adobe-Utopia-75dpi/1.0.2/Recipe 2011-02-01 22:26:00 UTC (rev 19526) +++ trunk/Font-Adobe-Utopia-75dpi/1.0.4/Recipe 2012-02-27 02:35:22 UTC (rev 20708) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.2 by Jonas Karlsson , on Tue Jan 12 01:37:01 CET 2010 +# Recipe for version 1.0.4 by Diogo Lima , on Sat Jan 29 09:08:47 BRST 2011 # Recipe (MakeRecipe) for Font-Adobe-Utopia-75dpi by Lucas C. Villa Real , on Sun Jun 4 15:02:50 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-75dpi-1.0.2.tar.bz2" -file_size=272028 -file_md5=71dffebeeb702d10876555c361fb69cf +url="http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.bz2" +file_size=273484 +file_md5=e99276db3e7cef6dccc8a57bc68aeba7 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Adobe-Utopia-75dpi/1.0.4/Resources/Description =================================================================== --- trunk/Font-Adobe-Utopia-75dpi/1.0.4/Resources/Description (rev 0) +++ trunk/Font-Adobe-Utopia-75dpi/1.0.4/Resources/Description 2012-02-27 02:35:22 UTC (rev 20708) @@ -0,0 +1,6 @@ +[Name] Font-Adobe-Utopia-75dpi +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:35:37 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:37 -0800 Subject: [recipes-commits] r20710 - in trunk/Font-Adobe-Utopia-100dpi: . 1.0.4 1.0.4/Resources Message-ID: <20120227023538.0F6DE98A5C@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:37 -0800 (Sun, 26 Feb 2012) New Revision: 20710 Added: trunk/Font-Adobe-Utopia-100dpi/1.0.4/ trunk/Font-Adobe-Utopia-100dpi/1.0.4/Resources/Description Removed: trunk/Font-Adobe-Utopia-100dpi/1.0.4/ Modified: trunk/Font-Adobe-Utopia-100dpi/1.0.4/Recipe Log: Recipe for Font-Adobe-Utopia-100dpi 1.0.4 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Adobe-Utopia-100dpi/1.0.4 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Adobe-Utopia-100dpi/1.0.4/Recipe =================================================================== --- trunk/Font-Adobe-Utopia-100dpi/1.0.2/Recipe 2011-02-01 22:26:03 UTC (rev 19529) +++ trunk/Font-Adobe-Utopia-100dpi/1.0.4/Recipe 2012-02-27 02:35:37 UTC (rev 20710) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.2 by Jonas Karlsson , on Tue Jan 12 01:37:25 CET 2010 +# Recipe for version 1.0.4 by Diogo Lima , on Sat Jan 29 09:09:19 BRST 2011 # Recipe (MakeRecipe) for Font-Adobe-Utopia-1000dpi by Lucas C. Villa Real , on Sun Jun 4 15:06:08 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-100dpi-1.0.2.tar.bz2" -file_size=349250 -file_md5=1c3a2c26bd3f6e406fbadc7380efa369 +url="http://xorg.freedesktop.org/releases/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2" +file_size=353852 +file_md5=66fb6de561648a6dce2755621d6aea17 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Adobe-Utopia-100dpi/1.0.4/Resources/Description =================================================================== --- trunk/Font-Adobe-Utopia-100dpi/1.0.4/Resources/Description (rev 0) +++ trunk/Font-Adobe-Utopia-100dpi/1.0.4/Resources/Description 2012-02-27 02:35:37 UTC (rev 20710) @@ -0,0 +1,6 @@ +[Name] Font-Adobe-Utopia-100dpi +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:35:39 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:39 -0800 Subject: [recipes-commits] r20711 - revisions/Font-Adobe-Utopia-100dpi Message-ID: <20120227023539.BFF5D989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:39 -0800 (Sun, 26 Feb 2012) New Revision: 20711 Added: revisions/Font-Adobe-Utopia-100dpi/1.0.4-r2/ Log: Committing revision 2 of Font-Adobe-Utopia-100dpi 1.0.4 From recipebot at svn.gobolinux.org Mon Feb 27 15:35:39 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:39 -0800 Subject: [recipes-commits] r20713 - in trunk/Font-Arabic-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023539.F39A398A5C@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:39 -0800 (Sun, 26 Feb 2012) New Revision: 20713 Added: trunk/Font-Arabic-Misc/1.0.3/ trunk/Font-Arabic-Misc/1.0.3/Resources/Description Removed: trunk/Font-Arabic-Misc/1.0.3/ Modified: trunk/Font-Arabic-Misc/1.0.3/Recipe Log: Recipe for Font-Arabic-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Arabic-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Arabic-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-Arabic-Misc/1.0.1/Recipe 2011-02-01 22:26:44 UTC (rev 19538) +++ trunk/Font-Arabic-Misc/1.0.3/Recipe 2012-02-27 02:35:39 UTC (rev 20713) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:38:24 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:10:38 BRST 2011 # Recipe (MakeRecipe) for Font-Arabic-Misc by Lucas C. Villa Real , on Sun Jun 4 15:11:29 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-arabic-misc-1.0.1.tar.bz2" -file_size=102626 -file_md5=817ceb99636c873ad7679fe2a468678d +url="http://xorg.freedesktop.org/releases/individual/font/font-arabic-misc-1.0.3.tar.bz2" +file_size=112136 +file_md5=cc0726e4a277d6ed93b8e09c1f195470 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Arabic-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-Arabic-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Arabic-Misc/1.0.3/Resources/Description 2012-02-27 02:35:39 UTC (rev 20713) @@ -0,0 +1,6 @@ +[Name] Font-Arabic-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:35:41 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:41 -0800 Subject: [recipes-commits] r20714 - revisions/Font-BH-100dpi Message-ID: <20120227023541.757E5989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:41 -0800 (Sun, 26 Feb 2012) New Revision: 20714 Added: revisions/Font-BH-100dpi/1.0.3-r2/ Log: Committing revision 2 of Font-BH-100dpi 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:35:41 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:41 -0800 Subject: [recipes-commits] r20715 - revisions/Font-Arabic-Misc Message-ID: <20120227023541.8510F989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:41 -0800 (Sun, 26 Feb 2012) New Revision: 20715 Added: revisions/Font-Arabic-Misc/1.0.3-r2/ Log: Committing revision 2 of Font-Arabic-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:35:39 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:39 -0800 Subject: [recipes-commits] r20712 - in trunk/Font-BH-100dpi: . 1.0.3 1.0.3/Resources Message-ID: <20120227023539.D695B98A5C@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:39 -0800 (Sun, 26 Feb 2012) New Revision: 20712 Added: trunk/Font-BH-100dpi/1.0.3/ trunk/Font-BH-100dpi/1.0.3/Resources/Description Removed: trunk/Font-BH-100dpi/1.0.3/ Modified: trunk/Font-BH-100dpi/1.0.3/Recipe Log: Recipe for Font-BH-100dpi 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-BH-100dpi/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-BH-100dpi/1.0.3/Recipe =================================================================== --- trunk/Font-BH-100dpi/1.0.1/Recipe 2011-02-01 22:26:50 UTC (rev 19541) +++ trunk/Font-BH-100dpi/1.0.3/Recipe 2012-02-27 02:35:39 UTC (rev 20712) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:39:03 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:11:23 BRST 2011 # Recipe (MakeRecipe) for Font-BH-100dpi by Lucas C. Villa Real , on Sun Jun 4 15:12:54 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-bh-100dpi-1.0.1.tar.bz2" -file_size=724728 -file_md5=8af580b87e17ddacdf0ce3d775248387 +url="http://xorg.freedesktop.org/releases/individual/font/font-bh-100dpi-1.0.3.tar.bz2" +file_size=713206 +file_md5=9f11ade089d689b9d59e0f47d26f39cd recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-BH-100dpi/1.0.3/Resources/Description =================================================================== --- trunk/Font-BH-100dpi/1.0.3/Resources/Description (rev 0) +++ trunk/Font-BH-100dpi/1.0.3/Resources/Description 2012-02-27 02:35:39 UTC (rev 20712) @@ -0,0 +1,6 @@ +[Name] Font-BH-100dpi +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:35:49 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:49 -0800 Subject: [recipes-commits] r20717 - revisions/Font-BH-75dpi Message-ID: <20120227023549.AB957989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:49 -0800 (Sun, 26 Feb 2012) New Revision: 20717 Added: revisions/Font-BH-75dpi/1.0.3-r2/ Log: Committing revision 2 of Font-BH-75dpi 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:35:50 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:50 -0800 Subject: [recipes-commits] r20719 - revisions/Font-BH-LucidaTypeWriter-75dpi Message-ID: <20120227023550.72934989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:50 -0800 (Sun, 26 Feb 2012) New Revision: 20719 Added: revisions/Font-BH-LucidaTypeWriter-75dpi/1.0.3-r2/ Log: Committing revision 2 of Font-BH-LucidaTypeWriter-75dpi 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:35:48 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:48 -0800 Subject: [recipes-commits] r20716 - in trunk/Font-BH-75dpi: . 1.0.3 1.0.3/Resources Message-ID: <20120227023548.C3712989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:48 -0800 (Sun, 26 Feb 2012) New Revision: 20716 Added: trunk/Font-BH-75dpi/1.0.3/ trunk/Font-BH-75dpi/1.0.3/Resources/Description Removed: trunk/Font-BH-75dpi/1.0.3/ Modified: trunk/Font-BH-75dpi/1.0.3/Recipe Log: Recipe for Font-BH-75dpi 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-BH-75dpi/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-BH-75dpi/1.0.3/Recipe =================================================================== --- trunk/Font-BH-75dpi/1.0.1/Recipe 2011-02-01 22:26:48 UTC (rev 19540) +++ trunk/Font-BH-75dpi/1.0.3/Recipe 2012-02-27 02:35:48 UTC (rev 20716) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:38:48 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:11:00 BRST 2011 # Recipe (MakeRecipe) for Font-BH-75dpi by Lucas C. Villa Real , on Sun Jun 4 15:12:15 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-bh-75dpi-1.0.1.tar.bz2" -file_size=556208 -file_md5=53785d2688392aec5cba79fc0ddb23a2 +url="http://xorg.freedesktop.org/releases/individual/font/font-bh-75dpi-1.0.3.tar.bz2" +file_size=553016 +file_md5=565494fc3b6ac08010201d79c677a7a7 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-BH-75dpi/1.0.3/Resources/Description =================================================================== --- trunk/Font-BH-75dpi/1.0.3/Resources/Description (rev 0) +++ trunk/Font-BH-75dpi/1.0.3/Resources/Description 2012-02-27 02:35:48 UTC (rev 20716) @@ -0,0 +1,6 @@ +[Name] Font-BH-75dpi +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:35:51 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:51 -0800 Subject: [recipes-commits] r20721 - revisions/Font-BH-LucidaTypeWriter-100dpi Message-ID: <20120227023551.6CDBB989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:51 -0800 (Sun, 26 Feb 2012) New Revision: 20721 Added: revisions/Font-BH-LucidaTypeWriter-100dpi/1.0.3-r2/ Log: Committing revision 2 of Font-BH-LucidaTypeWriter-100dpi 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:35:49 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:49 -0800 Subject: [recipes-commits] r20718 - in trunk/Font-BH-LucidaTypeWriter-75dpi: . 1.0.3 1.0.3/Resources Message-ID: <20120227023549.C9A90989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:49 -0800 (Sun, 26 Feb 2012) New Revision: 20718 Added: trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.3/ trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.3/Resources/Description Removed: trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.3/ Modified: trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.3/Recipe Log: Recipe for Font-BH-LucidaTypeWriter-75dpi 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.3/Recipe =================================================================== --- trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.1/Recipe 2011-02-01 22:26:51 UTC (rev 19542) +++ trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.3/Recipe 2012-02-27 02:35:49 UTC (rev 20718) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:39:22 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:11:51 BRST 2011 # Recipe (MakeRecipe) for Font-BH-LucidaTypeWriter-75dpi by Lucas C. Villa Real , on Sun Jun 4 15:13:49 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-75dpi-1.0.1.tar.bz2" -file_size=212451 -file_md5=6397062f2b346ce5bbe5472f3353a9a9 +url="http://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2" +file_size=219511 +file_md5=f6d65758ac9eb576ae49ab24c5e9019a recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.3/Resources/Description =================================================================== --- trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.3/Resources/Description (rev 0) +++ trunk/Font-BH-LucidaTypeWriter-75dpi/1.0.3/Resources/Description 2012-02-27 02:35:49 UTC (rev 20718) @@ -0,0 +1,6 @@ +[Name] Font-BH-LucidaTypeWriter-75dpi +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:35:50 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:35:50 -0800 Subject: [recipes-commits] r20720 - in trunk/Font-BH-LucidaTypeWriter-100dpi: . 1.0.3 1.0.3/Resources Message-ID: <20120227023550.8F105989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:35:50 -0800 (Sun, 26 Feb 2012) New Revision: 20720 Added: trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.3/ trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.3/Resources/Description Removed: trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.3/ Modified: trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.3/Recipe Log: Recipe for Font-BH-LucidaTypeWriter-100dpi 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.3/Recipe =================================================================== --- trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.1/Recipe 2011-02-01 22:26:55 UTC (rev 19545) +++ trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.3/Recipe 2012-02-27 02:35:50 UTC (rev 20720) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:39:42 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:12:07 BRST 2011 # Recipe (MakeRecipe) for Font-BH-LucidaTypeWriter-100dpi by Lucas C. Villa Real , on Sun Jun 4 15:14:20 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-100dpi-1.0.1.tar.bz2" -file_size=243386 -file_md5=a2b3951dbc6ddb2e4c7e09519dd13333 +url="http://xorg.freedesktop.org/releases/individual/font/font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2" +file_size=245807 +file_md5=c8b73a53dcefe3e8d3907d3500e484a9 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.3/Resources/Description =================================================================== --- trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.3/Resources/Description (rev 0) +++ trunk/Font-BH-LucidaTypeWriter-100dpi/1.0.3/Resources/Description 2012-02-27 02:35:50 UTC (rev 20720) @@ -0,0 +1,6 @@ +[Name] Font-BH-LucidaTypeWriter-100dpi +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:36:07 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:07 -0800 Subject: [recipes-commits] r20723 - in trunk/Font-BH-TTF: . 1.0.3 1.0.3/Resources Message-ID: <20120227023607.99B4598924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:07 -0800 (Sun, 26 Feb 2012) New Revision: 20723 Added: trunk/Font-BH-TTF/1.0.3/ trunk/Font-BH-TTF/1.0.3/Resources/Description Removed: trunk/Font-BH-TTF/1.0.3/ Modified: trunk/Font-BH-TTF/1.0.3/Recipe Log: Recipe for Font-BH-TTF 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-BH-TTF/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-BH-TTF/1.0.3/Recipe =================================================================== --- trunk/Font-BH-TTF/1.0.1/Recipe 2011-02-01 22:26:58 UTC (rev 19548) +++ trunk/Font-BH-TTF/1.0.3/Recipe 2012-02-27 02:36:07 UTC (rev 20723) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:40:03 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:12:37 BRST 2011 # Recipe (MakeRecipe) for Font-BH-TTF by Lucas C. Villa Real , on Sun Jun 4 15:16:40 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-1.0.1.tar.bz2" -file_size=453024 -file_md5=664df71cb510b744b4a10e778445c37b +url="http://xorg.freedesktop.org/releases/individual/font/font-bh-ttf-1.0.3.tar.bz2" +file_size=465351 +file_md5=e8ca58ea0d3726b94fe9f2c17344be60 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-BH-TTF/1.0.3/Resources/Description =================================================================== --- trunk/Font-BH-TTF/1.0.3/Resources/Description (rev 0) +++ trunk/Font-BH-TTF/1.0.3/Resources/Description 2012-02-27 02:36:07 UTC (rev 20723) @@ -0,0 +1,6 @@ +[Name] Font-BH-TTF +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:36:08 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:08 -0800 Subject: [recipes-commits] r20724 - revisions/Font-BH-Type1 Message-ID: <20120227023608.6FA1C989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:08 -0800 (Sun, 26 Feb 2012) New Revision: 20724 Added: revisions/Font-BH-Type1/1.0.3-r2/ Log: Committing revision 2 of Font-BH-Type1 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:36:07 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:07 -0800 Subject: [recipes-commits] r20722 - in trunk/Font-BH-Type1: . 1.0.3 1.0.3/Resources Message-ID: <20120227023607.8921D98924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:07 -0800 (Sun, 26 Feb 2012) New Revision: 20722 Added: trunk/Font-BH-Type1/1.0.3/ trunk/Font-BH-Type1/1.0.3/Resources/Description Removed: trunk/Font-BH-Type1/1.0.3/ Modified: trunk/Font-BH-Type1/1.0.3/Recipe Log: Recipe for Font-BH-Type1 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-BH-Type1/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-BH-Type1/1.0.3/Recipe =================================================================== --- trunk/Font-BH-Type1/1.0.1/Recipe 2011-02-01 22:27:00 UTC (rev 19549) +++ trunk/Font-BH-Type1/1.0.3/Recipe 2012-02-27 02:36:07 UTC (rev 20722) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:40:37 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:12:55 BRST 2011 # Recipe (MakeRecipe) for Font-BH-Type1 by Lucas C. Villa Real , on Sun Jun 4 15:17:12 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-bh-type1-1.0.1.tar.bz2" -file_size=634075 -file_md5=374d954c61363206c93d1ce7e9445c31 +url="http://xorg.freedesktop.org/releases/individual/font/font-bh-type1-1.0.3.tar.bz2" +file_size=637337 +file_md5=53ed9a42388b7ebb689bdfc374f96a22 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-BH-Type1/1.0.3/Resources/Description =================================================================== --- trunk/Font-BH-Type1/1.0.3/Resources/Description (rev 0) +++ trunk/Font-BH-Type1/1.0.3/Resources/Description 2012-02-27 02:36:07 UTC (rev 20722) @@ -0,0 +1,6 @@ +[Name] Font-BH-Type1 +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:36:08 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:08 -0800 Subject: [recipes-commits] r20725 - revisions/Font-BH-TTF Message-ID: <20120227023608.7ED6C989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:08 -0800 (Sun, 26 Feb 2012) New Revision: 20725 Added: revisions/Font-BH-TTF/1.0.3-r2/ Log: Committing revision 2 of Font-BH-TTF 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:36:22 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:22 -0800 Subject: [recipes-commits] r20728 - in trunk/Font-Bitstream-100dpi: . 1.0.3 1.0.3/Resources Message-ID: <20120227023622.A933198924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:22 -0800 (Sun, 26 Feb 2012) New Revision: 20728 Added: trunk/Font-Bitstream-100dpi/1.0.3/ trunk/Font-Bitstream-100dpi/1.0.3/Resources/Description Removed: trunk/Font-Bitstream-100dpi/1.0.3/ Modified: trunk/Font-Bitstream-100dpi/1.0.3/Recipe Log: Recipe for Font-Bitstream-100dpi 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Bitstream-100dpi/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Bitstream-100dpi/1.0.3/Recipe =================================================================== --- trunk/Font-Bitstream-100dpi/1.0.1/Recipe 2011-02-01 22:27:12 UTC (rev 19556) +++ trunk/Font-Bitstream-100dpi/1.0.3/Recipe 2012-02-27 02:36:22 UTC (rev 20728) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:41:16 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:13:50 BRST 2011 # Recipe (MakeRecipe) for Font-Bitstream-100dpi by Lucas C. Villa Real , on Sun Jun 4 15:18:21 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-bitstream-100dpi-1.0.1.tar.bz2" -file_size=191682 -file_md5=3b8748f8029c53595e4a4a1b23fa790a +url="http://xorg.freedesktop.org/releases/individual/font/font-bitstream-100dpi-1.0.3.tar.bz2" +file_size=200276 +file_md5=6b223a54b15ecbd5a1bc52312ad790d8 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Bitstream-100dpi/1.0.3/Resources/Description =================================================================== --- trunk/Font-Bitstream-100dpi/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Bitstream-100dpi/1.0.3/Resources/Description 2012-02-27 02:36:22 UTC (rev 20728) @@ -0,0 +1,6 @@ +[Name] Font-Bitstream-100dpi +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:36:23 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:23 -0800 Subject: [recipes-commits] r20729 - revisions/Font-Bitstream-100dpi Message-ID: <20120227023623.6B95B98924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:23 -0800 (Sun, 26 Feb 2012) New Revision: 20729 Added: revisions/Font-Bitstream-100dpi/1.0.3-r2/ Log: Committing revision 2 of Font-Bitstream-100dpi 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:36:14 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:14 -0800 Subject: [recipes-commits] r20727 - revisions/Font-Bitstream-75dpi Message-ID: <20120227023614.73EFF989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:14 -0800 (Sun, 26 Feb 2012) New Revision: 20727 Added: revisions/Font-Bitstream-75dpi/1.0.3-r2/ Log: Committing revision 2 of Font-Bitstream-75dpi 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:36:29 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:29 -0800 Subject: [recipes-commits] r20731 - in trunk/Font-Cursor-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023629.BAE6F98924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:29 -0800 (Sun, 26 Feb 2012) New Revision: 20731 Added: trunk/Font-Cursor-Misc/1.0.3/ trunk/Font-Cursor-Misc/1.0.3/Resources/Description Removed: trunk/Font-Cursor-Misc/1.0.3/ Modified: trunk/Font-Cursor-Misc/1.0.3/Recipe Log: Recipe for Font-Cursor-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Cursor-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Cursor-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-Cursor-Misc/1.0.1/Recipe 2011-02-01 22:27:56 UTC (rev 19560) +++ trunk/Font-Cursor-Misc/1.0.3/Recipe 2012-02-27 02:36:29 UTC (rev 20731) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:50:12 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:15:11 BRST 2011 # Recipe (MakeRecipe) for Font-Cursor-Misc by Lucas C. Villa Real , on Sun Jun 4 15:20:41 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-cursor-misc-1.0.1.tar.bz2" -file_size=92547 -file_md5=13c21c4d74155c662152a1a74f249d96 +url="http://xorg.freedesktop.org/releases/individual/font/font-cursor-misc-1.0.3.tar.bz2" +file_size=102041 +file_md5=3e0069d4f178a399cffe56daa95c2b63 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Cursor-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-Cursor-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Cursor-Misc/1.0.3/Resources/Description 2012-02-27 02:36:29 UTC (rev 20731) @@ -0,0 +1,6 @@ +[Name] Font-Cursor-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:36:30 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:30 -0800 Subject: [recipes-commits] r20736 - revisions/Font-Bitstream-Speedo Message-ID: <20120227023630.A393D98924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:30 -0800 (Sun, 26 Feb 2012) New Revision: 20736 Added: revisions/Font-Bitstream-Speedo/1.0.2-r2/ Log: Committing revision 2 of Font-Bitstream-Speedo 1.0.2 From recipebot at svn.gobolinux.org Mon Feb 27 15:36:29 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:29 -0800 Subject: [recipes-commits] r20732 - in trunk/Font-Bitstream-Speedo: . 1.0.2 1.0.2/Resources Message-ID: <20120227023629.CE6CD98924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:29 -0800 (Sun, 26 Feb 2012) New Revision: 20732 Added: trunk/Font-Bitstream-Speedo/1.0.2/ trunk/Font-Bitstream-Speedo/1.0.2/Resources/Description Removed: trunk/Font-Bitstream-Speedo/1.0.2/ Modified: trunk/Font-Bitstream-Speedo/1.0.2/Recipe Log: Recipe for Font-Bitstream-Speedo 1.0.2 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Bitstream-Speedo/1.0.2 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Bitstream-Speedo/1.0.2/Recipe =================================================================== --- trunk/Font-Bitstream-Speedo/1.0.1/Recipe 2011-02-01 22:27:12 UTC (rev 19556) +++ trunk/Font-Bitstream-Speedo/1.0.2/Recipe 2012-02-27 02:36:29 UTC (rev 20732) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:41:35 CET 2010 +# Recipe for version 1.0.2 by Diogo Lima , on Sat Jan 29 09:14:10 BRST 2011 # Recipe (MakeRecipe) for Font-Bitstream-Speedo by Lucas C. Villa Real , on Sun Jun 4 15:18:54 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-bitstream-speedo-1.0.1.tar.bz2" -file_size=391739 -file_md5=5b1856a24b1b46414950febc63880307 +url="http://xorg.freedesktop.org/releases/individual/font/font-bitstream-speedo-1.0.2.tar.bz2" +file_size=415776 +file_md5=13f6f107be164cfbf6be40d35ecf0c0f recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Bitstream-Speedo/1.0.2/Resources/Description =================================================================== --- trunk/Font-Bitstream-Speedo/1.0.2/Resources/Description (rev 0) +++ trunk/Font-Bitstream-Speedo/1.0.2/Resources/Description 2012-02-27 02:36:29 UTC (rev 20732) @@ -0,0 +1,6 @@ +[Name] Font-Bitstream-Speedo +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:36:30 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:30 -0800 Subject: [recipes-commits] r20734 - revisions/Font-DEC-Misc Message-ID: <20120227023630.89C9298924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:30 -0800 (Sun, 26 Feb 2012) New Revision: 20734 Added: revisions/Font-DEC-Misc/1.0.3-r3/ Log: Committing revision 3 of Font-DEC-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:36:30 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:30 -0800 Subject: [recipes-commits] r20735 - in trunk/Font-Bitstream-Type1: . 1.0.3 1.0.3/Resources Message-ID: <20120227023630.A7CAC989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:30 -0800 (Sun, 26 Feb 2012) New Revision: 20735 Added: trunk/Font-Bitstream-Type1/1.0.3/ trunk/Font-Bitstream-Type1/1.0.3/Resources/Description Removed: trunk/Font-Bitstream-Type1/1.0.3/ Modified: trunk/Font-Bitstream-Type1/1.0.3/Recipe Log: Recipe for Font-Bitstream-Type1 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Bitstream-Type1/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Bitstream-Type1/1.0.3/Recipe =================================================================== --- trunk/Font-Bitstream-Type1/1.0.1/Recipe 2011-02-01 22:27:12 UTC (rev 19556) +++ trunk/Font-Bitstream-Type1/1.0.3/Recipe 2012-02-27 02:36:30 UTC (rev 20735) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:41:59 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:14:30 BRST 2011 # Recipe (MakeRecipe) for Font-Bitstream-Type1 by Lucas C. Villa Real , on Sun Jun 4 15:19:38 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-bitstream-type1-1.0.1.tar.bz2" -file_size=407819 -file_md5=a4e8e229a051c0ede9eb525e4006d93a +url="http://xorg.freedesktop.org/releases/individual/font/font-bitstream-type1-1.0.3.tar.bz2" +file_size=415980 +file_md5=5e0c9895d69d2632e2170114f8283c11 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Bitstream-Type1/1.0.3/Resources/Description =================================================================== --- trunk/Font-Bitstream-Type1/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Bitstream-Type1/1.0.3/Resources/Description 2012-02-27 02:36:30 UTC (rev 20735) @@ -0,0 +1,6 @@ +[Name] Font-Bitstream-Type1 +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:36:12 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:12 -0800 Subject: [recipes-commits] r20726 - in trunk/Font-Bitstream-75dpi: . 1.0.3 1.0.3/Resources Message-ID: <20120227023612.E0968989E3@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:12 -0800 (Sun, 26 Feb 2012) New Revision: 20726 Added: trunk/Font-Bitstream-75dpi/1.0.3/ trunk/Font-Bitstream-75dpi/1.0.3/Resources/Description Removed: trunk/Font-Bitstream-75dpi/1.0.3/ Modified: trunk/Font-Bitstream-75dpi/1.0.3/Recipe Log: Recipe for Font-Bitstream-75dpi 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Bitstream-75dpi/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Bitstream-75dpi/1.0.3/Recipe =================================================================== --- trunk/Font-Bitstream-75dpi/1.0.1/Recipe 2011-02-01 22:27:05 UTC (rev 19550) +++ trunk/Font-Bitstream-75dpi/1.0.3/Recipe 2012-02-27 02:36:12 UTC (rev 20726) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:40:56 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:13:29 BRST 2011 # Recipe (MakeRecipe) for Font-Bitstream-75dpi by Lucas C. Villa Real , on Sun Jun 4 15:17:54 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-bitstream-75dpi-1.0.1.tar.bz2" -file_size=165702 -file_md5=aed54fb53d2d24aff10c92985286d1e5 +url="http://xorg.freedesktop.org/releases/individual/font/font-bitstream-75dpi-1.0.3.tar.bz2" +file_size=174603 +file_md5=d7c0588c26fac055c0dd683fdd65ac34 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Bitstream-75dpi/1.0.3/Resources/Description =================================================================== --- trunk/Font-Bitstream-75dpi/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Bitstream-75dpi/1.0.3/Resources/Description 2012-02-27 02:36:12 UTC (rev 20726) @@ -0,0 +1,6 @@ +[Name] Font-Bitstream-75dpi +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:36:30 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:30 -0800 Subject: [recipes-commits] r20733 - revisions/Font-Cursor-Misc Message-ID: <20120227023630.7A1EF98924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:30 -0800 (Sun, 26 Feb 2012) New Revision: 20733 Added: revisions/Font-Cursor-Misc/1.0.3-r2/ Log: Committing revision 2 of Font-Cursor-Misc 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:36:31 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:31 -0800 Subject: [recipes-commits] r20737 - revisions/Font-Bitstream-Type1 Message-ID: <20120227023631.6AF53986AA@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:31 -0800 (Sun, 26 Feb 2012) New Revision: 20737 Added: revisions/Font-Bitstream-Type1/1.0.3-r2/ Log: Committing revision 2 of Font-Bitstream-Type1 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:36:44 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:44 -0800 Subject: [recipes-commits] r20738 - in trunk/Font-Cronyx-Cyrillic: . 1.0.3 1.0.3/Resources Message-ID: <20120227023644.A79439893A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:44 -0800 (Sun, 26 Feb 2012) New Revision: 20738 Added: trunk/Font-Cronyx-Cyrillic/1.0.3/ trunk/Font-Cronyx-Cyrillic/1.0.3/Resources/Description Removed: trunk/Font-Cronyx-Cyrillic/1.0.3/ Modified: trunk/Font-Cronyx-Cyrillic/1.0.3/Recipe Log: Recipe for Font-Cronyx-Cyrillic 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-Cronyx-Cyrillic/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-Cronyx-Cyrillic/1.0.3/Recipe =================================================================== --- trunk/Font-Cronyx-Cyrillic/1.0.1/Recipe 2011-02-01 22:27:55 UTC (rev 19559) +++ trunk/Font-Cronyx-Cyrillic/1.0.3/Recipe 2012-02-27 02:36:44 UTC (rev 20738) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:49:51 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:14:50 BRST 2011 # Recipe (MakeRecipe) for Font-Cronyx-Cyrillic by Lucas C. Villa Real , on Sun Jun 4 15:20:17 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-cronyx-cyrillic-1.0.1.tar.bz2" -file_size=257247 -file_md5=15f86f5e572df21218617982eb4b3bfc +url="http://xorg.freedesktop.org/releases/individual/font/font-cronyx-cyrillic-1.0.3.tar.bz2" +file_size=262896 +file_md5=e452b94b59b9cfd49110bb49b6267fba recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-Cronyx-Cyrillic/1.0.3/Resources/Description =================================================================== --- trunk/Font-Cronyx-Cyrillic/1.0.3/Resources/Description (rev 0) +++ trunk/Font-Cronyx-Cyrillic/1.0.3/Resources/Description 2012-02-27 02:36:44 UTC (rev 20738) @@ -0,0 +1,6 @@ +[Name] Font-Cronyx-Cyrillic +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:36:45 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:45 -0800 Subject: [recipes-commits] r20739 - revisions/Font-Cronyx-Cyrillic Message-ID: <20120227023645.6908C98924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:45 -0800 (Sun, 26 Feb 2012) New Revision: 20739 Added: revisions/Font-Cronyx-Cyrillic/1.0.3-r2/ Log: Committing revision 2 of Font-Cronyx-Cyrillic 1.0.3 From recipebot at svn.gobolinux.org Mon Feb 27 15:36:28 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:36:28 -0800 Subject: [recipes-commits] r20730 - in trunk/Font-DEC-Misc: . 1.0.3 1.0.3/Resources Message-ID: <20120227023629.10F9498924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:36:28 -0800 (Sun, 26 Feb 2012) New Revision: 20730 Added: trunk/Font-DEC-Misc/1.0.3/ trunk/Font-DEC-Misc/1.0.3/Resources/Description Removed: trunk/Font-DEC-Misc/1.0.3/ Modified: trunk/Font-DEC-Misc/1.0.3/Recipe Log: Recipe for Font-DEC-Misc 1.0.3 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Font-DEC-Misc/1.0.3 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Font-DEC-Misc/1.0.3/Recipe =================================================================== --- trunk/Font-DEC-Misc/1.0.1/Recipe 2011-02-01 22:28:00 UTC (rev 19563) +++ trunk/Font-DEC-Misc/1.0.3/Recipe 2012-02-27 02:36:28 UTC (rev 20730) @@ -1,11 +1,14 @@ -# Recipe for version 1.0.1 by Jonas Karlsson , on Tue Jan 12 01:50:49 CET 2010 +# Recipe for version 1.0.3 by Diogo Lima , on Sat Jan 29 09:15:52 BRST 2011 # Recipe (MakeRecipe) for Font-DEC-Misc by Lucas C. Villa Real , on Sun Jun 4 15:22:11 BRT 2006 compile_version=1.11.0 -url="http://xorg.freedesktop.org/releases/individual/font/font-dec-misc-1.0.1.tar.bz2" -file_size=90258 -file_md5=05714516824c680ce747c6ef9d2fbbdd +url="http://xorg.freedesktop.org/releases/individual/font/font-dec-misc-1.0.3.tar.bz2" +file_size=99832 +file_md5=6e7c5108f1b16d7a1c7b2c9760edd6e5 recipe_type=configure part_of=Xorg-Font configure_options=( --with-fontrootdir="${target}/share/fonts" ) +install_variables=( + FCCACHE=true +) Added: trunk/Font-DEC-Misc/1.0.3/Resources/Description =================================================================== --- trunk/Font-DEC-Misc/1.0.3/Resources/Description (rev 0) +++ trunk/Font-DEC-Misc/1.0.3/Resources/Description 2012-02-27 02:36:28 UTC (rev 20730) @@ -0,0 +1,6 @@ +[Name] Font-DEC-Misc +[Summary] +[Description] +[License] Other +[Homepage] http://xorg.freedesktop.org/ + From recipebot at svn.gobolinux.org Mon Feb 27 15:37:32 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:37:32 -0800 Subject: [recipes-commits] r20740 - in trunk/Hdparm: . 9.39 9.39/Resources Message-ID: <20120227023732.985409868A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:37:32 -0800 (Sun, 26 Feb 2012) New Revision: 20740 Added: trunk/Hdparm/9.39/ Modified: trunk/Hdparm/9.39/Recipe trunk/Hdparm/9.39/Resources/BuildInformation Log: Recipe for Hdparm 9.39 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Hdparm/9.39 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Hdparm/9.39/Recipe =================================================================== --- trunk/Hdparm/9.12/Recipe 2012-02-27 02:36:45 UTC (rev 20739) +++ trunk/Hdparm/9.39/Recipe 2012-02-27 02:37:32 UTC (rev 20740) @@ -1,9 +1,9 @@ -# Recipe for version 9.12 by Laszlo Horvath , on Sun Mar 8 08:09:58 CET 2009 +# Recipe for version 9.39 by Andreas K?hler , on So 26. Feb 12:50:45 CET 2012 # Recipe (MakeRecipe) for Hdparm by Ozgur Ulukir, on Fri Dec 17 22:07:37 EET 2004 compile_version=1.8.2 -url="$httpSourceforge/hdparm/hdparm-9.12.tar.gz" -file_size=96536 -file_md5=4064cb2cc60b7bbdcea02ec163631068 +url="$httpSourceforge/hdparm/hdparm-9.39.tar.gz" +file_size=126989 +file_md5=2bc17b72403885d4faf959682944243b recipe_type=makefile makefile='Makefile' make_variables=( Modified: trunk/Hdparm/9.39/Resources/BuildInformation =================================================================== --- trunk/Hdparm/9.12/Resources/BuildInformation 2012-02-27 02:36:45 UTC (rev 20739) +++ trunk/Hdparm/9.39/Resources/BuildInformation 2012-02-27 02:37:32 UTC (rev 20740) @@ -1 +1 @@ -Glibc 2.8 +Glibc 2.14 From recipebot at svn.gobolinux.org Mon Feb 27 15:37:33 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:37:33 -0800 Subject: [recipes-commits] r20741 - revisions/Hdparm Message-ID: <20120227023733.74DA49868A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:37:33 -0800 (Sun, 26 Feb 2012) New Revision: 20741 Added: revisions/Hdparm/9.39-r1/ Log: Committing revision 1 of Hdparm 9.39 From recipebot at svn.gobolinux.org Mon Feb 27 15:37:39 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:37:39 -0800 Subject: [recipes-commits] r20742 - in trunk/Nano: . 2.2.6 2.2.6/Resources Message-ID: <20120227023739.53D7D986C5@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:37:39 -0800 (Sun, 26 Feb 2012) New Revision: 20742 Added: trunk/Nano/2.2.6/ Modified: trunk/Nano/2.2.6/Recipe trunk/Nano/2.2.6/Resources/BuildInformation Log: Recipe for Nano 2.2.6 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Nano/2.2.6 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Nano/2.2.6/Recipe =================================================================== --- trunk/Nano/2.1.9/Recipe 2012-02-27 02:36:45 UTC (rev 20739) +++ trunk/Nano/2.2.6/Recipe 2012-02-27 02:37:39 UTC (rev 20742) @@ -1,9 +1,9 @@ -# Recipe for version 2.1.9 by Giambattista Bloisi , on Tue Mar 3 21:57:27 CET 2009 +# Recipe for version 2.2.6 by Andreas K?hler , on So 26. Feb 13:01:32 CET 2012 # Recipe (MakeRecipe) for Nano by Laurent Pelecq (laurent.pelecq at soleil.org), on dim mar 26 15:32:24 CEST 2006 compile_version=1.8.2 -url="http://www.nano-editor.org/dist/v2.1/nano-2.1.9.tar.gz" -file_size=1483856 -file_md5=41e9ffb4a055eba666cdb17c4e50ba21 +url="http://www.nano-editor.org/dist/v2.2/nano-2.2.6.tar.gz" +file_size=1572388 +file_md5=03233ae480689a008eb98feb1b599807 recipe_type=configure docs=( @@ -19,5 +19,5 @@ ) pre_link() { - cp "$target/doc/nano-2.1.9/nanorc.sample" "${target}/Resources/Defaults/Settings/nanorc" + cp "$target/doc/nano-2.2.6/nanorc.sample" "${target}/Resources/Defaults/Settings/nanorc" } Modified: trunk/Nano/2.2.6/Resources/BuildInformation =================================================================== --- trunk/Nano/2.1.9/Resources/BuildInformation 2012-02-27 02:36:45 UTC (rev 20739) +++ trunk/Nano/2.2.6/Resources/BuildInformation 2012-02-27 02:37:39 UTC (rev 20742) @@ -1,2 +1,2 @@ -Glibc 2.10.1 -Ncurses 5.7 +Glibc 2.14 +NcursesW 5.9 From recipebot at svn.gobolinux.org Mon Feb 27 15:37:41 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:37:41 -0800 Subject: [recipes-commits] r20745 - revisions/Pkgconfig Message-ID: <20120227023741.766B798924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:37:41 -0800 (Sun, 26 Feb 2012) New Revision: 20745 Added: revisions/Pkgconfig/0.26-r1/ Log: Committing revision 1 of Pkgconfig 0.26 From recipebot at svn.gobolinux.org Mon Feb 27 15:37:41 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:37:41 -0800 Subject: [recipes-commits] r20746 - in trunk/Util-macros: . 1.10.0 Message-ID: <20120227023741.944A098924@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:37:41 -0800 (Sun, 26 Feb 2012) New Revision: 20746 Added: trunk/Util-macros/1.10.0/ Removed: trunk/Util-macros/1.10.0/ Modified: trunk/Util-macros/1.10.0/Recipe Log: Recipe for Util-macros 1.16.1 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Util-macros/1.10.0 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Util-macros/1.10.0/Recipe =================================================================== --- trunk/Util-macros/1.3.0/Recipe 2010-08-07 00:21:06 UTC (rev 18505) +++ trunk/Util-macros/1.10.0/Recipe 2012-02-27 02:37:41 UTC (rev 20746) @@ -1,7 +1,7 @@ -# Recipe for version 1.3.0 by Zbigniew Baniewski , on wto, 24 lis 2009, 21:31:43 CET +# Recipe for version 1.10.0 by Hugo Barrocas , on Dom Ago 8 03:29:22 WEST 2010 # Recipe (MakeRecipe) for Util-macros-X11R7.1 by Fabio Mierlo, on Mon Sep 4 01:03:48 BRT 2006 compile_version=1.8.2 -url="http://xorg.freedesktop.org/archive/individual/util/util-macros-1.3.0.tar.bz2" -file_size=51670 -file_md5=0837fe88af7d692308b25815457a3288 +url="http://xorg.freedesktop.org/archive/individual/util/util-macros-1.10.0.tar.bz2" +file_size=64727 +file_md5=533b86bfdafadbde12c654e2f0144679 recipe_type=configure From recipebot at svn.gobolinux.org Mon Feb 27 15:37:40 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:37:40 -0800 Subject: [recipes-commits] r20743 - revisions/Nano Message-ID: <20120227023740.7FA22986C5@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:37:40 -0800 (Sun, 26 Feb 2012) New Revision: 20743 Added: revisions/Nano/2.2.6-r1/ Log: Committing revision 1 of Nano 2.2.6 From recipebot at svn.gobolinux.org Mon Feb 27 15:37:40 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:37:40 -0800 Subject: [recipes-commits] r20744 - in trunk/Pkgconfig: . 0.26 0.26/Resources Message-ID: <20120227023740.8AE1B986C5@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:37:40 -0800 (Sun, 26 Feb 2012) New Revision: 20744 Added: trunk/Pkgconfig/0.26/ Modified: trunk/Pkgconfig/0.26/Recipe trunk/Pkgconfig/0.26/Resources/BuildInformation Log: Recipe for Pkgconfig 0.26 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Pkgconfig/0.26/Recipe =================================================================== --- trunk/Pkgconfig/0.25/Recipe 2012-02-27 02:37:33 UTC (rev 20741) +++ trunk/Pkgconfig/0.26/Recipe 2012-02-27 02:37:40 UTC (rev 20744) @@ -1,7 +1,7 @@ -# Recipe for version 0.25 by Dominique Juergensen , on Sun Oct 17 16:02:34 CEST 2010 +# Recipe for version 0.26 by Andreas K?hler , on So 26. Feb 12:52:23 CET 2012 # Recipe (MakeRecipe) for Pkgconfig by Maglan C. Diemer, maglan at univates.br, on Qui Ago 25 11:10:39 BRT 2005 compile_version=1.8.2 -url="http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz" -file_size=988899 -file_md5=a3270bab3f4b69b7dc6dbdacbcae9745 +url="http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz" +file_size=396399 +file_md5=47525c26a9ba7ba14bf85e01509a7234 recipe_type=configure Modified: trunk/Pkgconfig/0.26/Resources/BuildInformation =================================================================== --- trunk/Pkgconfig/0.25/Resources/BuildInformation 2012-02-27 02:37:33 UTC (rev 20741) +++ trunk/Pkgconfig/0.26/Resources/BuildInformation 2012-02-27 02:37:40 UTC (rev 20744) @@ -1 +1,2 @@ -Glibc 2.12.1 +GLib 2.30.2 +Glibc 2.14 From recipebot at svn.gobolinux.org Mon Feb 27 15:39:16 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:39:16 -0800 Subject: [recipes-commits] r20747 - in trunk/Module-Init-Tools: . 3.12 3.12/Resources Message-ID: <20120227023916.C902498A57@bengals.dreamhost.com> Author: recipebot Date: 2012-02-26 18:39:16 -0800 (Sun, 26 Feb 2012) New Revision: 20747 Added: trunk/Module-Init-Tools/3.12/ Removed: trunk/Module-Init-Tools/3.12/ Modified: trunk/Module-Init-Tools/3.12/Recipe trunk/Module-Init-Tools/3.12/Resources/BuildInformation Log: Recipe for Module-Init-Tools 3.15 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Property changes on: trunk/Module-Init-Tools/3.12 ___________________________________________________________________ Added: svn:mergeinfo + Modified: trunk/Module-Init-Tools/3.12/Recipe =================================================================== --- trunk/Module-Init-Tools/3.11.1/Recipe 2011-01-31 22:24:52 UTC (rev 19190) +++ trunk/Module-Init-Tools/3.12/Recipe 2012-02-27 02:39:16 UTC (rev 20747) @@ -1,9 +1,9 @@ -# Recipe for version 3.11.1 by Jonas Karlsson , on Wed Dec 16 21:26:08 CET 2009 +# Recipe for version 3.12 by Diogo Lima , on Mon Jan 31 22:15:52 BRST 2011 # Recipe for Module-Init-Tools 3.2-pre9 by Lucas Correia Villa Real compile_version=1.8.2 -url="http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.11.1.tar.bz2" -file_size=200815 -file_md5=28dfcb9e24cdbeb12b99ac1eb8af7dea +url="http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.12.tar.bz2" +file_size=938086 +file_md5=8b2257ce9abef74c4a44d825d23140f3 recipe_type=configure configure_options=( Modified: trunk/Module-Init-Tools/3.12/Resources/BuildInformation =================================================================== --- trunk/Module-Init-Tools/3.11.1/Resources/BuildInformation 2011-01-31 22:24:52 UTC (rev 19190) +++ trunk/Module-Init-Tools/3.12/Resources/BuildInformation 2012-02-27 02:39:16 UTC (rev 20747) @@ -1 +1 @@ -Glibc 2.10.1 +Glibc 2.12.1 From mwh at svn.gobolinux.org Mon Feb 27 15:49:54 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:49:54 -0800 Subject: [recipes-commits] r20748 - in trunk/PAM-SSH: . 1.97 1.97/Resources Message-ID: <20120227024954.AF3DE98A03@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:49:54 -0800 (Sun, 26 Feb 2012) New Revision: 20748 Added: trunk/PAM-SSH/1.97/ trunk/PAM-SSH/1.97/01-log.patch Removed: trunk/PAM-SSH/1.97/01-syslog.patch trunk/PAM-SSH/1.97/02-agent.patch Modified: trunk/PAM-SSH/1.97/Recipe trunk/PAM-SSH/1.97/Resources/BuildInformation Log: First revision of PAM-SSH 1.97. Added: trunk/PAM-SSH/1.97/01-log.patch =================================================================== --- trunk/PAM-SSH/1.97/01-log.patch (rev 0) +++ trunk/PAM-SSH/1.97/01-log.patch 2012-02-27 02:49:54 UTC (rev 20748) @@ -0,0 +1,11 @@ +--- pam_ssh-1.97/Makefile.in2 2011-08-28 20:13:28.100061658 +1200 ++++ pam_ssh-1.97/Makefile.in 2011-08-28 20:13:59.086728933 +1200 +@@ -181,7 +181,7 @@ + pam_ssh_la_DEPENDENCIES = @LTLIBOBJS@ + am_pam_ssh_la_OBJECTS = atomicio.lo authfd.lo authfile.lo bufaux.lo \ + buffer.lo cipher.lo cipher-3des1.lo cipher-bf1.lo cipher-ctr.lo \ +- key.lo log.lo pam_ssh.lo rijndael.lo xmalloc.lo ++ key.lo log.lo pam_ssh.lo rijndael.lo xmalloc.lo pam_ssh_log.lo + pam_ssh_la_OBJECTS = $(am_pam_ssh_la_OBJECTS) + + DEFAULT_INCLUDES = -I. -I$(srcdir) -I. Deleted: trunk/PAM-SSH/1.97/01-syslog.patch =================================================================== --- trunk/PAM-SSH/1.92/01-syslog.patch 2012-02-27 02:39:16 UTC (rev 20747) +++ trunk/PAM-SSH/1.97/01-syslog.patch 2012-02-27 02:49:54 UTC (rev 20748) @@ -1,13 +0,0 @@ -syslog needs to be included explicitly now -Index: pam_ssh-1.91/pam_ssh.c -=================================================================== ---- pam_ssh-1.91.orig/pam_ssh.c -+++ pam_ssh-1.91/pam_ssh.c -@@ -63,6 +63,7 @@ - #include - #include - #include -+#include - - #define PAM_SM_AUTH - #define PAM_SM_SESSION Deleted: trunk/PAM-SSH/1.97/02-agent.patch =================================================================== --- trunk/PAM-SSH/1.92/02-agent.patch 2012-02-27 02:39:16 UTC (rev 20747) +++ trunk/PAM-SSH/1.97/02-agent.patch 2012-02-27 02:49:54 UTC (rev 20748) @@ -1,488 +0,0 @@ -Debian patch to fix creation of ssh-agent in sessions. ---- libpam-ssh-1.91.0.orig/pam_ssh.c 2004-04-12 08:55:08.000000000 -0500 -+++ libpam-ssh-1.91.0/pam_ssh.c 2005-04-03 21:18:58.140936716 -0500 -@@ -279,9 +279,8 @@ - */ - - static int --add_keys(pam_handle_t *pamh, char *socket) -+add_keys(pam_handle_t *pamh, AuthenticationConnection *ac) - { -- AuthenticationConnection *ac; /* connection to ssh-agent */ - char *comment; /* private key comment */ - char *data_name; /* PAM state */ - int final; /* final return value */ -@@ -289,13 +288,6 @@ - Key *key; /* user's private key */ - int retval; /* from calls */ - -- /* connect to the agent */ -- -- if (!(ac = ssh_get_authentication_connection(socket))) { -- pam_ssh_log(LOG_ERR, "%s: %m", socket); -- return PAM_SESSION_ERR; -- } -- - /* hand off each private key to the agent */ - - final = 0; -@@ -324,11 +316,177 @@ - if (!final) - final = retval; - } -- ssh_close_authentication_connection(ac); - - return final ? PAM_SUCCESS : PAM_SESSION_ERR; - } - -+static int -+start_ssh_agent(pam_handle_t *pamh, uid_t uid, FILE **env_read) -+{ -+ pid_t child_pid; /* child process that spawns agent */ -+ int child_pipe[2]; /* pipe to child process */ -+ int child_status; /* child process status */ -+ char *arg[3], *env[1]; /* to pass to execve() */ -+ -+ if (pipe(child_pipe) < 0) { -+ pam_ssh_log(LOG_ERR, "pipe: %m"); -+ return PAM_SERVICE_ERR; -+ } -+ switch (child_pid = fork()) { -+ case -1: /* error */ -+ pam_ssh_log(LOG_ERR, "fork: %m"); -+ close(child_pipe[0]); -+ close(child_pipe[1]); -+ return PAM_SERVICE_ERR; -+ /* NOTREACHED */ -+ case 0: /* child */ -+ -+ /* Permanently drop privileges using setuid() -+ before executing ssh-agent so that root -+ privileges can't possibly be regained (some -+ ssh-agents insist that euid == ruid -+ anyway). System V won't let us use -+ setuid() unless euid == 0, so we -+ temporarily regain root privileges first -+ with openpam_restore_cred() (which calls -+ seteuid()). */ -+ -+ switch (openpam_restore_cred(pamh)) { -+ case PAM_SYSTEM_ERR: -+ pam_ssh_log(LOG_ERR, -+ "can't restore privileges: %m"); -+ _exit(EX_OSERR); -+ /* NOTREACHED */ -+ case PAM_SUCCESS: -+ if (setuid(uid) == -1) { -+ pam_ssh_log(LOG_ERR, -+ "can't drop privileges: %m", -+ uid); -+ _exit(EX_NOPERM); -+ } -+ break; -+ } -+ -+ if (close(child_pipe[0]) == -1) { -+ pam_ssh_log(LOG_ERR, "close: %m"); -+ _exit(EX_OSERR); -+ } -+ if (child_pipe[1] != STDOUT_FILENO) { -+ if (dup2(child_pipe[1], STDOUT_FILENO) == -1) { -+ pam_ssh_log(LOG_ERR, "dup: %m"); -+ _exit(EX_OSERR); -+ } -+ if (close(child_pipe[1]) == -1) { -+ pam_ssh_log(LOG_ERR, "close: %m"); -+ _exit(EX_OSERR); -+ } -+ } -+ arg[0] = "ssh-agent"; -+ arg[1] = "-s"; -+ arg[2] = NULL; -+ env[0] = NULL; -+ execve(PATH_SSH_AGENT, arg, env); -+ pam_ssh_log(LOG_ERR, "%s: %m", PATH_SSH_AGENT); -+ _exit(127); -+ /* NOTREACHED */ -+ } -+ if (close(child_pipe[1]) == -1) { -+ pam_ssh_log(LOG_ERR, "close: %m"); -+ return PAM_SESSION_ERR; -+ } -+ if (!(*env_read = fdopen(child_pipe[0], "r"))) { -+ pam_ssh_log(LOG_ERR, "%s: %m", PATH_SSH_AGENT); -+ return PAM_SESSION_ERR; -+ } -+ -+ child_status = 0; -+ if (waitpid_intr(child_pid, &child_status, 0) == -1 && -+ errno != ECHILD) { -+ pam_ssh_log(LOG_ERR, "%s: %m", PATH_SSH_AGENT); -+ return PAM_SESSION_ERR; -+ } -+ -+ if (child_status != 0) { -+ if (WIFSIGNALED(child_status)) -+ pam_ssh_log(LOG_ERR, "%s exited on signal %d", -+ PATH_SSH_AGENT, WTERMSIG(child_status)); -+ else -+ if (WEXITSTATUS(child_status) == 127) -+ pam_ssh_log(LOG_ERR, -+ "cannot execute %s", -+ PATH_SSH_AGENT); -+ else -+ pam_ssh_log(LOG_ERR, -+ "%s exited with status %d", -+ PATH_SSH_AGENT, -+ WEXITSTATUS(child_status)); -+ return PAM_SESSION_ERR; -+ } -+ -+ return PAM_SUCCESS; -+} -+ -+static int -+read_write_agent_env(pam_handle_t *pamh, -+ FILE *env_read, -+ int env_write, -+ char **agent_socket) -+{ -+ char *agent_pid; /* copy of agent PID */ -+ char *env_end; /* end of env */ -+ char env_string[BUFSIZ]; /* environment string */ -+ char *env_value; /* envariable value */ -+ int retval; /* from calls */ -+ -+ while (fgets(env_string, sizeof env_string, env_read)) { -+ -+ /* parse environment definitions */ -+ -+ if (env_write >= 0) -+ write(env_write, env_string, strlen(env_string)); -+ if (!(env_value = strchr(env_string, '=')) || -+ !(env_end = strchr(env_value, ';'))) -+ continue; -+ *env_end = '\0'; -+ -+ /* pass to the application */ -+ -+ if ((retval = pam_putenv(pamh, env_string)) != PAM_SUCCESS) -+ return retval; -+ -+ *env_value++ = '\0'; -+ -+ /* save the agent socket so we can connect to it and add -+ the keys as well as the PID so we can kill the agent on -+ session close. */ -+ -+ agent_pid = NULL; -+ if (strcmp(&env_string[strlen(env_string) - -+ strlen(ENV_SOCKET_SUFFIX)], ENV_SOCKET_SUFFIX) == 0 && -+ !(*agent_socket = strdup(env_value))) { -+ pam_ssh_log(LOG_CRIT, "out of memory"); -+ return PAM_SERVICE_ERR; -+ } else if (strcmp(&env_string[strlen(env_string) - -+ strlen(ENV_PID_SUFFIX)], ENV_PID_SUFFIX) == 0 && -+ (!(agent_pid = strdup(env_value)) || -+ (retval = pam_set_data(pamh, "ssh_agent_pid", -+ agent_pid, ssh_cleanup)) != PAM_SUCCESS)) { -+ if (agent_pid) -+ free(agent_pid); -+ else { -+ pam_ssh_log(LOG_CRIT, "out of memory"); -+ return PAM_SERVICE_ERR; -+ } -+ if (agent_socket) -+ free(agent_socket); -+ return retval; -+ } -+ -+ } -+ -+ return PAM_SUCCESS; -+} -+ - - PAM_EXTERN int - pam_sm_authenticate(pam_handle_t *pamh, int flags __unused, int argc, -@@ -494,17 +652,10 @@ - pam_sm_open_session(pam_handle_t *pamh, int flags __unused, - int argc __unused, const char **argv __unused) - { -- char *agent_pid; /* copy of agent PID */ -+ AuthenticationConnection *ac; /* connection to ssh-agent */ - char *agent_socket; /* agent socket */ -- char *arg[3], *env[1]; /* to pass to execve() */ -- pid_t child_pid; /* child process that spawns agent */ -- int child_pipe[2]; /* pipe to child process */ -- int child_status; /* child process status */ - char *cp; /* scratch */ -- char *env_end; /* end of env */ - FILE *env_read; /* env data source */ -- char env_string[BUFSIZ]; /* environment string */ -- char *env_value; /* envariable value */ - int env_write; /* env file descriptor */ - char hname[MAXHOSTNAMELEN]; /* local hostname */ - int no_link; /* link per-agent file? */ -@@ -515,6 +666,7 @@ - int start_agent; /* start agent? */ - const char *tty_raw; /* raw tty or display name */ - char *tty_nodir; /* tty without / chars */ -+ int attempt; /* No. of attempt to contact agent */ - - log_init(MODULE_NAME, SYSLOG_LEVEL_ERROR, SYSLOG_FACILITY_AUTHPRIV, 0); - -@@ -568,215 +720,70 @@ - per-session filename later. Start the agent if we can't open - the file for reading. */ - -- env_write = child_pid = no_link = start_agent = 0; -- env_read = NULL; -- if ((env_write = open(per_agent, O_CREAT | O_EXCL | O_WRONLY, S_IRUSR)) -- < 0 && !(env_read = fopen(per_agent, "r"))) -- no_link = 1; -- if (!env_read) { -- start_agent = 1; -- if (pipe(child_pipe) < 0) { -- pam_ssh_log(LOG_ERR, "pipe: %m"); -- close(env_write); -- openpam_restore_cred(pamh); -- return PAM_SERVICE_ERR; -- } -- switch (child_pid = fork()) { -- case -1: /* error */ -- pam_ssh_log(LOG_ERR, "fork: %m"); -- close(child_pipe[0]); -- close(child_pipe[1]); -- close(env_write); -- openpam_restore_cred(pamh); -- return PAM_SERVICE_ERR; -- /* NOTREACHED */ -- case 0: /* child */ -- -- /* Permanently drop privileges using setuid() -- before executing ssh-agent so that root -- privileges can't possibly be regained (some -- ssh-agents insist that euid == ruid -- anyway). System V won't let us use -- setuid() unless euid == 0, so we -- temporarily regain root privileges first -- with openpam_restore_cred() (which calls -- seteuid()). */ -- -- switch (openpam_restore_cred(pamh)) { -- case PAM_SYSTEM_ERR: -- pam_ssh_log(LOG_ERR, -- "can't restore privileges: %m"); -- _exit(EX_OSERR); -- /* NOTREACHED */ -- case PAM_SUCCESS: -- if (setuid(pwent->pw_uid) == -1) { -- pam_ssh_log(LOG_ERR, -- "can't drop privileges: %m", -- pwent->pw_uid); -- _exit(EX_NOPERM); -- } -- break; -- } -- -- if (close(child_pipe[0]) == -1) { -- pam_ssh_log(LOG_ERR, "close: %m"); -- _exit(EX_OSERR); -- } -- if (child_pipe[1] != STDOUT_FILENO) { -- if (dup2(child_pipe[1], STDOUT_FILENO) == -1) { -- pam_ssh_log(LOG_ERR, "dup: %m"); -- _exit(EX_OSERR); -- } -- if (close(child_pipe[1]) == -1) { -- pam_ssh_log(LOG_ERR, "close: %m"); -- _exit(EX_OSERR); -- } -+ for ( attempt = 0; attempt < 2; ++attempt ) { -+ env_write = no_link = start_agent = 0; -+ env_read = NULL; -+ if ((env_write = open(per_agent, O_CREAT | O_EXCL | O_WRONLY, S_IRUSR)) -+ < 0 && !(env_read = fopen(per_agent, "r"))) -+ no_link = 1; -+ if (!env_read) { -+ start_agent = 1; -+ if ((retval = start_ssh_agent(pamh, pwent->pw_uid, &env_read)) -+ != PAM_SUCCESS) { -+ close(env_write); -+ openpam_restore_cred(pamh); -+ return retval; - } -- arg[0] = "ssh-agent"; -- arg[1] = "-s"; -- arg[2] = NULL; -- env[0] = NULL; -- execve(PATH_SSH_AGENT, arg, env); -- pam_ssh_log(LOG_ERR, "%s: %m", PATH_SSH_AGENT); -- _exit(127); -- /* NOTREACHED */ -- } -- if (close(child_pipe[1]) == -1) { -- pam_ssh_log(LOG_ERR, "close: %m"); -- openpam_restore_cred(pamh); -- return PAM_SESSION_ERR; -- } -- if (!(env_read = fdopen(child_pipe[0], "r"))) { -- pam_ssh_log(LOG_ERR, "%s: %m", PATH_SSH_AGENT); -- close(env_write); -- openpam_restore_cred(pamh); -- return PAM_SESSION_ERR; -- } -- } -- -- /* save environment for application with pam_putenv() */ -- -- agent_socket = NULL; -- while (fgets(env_string, sizeof env_string, env_read)) { -- -- /* parse environment definitions */ -- -- if (env_write >= 0) -- write(env_write, env_string, strlen(env_string)); -- if (!(env_value = strchr(env_string, '=')) || -- !(env_end = strchr(env_value, ';'))) -- continue; -- *env_end = '\0'; -- -- /* pass to the application */ -- -- if ((retval = pam_putenv(pamh, env_string)) != PAM_SUCCESS) { -- fclose(env_read); -- if (start_agent) -- waitpid_intr(child_pid, &child_status, 0); -- close(env_write); -- if (agent_socket) -- free(agent_socket); -- openpam_restore_cred(pamh); -- return retval; - } - -- *env_value++ = '\0'; -- -- /* save the agent socket so we can connect to it and add -- the keys as well as the PID so we can kill the agent on -- session close. */ -- -- agent_pid = NULL; -- if (strcmp(&env_string[strlen(env_string) - -- strlen(ENV_SOCKET_SUFFIX)], ENV_SOCKET_SUFFIX) == 0 && -- !(agent_socket = strdup(env_value))) { -- pam_ssh_log(LOG_CRIT, "out of memory"); -- fclose(env_read); -- if (start_agent) -- waitpid_intr(child_pid, &child_status, 0); -- close(env_write); -+ agent_socket = NULL; -+ retval = read_write_agent_env(pamh, env_read, env_write, &agent_socket); -+ close(env_write); -+ if (retval != PAM_SUCCESS) { - if (agent_socket) - free(agent_socket); -- openpam_restore_cred(pamh); -- return PAM_SERVICE_ERR; -- } else if (strcmp(&env_string[strlen(env_string) - -- strlen(ENV_PID_SUFFIX)], ENV_PID_SUFFIX) == 0 && -- (!(agent_pid = strdup(env_value)) || -- (retval = pam_set_data(pamh, "ssh_agent_pid", -- agent_pid, ssh_cleanup)) != PAM_SUCCESS)) { - fclose(env_read); -- if (start_agent) -- waitpid_intr(child_pid, &child_status, 0); -- close(env_write); -- if (agent_pid) -- free(agent_pid); -- else { -- pam_ssh_log(LOG_CRIT, "out of memory"); -- openpam_restore_cred(pamh); -- return PAM_SERVICE_ERR; -- } -- if (agent_socket) -- free(agent_socket); - openpam_restore_cred(pamh); - return retval; - } - -- } -- close(env_write); -- -- if (fclose(env_read) != 0) { -- pam_ssh_log(LOG_ERR, "fclose: %m"); -- openpam_restore_cred(pamh); -- return PAM_SESSION_ERR; -- } -- -- if (start_agent) { -- -- /* Ignore ECHILD in case a SIGCHLD handler is installed. */ -- -- child_status = 0; -- if (waitpid_intr(child_pid, &child_status, 0) == -1 && -- errno != ECHILD) { -- pam_ssh_log(LOG_ERR, "%s: %m", PATH_SSH_AGENT); -+ if (fclose(env_read) != 0) { -+ pam_ssh_log(LOG_ERR, "fclose: %m"); - if (agent_socket) - free(agent_socket); - openpam_restore_cred(pamh); - return PAM_SESSION_ERR; - } - -- if (child_status != 0) { -- if (WIFSIGNALED(child_status)) -- pam_ssh_log(LOG_ERR, "%s exited on signal %d", -- PATH_SSH_AGENT, WTERMSIG(child_status)); -- else -- if (WEXITSTATUS(retval) == 127) -- pam_ssh_log(LOG_ERR, -- "cannot execute %s", -- PATH_SSH_AGENT); -- else -- pam_ssh_log(LOG_ERR, -- "%s exited with status %d", -- PATH_SSH_AGENT, -- WEXITSTATUS(child_status)); -- if (agent_socket) -- free(agent_socket); -+ if (!agent_socket) { - openpam_restore_cred(pamh); - return PAM_SESSION_ERR; - } -+ -+ ac = ssh_get_authentication_connection(agent_socket); -+ if (ac) { -+ free(agent_socket); -+ break; -+ } -+ pam_ssh_log(LOG_ERR, "%s: %m", agent_socket); -+ free(agent_socket); -+ if (start_agent) -+ break; -+ unlink(per_agent); - } - -- if (!agent_socket) { -- openpam_restore_cred(pamh); -+ if (!ac) - return PAM_SESSION_ERR; -- } - -- if (start_agent && (retval = add_keys(pamh, agent_socket)) -- != PAM_SUCCESS) { -+ if (start_agent) -+ retval = add_keys(pamh, ac); -+ -+ ssh_close_authentication_connection(ac); -+ -+ if (start_agent && retval != PAM_SUCCESS) { - openpam_restore_cred(pamh); - return retval; - } -- free(agent_socket); - - /* if we couldn't access the per-agent file, don't link a - per-session filename to it */ Modified: trunk/PAM-SSH/1.97/Recipe =================================================================== --- trunk/PAM-SSH/1.92/Recipe 2012-02-27 02:39:16 UTC (rev 20747) +++ trunk/PAM-SSH/1.97/Recipe 2012-02-27 02:49:54 UTC (rev 20748) @@ -1,9 +1,9 @@ +# Recipe for version 1.97 by Michael Homer , on Sun Aug 28 19:39:20 NZST 2011 # Recipe (MakeRecipe) for PAM-SSH by Michael Homer , on Sat Jun 7 21:41:37 NZST 2008 -# Recipe for version 1.92 by Michael Homer , on Sat Jun 7 21:41:37 NZST 2008 compile_version=1.11.0 -url="$httpSourceforge/pam-ssh/pam_ssh-1.92.tar.bz2" -file_size=260444 -file_md5=3861f20572183adfadef8c77270e6165 +url="$httpSourceforge/pam-ssh/pam_ssh-1.97.tar.bz2" +file_size=200184 +file_md5=ef114d67b4951c88a62893437f850784 recipe_type=configure configure_options=( Modified: trunk/PAM-SSH/1.97/Resources/BuildInformation =================================================================== --- trunk/PAM-SSH/1.92/Resources/BuildInformation 2012-02-27 02:39:16 UTC (rev 20747) +++ trunk/PAM-SSH/1.97/Resources/BuildInformation 2012-02-27 02:49:54 UTC (rev 20748) @@ -1,3 +1,2 @@ -Glibc 2.5 -Linux-PAM 1.0.1 -OpenSSL 0.9.8e +Glibc 2.14 +OpenSSL 1.0.0d From mwh at svn.gobolinux.org Mon Feb 27 15:49:58 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:49:58 -0800 Subject: [recipes-commits] r20749 - revisions/PAM-SSH Message-ID: <20120227024958.7E00C98A74@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:49:58 -0800 (Sun, 26 Feb 2012) New Revision: 20749 Added: revisions/PAM-SSH/1.97-r1/ Log: Committing revision 1 of PAM-SSH 1.97 From mwh at svn.gobolinux.org Mon Feb 27 15:50:46 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:50:46 -0800 Subject: [recipes-commits] r20750 - in trunk/Bash: . 4.2 4.2/Resources Message-ID: <20120227025046.4B6B2989E9@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:50:46 -0800 (Sun, 26 Feb 2012) New Revision: 20750 Added: trunk/Bash/4.2/ Removed: trunk/Bash/4.2/001-fix_incorrect_vsnprintf_prototype.patch trunk/Bash/4.2/002-osx_utf8_completion_bug.patch Modified: trunk/Bash/4.2/Recipe trunk/Bash/4.2/Resources/BuildInformation Log: First revision of Bash 4.2. Deleted: trunk/Bash/4.2/001-fix_incorrect_vsnprintf_prototype.patch =================================================================== --- trunk/Bash/4.1.2/001-fix_incorrect_vsnprintf_prototype.patch 2012-02-27 02:49:58 UTC (rev 20749) +++ trunk/Bash/4.2/001-fix_incorrect_vsnprintf_prototype.patch 2012-02-27 02:50:46 UTC (rev 20750) @@ -1,48 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.1 -Patch-ID: bash41-001 - -Bug-Reported-by: Yann Rouillard -Bug-Reference-ID: <4B44A410.4070107 at pleiades.fr.eu.org> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2010-01/msg00018.html - -Bug-Description: - -A prototype for vsnprintf was incorrect, and caused compilation failures -on systems that did not have a suitable vsnprintf, but had a declaration in -one of the system header files. - -Patch (apply with `patch -p0'): - -*** ../bash-4.1-patched/builtins/printf.def 2009-11-20 15:31:23.000000000 -0500 ---- bash/builtins/printf.def 2010-01-07 08:50:06.000000000 -0500 -*************** -*** 173,177 **** - - #if !HAVE_VSNPRINTF -! extern int vsnprintf __P((char *, size_t, const char *, ...)) __attribute__((__format__ (printf, 3, 4))); - #endif - ---- 173,177 ---- - - #if !HAVE_VSNPRINTF -! extern int vsnprintf __P((char *, size_t, const char *, va_list)) __attribute__((__format__ (printf, 3, 0))); - #endif - -*** ../bash-4.1-patched/patchlevel.h 2009-10-01 16:39:22.000000000 -0400 ---- bash/patchlevel.h 2010-01-14 09:38:08.000000000 -0500 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 0 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 1 - - #endif /* _PATCHLEVEL_H_ */ Deleted: trunk/Bash/4.2/002-osx_utf8_completion_bug.patch =================================================================== --- trunk/Bash/4.1.2/002-osx_utf8_completion_bug.patch 2012-02-27 02:49:58 UTC (rev 20749) +++ trunk/Bash/4.2/002-osx_utf8_completion_bug.patch 2012-02-27 02:50:46 UTC (rev 20750) @@ -1,65 +0,0 @@ - BASH PATCH REPORT - ================= - -Bash-Release: 4.1 -Patch-ID: bash41-002 - -Bug-Reported-by: guillaume.outters at free.fr -Bug-Reference-ID: <20100105230441.70D171AA7F52 at asterix.local> -Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2010-01/msg00017.html - -Bug-Description: - -Bash-4.1/Readline-6.1 introduced a hook function that allows applications -to rewrite or modify filenames read from the file system before comparing -them with a word to be completed. The converted filename, if it matches, -needs to be inserted into the line buffer, replacing the original contents. - -This fixes a completion bug on Mac OS X involving filenames containing -UTF-8 characters. - -Patch (apply with `patch -p0'): - -*** ../bash-4.1-patched/lib/readline/complete.c 2009-11-29 18:39:30.000000000 -0500 ---- bash/lib/readline/complete.c 2010-01-06 08:30:23.000000000 -0500 -*************** -*** 2139,2143 **** - if (filename_len == 0) - { -! if (_rl_match_hidden_files == 0 && HIDDEN_FILE (entry->d_name)) - continue; - ---- 2139,2143 ---- - if (filename_len == 0) - { -! if (_rl_match_hidden_files == 0 && HIDDEN_FILE (convfn)) - continue; - -*************** -*** 2220,2224 **** - } - -! strcpy (temp + dirlen, entry->d_name); - } - else ---- 2220,2224 ---- - } - -! strcpy (temp + dirlen, convfn); - } - else -*** ../bash-4.1-patched/patchlevel.h 2009-10-01 16:39:22.000000000 -0400 ---- bash/patchlevel.h 2010-01-14 09:38:08.000000000 -0500 -*************** -*** 26,30 **** - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 1 - - #endif /* _PATCHLEVEL_H_ */ ---- 26,30 ---- - looks for to find the patch level (for the sccs version string). */ - -! #define PATCHLEVEL 2 - - #endif /* _PATCHLEVEL_H_ */ Modified: trunk/Bash/4.2/Recipe =================================================================== --- trunk/Bash/4.1.2/Recipe 2012-02-27 02:49:58 UTC (rev 20749) +++ trunk/Bash/4.2/Recipe 2012-02-27 02:50:46 UTC (rev 20750) @@ -1,7 +1,7 @@ -# Recipe for version 4.1.2 by Jonas Karlsson , on Mon Mar 8 22:53:41 CET 2010 -url="http://ftp.gnu.org/gnu/bash/bash-4.1.tar.gz" -file_size=6598300 -file_md5=9800d8724815fd84994d9be65ab5e7b8 +# Recipe for version 4.2 by Michael Homer , on Sat Aug 20 07:30:35 NZST 2011 +url="http://ftp.gnu.org/gnu/bash/bash-4.2.tar.gz" +file_size=7009201 +file_md5=3fb927c7c33022f1c327f14a81c0d4b0 recipe_type=configure compile_version=1.13.2 Modified: trunk/Bash/4.2/Resources/BuildInformation =================================================================== --- trunk/Bash/4.1.2/Resources/BuildInformation 2012-02-27 02:49:58 UTC (rev 20749) +++ trunk/Bash/4.2/Resources/BuildInformation 2012-02-27 02:50:46 UTC (rev 20750) @@ -1,3 +1,3 @@ -Glibc 2.11.1 +Glibc 2.14 Ncurses 5.7 -Readline 6.1 +Readline 6.1.2 From mwh at svn.gobolinux.org Mon Feb 27 15:50:50 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:50:50 -0800 Subject: [recipes-commits] r20751 - revisions/Bash Message-ID: <20120227025050.0ABFB98A63@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:50:49 -0800 (Sun, 26 Feb 2012) New Revision: 20751 Added: revisions/Bash/4.2-r1/ Log: Committing revision 1 of Bash 4.2 From mwh at svn.gobolinux.org Mon Feb 27 15:51:19 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:51:19 -0800 Subject: [recipes-commits] r20752 - in trunk/ZSH: . 4.3.12 4.3.12/Resources Message-ID: <20120227025119.4FE4598A7B@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:51:19 -0800 (Sun, 26 Feb 2012) New Revision: 20752 Added: trunk/ZSH/4.3.12/ Modified: trunk/ZSH/4.3.12/Recipe trunk/ZSH/4.3.12/Resources/BuildInformation Log: First revision of ZSH 4.3.12. Modified: trunk/ZSH/4.3.12/Recipe =================================================================== --- trunk/ZSH/4.3.10/Recipe 2012-02-27 02:50:49 UTC (rev 20751) +++ trunk/ZSH/4.3.12/Recipe 2012-02-27 02:51:19 UTC (rev 20752) @@ -1,9 +1,9 @@ -# Recipe for version 4.3.10 by Hisham Muhammad , on Thu Apr 8 14:11:02 BRT 2010 -url="ftp://ftp.zsh.org/pub/zsh-4.3.10.tar.bz2" -file_size=2735665 -file_md5=74c5b275544400082a1cde806c98682a -mirror_url="ftp://ftp.zsh.org/pub/old/zsh-4.3.10.tar.bz2" +# Recipe for version 4.3.12 by Michael Homer , on Sat Aug 20 08:36:51 NZST 2011 +url="ftp://ftp.zsh.org/pub/zsh-4.3.12.tar.bz2" +file_size=2917959 +file_md5=7a82c0bf0635e046ca4e9ec1bdef3811 +mirror_url="ftp://ftp.zsh.org/pub/old/zsh-4.3.12.tar.bz2" compile_version=1.8.0 recipe_type=configure -post_install_message="In ZSH 4.3.10, 'promptinit' no longer autoloads 'colors' function. You may need to add a 'autoload -U colors' statement in your '${goboSettings}/zshrc' file." +post_install_message="In ZSH 4.3.12, 'promptinit' no longer autoloads 'colors' function. You may need to add a 'autoload -U colors' statement in your '${goboSettings}/zshrc' file." Modified: trunk/ZSH/4.3.12/Resources/BuildInformation =================================================================== --- trunk/ZSH/4.3.10/Resources/BuildInformation 2012-02-27 02:50:49 UTC (rev 20751) +++ trunk/ZSH/4.3.12/Resources/BuildInformation 2012-02-27 02:51:19 UTC (rev 20752) @@ -1,2 +1,2 @@ -Glibc 2.5 -Ncurses 5.6 +Glibc 2.14 +Ncurses 5.7 From mwh at svn.gobolinux.org Mon Feb 27 15:51:23 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:51:23 -0800 Subject: [recipes-commits] r20753 - revisions/ZSH Message-ID: <20120227025123.0E7FC98A7C@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:51:22 -0800 (Sun, 26 Feb 2012) New Revision: 20753 Added: revisions/ZSH/4.3.12-r1/ Log: Committing revision 1 of ZSH 4.3.12 From mwh at svn.gobolinux.org Mon Feb 27 15:52:50 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:52:50 -0800 Subject: [recipes-commits] r20754 - in trunk/Linux-PAM: . 1.1.4 1.1.4/Resources 1.1.4/Resources/Defaults/Settings/pam.d Message-ID: <20120227025250.6E3E598A88@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:52:50 -0800 (Sun, 26 Feb 2012) New Revision: 20754 Added: trunk/Linux-PAM/1.1.4/ trunk/Linux-PAM/1.1.4/01-pam-no_nis.patch trunk/Linux-PAM/1.1.4/02-pam-nis.patch trunk/Linux-PAM/1.1.4/03-host_name_max.patch Removed: trunk/Linux-PAM/1.1.4/host_name_max.patch Modified: trunk/Linux-PAM/1.1.4/Recipe trunk/Linux-PAM/1.1.4/Resources/BuildInformation trunk/Linux-PAM/1.1.4/Resources/Defaults/Settings/pam.d/system-auth Log: First revision of Linux-PAM 1.1.4. Added: trunk/Linux-PAM/1.1.4/01-pam-no_nis.patch =================================================================== --- trunk/Linux-PAM/1.1.4/01-pam-no_nis.patch (rev 0) +++ trunk/Linux-PAM/1.1.4/01-pam-no_nis.patch 2012-02-27 02:52:50 UTC (rev 20754) @@ -0,0 +1,36 @@ +--- ./modules/pam_unix/pam_unix_passwd.c.orig 2006-06-27 08:38:14.000000000 +0000 ++++ ./modules/pam_unix/pam_unix_passwd.c 2006-11-15 13:57:41.000000000 +0000 +@@ -187,6 +185,9 @@ + + static char *getNISserver(pam_handle_t *pamh) + { ++#if defined(__UCLIBC__) ++ return NULL; ++#else + char *master; + char *domainname; + int port, err; +@@ -213,6 +214,7 @@ + return NULL; + } + return master; ++#endif + } + + #ifdef WITH_SELINUX +@@ -757,6 +759,7 @@ + goto done; + } + ++#if !defined(__UCLIBC__) + if (on(UNIX_NIS, ctrl) && _unix_comesfromsource(pamh, forwho, 0, 1)) { + if ((master=getNISserver(pamh)) != NULL) { + struct timeval timeout; +@@ -826,6 +829,7 @@ + retval = PAM_TRY_AGAIN; + } + } ++#endif + + if (_unix_comesfromsource(pamh, forwho, 1, 0)) { + #ifdef USE_LCKPWDF Added: trunk/Linux-PAM/1.1.4/02-pam-nis.patch =================================================================== --- trunk/Linux-PAM/1.1.4/02-pam-nis.patch (rev 0) +++ trunk/Linux-PAM/1.1.4/02-pam-nis.patch 2012-02-27 02:52:50 UTC (rev 20754) @@ -0,0 +1,11 @@ +--- Linux-PAM-1.1.4/modules/pam_unix/support.c.old 2011-08-21 01:43:49.000000000 +1200 ++++ Linux-PAM-1.1.4/modules/pam_unix/support.c 2011-08-21 01:48:04.000000000 +1200 +@@ -298,7 +298,7 @@ + } + } + +-#if defined(HAVE_YP_GET_DEFAULT_DOMAIN) && defined (HAVE_YP_BIND) && defined (HAVE_YP_MATCH) && defined (HAVE_YP_UNBIND) ++#if defined(HAVE_YP_GET_DEFAULT_DOMAIN) && defined (HAVE_YP_BIND) && defined (HAVE_YP_MATCH) && defined (HAVE_YP_UNBIND) && defined (HAVE_RPCSVC_YPCLNT_H) + if (!matched && nis) { + char *userinfo = NULL, *domain = NULL; + int len = 0, i; Added: trunk/Linux-PAM/1.1.4/03-host_name_max.patch =================================================================== --- trunk/Linux-PAM/1.1.4/03-host_name_max.patch (rev 0) +++ trunk/Linux-PAM/1.1.4/03-host_name_max.patch 2012-02-27 02:52:50 UTC (rev 20754) @@ -0,0 +1,13 @@ +--- Linux-PAM-0.99.2.0/modules/pam_echo/pam_echo.c 2005-09-20 13:56:56.000000000 +0200 ++++ Linux-PAM-0.99.2.0.new/modules/pam_echo/pam_echo.c 2005-11-24 12:06:16.000000000 +0100 +@@ -33,6 +33,10 @@ + * OF THE POSSIBILITY OF SUCH DAMAGE. + */ + ++#ifndef HOST_NAME_MAX ++#define HOST_NAME_MAX 256 ++#endif ++ + #if defined(HAVE_CONFIG_H) + #include "config.h" + #endif Modified: trunk/Linux-PAM/1.1.4/Recipe =================================================================== --- trunk/Linux-PAM/1.1.1/Recipe 2012-02-27 02:51:22 UTC (rev 20753) +++ trunk/Linux-PAM/1.1.4/Recipe 2012-02-27 02:52:50 UTC (rev 20754) @@ -1,9 +1,9 @@ -# Recipe for version 1.1.1 by Jonas Karlsson , on Wed Dec 16 21:28:02 CET 2009 +# Recipe for version 1.1.4 by Michael Homer , on Sat Aug 20 10:08:44 NZST 2011 # Recipe (MakeRecipe) for Linux-PAM by Jonas Karlsson , on Thu Nov 24 13:47:01 CET 2005 compile_version=1.8.0 -url="ftp://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.1.1.tar.bz2" -file_size=1120055 -file_md5=9b3d952b173d5b9836cbc7e8de108bee +url="ftp://ftp.kernel.org/pub/linux/libs/pam/library/Linux-PAM-1.1.4.tar.bz2" +file_size=1123186 +file_md5=e9af5fb27bb22edb55d077e2888b3ebc recipe_type=configure needs_safe_linking=yes configure_options=( @@ -12,6 +12,7 @@ "--enable-read-both-confs" "--enable-securedir=${goboLibraries}/security" "--enable-sconfigdir=${goboSettings}/security" + --disable-nis ) install_variables=( Modified: trunk/Linux-PAM/1.1.4/Resources/BuildInformation =================================================================== --- trunk/Linux-PAM/1.1.1/Resources/BuildInformation 2012-02-27 02:51:22 UTC (rev 20753) +++ trunk/Linux-PAM/1.1.4/Resources/BuildInformation 2012-02-27 02:52:50 UTC (rev 20754) @@ -1,4 +1,4 @@ -CrackLib 2.8.15 -DB 4.5.20 -Glibc 2.10.1 +CrackLib 2.8.18 +DB 4.7.25 +Glibc 2.14 ZLib 1.2.3 Modified: trunk/Linux-PAM/1.1.4/Resources/Defaults/Settings/pam.d/system-auth =================================================================== --- trunk/Linux-PAM/1.1.1/Resources/Defaults/Settings/pam.d/system-auth 2012-02-27 02:51:22 UTC (rev 20753) +++ trunk/Linux-PAM/1.1.4/Resources/Defaults/Settings/pam.d/system-auth 2012-02-27 02:52:50 UTC (rev 20754) @@ -6,7 +6,6 @@ account required pam_unix.so -password requisite pam_cracklib.so try_first_pass retry=3 password sufficient pam_unix.so sha512 shadow nullok try_first_pass use_authtok password required pam_deny.so Deleted: trunk/Linux-PAM/1.1.4/host_name_max.patch =================================================================== --- trunk/Linux-PAM/1.1.1/host_name_max.patch 2012-02-27 02:51:22 UTC (rev 20753) +++ trunk/Linux-PAM/1.1.4/host_name_max.patch 2012-02-27 02:52:50 UTC (rev 20754) @@ -1,13 +0,0 @@ ---- Linux-PAM-0.99.2.0/modules/pam_echo/pam_echo.c 2005-09-20 13:56:56.000000000 +0200 -+++ Linux-PAM-0.99.2.0.new/modules/pam_echo/pam_echo.c 2005-11-24 12:06:16.000000000 +0100 -@@ -33,6 +33,10 @@ - * OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -+#ifndef HOST_NAME_MAX -+#define HOST_NAME_MAX 256 -+#endif -+ - #if defined(HAVE_CONFIG_H) - #include "config.h" - #endif From mwh at svn.gobolinux.org Mon Feb 27 15:52:54 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:52:54 -0800 Subject: [recipes-commits] r20755 - revisions/Linux-PAM Message-ID: <20120227025254.47B7698A26@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:52:54 -0800 (Sun, 26 Feb 2012) New Revision: 20755 Added: revisions/Linux-PAM/1.1.4-r1/ Log: Committing revision 1 of Linux-PAM 1.1.4 From mwh at svn.gobolinux.org Mon Feb 27 15:53:20 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:53:20 -0800 Subject: [recipes-commits] r20756 - in trunk/XZ-Utils: . 5.03 5.03/Resources Message-ID: <20120227025320.76D6F98A8A@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:53:20 -0800 (Sun, 26 Feb 2012) New Revision: 20756 Added: trunk/XZ-Utils/5.03/ Modified: trunk/XZ-Utils/5.03/Recipe trunk/XZ-Utils/5.03/Resources/BuildInformation Log: First revision of XZ-Utils 5.03. Modified: trunk/XZ-Utils/5.03/Recipe =================================================================== --- trunk/XZ-Utils/5.0.3/Recipe 2012-02-27 02:52:54 UTC (rev 20755) +++ trunk/XZ-Utils/5.03/Recipe 2012-02-27 02:53:20 UTC (rev 20756) @@ -1,4 +1,4 @@ -# Recipe for version 5.0.3 by Hugo Barrocas , on Qui Out 20 23:29:25 WEST 2011 +# Recipe for version 5.03 by Michael Homer , on Sat Aug 20 00:25:19 NZST 2011 compile_version=1.10.2 url="http://tukaani.org/xz/xz-5.0.3.tar.bz2" file_size=1025913 Modified: trunk/XZ-Utils/5.03/Resources/BuildInformation =================================================================== --- trunk/XZ-Utils/5.0.3/Resources/BuildInformation 2012-02-27 02:52:54 UTC (rev 20755) +++ trunk/XZ-Utils/5.03/Resources/BuildInformation 2012-02-27 02:53:20 UTC (rev 20756) @@ -1 +1 @@ -EGLIBC 2.12 +Glibc 2.8 From mwh at svn.gobolinux.org Mon Feb 27 15:53:24 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:53:24 -0800 Subject: [recipes-commits] r20757 - revisions/XZ-Utils Message-ID: <20120227025324.4B65898A8A@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:53:24 -0800 (Sun, 26 Feb 2012) New Revision: 20757 Added: revisions/XZ-Utils/5.03-r1/ Log: Committing revision 1 of XZ-Utils 5.03 From mwh at svn.gobolinux.org Mon Feb 27 15:53:56 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:53:56 -0800 Subject: [recipes-commits] r20759 - in trunk/LibIDN: . 1.22 1.22/Resources Message-ID: <20120227025356.2373A9896C@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:53:55 -0800 (Sun, 26 Feb 2012) New Revision: 20759 Added: trunk/LibIDN/1.22/ Modified: trunk/LibIDN/1.22/Recipe trunk/LibIDN/1.22/Resources/BuildInformation Log: First revision of LibIDN 1.22. Modified: trunk/LibIDN/1.22/Recipe =================================================================== --- trunk/LibIDN/1.19/Recipe 2012-02-27 02:53:24 UTC (rev 20757) +++ trunk/LibIDN/1.22/Recipe 2012-02-27 02:53:55 UTC (rev 20759) @@ -1,9 +1,9 @@ -# Recipe for version 1.19 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2010. j?n. 5., szombat, 21.45.37 CEST +# Recipe for version 1.22 by Michael Homer , on Sat Aug 20 23:54:34 NZST 2011 # by Maglan C. Diemer compile_version=1.8.2 -url="$ftpGnu/libidn/libidn-1.19.tar.gz" -file_size=3207771 -file_md5=a45142126d28162014c995f969bdb5a8 +url="$ftpGnu/libidn/libidn-1.22.tar.gz" +file_size=3356444 +file_md5=893a1df0cf3b28b72d248382eaeaca71 recipe_type=configure configure_options=( "--mandir=${target}/man" Modified: trunk/LibIDN/1.22/Resources/BuildInformation =================================================================== --- trunk/LibIDN/1.19/Resources/BuildInformation 2012-02-27 02:53:24 UTC (rev 20757) +++ trunk/LibIDN/1.22/Resources/BuildInformation 2012-02-27 02:53:55 UTC (rev 20759) @@ -1 +1 @@ -Glibc 2.8 +Glibc 2.14 From mwh at svn.gobolinux.org Mon Feb 27 15:53:55 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:53:55 -0800 Subject: [recipes-commits] r20758 - in trunk/Curl: . 7.21.7 7.21.7/Resources Message-ID: <20120227025355.6B5AA9896C@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:53:55 -0800 (Sun, 26 Feb 2012) New Revision: 20758 Added: trunk/Curl/7.21.7/ Modified: trunk/Curl/7.21.7/Recipe trunk/Curl/7.21.7/Resources/BuildInformation Log: First revision of Curl 7.21.7. Modified: trunk/Curl/7.21.7/Recipe =================================================================== --- trunk/Curl/7.24.0/Recipe 2012-02-27 02:53:24 UTC (rev 20757) +++ trunk/Curl/7.21.7/Recipe 2012-02-27 02:53:55 UTC (rev 20758) @@ -1,8 +1,8 @@ -# Recipe for version 7.24.0 by Andreas K?hler , on So 19. Feb 14:45:46 CET 2012 +# Recipe for version 7.21.7 by Michael Homer , on Sun Aug 21 01:58:41 NZST 2011 compile_version=1.11.3 -url="http://curl.haxx.se/download/curl-7.24.0.tar.bz2" -file_size=2406936 -file_md5=f912221d75eb8d8fe08900eaf011b023 +url="http://curl.haxx.se/download/curl-7.21.7.tar.bz2" +file_size=2319682 +file_md5=5f6d50c4d4ee38c57fe37e3cff75adbd recipe_type=configure configure_options=( Modified: trunk/Curl/7.21.7/Resources/BuildInformation =================================================================== --- trunk/Curl/7.24.0/Resources/BuildInformation 2012-02-27 02:53:24 UTC (rev 20757) +++ trunk/Curl/7.21.7/Resources/BuildInformation 2012-02-27 02:53:55 UTC (rev 20758) @@ -1,3 +1,3 @@ -Glibc 2.8 -OpenSSL 0.9.8i +Glibc 2.14 +OpenSSL 1.0.0d ZLib 1.2.3 From mwh at svn.gobolinux.org Mon Feb 27 15:53:59 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:53:59 -0800 Subject: [recipes-commits] r20760 - revisions/Curl Message-ID: <20120227025359.364F99896C@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:53:59 -0800 (Sun, 26 Feb 2012) New Revision: 20760 Added: revisions/Curl/7.21.7-r1/ Log: Committing revision 1 of Curl 7.21.7 From mwh at svn.gobolinux.org Mon Feb 27 15:53:59 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:53:59 -0800 Subject: [recipes-commits] r20761 - revisions/LibIDN Message-ID: <20120227025359.F1365989BA@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:53:59 -0800 (Sun, 26 Feb 2012) New Revision: 20761 Added: revisions/LibIDN/1.22-r1/ Log: Committing revision 1 of LibIDN 1.22 From mwh at svn.gobolinux.org Mon Feb 27 15:54:20 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:54:20 -0800 Subject: [recipes-commits] r20762 - in trunk: . Linux-Firmware Linux-Firmware/git Linux-Firmware/git/Resources Message-ID: <20120227025420.3D938989E0@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:54:20 -0800 (Sun, 26 Feb 2012) New Revision: 20762 Added: trunk/Linux-Firmware/ trunk/Linux-Firmware/git/ trunk/Linux-Firmware/git/Recipe trunk/Linux-Firmware/git/Resources/ trunk/Linux-Firmware/git/Resources/BuildInformation trunk/Linux-Firmware/git/Resources/Dependencies trunk/Linux-Firmware/git/Resources/Description Log: First revision of Linux-Firmware git. Added: trunk/Linux-Firmware/git/Recipe =================================================================== --- trunk/Linux-Firmware/git/Recipe (rev 0) +++ trunk/Linux-Firmware/git/Recipe 2012-02-27 02:54:20 UTC (rev 20762) @@ -0,0 +1,12 @@ +# Recipe (MakeRecipe) for Linux-Firmware by Michael Homer , on Fri Aug 26 06:50:34 NZST 2011 +# Recipe for version git by Michael Homer , on Fri Aug 26 06:50:34 NZST 2011 +compile_version=1.13.3 +git="git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git" +recipe_type=manifest +manifest=( + *:Resources/Unmanaged/lib/firmware/ +) + +unmanaged_files=( + /lib/firmware +) Added: trunk/Linux-Firmware/git/Resources/Description =================================================================== --- trunk/Linux-Firmware/git/Resources/Description (rev 0) +++ trunk/Linux-Firmware/git/Resources/Description 2012-02-27 02:54:20 UTC (rev 20762) @@ -0,0 +1,4 @@ +[License] Various +[Homepage] http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=shortlog +[Summary] Firmware files for the Linux kernel +[Description] Firmware files for the Linux kernel From mwh at svn.gobolinux.org Mon Feb 27 15:54:24 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Sun, 26 Feb 2012 18:54:24 -0800 Subject: [recipes-commits] r20763 - in revisions: . Linux-Firmware Message-ID: <20120227025424.995CC98A13@bengals.dreamhost.com> Author: mwh Date: 2012-02-26 18:54:24 -0800 (Sun, 26 Feb 2012) New Revision: 20763 Added: revisions/Linux-Firmware/ revisions/Linux-Firmware/git-r1/ Log: Committing revision 1 of Linux-Firmware git From mwh at svn.gobolinux.org Tue Feb 28 15:57:01 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:57:01 -0800 Subject: [recipes-commits] r20764 - in trunk/Mesa: . 7.11.2 7.11.2/Resources Message-ID: <20120228025701.7433E986E3@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:57:01 -0800 (Mon, 27 Feb 2012) New Revision: 20764 Added: trunk/Mesa/7.11.2/ Modified: trunk/Mesa/7.11.2/Recipe trunk/Mesa/7.11.2/Resources/BuildInformation trunk/Mesa/7.11.2/Resources/Dependencies Log: First revision of Mesa 7.11.2. Modified: trunk/Mesa/7.11.2/Recipe =================================================================== --- trunk/Mesa/7.6.1/Recipe 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Mesa/7.11.2/Recipe 2012-02-28 02:57:01 UTC (rev 20764) @@ -1,13 +1,12 @@ -# Recipe for version 7.6.1 by Jonas Karlsson , on Tue Jan 5 17:19:41 CET 2010 +# Recipe for version 7.11.2.2 by Andreas K?hler , on So 26. Feb 13:09:36 CET 2012 # Recipe (MakeRecipe) for Mesa by Lucas Correia Villa Real , on Tue Nov 23 03:32:41 BRST 2004 compile_version=1.8.5 urls=( - ftp://ftp.freedesktop.org/pub/mesa/7.6.1/MesaLib-7.6.1.tar.bz2 - ftp://ftp.freedesktop.org/pub/mesa/7.6.1/MesaGLUT-7.6.1.tar.bz2 - ftp://ftp.freedesktop.org/pub/mesa/7.6.1/MesaDemos-7.6.1.tar.bz2 + ftp://ftp.freedesktop.org/pub/mesa/7.11.2/MesaLib-7.11.2.tar.bz2 + ftp://ftp.freedesktop.org/pub/mesa/7.11.2/MesaGLUT-7.11.2.tar.bz2 ) recipe_type=configure -dir='Mesa-7.6.1' +dir='Mesa-7.11.2' configure_options=( --enable-xcb @@ -17,28 +16,21 @@ --with-driver=dri --with-dri-driverdir="${goboLibraries}/xorg/modules/dri" + --without-gallium-drivers ) install_variables=( DRI_DRIVER_INSTALL_DIR="${target}/lib/xorg/modules/dri" ) -pre_link() { - for p in glxheads glthreads glxcontexts glxdemo glxgears glxgears_fbconfig glxinfo glxpbdemo glxpixmap glxswapcontrol - do - cp progs/xdemos/${p} ${target}/bin - done -} symlink_options=( --conflict=overwrite ) file_sizes=( -4886995 -321756 -1547790 +6257280 +201575 ) file_md5s=( -7db4617e9e10ad3aca1b64339fd71b7d -ca9aecb91f05b1da9fd7d5eeb19d47d7 -a4226f06732a02556fcf6be290b86dff +0837c52698fe3252369c3fdb5195afcc +35ca3a0b54cb6f9d2e0e4eae8f6bb95e ) Modified: trunk/Mesa/7.11.2/Resources/BuildInformation =================================================================== --- trunk/Mesa/7.6.1/Resources/BuildInformation 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Mesa/7.11.2/Resources/BuildInformation 2012-02-28 02:57:01 UTC (rev 20764) @@ -1,5 +1,6 @@ -Expat 2.0.1 -GCC 4.4.2 -Glibc 2.10.1 -LibDRM 2.4.17 -Xorg-Lib 7.5 +Expat 2.0.0 +GCC 4.6.1 +Glibc 2.14 +LibDRM 2.4.31 +Udev 181 +Xorg-Lib 7.6 Modified: trunk/Mesa/7.11.2/Resources/Dependencies =================================================================== --- trunk/Mesa/7.6.1/Resources/Dependencies 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Mesa/7.11.2/Resources/Dependencies 2012-02-28 02:57:01 UTC (rev 20764) @@ -1,4 +1,4 @@ GCC 4.1.1 Glibc 2.5 -LibDRM >= 2.3.1 -Xorg-Lib >= 7.4 +LibDRM >= 2.4.24 +Xorg-Lib >= 7.6 From mwh at svn.gobolinux.org Tue Feb 28 15:57:05 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:57:05 -0800 Subject: [recipes-commits] r20765 - revisions/Mesa Message-ID: <20120228025705.55441987F6@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:57:05 -0800 (Mon, 27 Feb 2012) New Revision: 20765 Added: revisions/Mesa/7.11.2-r1/ Log: Committing revision 1 of Mesa 7.11.2 From mwh at svn.gobolinux.org Tue Feb 28 15:57:07 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:57:07 -0800 Subject: [recipes-commits] r20766 - in trunk/Udev: . 181 181/Resources 181/Resources/Defaults/Settings/udev/rules.d 181/Resources/Tasks Message-ID: <20120228025708.1D05898A01@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:57:07 -0800 (Mon, 27 Feb 2012) New Revision: 20766 Added: trunk/Udev/181/ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/50-udev-default.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-alsa.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-input.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-serial.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-storage-tape.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-storage.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/75-net-description.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/75-tty-description.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/78-sound-card.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/80-drivers.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/95-udev-late.rules Removed: trunk/Udev/181/01-delete_path.patch trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/25-lfs.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/26-modprobe.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/27-firmware.rules trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/81-cdrom.rules Modified: trunk/Udev/181/Recipe trunk/Udev/181/Resources/BuildInformation trunk/Udev/181/Resources/Dependencies trunk/Udev/181/Resources/Tasks/Udev Log: First revision of Udev 181. Deleted: trunk/Udev/181/01-delete_path.patch =================================================================== --- trunk/Udev/165/01-delete_path.patch 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Udev/181/01-delete_path.patch 2012-02-28 02:57:07 UTC (rev 20766) @@ -1,13 +0,0 @@ ---- udev-139/udev/udev-util.c.orig 2009-03-01 18:13:40.000000000 +0100 -+++ udev-139/udev/udev-util.c 2009-03-01 18:14:22.000000000 +0100 -@@ -80,8 +80,8 @@ - *pos = '\0'; - pos = strrchr(p, '/'); - -- /* don't remove the last one */ -- if ((pos == p) || (pos == NULL)) -+ /* don't remove the last one or devfs mount point */ -+ if ((pos == p) || (pos == NULL) || strcmp(p, udev_get_dev_path(udev))==0) - break; - - /* remove if empty */ Modified: trunk/Udev/181/Recipe =================================================================== --- trunk/Udev/165/Recipe 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Udev/181/Recipe 2012-02-28 02:57:07 UTC (rev 20766) @@ -1,16 +1,22 @@ -# Recipe for version 165 by Joshua Sako , on Sat Dec 25 21:45:37 EST 2010 +# Recipe for version 181 by Andreas K?hler , on So 19. Feb 22:41:38 CET 2012 compile_version=1.9.0 -url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-165.tar.bz2" -file_size=579660 -file_md5=74c62aa82969278960b7ee81e94b6d8f +url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-181.tar.bz2" +file_size=800616 +file_md5=135c5acfd371febc5ed8326d48028922 recipe_type=configure configure_options=( --sysconfdir=${goboSettings} + --libexecdir=$target/lib #--with-udev-prefix= #--disable-extras + --disable-gudev --disable-introspection ) +with_gtk=( + --enable-gudev + --enable-introspection +) install_variables=( udev_prefix=$target @@ -18,7 +24,10 @@ ) pre_link() { - echo "udev_root=\"${goboDevices}\"" >> "${target}/Resources/Defaults/Settings/udev/udev.conf" + cat << EOF >> "${target}/Resources/Defaults/Settings/udev/udev.conf" +udev_root="${goboDevices}" +udev_run="${goboVariable}/run/udev" +EOF devices="$target/lib/udev/devices" mkdir -p "$devices"/{shm,pts} mknod "$devices/null" c 1 3 Modified: trunk/Udev/181/Resources/BuildInformation =================================================================== --- trunk/Udev/165/Resources/BuildInformation 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Udev/181/Resources/BuildInformation 2012-02-28 02:57:07 UTC (rev 20766) @@ -1,3 +1,3 @@ -ACL 2.2.47_1 -GLib 2.24.1 -Glibc 2.11.2 +Glibc 2.14 +Kmod 5 +Util-Linux 2.21 Deleted: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/25-lfs.rules =================================================================== --- trunk/Udev/165/Resources/Defaults/Settings/udev/rules.d/25-lfs.rules 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/25-lfs.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -1,149 +0,0 @@ -# /etc/udev/rules.d/25-lfs.rules: Rule definitions for LFS. - -# Core kernel devices - -KERNEL=="ptmx", MODE="0666", GROUP="tty" -KERNEL=="random", MODE="0444" -KERNEL=="urandom", MODE="0444" -KERNEL=="kmem", MODE="0640", GROUP="kmem" -KERNEL=="mem", MODE="0640", GROUP="kmem" -KERNEL=="port", MODE="0640", GROUP="kmem" -KERNEL=="null", MODE="0666" -KERNEL=="zero", MODE="0666" -KERNEL=="full", MODE="0666" -KERNEL=="aio", MODE="0444" -KERNEL=="kmsg", MODE="0600" -KERNEL=="rtc", MODE="0666" - -# Comms devices - -KERNEL=="rfcomm[0-9]*", GROUP="dialout" -KERNEL=="tty[BCDEFHILMPRSTUVWX][0-9]*", GROUP="dialout" -KERNEL=="ttyS[ACIR][0-9]*", GROUP="dialout" -KERNEL=="ttyUSB[0-9]*", GROUP="dialout" -KERNEL=="ttyACM[0-9]*", GROUP="dialout" -KERNEL=="ippp[0-9]*", GROUP="dialout" -KERNEL=="isdn[0-9]*", GROUP="dialout" -KERNEL=="isdnctrl[0-9]*", GROUP="dialout" -KERNEL=="capi", NAME="capi20", SYMLINK+="isdn/capi20" -KERNEL=="capi?*", NAME="capi/%n", GROUP="dialout" -KERNEL=="dcbri[0-9]*", GROUP="dialout" -KERNEL=="ircomm[0-9]*", GROUP="dialout" - -# TTY's - -KERNEL=="tty", MODE="0666", GROUP="tty" -KERNEL=="tty[0-9]*", MODE="0666", GROUP="tty" -KERNEL=="vcs*", MODE="0600" -KERNEL=="console", MODE="0622", GROUP="tty" - -# ALSA devices go in their own subdirectory - -KERNEL=="controlC[0-9]*", GROUP="audio", NAME="snd/%k" -KERNEL=="hwC[0-9]*D[0-9]*", GROUP="audio", NAME="snd/%k" -KERNEL=="pcmC[0-9]*D[0-9]*[cp]", GROUP="audio", NAME="snd/%k" -KERNEL=="midiC[0-9]*D[0-9]*", GROUP="audio", NAME="snd/%k" -KERNEL=="timer", GROUP="audio", NAME="snd/%k" -KERNEL=="seq", GROUP="audio", NAME="snd/%k" - -# Sound devices - -KERNEL=="admmidi*", GROUP="audio" -KERNEL=="adsp*", GROUP="audio" -KERNEL=="aload*", GROUP="audio" -KERNEL=="amidi*", GROUP="audio" -KERNEL=="amixer*", GROUP="audio" -KERNEL=="audio*", GROUP="audio" -KERNEL=="dmfm*", GROUP="audio" -KERNEL=="dmmidi*", GROUP="audio" -KERNEL=="dsp*", GROUP="audio" -KERNEL=="midi*", GROUP="audio" -KERNEL=="mixer*", GROUP="audio" -KERNEL=="music", GROUP="audio" -KERNEL=="sequencer*", GROUP="audio" - -# Printing devices - -KERNEL=="lp[0-9]*", GROUP="lp" -KERNEL=="parport[0-9]*", GROUP="lp" -KERNEL=="irlpt[0-9]*", GROUP="lp" - -# Input devices go in their own subdirectory - -KERNEL=="mice", MODE="0644", NAME="input/%k", SYMLINK+="mouse" -KERNEL=="mouse*", MODE="0644", NAME="input/%k" -KERNEL=="event*", MODE="0644", NAME="input/%k" -KERNEL=="js*", MODE="0644", NAME="input/%k" -KERNEL=="ts*", MODE="0644", NAME="input/%k" - -KERNEL=="psaux", MODE="0644" -KERNEL=="js", MODE="0644" -KERNEL=="djs", MODE="0644" - -# USB devices go in their own subdirectory - -SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}" -KERNEL=="hiddev*", NAME="usb/%k" -KERNEL=="auer*", NAME="usb/%k" -KERNEL=="legousbtower*", NAME="usb/%k" -KERNEL=="dabusb*", NAME="usb/%k" -SUBSYSTEMS=="usb", KERNEL=="lp[0-9]*", GROUP="lp", NAME="usb/%k" - -# DRI devices are managed by the X server, so prevent udev from creating them - -KERNEL=="card*", OPTIONS+="ignore_device" - -# Video devices - -KERNEL=="fb[0-9]*", GROUP="video" -KERNEL=="agpgart", GROUP="video" -KERNEL=="video[0-9]*", GROUP="video" -KERNEL=="radio[0-9]*", GROUP="video" -KERNEL=="vbi[0-9]*", GROUP="video" -KERNEL=="vtx[0-9]*", GROUP="video" - -# DVB devices - -SUBSYSTEM=="dvb", PROGRAM="/bin/sh -c 'K=%k; K=$${K#dvb}; printf dvb/adapter%%i/%%s $${K%%%%.*} $${K#*.}'", NAME="%c", GROUP="video" - -# Storage/memory devices - -KERNEL=="fd[0-9]*", GROUP="floppy" -KERNEL=="ram[0-9]*", GROUP="disk" -KERNEL=="raw[0-9]*", GROUP="disk", NAME="raw/%k" -KERNEL=="hd*", GROUP="disk" -KERNEL=="sd[a-z]", GROUP="disk" -KERNEL=="sd[a-z][0-9]*", GROUP="disk" -KERNEL=="sd[a-i][a-z]", GROUP="disk" -KERNEL=="sd[a-i][a-z][0-9]*", GROUP="disk" -KERNEL=="dasd[0-9]*", GROUP="disk" -KERNEL=="loop[0-9]*", GROUP="disk" -KERNEL=="md[0-9]*", GROUP="disk" - -# Extra floppy devices based on type - -KERNEL=="fd[0-9]*", ACTION=="add", ATTRS{cmos}=="?*", RUN+="create_floppy_devices -c -t $attr{cmos} -m %M -M 0640 -G floppy /dev/%k" - -# dmsetup and lvm2 related programs create devicemapper devices so we prevent -# udev from creating them - -KERNEL=="dm-*", OPTIONS+="ignore_device" -KERNEL=="device-mapper", OPTIONS+="ignore_device" - -KERNEL=="ht[0-9]*", GROUP="tape" -KERNEL=="nht[0-9]*", GROUP="tape" -KERNEL=="pt[0-9]*", GROUP="tape" -KERNEL=="npt[0-9]*", GROUP="tape" -KERNEL=="st[0-9]*", GROUP="tape" -KERNEL=="nst[0-9]*", GROUP="tape" - -# Network devices - -KERNEL=="tun", NAME="net/%k" - -# x86 CPU devices: CPUID instruction, model-specific registers, and -# microcode access/updates - -KERNEL=="cpu[0-9]*", NAME="cpu/%n/cpuid" -KERNEL=="msr[0-9]*", NAME="cpu/%n/msr" -KERNEL=="microcode", NAME="cpu/microcode" Deleted: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/26-modprobe.rules =================================================================== --- trunk/Udev/165/Resources/Defaults/Settings/udev/rules.d/26-modprobe.rules 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/26-modprobe.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -1,18 +0,0 @@ -# /etc/udev/rules.d/26-modprobe.rules: Rules that require modprobe. - -# Generic rule to allow loading modular drivers for existing hardware - -ACTION=="add", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}" - -# SCSI devices require different modules, dependent on their ATTRS{type}. All -# of them require 'sg' though. -# -# module name sysfs types -# sd 0 (TYPE_DISK), 7 (TYPE_MOD), 14 (TYPE_MOD) -# st/osst 1 (TYPE_TAPE) -# sr 4 (TYPE_WORM), 5 (TYPE_ROM) - -SUBSYSTEM=="scsi_device", ACTION=="add", ATTRS{type}=="0|7|14", RUN+="/sbin/modprobe sd_mod" -SUBSYSTEM=="scsi_device", ACTION=="add", ATTRS{type}=="1", RUN+="/sbin/modprobe st" -SUBSYSTEM=="scsi_device", ACTION=="add", ATTRS{type}=="[45]", RUN+="/sbin/modprobe sr_mod" -SUBSYSTEM=="scsi_device", ACTION=="add", RUN+="/sbin/modprobe sg" Deleted: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/27-firmware.rules =================================================================== --- trunk/Udev/165/Resources/Defaults/Settings/udev/rules.d/27-firmware.rules 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/27-firmware.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -1,3 +0,0 @@ -# /etc/udev/rules.d/27-firmware.rules: Load firmware for devices that need it - -ACTION=="add", SUBSYSTEM=="firmware", RUN+="firmware.sh" Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/50-udev-default.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/50-udev-default.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/50-udev-default.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,107 @@ +# do not edit this file, it will be overwritten on update + +KERNEL=="pty[pqrstuvwxyzabcdef][0123456789abcdef]", GROUP="tty", MODE="0660" +KERNEL=="tty[pqrstuvwxyzabcdef][0123456789abcdef]", GROUP="tty", MODE="0660" +KERNEL=="ptmx", GROUP="tty", MODE="0666" +KERNEL=="tty", GROUP="tty", MODE="0666" +KERNEL=="tty[0-9]*", GROUP="tty", MODE="0620" +KERNEL=="vcs|vcs[0-9]*|vcsa|vcsa[0-9]*", GROUP="tty" + +# serial +KERNEL=="tty[A-Z]*[0-9]|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*", GROUP="dialout" +KERNEL=="mwave", GROUP="dialout" +KERNEL=="hvc*|hvsi*", GROUP="dialout" + +# virtio serial / console ports +KERNEL=="vport*", ATTR{name}=="?*", SYMLINK+="virtio-ports/$attr{name}" + +# mem +KERNEL=="null|zero|full|random|urandom", MODE="0666" +KERNEL=="mem|kmem|port|nvram", GROUP="kmem", MODE="0640" + +# input +SUBSYSTEM=="input", ENV{ID_INPUT}=="", IMPORT{builtin}="input_id" +KERNEL=="mouse*|mice|event*", MODE="0640" +KERNEL=="ts[0-9]*|uinput", MODE="0640" +KERNEL=="js[0-9]*", MODE="0644" + +# video4linux +SUBSYSTEM=="video4linux", GROUP="video" +KERNEL=="vttuner*", GROUP="video" +KERNEL=="vtx*|vbi*", GROUP="video" +KERNEL=="winradio*", GROUP="video" + +# graphics +KERNEL=="agpgart", GROUP="video" +KERNEL=="pmu", GROUP="video" +KERNEL=="nvidia*|nvidiactl*", GROUP="video" +SUBSYSTEM=="graphics", GROUP="video" +SUBSYSTEM=="drm", GROUP="video" + +# sound +SUBSYSTEM=="sound", GROUP="audio", \ + OPTIONS+="static_node=snd/seq", OPTIONS+="static_node=snd/timer" + +# DVB (video) +SUBSYSTEM=="dvb", GROUP="video" + +# FireWire (firewire-core driver: IIDC devices, AV/C devices) +SUBSYSTEM=="firewire", ATTR{units}=="*0x00a02d:0x00010*", GROUP="video" +SUBSYSTEM=="firewire", ATTR{units}=="*0x00b09d:0x00010*", GROUP="video" +SUBSYSTEM=="firewire", ATTR{units}=="*0x00a02d:0x010001*", GROUP="video" +SUBSYSTEM=="firewire", ATTR{units}=="*0x00a02d:0x014001*", GROUP="video" + +# 'libusb' device nodes +SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664" +SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", IMPORT{builtin}="usb_id" + +# printer +KERNEL=="parport[0-9]*", GROUP="lp" +SUBSYSTEM=="printer", KERNEL=="lp*", GROUP="lp" +SUBSYSTEM=="ppdev", GROUP="lp" +KERNEL=="lp[0-9]*", GROUP="lp" +KERNEL=="irlpt[0-9]*", GROUP="lp" +SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:*", GROUP="lp" + +# block +SUBSYSTEM=="block", GROUP="disk" + +# floppy +SUBSYSTEM=="block", KERNEL=="fd[0-9]", GROUP="floppy" + +# cdrom +SUBSYSTEM=="block", KERNEL=="sr[0-9]*", GROUP="cdrom" +SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="4|5", GROUP="cdrom" +KERNEL=="pktcdvd[0-9]*", GROUP="cdrom" +KERNEL=="pktcdvd", GROUP="cdrom" + +# tape +KERNEL=="ht[0-9]*|nht[0-9]*", GROUP="tape" +KERNEL=="pt[0-9]*|npt[0-9]*|pht[0-9]*", GROUP="tape" +SUBSYSTEM=="scsi_generic|scsi_tape", SUBSYSTEMS=="scsi", ATTRS{type}=="1|8", GROUP="tape" + +# block-related +KERNEL=="sch[0-9]*", GROUP="disk" +SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="0", GROUP="disk" +KERNEL=="pg[0-9]*", GROUP="disk" +KERNEL=="qft[0-9]*|nqft[0-9]*|zqft[0-9]*|nzqft[0-9]*|rawqft[0-9]*|nrawqft[0-9]*", GROUP="disk" +KERNEL=="rawctl", GROUP="disk" +SUBSYSTEM=="raw", KERNEL=="raw[0-9]*", GROUP="disk" +SUBSYSTEM=="aoe", GROUP="disk", MODE="0220" +SUBSYSTEM=="aoe", KERNEL=="err", MODE="0440" + +# network +KERNEL=="tun", MODE="0666", OPTIONS+="static_node=net/tun" +KERNEL=="rfkill", MODE="0644" + +# CPU +KERNEL=="cpu[0-9]*", MODE="0444" + +KERNEL=="fuse", ACTION=="add", MODE="0666", OPTIONS+="static_node=fuse" + +SUBSYSTEM=="rtc", ATTR{hctosys}=="1", SYMLINK+="rtc" +KERNEL=="mmtimer", MODE="0644" +KERNEL=="rflash[0-9]*", MODE="0400" +KERNEL=="rrom[0-9]*", MODE="0400" + +SUBSYSTEM=="firmware", ACTION=="add", IMPORT{builtin}="firmware" Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-alsa.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-alsa.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-alsa.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,14 @@ +# do not edit this file, it will be overwritten on update + +ACTION=="remove", GOTO="persistent_alsa_end" +SUBSYSTEM!="sound", GOTO="persistent_alsa_end" +KERNEL!="controlC[0-9]*", GOTO="persistent_alsa_end" + +SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id" +ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="?*", SYMLINK+="snd/by-id/$env{ID_BUS}-$env{ID_SERIAL}-$env{ID_USB_INTERFACE_NUM}" +ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="", SYMLINK+="snd/by-id/$env{ID_BUS}-$env{ID_SERIAL}" + +IMPORT{builtin}="path_id" +ENV{ID_PATH}=="?*", SYMLINK+="snd/by-path/$env{ID_PATH}" + +LABEL="persistent_alsa_end" Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-input.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-input.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-input.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,38 @@ +# do not edit this file, it will be overwritten on update + +ACTION=="remove", GOTO="persistent_input_end" +SUBSYSTEM!="input", GOTO="persistent_input_end" +SUBSYSTEMS=="bluetooth", GOTO="persistent_input_end" + +SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{builtin}="usb_id" + +# determine class name for persistent symlinks +ENV{ID_INPUT_KEYBOARD}=="?*", ENV{.INPUT_CLASS}="kbd" +ENV{ID_INPUT_MOUSE}=="?*", ENV{.INPUT_CLASS}="mouse" +ENV{ID_INPUT_TOUCHPAD}=="?*", ENV{.INPUT_CLASS}="mouse" +ENV{ID_INPUT_TABLET}=="?*", ENV{.INPUT_CLASS}="mouse" +ENV{ID_INPUT_JOYSTICK}=="?*", ENV{.INPUT_CLASS}="joystick" +DRIVERS=="pcspkr", ENV{.INPUT_CLASS}="spkr" +ATTRS{name}=="*dvb*|*DVB*|* IR *", ENV{.INPUT_CLASS}="ir" + +# fill empty serial number +ENV{.INPUT_CLASS}=="?*", ENV{ID_SERIAL}=="", ENV{ID_SERIAL}="noserial" + +# by-id links +KERNEL=="mouse*|js*", ENV{ID_BUS}=="?*", ENV{.INPUT_CLASS}=="?*", SYMLINK+="input/by-id/$env{ID_BUS}-$env{ID_SERIAL}-$env{.INPUT_CLASS}" +KERNEL=="mouse*|js*", ENV{ID_BUS}=="?*", ENV{.INPUT_CLASS}=="?*", ATTRS{bInterfaceNumber}=="?*", ATTRS{bInterfaceNumber}!="00", SYMLINK+="input/by-id/$env{ID_BUS}-$env{ID_SERIAL}-if$attr{bInterfaceNumber}-$env{.INPUT_CLASS}" +KERNEL=="event*", ENV{ID_BUS}=="?*", ENV{.INPUT_CLASS}=="?*", SYMLINK+="input/by-id/$env{ID_BUS}-$env{ID_SERIAL}-event-$env{.INPUT_CLASS}" +KERNEL=="event*", ENV{ID_BUS}=="?*", ENV{.INPUT_CLASS}=="?*", ATTRS{bInterfaceNumber}=="?*", ATTRS{bInterfaceNumber}!="00", SYMLINK+="input/by-id/$env{ID_BUS}-$env{ID_SERIAL}-if$attr{bInterfaceNumber}-event-$env{.INPUT_CLASS}" +# allow empty class for USB devices, by appending the interface number +SUBSYSTEMS=="usb", ENV{ID_BUS}=="?*", KERNEL=="event*", ENV{.INPUT_CLASS}=="", ATTRS{bInterfaceNumber}=="?*", \ + SYMLINK+="input/by-id/$env{ID_BUS}-$env{ID_SERIAL}-event-if$attr{bInterfaceNumber}" + +# by-path +SUBSYSTEMS=="pci|usb|platform|acpi", IMPORT{builtin}="path_id" +ENV{ID_PATH}=="?*", KERNEL=="mouse*|js*", ENV{.INPUT_CLASS}=="?*", SYMLINK+="input/by-path/$env{ID_PATH}-$env{.INPUT_CLASS}" +ENV{ID_PATH}=="?*", KERNEL=="event*", ENV{.INPUT_CLASS}=="?*", SYMLINK+="input/by-path/$env{ID_PATH}-event-$env{.INPUT_CLASS}" +# allow empty class for platform and usb devices; platform supports only a single interface that way +SUBSYSTEMS=="usb|platform", ENV{ID_PATH}=="?*", KERNEL=="event*", ENV{.INPUT_CLASS}=="", \ + SYMLINK+="input/by-path/$env{ID_PATH}-event" + +LABEL="persistent_input_end" Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-serial.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-serial.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-serial.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,20 @@ +# do not edit this file, it will be overwritten on update + +ACTION=="remove", GOTO="persistent_serial_end" +SUBSYSTEM!="tty", GOTO="persistent_serial_end" +KERNEL!="ttyUSB[0-9]*|ttyACM[0-9]*", GOTO="persistent_serial_end" + +SUBSYSTEMS=="usb-serial", ENV{.ID_PORT}="$attr{port_number}" + +IMPORT{builtin}="path_id" +ENV{ID_PATH}=="?*", ENV{.ID_PORT}=="", SYMLINK+="serial/by-path/$env{ID_PATH}" +ENV{ID_PATH}=="?*", ENV{.ID_PORT}=="?*", SYMLINK+="serial/by-path/$env{ID_PATH}-port$env{.ID_PORT}" + +IMPORT{builtin}="usb_id" +ENV{ID_SERIAL}=="", GOTO="persistent_serial_end" +SUBSYSTEMS=="usb", ENV{ID_USB_INTERFACE_NUM}="$attr{bInterfaceNumber}" +ENV{ID_USB_INTERFACE_NUM}=="", GOTO="persistent_serial_end" +ENV{.ID_PORT}=="", SYMLINK+="serial/by-id/$env{ID_BUS}-$env{ID_SERIAL}-if$env{ID_USB_INTERFACE_NUM}" +ENV{.ID_PORT}=="?*", SYMLINK+="serial/by-id/$env{ID_BUS}-$env{ID_SERIAL}-if$env{ID_USB_INTERFACE_NUM}-port$env{.ID_PORT}" + +LABEL="persistent_serial_end" Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-storage-tape.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-storage-tape.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-storage-tape.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,25 @@ +# do not edit this file, it will be overwritten on update + +# persistent storage links: /dev/tape/{by-id,by-path} + +ACTION=="remove", GOTO="persistent_storage_tape_end" + +# type 8 devices are "Medium Changers" +SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="8", IMPORT{program}="scsi_id --sg-version=3 --export --whitelisted -d $devnode", \ + SYMLINK+="tape/by-id/scsi-$env{ID_SERIAL}" + +SUBSYSTEM!="scsi_tape", GOTO="persistent_storage_tape_end" + +KERNEL=="st*[0-9]|nst*[0-9]", ATTRS{ieee1394_id}=="?*", ENV{ID_SERIAL}="$attr{ieee1394_id}", ENV{ID_BUS}="ieee1394" +KERNEL=="st*[0-9]|nst*[0-9]", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id" +KERNEL=="st*[0-9]|nst*[0-9]", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", KERNELS=="[0-9]*:*[0-9]", ENV{.BSG_DEV}="$root/bsg/$id" +KERNEL=="st*[0-9]|nst*[0-9]", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id --whitelisted --export --device=$env{.BSG_DEV}", ENV{ID_BUS}="scsi" +KERNEL=="st*[0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="tape/by-id/$env{ID_BUS}-$env{ID_SERIAL}" +KERNEL=="nst*[0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="tape/by-id/$env{ID_BUS}-$env{ID_SERIAL}-nst" + +# by-path (parent device path) +KERNEL=="st*[0-9]|nst*[0-9]", IMPORT{builtin}="path_id" +KERNEL=="st*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="tape/by-path/$env{ID_PATH}" +KERNEL=="nst*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="tape/by-path/$env{ID_PATH}-nst" + +LABEL="persistent_storage_tape_end" Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-storage.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-storage.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/60-persistent-storage.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,93 @@ +# do not edit this file, it will be overwritten on update + +# persistent storage links: /dev/disk/{by-id,by-uuid,by-label,by-path} +# scheme based on "Linux persistent device names", 2004, Hannes Reinecke + +# forward scsi device event to corresponding block device +ACTION=="change", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST=="block", ATTR{block/*/uevent}="change" + +ACTION=="remove", GOTO="persistent_storage_end" + +# enable in-kernel media-presence polling +ACTION=="add", SUBSYSTEM=="module", KERNEL=="block", ATTR{parameters/events_dfl_poll_msecs}=="0", ATTR{parameters/events_dfl_poll_msecs}="2000" + +SUBSYSTEM!="block", GOTO="persistent_storage_end" + +# skip rules for inappropriate block devices +KERNEL=="fd*|mtd*|nbd*|gnbd*|btibm*|dm-*|md*", GOTO="persistent_storage_end" + +# ignore partitions that span the entire disk +TEST=="whole_disk", GOTO="persistent_storage_end" + +# for partitions import parent information +ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*" + +# virtio-blk +KERNEL=="vd*[!0-9]", ATTRS{serial}=="?*", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/virtio-$env{ID_SERIAL}" +KERNEL=="vd*[0-9]", ATTRS{serial}=="?*", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/virtio-$env{ID_SERIAL}-part%n" + +# ATA devices with their own "ata" kernel subsystem +KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="ata", IMPORT{program}="ata_id --export $devnode" +# ATA devices using the "scsi" subsystem +KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{vendor}=="ATA", IMPORT{program}="ata_id --export $devnode" +# ATA/ATAPI devices (SPC-3 or later) using the "scsi" subsystem +KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{type}=="5", ATTRS{scsi_level}=="[6-9]*", IMPORT{program}="ata_id --export $devnode" + +# Run ata_id on non-removable USB Mass Storage (SATA/PATA disks in enclosures) +KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", ATTR{removable}=="0", SUBSYSTEMS=="usb", IMPORT{program}="ata_id --export $devnode" +# Otherwise fall back to using usb_id for USB devices +KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id" + +# scsi devices +KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id --export --whitelisted -d $devnode", ENV{ID_BUS}="scsi" +KERNEL=="cciss*", ENV{DEVTYPE}=="disk", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id --export --whitelisted -d $devnode", ENV{ID_BUS}="cciss" +KERNEL=="sd*|sr*|cciss*", ENV{DEVTYPE}=="disk", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}" +KERNEL=="sd*|cciss*", ENV{DEVTYPE}=="partition", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}-part%n" + +# firewire +KERNEL=="sd*[!0-9]|sr*", ATTRS{ieee1394_id}=="?*", SYMLINK+="disk/by-id/ieee1394-$attr{ieee1394_id}" +KERNEL=="sd*[0-9]", ATTRS{ieee1394_id}=="?*", SYMLINK+="disk/by-id/ieee1394-$attr{ieee1394_id}-part%n" + +# scsi compat links for ATA devices +KERNEL=="sd*[!0-9]", ENV{ID_BUS}=="ata", PROGRAM="scsi_id --whitelisted --replace-whitespace -p0x80 -d $devnode", RESULT=="?*", ENV{ID_SCSI_COMPAT}="$result", SYMLINK+="disk/by-id/scsi-$env{ID_SCSI_COMPAT}" +KERNEL=="sd*[0-9]", ENV{ID_SCSI_COMPAT}=="?*", SYMLINK+="disk/by-id/scsi-$env{ID_SCSI_COMPAT}-part%n" + +KERNEL=="mmcblk[0-9]", SUBSYSTEMS=="mmc", ATTRS{name}=="?*", ATTRS{serial}=="?*", ENV{ID_NAME}="$attr{name}", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/mmc-$env{ID_NAME}_$env{ID_SERIAL}" +KERNEL=="mmcblk[0-9]p[0-9]", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/mmc-$env{ID_NAME}_$env{ID_SERIAL}-part%n" +KERNEL=="mspblk[0-9]", SUBSYSTEMS=="memstick", ATTRS{name}=="?*", ATTRS{serial}=="?*", ENV{ID_NAME}="$attr{name}", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/memstick-$env{ID_NAME}_$env{ID_SERIAL}" +KERNEL=="mspblk[0-9]p[0-9]", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/memstick-$env{ID_NAME}_$env{ID_SERIAL}-part%n" + +# by-path (parent device path) +ENV{DEVTYPE}=="disk", DEVPATH!="*/virtual/*", IMPORT{builtin}="path_id" +ENV{DEVTYPE}=="disk", ENV{ID_PATH}=="?*", SYMLINK+="disk/by-path/$env{ID_PATH}" +ENV{DEVTYPE}=="partition", ENV{ID_PATH}=="?*", SYMLINK+="disk/by-path/$env{ID_PATH}-part%n" + +# skip unpartitioned removable media devices from drivers which do not send "change" events +ENV{DEVTYPE}=="disk", KERNEL!="sd*|sr*", ATTR{removable}=="1", GOTO="persistent_storage_end" + +# probe filesystem metadata of optical drives which have a media inserted +KERNEL=="sr*", ENV{DISK_EJECT_REQUEST}!="?*", ENV{ID_CDROM_MEDIA_TRACK_COUNT_DATA}=="?*", ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="?*", \ + IMPORT{builtin}="blkid --offset=$env{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}" +# single-session CDs do not have ID_CDROM_MEDIA_SESSION_LAST_OFFSET +KERNEL=="sr*", ENV{DISK_EJECT_REQUEST}!="?*", ENV{ID_CDROM_MEDIA_TRACK_COUNT_DATA}=="?*", ENV{ID_CDROM_MEDIA_SESSION_LAST_OFFSET}=="", \ + IMPORT{builtin}="blkid --noraid" + +# probe filesystem metadata of disks +KERNEL!="sr*", IMPORT{builtin}="blkid" + +# watch metadata changes by tools closing the device after writing +KERNEL!="sr*", OPTIONS+="watch" + +# by-label/by-uuid links (filesystem metadata) +ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}" +ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}" + +# by-id (World Wide Name) +ENV{DEVTYPE}=="disk", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}" +ENV{DEVTYPE}=="partition", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}-part%n" + +# by-partlabel/by-partuuid links (partition metadata) +ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_UUID}=="?*", SYMLINK+="disk/by-partuuid/$env{ID_PART_ENTRY_UUID}" +ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_NAME}=="?*", SYMLINK+="disk/by-partlabel/$env{ID_PART_ENTRY_NAME}" + +LABEL="persistent_storage_end" Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/75-net-description.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/75-net-description.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/75-net-description.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,14 @@ +# do not edit this file, it will be overwritten on update + +ACTION=="remove", GOTO="net_end" +SUBSYSTEM!="net", GOTO="net_end" + +SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id" +SUBSYSTEMS=="usb", IMPORT{builtin}="usb-db" +SUBSYSTEMS=="usb", ATTRS{idVendor}!="", ATTRS{idProduct}!="", ENV{ID_VENDOR_ID}="$attr{idVendor}", ENV{ID_MODEL_ID}="$attr{idProduct}" +SUBSYSTEMS=="usb", GOTO="net_end" + +SUBSYSTEMS=="pci", IMPORT{builtin}="pci-db" +SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}" + +LABEL="net_end" Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/75-tty-description.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/75-tty-description.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/75-tty-description.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,14 @@ +# do not edit this file, it will be overwritten on update + +ACTION=="remove", GOTO="tty_end" +SUBSYSTEM!="tty", GOTO="tty_end" + +SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id" +SUBSYSTEMS=="usb", IMPORT{builtin}="usb-db" +SUBSYSTEMS=="usb", ATTRS{idVendor}!="", ATTRS{idProduct}!="", ENV{ID_VENDOR_ID}="$attr{idVendor}", ENV{ID_MODEL_ID}="$attr{idProduct}" +SUBSYSTEMS=="usb", GOTO="tty_end" + +SUBSYSTEMS=="pci", IMPORT{builtin}="pci-db" +SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}" + +LABEL="tty_end" Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/78-sound-card.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/78-sound-card.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/78-sound-card.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,83 @@ +# do not edit this file, it will be overwritten on update + +SUBSYSTEM!="sound", GOTO="sound_end" + +ACTION=="add|change", KERNEL=="controlC*", ATTR{../uevent}="change" +ACTION!="change", GOTO="sound_end" + +# Ok, we probably need a little explanation here for what the two lines above +# are good for. +# +# The story goes like this: when ALSA registers a new sound card it emits a +# series of 'add' events to userspace, for the main card device and for all the +# child device nodes that belong to it. udev relays those to applications, +# however only maintains the order between father and child, but not between +# the siblings. The control device node creation can be used as synchronization +# point. All other devices that belong to a card are created in the kernel +# before it. However unfortunately due to the fact that siblings are forwarded +# out of order by udev this fact is lost to applications. +# +# OTOH before an application can open a device it needs to make sure that all +# its device nodes are completely created and set up. +# +# As a workaround for this issue we have added the udev rule above which will +# generate a 'change' event on the main card device from the 'add' event of the +# card's control device. Due to the ordering semantics of udev this event will +# only be relayed after all child devices have finished processing properly. +# When an application needs to listen for appearing devices it can hence look +# for 'change' events only, and ignore the actual 'add' events. +# +# When the application is initialized at the same time as a device is plugged +# in it may need to figure out if the 'change' event has already been triggered +# or not for a card. To find that out we store the flag environment variable +# SOUND_INITIALIZED on the device which simply tells us if the card 'change' +# event has already been processed. + +KERNEL!="card*", GOTO="sound_end" + +ENV{SOUND_INITIALIZED}="1" + +SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id" +SUBSYSTEMS=="usb", IMPORT{builtin}="usb-db" +SUBSYSTEMS=="usb", GOTO="skip_pci" + +SUBSYSTEMS=="pci", IMPORT{builtin}="pci-db" +SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}" + +LABEL="skip_pci" + +ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="?*", ENV{ID_ID}="$env{ID_BUS}-$env{ID_SERIAL}-$env{ID_USB_INTERFACE_NUM}-$attr{id}" +ENV{ID_SERIAL}=="?*", ENV{ID_USB_INTERFACE_NUM}=="", ENV{ID_ID}="$env{ID_BUS}-$env{ID_SERIAL}-$attr{id}" + +IMPORT{builtin}="path_id" + +# The values used here for $SOUND_FORM_FACTOR and $SOUND_CLASS should be kept +# in sync with those defined for PulseAudio's src/pulse/proplist.h +# PA_PROP_DEVICE_FORM_FACTOR, PA_PROP_DEVICE_CLASS properties. + +# If the first PCM device of this card has the pcm class 'modem', then the card is a modem +ATTR{pcmC%nD0p/pcm_class}=="modem", ENV{SOUND_CLASS}="modem", GOTO="sound_end" + +# Identify cards on the internal PCI bus as internal +SUBSYSTEMS=="pci", DEVPATH=="*/0000:00:??.?/sound/*", ENV{SOUND_FORM_FACTOR}="internal", GOTO="sound_end" + +# Devices that also support Image/Video interfaces are most likely webcams +SUBSYSTEMS=="usb", ENV{ID_USB_INTERFACES}=="*:0e????:*", ENV{SOUND_FORM_FACTOR}="webcam", GOTO="sound_end" + +# Matching on the model strings is a bit ugly, I admit +ENV{ID_MODEL}=="*[Ss]peaker*", ENV{SOUND_FORM_FACTOR}="speaker", GOTO="sound_end" +ENV{ID_MODEL_FROM_DATABASE}=="*[Ss]peaker*", ENV{SOUND_FORM_FACTOR}="speaker", GOTO="sound_end" + +ENV{ID_MODEL}=="*[Hh]eadphone*", ENV{SOUND_FORM_FACTOR}="headphone", GOTO="sound_end" +ENV{ID_MODEL_FROM_DATABASE}=="*[Hh]eadphone*", ENV{SOUND_FORM_FACTOR}="headphone", GOTO="sound_end" + +ENV{ID_MODEL}=="*[Hh]eadset*", ENV{SOUND_FORM_FACTOR}="headset", GOTO="sound_end" +ENV{ID_MODEL_FROM_DATABASE}=="*[Hh]eadset*", ENV{SOUND_FORM_FACTOR}="headset", GOTO="sound_end" + +ENV{ID_MODEL}=="*[Hh]andset*", ENV{SOUND_FORM_FACTOR}="handset", GOTO="sound_end" +ENV{ID_MODEL_FROM_DATABASE}=="*[Hh]andset*", ENV{SOUND_FORM_FACTOR}="handset", GOTO="sound_end" + +ENV{ID_MODEL}=="*[Mm]icrophone*", ENV{SOUND_FORM_FACTOR}="microphone", GOTO="sound_end" +ENV{ID_MODEL_FROM_DATABASE}=="*[Mm]icrophone*", ENV{SOUND_FORM_FACTOR}="microphone", GOTO="sound_end" + +LABEL="sound_end" Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/80-drivers.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/80-drivers.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/80-drivers.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,12 @@ +# do not edit this file, it will be overwritten on update + +ACTION=="remove", GOTO="drivers_end" + +DRIVER!="?*", ENV{MODALIAS}=="?*", IMPORT{builtin}="kmod load $env{MODALIAS}" +SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="SD", IMPORT{builtin}="kmod load tifm_sd" +SUBSYSTEM=="tifm", ENV{TIFM_CARD_TYPE}=="MS", IMPORT{builtin}="kmod load tifm_ms" +SUBSYSTEM=="memstick", IMPORT{builtin}="kmod load ms_block mspro_block" +SUBSYSTEM=="i2o", IMPORT{builtin}="kmod load i2o_block" +SUBSYSTEM=="module", KERNEL=="parport_pc", IMPORT{builtin}="kmod load ppdev" + +LABEL="drivers_end" Deleted: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/81-cdrom.rules =================================================================== --- trunk/Udev/165/Resources/Defaults/Settings/udev/rules.d/81-cdrom.rules 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/81-cdrom.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -1,4 +0,0 @@ -# /etc/udev/rules.d/81-cdrom.rules: Set CD-ROM permissions. - -ACTION=="add", SUBSYSTEM=="block", ENV{ID_TYPE}=="cd", GROUP="cdrom", MODE="660" - Added: trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/95-udev-late.rules =================================================================== --- trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/95-udev-late.rules (rev 0) +++ trunk/Udev/181/Resources/Defaults/Settings/udev/rules.d/95-udev-late.rules 2012-02-28 02:57:07 UTC (rev 20766) @@ -0,0 +1,4 @@ +# do not edit this file, it will be overwritten on update + +# run a command on remove events +ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}" Modified: trunk/Udev/181/Resources/Dependencies =================================================================== --- trunk/Udev/165/Resources/Dependencies 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Udev/181/Resources/Dependencies 2012-02-28 02:57:07 UTC (rev 20766) @@ -1,3 +1,7 @@ Glibc 2.4 -USBUtils 0.86 -GObject-Introspection 0.6.14 +Kmod >= 5 +Linux >= 2.6.34 +USBUtils >= 0.82 +Util-Linux >= 2.20 +GLib >= 2.22.0 [gtk] +GObject-Introspection >= 0.6.2 [gtk] Modified: trunk/Udev/181/Resources/Tasks/Udev =================================================================== --- trunk/Udev/165/Resources/Tasks/Udev 2012-02-27 02:54:24 UTC (rev 20763) +++ trunk/Udev/181/Resources/Tasks/Udev 2012-02-28 02:57:07 UTC (rev 20766) @@ -9,16 +9,16 @@ [Ss]tart) - mount -t tmpfs tmpfs "$goboDevices" + mount -t devtmpfs udev "$goboDevices" cp -a -f "$goboLibraries"/udev/devices/* "$goboDevices" mount -t devpts devpts "$goboDevices/pts" # udevd listens for hotplug events through netlink - $goboExecutables/udevd --daemon + $goboPrograms/Udev/Current/lib/udev/udevd --daemon echo "" > "$goboStatus/sys/kernel/hotplug" # wait for events to finish - udevadm trigger + udevadm trigger --action=add udevadm settle --timeout=10 ;; From mwh at svn.gobolinux.org Tue Feb 28 15:57:11 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:57:11 -0800 Subject: [recipes-commits] r20767 - revisions/Udev Message-ID: <20120228025711.DBEB098A01@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:57:11 -0800 (Mon, 27 Feb 2012) New Revision: 20767 Added: revisions/Udev/181-r1/ Log: Committing revision 1 of Udev 181 From mwh at svn.gobolinux.org Tue Feb 28 15:57:13 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:57:13 -0800 Subject: [recipes-commits] r20768 - in trunk/XCursorGen: . 1.0.4 Message-ID: <20120228025713.C0E6898A01@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:57:13 -0800 (Mon, 27 Feb 2012) New Revision: 20768 Added: trunk/XCursorGen/1.0.4/ Modified: trunk/XCursorGen/1.0.4/Recipe Log: First revision of XCursorGen 1.0.4. Modified: trunk/XCursorGen/1.0.4/Recipe =================================================================== --- trunk/XCursorGen/1.0.3/Recipe 2012-02-28 02:57:05 UTC (rev 20765) +++ trunk/XCursorGen/1.0.4/Recipe 2012-02-28 02:57:13 UTC (rev 20768) @@ -1,8 +1,8 @@ -# Recipe for version 1.0.3 by Hugo Barrocas , on Dom Mai 23 04:17:55 WEST 2010 +# Recipe for version 1.0.4 by Andreas K?hler , on So 26. Feb 15:35:36 CET 2012 # Recipe (MakeRecipe) for XCursorGen by Hisham Muhammad , on Thu Aug 18 18:42:54 BRT 2005 compile_version=1.11.0 -url="http://xorg.freedesktop.org/archive/individual/app/xcursorgen-1.0.3.tar.bz2" -file_size=99262 -file_md5=69df079b3950a0db4e5f4e6f0e00ddee +url="http://xorg.freedesktop.org/archive/individual/app/xcursorgen-1.0.4.tar.bz2" +file_size=105954 +file_md5=731c39ea88217c12ddd37f8627d97f3f recipe_type=configure part_of=Xorg-App From mwh at svn.gobolinux.org Tue Feb 28 15:57:17 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:57:17 -0800 Subject: [recipes-commits] r20769 - revisions/XCursorGen Message-ID: <20120228025717.9320298A01@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:57:17 -0800 (Mon, 27 Feb 2012) New Revision: 20769 Added: revisions/XCursorGen/1.0.4-r1/ Log: Committing revision 1 of XCursorGen 1.0.4 From mwh at svn.gobolinux.org Tue Feb 28 15:57:44 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:57:44 -0800 Subject: [recipes-commits] r20770 - in trunk/Module-Init-Tools: . 3.15 3.15/Resources Message-ID: <20120228025744.9F5549898A@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:57:44 -0800 (Mon, 27 Feb 2012) New Revision: 20770 Added: trunk/Module-Init-Tools/3.15/ Modified: trunk/Module-Init-Tools/3.15/Recipe trunk/Module-Init-Tools/3.15/Resources/BuildInformation Log: First revision of Module-Init-Tools 3.15. Modified: trunk/Module-Init-Tools/3.15/Recipe =================================================================== --- trunk/Module-Init-Tools/3.12/Recipe 2012-02-28 02:57:17 UTC (rev 20769) +++ trunk/Module-Init-Tools/3.15/Recipe 2012-02-28 02:57:44 UTC (rev 20770) @@ -1,9 +1,9 @@ -# Recipe for version 3.12 by Diogo Lima , on Mon Jan 31 22:15:52 BRST 2011 +# Recipe for version 3.15 by Andreas K?hler , on So 26. Feb 11:40:19 CET 2012 # Recipe for Module-Init-Tools 3.2-pre9 by Lucas Correia Villa Real compile_version=1.8.2 -url="http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.12.tar.bz2" -file_size=938086 -file_md5=8b2257ce9abef74c4a44d825d23140f3 +url="http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.15.tar.bz2" +file_size=229022 +file_md5=04f04e6f976f46c89523679c452a0324 recipe_type=configure configure_options=( Modified: trunk/Module-Init-Tools/3.15/Resources/BuildInformation =================================================================== --- trunk/Module-Init-Tools/3.12/Resources/BuildInformation 2012-02-28 02:57:17 UTC (rev 20769) +++ trunk/Module-Init-Tools/3.15/Resources/BuildInformation 2012-02-28 02:57:44 UTC (rev 20770) @@ -1 +1 @@ -Glibc 2.12.1 +Glibc 2.14 From mwh at svn.gobolinux.org Tue Feb 28 15:57:48 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:57:48 -0800 Subject: [recipes-commits] r20771 - revisions/Module-Init-Tools Message-ID: <20120228025748.8C87A9898A@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:57:48 -0800 (Mon, 27 Feb 2012) New Revision: 20771 Added: revisions/Module-Init-Tools/3.15-r1/ Log: Committing revision 1 of Module-Init-Tools 3.15 From mwh at svn.gobolinux.org Tue Feb 28 15:58:24 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:58:24 -0800 Subject: [recipes-commits] r20772 - in trunk/Automake: . 1.11.3 1.11.3/Resources Message-ID: <20120228025824.BB6BC989C5@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:58:24 -0800 (Mon, 27 Feb 2012) New Revision: 20772 Added: trunk/Automake/1.11.3/ Removed: trunk/Automake/1.11.3/Resources/BuildInformation Modified: trunk/Automake/1.11.3/Recipe Log: First revision of Automake 1.11.3. Modified: trunk/Automake/1.11.3/Recipe =================================================================== --- trunk/Automake/1.11.1/Recipe 2012-02-28 02:57:48 UTC (rev 20771) +++ trunk/Automake/1.11.3/Recipe 2012-02-28 02:58:24 UTC (rev 20772) @@ -1,8 +1,8 @@ -# Recipe for version 1.11.1.1 by Hugo Barrocas , on Qui Jul 22 23:12:22 WEST 2010 -url="$ftpGnu/automake/automake-1.11.1.tar.bz2" -file_size=1066685 -file_md5=c2972c4d9b3e29c03d5f2af86249876f -compile_version=1.11.1 +# Recipe for version 1.11.3 by Andreas K?hler, on So 19. Feb 13:49:14 CET 2012 +url="$ftpGnu/automake/automake-1.11.3.tar.gz" +file_size=1620860 +file_md5=93ecb319f0365cb801990b00f658d026 +compile_version=1.11.3 recipe_type=configure pre_install() { pushd "${target}/share" From mwh at svn.gobolinux.org Tue Feb 28 15:58:27 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:58:27 -0800 Subject: [recipes-commits] r20773 - in trunk/Autoconf: . 2.68 2.68/Resources Message-ID: <20120228025827.4C06E989ED@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:58:27 -0800 (Mon, 27 Feb 2012) New Revision: 20773 Added: trunk/Autoconf/2.68/ Removed: trunk/Autoconf/2.68/Resources/BuildInformation Modified: trunk/Autoconf/2.68/Recipe Log: First revision of Autoconf 2.68. Modified: trunk/Autoconf/2.68/Recipe =================================================================== --- trunk/Autoconf/2.66/Recipe 2012-02-28 02:57:48 UTC (rev 20771) +++ trunk/Autoconf/2.68/Recipe 2012-02-28 02:58:27 UTC (rev 20773) @@ -1,6 +1,6 @@ -# Recipe for version 2.66 by ?si R?bert <7szunyu at nordtelekom.hu>, on 2010. j?l. 4., vas?rnap, 17.07.46 CEST +# Recipe for version 2.68 by Andreas K?hler, on So 19. Feb 13:26:17 CET 2012 compile_version=1.10.2 -url="$ftpGnu/autoconf/autoconf-2.66.tar.bz2" -file_size=1363066 -file_md5=d2d22a532ee0e4d6d86a02e6425ecfce +url="$ftpGnu/autoconf/autoconf-2.68.tar.bz2" +file_size=1381988 +file_md5=864d785215aa60d627c91fcb21b05b07 recipe_type=configure From mwh at svn.gobolinux.org Tue Feb 28 15:58:28 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:58:28 -0800 Subject: [recipes-commits] r20774 - revisions/Automake Message-ID: <20120228025828.C3140989ED@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:58:28 -0800 (Mon, 27 Feb 2012) New Revision: 20774 Added: revisions/Automake/1.11.3-r1/ Log: Committing revision 1 of Automake 1.11.3 From mwh at svn.gobolinux.org Tue Feb 28 15:58:31 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 18:58:31 -0800 Subject: [recipes-commits] r20775 - revisions/Autoconf Message-ID: <20120228025831.4D425989ED@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 18:58:31 -0800 (Mon, 27 Feb 2012) New Revision: 20775 Added: revisions/Autoconf/2.68-r1/ Log: Committing revision 1 of Autoconf 2.68 From mwh at svn.gobolinux.org Tue Feb 28 16:02:25 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:02:25 -0800 Subject: [recipes-commits] r20776 - in trunk/Util-macros: . 1.16.1 1.16.1/Resources Message-ID: <20120228030225.1F86C987F9@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:02:24 -0800 (Mon, 27 Feb 2012) New Revision: 20776 Added: trunk/Util-macros/1.16.1/ Removed: trunk/Util-macros/1.16.1/Resources/BuildInformation trunk/Util-macros/1.16.1/Resources/Dependencies Modified: trunk/Util-macros/1.16.1/Recipe Log: First revision of Util-macros 1.16.1. Modified: trunk/Util-macros/1.16.1/Recipe =================================================================== --- trunk/Util-macros/1.10.0/Recipe 2012-02-28 02:58:31 UTC (rev 20775) +++ trunk/Util-macros/1.16.1/Recipe 2012-02-28 03:02:24 UTC (rev 20776) @@ -1,7 +1,7 @@ -# Recipe for version 1.10.0 by Hugo Barrocas , on Dom Ago 8 03:29:22 WEST 2010 +# Recipe for version 1.16.1 by Andreas K?hler , on So 26. Feb 12:14:22 CET 2012 # Recipe (MakeRecipe) for Util-macros-X11R7.1 by Fabio Mierlo, on Mon Sep 4 01:03:48 BRT 2006 compile_version=1.8.2 -url="http://xorg.freedesktop.org/archive/individual/util/util-macros-1.10.0.tar.bz2" -file_size=64727 -file_md5=533b86bfdafadbde12c654e2f0144679 +url="http://xorg.freedesktop.org/archive/individual/util/util-macros-1.16.1.tar.bz2" +file_size=75404 +file_md5=a4b64706bf718c2f7a3fe8077def4632 recipe_type=configure From mwh at svn.gobolinux.org Tue Feb 28 16:02:28 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:02:28 -0800 Subject: [recipes-commits] r20777 - revisions/Util-macros Message-ID: <20120228030228.CA6519880F@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:02:28 -0800 (Mon, 27 Feb 2012) New Revision: 20777 Added: revisions/Util-macros/1.16.1-r1/ Log: Committing revision 1 of Util-macros 1.16.1 From mwh at svn.gobolinux.org Tue Feb 28 16:03:44 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:03:44 -0800 Subject: [recipes-commits] r20778 - in trunk/PulseAudio: . 1.1 1.1/Resources Message-ID: <20120228030344.209E8989F0@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:03:43 -0800 (Mon, 27 Feb 2012) New Revision: 20778 Added: trunk/PulseAudio/1.1/ Modified: trunk/PulseAudio/1.1/Recipe trunk/PulseAudio/1.1/Resources/BuildInformation trunk/PulseAudio/1.1/Resources/Dependencies Log: First revision of PulseAudio 1.1. Modified: trunk/PulseAudio/1.1/Recipe =================================================================== --- trunk/PulseAudio/1.0/Recipe 2012-02-28 03:02:28 UTC (rev 20777) +++ trunk/PulseAudio/1.1/Recipe 2012-02-28 03:03:43 UTC (rev 20778) @@ -1,9 +1,9 @@ -# Recipe for version 1.0 by Leandro Motta Barros , on Fri Sep 30 18:03:20 BRT 2011 +# Recipe for version 1.1 by Andreas K?hler , on Di 28. Feb 01.11:14 CET 2012 # Recipe (MakeRecipe) for PulseAudio by Lucas C. Villa Real , on Sun Mar 2 16:47:14 PST 2008 compile_version=1.10.1 -url="http://freedesktop.org/software/pulseaudio/releases/pulseaudio-1.0.tar.xz" -file_size=1305008 -file_md5=538e0b55ab9ba2987a88047ae332f5f4 +url="http://freedesktop.org/software/pulseaudio/releases/pulseaudio-1.1.tar.xz" +file_size=1306168 +file_md5=17d21df798cee407b769c6355fae397a recipe_type=configure autogen_before_configure=yes autogen=bootstrap.sh Modified: trunk/PulseAudio/1.1/Resources/BuildInformation =================================================================== --- trunk/PulseAudio/1.0/Resources/BuildInformation 2012-02-28 03:02:28 UTC (rev 20777) +++ trunk/PulseAudio/1.1/Resources/BuildInformation 2012-02-28 03:03:43 UTC (rev 20778) @@ -1,25 +1,21 @@ -Avahi 0.6.30 -DBus 1.5.6 -DBus-GLib 0.94 +DBus 1.4.16 +DBus-GLib 0.98 Flac 1.2.1 -GCC 4.6.1 -GConf 3.1.92 +GConf 3.2.3 GDBM 1.9.1 -GLib 2.28.8 +GLib 2.30.2 Glibc 2.14 JACK 0.121.2 Json-C 0.9 -LibOGG 1.3.0 +LibFFI 3.0.10 +LibOGG 1.2.0 LibSamplerate 0.1.8 LibSndfile 1.0.25 -LibTool 2.4 +LibTool 2.2.10 LibVorbis 1.3.2 -Lirc 0.9.0 -OpenSSL 1.0.0d -ORBit2 2.14.19 -ORC 0.4.14 +OpenSSL 0.9.8i Speex 1.2rc1 -Udev 173 -Util-Linux-NG 2.20 +Udev 181 +Util-Linux 2.21 Xorg-Lib 7.6 -ZLib 1.2.5 +ZLib 1.2.6 Modified: trunk/PulseAudio/1.1/Resources/Dependencies =================================================================== --- trunk/PulseAudio/1.0/Resources/Dependencies 2012-02-28 03:02:28 UTC (rev 20777) +++ trunk/PulseAudio/1.1/Resources/Dependencies 2012-02-28 03:03:43 UTC (rev 20778) @@ -1,17 +1,18 @@ -ALSA-Lib >= 1.0.17 [alsa] +ALSA-Lib >= 1.0.19 [alsa] Atomic_ops 1.2 Avahi >= 0.6.0 [avahi] Bluez-Libs >= 3.0 [bluez] -DBus >= 1.0.0 [dbus] +DBus >= 1.3.0 [dbus] GConf >= 2.4.0 [gconf] GDBM 1.8.3 Glib >= 2.4.0 [glib2] Glibc >= 2.8 # Linking with earlier Glibc-2.5 fails -HAL >= 0.5.7 [hal] -Jack >= 0.100 [jack] +HAL >= 0.5.11 [hal] +Jack >= 0.117 [jack] +Json-C >= 0.9 LibOIL >= 0.3.14 # Earlier LibOIL makes PulseAudio server segfault LibSamplerate >= 0.1.0 [samplerate] -LibSndfile >= 1.0.10 +LibSndfile >= 1.0.20 LibTool 2.2.4 Lirc 0.7.2 [lirc] Speex 1.2rc1 From mwh at svn.gobolinux.org Tue Feb 28 16:03:48 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:03:48 -0800 Subject: [recipes-commits] r20779 - revisions/PulseAudio Message-ID: <20120228030348.096ED989FA@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:03:47 -0800 (Mon, 27 Feb 2012) New Revision: 20779 Added: revisions/PulseAudio/1.1-r1/ Log: Committing revision 1 of PulseAudio 1.1 From mwh at svn.gobolinux.org Tue Feb 28 16:04:00 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:04:00 -0800 Subject: [recipes-commits] r20780 - in trunk/Lame: . 3.99.4 3.99.4/Resources Message-ID: <20120228030401.0BE57989FA@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:04:00 -0800 (Mon, 27 Feb 2012) New Revision: 20780 Added: trunk/Lame/3.99.4/ Modified: trunk/Lame/3.99.4/Recipe trunk/Lame/3.99.4/Resources/BuildInformation Log: First revision of Lame 3.99.4. Modified: trunk/Lame/3.99.4/Recipe =================================================================== --- trunk/Lame/3.98.4/Recipe 2012-02-28 03:03:47 UTC (rev 20779) +++ trunk/Lame/3.99.4/Recipe 2012-02-28 03:04:00 UTC (rev 20780) @@ -1,7 +1,7 @@ -# Recipe for version 3.98.4 by Joshua Sako , on Sun May 15 07:36:48 EST 2011 +# Recipe for version 3.99.4 by Andreas K?hler , on Di 28. Feb 01:20:04 CET 2012 # by Jeremy Vernon -url="http://downloads.sourceforge.net/lame/lame-398-2.tar.gz" -file_size=1327643 -file_md5=719dae0ee675d0c16e0e89952930ed35 +url="http://downloads.sourceforge.net/lame/lame-3.99.4.tar.gz" +file_size=1444640 +file_md5=e54d7847bfd01f18d56c07e65147d75a compile_version=1.8.0 recipe_type=configure Modified: trunk/Lame/3.99.4/Resources/BuildInformation =================================================================== --- trunk/Lame/3.98.4/Resources/BuildInformation 2012-02-28 03:03:47 UTC (rev 20779) +++ trunk/Lame/3.99.4/Resources/BuildInformation 2012-02-28 03:04:00 UTC (rev 20780) @@ -1,2 +1,2 @@ -Glibc 2.12.1 -Ncurses 5.7 +Glibc 2.14 +Ncurses 5.9 From mwh at svn.gobolinux.org Tue Feb 28 16:04:01 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:04:01 -0800 Subject: [recipes-commits] r20781 - in trunk/LibTool: . 2.4.2 2.4.2/Resources Message-ID: <20120228030401.1AA12989FA@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:04:00 -0800 (Mon, 27 Feb 2012) New Revision: 20781 Added: trunk/LibTool/2.4.2/ Modified: trunk/LibTool/2.4.2/Recipe trunk/LibTool/2.4.2/Resources/BuildInformation Log: First revision of LibTool 2.4.2. Modified: trunk/LibTool/2.4.2/Recipe =================================================================== --- trunk/LibTool/2.2.10/Recipe 2012-02-28 03:03:47 UTC (rev 20779) +++ trunk/LibTool/2.4.2/Recipe 2012-02-28 03:04:00 UTC (rev 20781) @@ -1,7 +1,7 @@ -# Recipe for version 2.2.10 by JPaul Hatungimana , on Fri Aug 20 10:29:23 CEST 2010 +# Recipe for version 2.4.2 by Andreas K?hler , on Di 28. Feb 01:11:37 CET 2012 # Recipe (MakeRecipe) for LibTool by Andre Detsch, on Thu Jun 9 15:05:09 BRT 2005 compile_version=1.8.5 -url="$ftpGnu/libtool/libtool-2.2.10.tar.lzma" -file_size=788637 -file_md5=2eba13ecd07653d0e34d4efe8e2974d8 +url="$ftpGnu/libtool/libtool-2.4.2.tar.xz" +file_size=868760 +file_md5=2ec8997e0c07249eb4cbd072417d70fe recipe_type=configure Modified: trunk/LibTool/2.4.2/Resources/BuildInformation =================================================================== --- trunk/LibTool/2.2.10/Resources/BuildInformation 2012-02-28 03:03:47 UTC (rev 20779) +++ trunk/LibTool/2.4.2/Resources/BuildInformation 2012-02-28 03:04:00 UTC (rev 20781) @@ -1 +1 @@ -Glibc 2.11.1 +Glibc 2.14 From mwh at svn.gobolinux.org Tue Feb 28 16:04:06 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:04:06 -0800 Subject: [recipes-commits] r20783 - revisions/LibTool Message-ID: <20120228030406.1D2CA98A15@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:04:05 -0800 (Mon, 27 Feb 2012) New Revision: 20783 Added: revisions/LibTool/2.4.2-r1/ Log: Committing revision 1 of LibTool 2.4.2 From mwh at svn.gobolinux.org Tue Feb 28 16:04:06 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:04:06 -0800 Subject: [recipes-commits] r20782 - revisions/Lame Message-ID: <20120228030406.0FBB098A15@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:04:05 -0800 (Mon, 27 Feb 2012) New Revision: 20782 Added: revisions/Lame/3.99.4-r1/ Log: Committing revision 1 of Lame 3.99.4 From mwh at svn.gobolinux.org Tue Feb 28 16:06:41 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:06:41 -0800 Subject: [recipes-commits] r20784 - in trunk/GST-Plugins-Ugly: . 0.10.19 0.10.19/Resources Message-ID: <20120228030641.6919298980@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:06:41 -0800 (Mon, 27 Feb 2012) New Revision: 20784 Added: trunk/GST-Plugins-Ugly/0.10.19/ Modified: trunk/GST-Plugins-Ugly/0.10.19/Recipe trunk/GST-Plugins-Ugly/0.10.19/Resources/BuildInformation Log: First revision of GST-Plugins-Ugly 0.10.19. Modified: trunk/GST-Plugins-Ugly/0.10.19/Recipe =================================================================== --- trunk/GST-Plugins-Ugly/0.10.12/Recipe 2012-02-28 03:04:05 UTC (rev 20783) +++ trunk/GST-Plugins-Ugly/0.10.19/Recipe 2012-02-28 03:06:41 UTC (rev 20784) @@ -1,7 +1,7 @@ -# Recipe for version 0.10.12 by Demian Florentin , on Sun Oct 4 00:42:04 PYT 2009 +# Recipe for version 0.10.19 by Andreas K?hler , on Di 28. Feb 01:16:17 CET 2012 # Recipe (MakeRecipe) for GST-Plugins-Ugly by Thomas Queste , on Sun Mar 2 18:42:53 CET 2008 compile_version=1.10.2 -url="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.12.tar.bz2" -file_size=1027462 -file_md5=4400914a009201348fe66d2a83fa3971 +url="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-0.10.19.tar.bz2" +file_size=1083623 +file_md5=1d81c593e22a6cdf0f2b4f57eae93df2 recipe_type=configure Modified: trunk/GST-Plugins-Ugly/0.10.19/Resources/BuildInformation =================================================================== --- trunk/GST-Plugins-Ugly/0.10.12/Resources/BuildInformation 2012-02-28 03:04:05 UTC (rev 20783) +++ trunk/GST-Plugins-Ugly/0.10.19/Resources/BuildInformation 2012-02-28 03:06:41 UTC (rev 20784) @@ -1,11 +1,8 @@ -GLib 2.18.2 -Glibc 2.10.1 -GST-Plugins-Base 0.10.24 -GStreamer 0.10.24 -LibCdio 0.81 -LibDVDRead 0.9.7 -LibID3Tag 0.15.1b +GLib 2.30.2 +Glibc 2.14 +GST-Plugins-Base 0.10.36 +GStreamer 0.10.36 +Lame 3.99.4 +LibCdio 0.83 LibMad 0.15.1b -LibOIL 0.3.15 -LibXML2 2.7.2 -Zlib 1.2.3 +LibXML2 2.7.8 From mwh at svn.gobolinux.org Tue Feb 28 16:06:45 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:06:45 -0800 Subject: [recipes-commits] r20785 - revisions/GST-Plugins-Ugly Message-ID: <20120228030645.398A698A36@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:06:45 -0800 (Mon, 27 Feb 2012) New Revision: 20785 Added: revisions/GST-Plugins-Ugly/0.10.19-r1/ Log: Committing revision 1 of GST-Plugins-Ugly 0.10.19 From mwh at svn.gobolinux.org Tue Feb 28 16:07:17 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:07:17 -0800 Subject: [recipes-commits] r20786 - in trunk/GST-Plugins-Bad: . 0.10.23 0.10.23/Resources Message-ID: <20120228030717.72FC1986AA@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:07:17 -0800 (Mon, 27 Feb 2012) New Revision: 20786 Added: trunk/GST-Plugins-Bad/0.10.23/ Modified: trunk/GST-Plugins-Bad/0.10.23/Recipe trunk/GST-Plugins-Bad/0.10.23/Resources/BuildInformation Log: First revision of GST-Plugins-Bad 0.10.23. Modified: trunk/GST-Plugins-Bad/0.10.23/Recipe =================================================================== --- trunk/GST-Plugins-Bad/0.10.6/Recipe 2012-02-28 03:06:45 UTC (rev 20785) +++ trunk/GST-Plugins-Bad/0.10.23/Recipe 2012-02-28 03:07:17 UTC (rev 20786) @@ -1,7 +1,7 @@ +# Recipe for version 0.10.23 by Andreas K?hler , on Di 28. Feb 01:14:29 CET 2012 # Recipe (MakeRecipe) for GST-Plugins-Bad by Thomas Queste , on Sun Mar 2 18:44:08 CET 2008 -# Recipe for version 0.10.6 by Thomas Queste , on Sun Mar 2 18:44:08 CET 2008 compile_version=1.10.2 -url="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.6.tar.bz2" -file_size=1776962 -file_md5=fb47838aa0ccef52683cea5d89364053 +url="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.23.tar.bz2" +file_size=4001543 +file_md5=fcb09798114461955260e4d940db5987 recipe_type=configure Modified: trunk/GST-Plugins-Bad/0.10.23/Resources/BuildInformation =================================================================== --- trunk/GST-Plugins-Bad/0.10.6/Resources/BuildInformation 2012-02-28 03:06:45 UTC (rev 20785) +++ trunk/GST-Plugins-Bad/0.10.23/Resources/BuildInformation 2012-02-28 03:07:17 UTC (rev 20786) @@ -1,10 +1,15 @@ -ALSA-Lib 1.0.15 -GCC 4.1.2 -GLib 2.14.4 -Glibc 2.5 -GStreamer 0.10.17 -JACK 0.109.2 -LibExif 0.6.16 -LibSndfile 1.0.17 -LibXML2 2.6.31 -Neon 0.27.2 +Curl 7.24.0 +GCC 4.6.1 +GLib 2.30.2 +Glibc 2.14 +GST-Plugins-Base 0.10.36 +GStreamer 0.10.36 +Jasper 1.900.1 +LibFFI 3.0.10 +LibPNG 1.4.4 +LibSndfile 1.0.25 +LibXML2 2.7.8 +Neon 0.29.6 +OpenSSL 0.9.8i +Xorg-Lib 7.6 +ZLib 1.2.6 From mwh at svn.gobolinux.org Tue Feb 28 16:07:21 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:07:21 -0800 Subject: [recipes-commits] r20787 - revisions/GST-Plugins-Bad Message-ID: <20120228030721.5BF99989C7@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:07:21 -0800 (Mon, 27 Feb 2012) New Revision: 20787 Added: revisions/GST-Plugins-Bad/0.10.23-r1/ Log: Committing revision 1 of GST-Plugins-Bad 0.10.23 From mwh at svn.gobolinux.org Tue Feb 28 16:07:51 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:07:51 -0800 Subject: [recipes-commits] r20788 - in trunk/GST-Plugins-Good: . 0.10.31 0.10.31/Resources Message-ID: <20120228030751.E201B9895C@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:07:51 -0800 (Mon, 27 Feb 2012) New Revision: 20788 Added: trunk/GST-Plugins-Good/0.10.31/ Modified: trunk/GST-Plugins-Good/0.10.31/Recipe trunk/GST-Plugins-Good/0.10.31/Resources/BuildInformation Log: First revision of GST-Plugins-Good 0.10.31. Modified: trunk/GST-Plugins-Good/0.10.31/Recipe =================================================================== --- trunk/GST-Plugins-Good/0.10.30/Recipe 2012-02-28 03:07:21 UTC (rev 20787) +++ trunk/GST-Plugins-Good/0.10.31/Recipe 2012-02-28 03:07:51 UTC (rev 20788) @@ -1,7 +1,7 @@ -# Recipe for version 0.10.30 by Leandro Motta Barros , on Wed Sep 21 23:55:51 BRT 2011 +# Recipe for version 0.10.31 by Andreas K?hler , on Di 28. Feb 00:48:51 CET 2012 # Recipe (MakeRecipe) for GST-Plugins-Good by Lucas Correia Villa Real , on Mon Jul 17 09:45:11 BRT 2006 compile_version=1.8.0 -url="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.30.tar.bz2" -file_size=3361361 -file_md5=62fd7a3ef187c4f99b3d7c352d58dae9 +url="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.31.tar.bz2" +file_size=3390378 +file_md5=24f98a294a2b521e1b29412bdadae2e6 recipe_type=configure Modified: trunk/GST-Plugins-Good/0.10.31/Resources/BuildInformation =================================================================== --- trunk/GST-Plugins-Good/0.10.30/Resources/BuildInformation 2012-02-28 03:07:21 UTC (rev 20787) +++ trunk/GST-Plugins-Good/0.10.31/Resources/BuildInformation 2012-02-28 03:07:51 UTC (rev 20788) @@ -1,37 +1,19 @@ -AALib 1.4rc5 Cairo 1.10.2 -DBus 1.5.6 -DBus-GLib 0.94 -Expat 2.0.1 Flac 1.2.1 -Fontconfig 2.8.0 -FreeType 2.4.6 GCC 4.6.1 -GConf 3.1.92 -GDK-Pixbuf 2.22.1 -GLib 2.28.8 +GConf 3.2.3 +GDK-Pixbuf 2.24.1 +GLib 2.30.2 Glibc 2.14 -GST-Plugins-Base 0.10.35 -GStreamer 0.10.35 +GST-Plugins-Base 0.10.36 +GStreamer 0.10.36 JACK 0.121.2 JPEG 8c -LibCaca 0.99.beta17 -LibDV 1.0.0 -LibOGG 1.3.0 LibPNG 1.4.4 -LibPNG 1.5.4 -LibShout 2.2.2 -LibSoup 2.35.92 -LibTheora 1.1.1 -LibVorbis 1.3.2 +LibSoup 2.36.1 LibXML2 2.7.8 -Ncurses 5.9 -ORBit2 2.14.19 -ORC 0.4.14 -Pixman 0.23.2 +PulseAudio 1.1 Speex 1.2rc1 TagLib 1.7 -Udev 173 -Util-Linux-NG 2.20 Xorg-Lib 7.6 -ZLib 1.2.5 +ZLib 1.2.6 From mwh at svn.gobolinux.org Tue Feb 28 16:07:55 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:07:55 -0800 Subject: [recipes-commits] r20789 - revisions/GST-Plugins-Good Message-ID: <20120228030755.DDADD9895C@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:07:55 -0800 (Mon, 27 Feb 2012) New Revision: 20789 Added: revisions/GST-Plugins-Good/0.10.31-r1/ Log: Committing revision 1 of GST-Plugins-Good 0.10.31 From mwh at svn.gobolinux.org Tue Feb 28 16:08:32 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:08:32 -0800 Subject: [recipes-commits] r20790 - in trunk/GST-Plugins-Base: . 0.10.36 0.10.36/Resources Message-ID: <20120228030832.DA34D987F9@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:08:32 -0800 (Mon, 27 Feb 2012) New Revision: 20790 Added: trunk/GST-Plugins-Base/0.10.36/ Modified: trunk/GST-Plugins-Base/0.10.36/Recipe trunk/GST-Plugins-Base/0.10.36/Resources/BuildInformation Log: First revision of GST-Plugins-Base 0.10.36. Modified: trunk/GST-Plugins-Base/0.10.36/Recipe =================================================================== --- trunk/GST-Plugins-Base/0.10.30/Recipe 2012-02-28 03:07:55 UTC (rev 20789) +++ trunk/GST-Plugins-Base/0.10.36/Recipe 2012-02-28 03:08:32 UTC (rev 20790) @@ -1,7 +1,7 @@ -# Recipe for version 0.10.30 by Joshua Sako , on Tue Aug 24 15:17:01 EDT 2010 +# Recipe for version 0.10.36 by Andreas K?hler , on Di 28. Feb 00:31:21 CET 2012 # Recipe (MakeRecipe) for GST-Plugins-Base by Lucas Correia Villa Real , on Mon Jul 17 09:43:39 BRT 2006 compile_version=1.8.0 -url="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.30.tar.bz2" -file_size=2455042 -file_md5=3ad90152b58563e1314af26c263f3c4c +url="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.10.36.tar.bz2" +file_size=3036143 +file_md5=776c73883e567f67b9c4a2847d8d041a recipe_type=configure Modified: trunk/GST-Plugins-Base/0.10.36/Resources/BuildInformation =================================================================== --- trunk/GST-Plugins-Base/0.10.30/Resources/BuildInformation 2012-02-28 03:07:55 UTC (rev 20789) +++ trunk/GST-Plugins-Base/0.10.36/Resources/BuildInformation 2012-02-28 03:08:32 UTC (rev 20790) @@ -1,27 +1,14 @@ -ALSA-Lib 1.0.23 -Cairo 1.8.8 -DBus 1.2.14 -DBus-GLib 0.82 -Expat 2.0.1 -Fontconfig 2.8.0 -FreeType 2.3.11 -GCC 4.5.1 -GConf 2.24.0 -GLib 2.24.1 -Glibc 2.11.2 -Gnome-VFS 2.24.1 -GStreamer 0.10.30 +ALSA-Lib 1.0.24.1 +Cairo 1.10.2 +Cdparanoia-III 10.2 +GLib 2.30.2 +Glibc 2.14 +GStreamer 0.10.36 LibOGG 1.2.0 -LibPNG 1.2.41 LibTheora 1.1.1 LibVisual 0.4.0 -LibVorbis 1.3.1 -LibXML2 2.7.7 -OpenSSL 0.9.8k -ORBit2 2.14.17 -ORC 0.4.7 -Pango 1.26.0 -Pixman 0.17.2 -Util-Linux-NG 2.16 -Xorg-Lib 7.4 -ZLib 1.2.5 +LibVorbis 1.3.2 +LibXML2 2.7.8 +Pango 1.29.4 +Xorg-Lib 7.6 +ZLib 1.2.6 From mwh at svn.gobolinux.org Tue Feb 28 16:08:37 2012 From: mwh at svn.gobolinux.org (mwh at svn.gobolinux.org) Date: Mon, 27 Feb 2012 19:08:37 -0800 Subject: [recipes-commits] r20791 - revisions/GST-Plugins-Base Message-ID: <20120228030837.11A619880F@bengals.dreamhost.com> Author: mwh Date: 2012-02-27 19:08:36 -0800 (Mon, 27 Feb 2012) New Revision: 20791 Added: revisions/GST-Plugins-Base/0.10.36-r1/ Log: Committing revision 1 of GST-Plugins-Base 0.10.36 From recipebot at svn.gobolinux.org Wed Feb 29 15:11:38 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Tue, 28 Feb 2012 18:11:38 -0800 Subject: [recipes-commits] r20793 - revisions/GD Message-ID: <20120229021138.7F48D98907@bengals.dreamhost.com> Author: recipebot Date: 2012-02-28 18:11:38 -0800 (Tue, 28 Feb 2012) New Revision: 20793 Added: revisions/GD/2.0.35-r2/ Log: Committing revision 2 of GD 2.0.35 From recipebot at svn.gobolinux.org Wed Feb 29 15:11:37 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Tue, 28 Feb 2012 18:11:37 -0800 Subject: [recipes-commits] r20792 - in trunk/GD/2.0.35: . Resources Message-ID: <20120229021137.A452598907@bengals.dreamhost.com> Author: recipebot Date: 2012-02-28 18:11:37 -0800 (Tue, 28 Feb 2012) New Revision: 20792 Modified: trunk/GD/2.0.35/Recipe trunk/GD/2.0.35/Resources/BuildInformation Log: Recipe for GD 2.0.35 submitted by Hisham Muhammad reviewed by Michael Homer in the recipe review panel Modified: trunk/GD/2.0.35/Recipe =================================================================== --- trunk/GD/2.0.35/Recipe 2012-02-28 03:08:36 UTC (rev 20791) +++ trunk/GD/2.0.35/Recipe 2012-02-29 02:11:37 UTC (rev 20792) @@ -1,7 +1,7 @@ -# Recipe for version 2.0.35 by Lucas C. Villa Real, on Thu Feb 17 13:34:23 BRST 2011 +# Recipe for version 2.0.35 by Hisham Muhammad , on Tue Feb 28 17:59:31 BRT 2012 # Recipe (MakeRecipe) for GD by Roko , on Thu Sep 30 21:46:16 BRT 2004 compile_version=1.8.0 -url="http://www.libgd.org/releases/gd-2.0.35.tar.bz2" -file_size=1212730 -file_md5=6c6c3dbb7bf079e0bb5fbbfd3bb8a71c +url="http://www.chipsnbytes.net/downloads/gd-2.0.35.tar.gz" +file_size=1345700 +file_md5=982963448dc36f20cb79b6e9ba6fdede recipe_type=configure Modified: trunk/GD/2.0.35/Resources/BuildInformation =================================================================== --- trunk/GD/2.0.35/Resources/BuildInformation 2012-02-28 03:08:36 UTC (rev 20791) +++ trunk/GD/2.0.35/Resources/BuildInformation 2012-02-29 02:11:37 UTC (rev 20792) @@ -1,7 +1,8 @@ -Fontconfig 2.4.2 -FreeType 2.1.10 -Glibc 2.5 -JPEG 6b -LibPNG 1.2.16 +Expat 2.0.1 +Fontconfig 2.7.3 +FreeType 2.4.7 +Glibc 2.11.1 +JPEG 7 +LibPNG 1.4.4 Xorg-Lib 7.6 -ZLib 1.2.3 +ZLib 1.2.5 From recipebot at svn.gobolinux.org Wed Feb 29 15:12:06 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Tue, 28 Feb 2012 18:12:06 -0800 Subject: [recipes-commits] r20794 - in trunk/GStreamer: . 0.10.36 0.10.36/Resources Message-ID: <20120229021206.74CA89893A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-28 18:12:06 -0800 (Tue, 28 Feb 2012) New Revision: 20794 Added: trunk/GStreamer/0.10.36/ Modified: trunk/GStreamer/0.10.36/Recipe trunk/GStreamer/0.10.36/Resources/BuildInformation Log: Recipe for GStreamer 0.10.36 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/GStreamer/0.10.36/Recipe =================================================================== --- trunk/GStreamer/0.11.0/Recipe 2012-02-29 02:11:38 UTC (rev 20793) +++ trunk/GStreamer/0.10.36/Recipe 2012-02-29 02:12:06 UTC (rev 20794) @@ -1,12 +1,7 @@ -# Recipe for version 0.11.0 by Michael Homer , on Wed Aug 31 16:35:18 NZST 2011 +# Recipe for version 0.10.36 by Andreas K?hler , on Di 28. Feb 00:28:33 CET 2012 # Recipe (MakeRecipe) for GST-Core by Lucas Correia Villa Real , on Mon Jul 17 09:39:53 BRT 2006 compile_version=1.8.0 -url="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.0.tar.bz2" -file_size=3516801 -file_md5=8e1744303606f08dc62aa522a6072ebf +url="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.36.tar.bz2" +file_size=3655705 +file_md5=a0cf7d6877f694a1a2ad2b4d1ecb890b recipe_type=configure - -do_install() { - configure_do_install "$@" - rm -rf $HOME/.cache/g-ir-scanner -} Modified: trunk/GStreamer/0.10.36/Resources/BuildInformation =================================================================== --- trunk/GStreamer/0.11.0/Resources/BuildInformation 2012-02-29 02:11:38 UTC (rev 20793) +++ trunk/GStreamer/0.10.36/Resources/BuildInformation 2012-02-29 02:12:06 UTC (rev 20794) @@ -1,2 +1,3 @@ -GLib 2.28.8 +GLib 2.30.2 Glibc 2.14 +LibXML2 2.7.8 From recipebot at svn.gobolinux.org Wed Feb 29 15:12:07 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Tue, 28 Feb 2012 18:12:07 -0800 Subject: [recipes-commits] r20795 - revisions/GStreamer Message-ID: <20120229021207.A45179893A@bengals.dreamhost.com> Author: recipebot Date: 2012-02-28 18:12:07 -0800 (Tue, 28 Feb 2012) New Revision: 20795 Added: revisions/GStreamer/0.10.36-r1/ Log: Committing revision 1 of GStreamer 0.10.36 From recipebot at svn.gobolinux.org Wed Feb 29 15:12:19 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Tue, 28 Feb 2012 18:12:19 -0800 Subject: [recipes-commits] r20796 - in trunk/Extract-NSS-Root-Certs/git: . Resources Message-ID: <20120229021219.7654F98969@bengals.dreamhost.com> Author: recipebot Date: 2012-02-28 18:12:19 -0800 (Tue, 28 Feb 2012) New Revision: 20796 Removed: trunk/Extract-NSS-Root-Certs/git/Resources/BuildInformation trunk/Extract-NSS-Root-Certs/git/Resources/Dependencies Modified: trunk/Extract-NSS-Root-Certs/git/Recipe Log: Recipe for Extract-NSS-Root-Certs git submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Extract-NSS-Root-Certs/git/Recipe =================================================================== --- trunk/Extract-NSS-Root-Certs/git/Recipe 2012-02-29 02:12:07 UTC (rev 20795) +++ trunk/Extract-NSS-Root-Certs/git/Recipe 2012-02-29 02:12:19 UTC (rev 20796) @@ -1,8 +1,11 @@ # Recipe (MakeRecipe) for Extract-NSS-Root-Certs by Michael Homer , on Sun Feb 26 16:16:48 NZDT 2012 # Recipe for version git by Michael Homer , on Sun Feb 26 16:16:48 NZDT 2012 compile_version=1.13.3 -git="https://github.com/agl/extract-nss-root-certs.git" +# https:// is not applicable if you want to install ca-certificates to +# avoid certificate warnings when checking out extract-nss-root-certs +git="git://github.com/agl/extract-nss-root-certs.git" + recipe_type=manifest manifest=( 8.out:bin/extract-nss-root-certs From recipebot at svn.gobolinux.org Wed Feb 29 15:12:20 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Tue, 28 Feb 2012 18:12:20 -0800 Subject: [recipes-commits] r20797 - revisions/Extract-NSS-Root-Certs Message-ID: <20120229021220.778C59897B@bengals.dreamhost.com> Author: recipebot Date: 2012-02-28 18:12:20 -0800 (Tue, 28 Feb 2012) New Revision: 20797 Added: revisions/Extract-NSS-Root-Certs/git-r2/ Log: Committing revision 2 of Extract-NSS-Root-Certs git From recipebot at svn.gobolinux.org Wed Feb 29 15:12:34 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Tue, 28 Feb 2012 18:12:34 -0800 Subject: [recipes-commits] r20798 - in trunk/FFmpeg: . 0.10 0.10/Resources Message-ID: <20120229021234.F1FEF989DD@bengals.dreamhost.com> Author: recipebot Date: 2012-02-28 18:12:34 -0800 (Tue, 28 Feb 2012) New Revision: 20798 Added: trunk/FFmpeg/0.10/ Modified: trunk/FFmpeg/0.10/Recipe trunk/FFmpeg/0.10/Resources/BuildInformation Log: Recipe for FFmpeg 0.10 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/FFmpeg/0.10/Recipe =================================================================== --- trunk/FFmpeg/0.8.6/Recipe 2012-02-29 02:12:20 UTC (rev 20797) +++ trunk/FFmpeg/0.10/Recipe 2012-02-29 02:12:34 UTC (rev 20798) @@ -1,9 +1,9 @@ -# Recipe for version 0.8.6 by Michael Homer , on Tue Nov 15 20:05:10 NZDT 2011 -# Recipe (MakeRecipe) for FFmpeg by Maglan C. Diemer, maglan at univates.br, on Qui Ago 25 16:03:06 BRT 20.8.6 +# Recipe for version 0.10 by Andreas K?hler , on Di 28. Feb 01:25:18 CET 2012 +# Recipe (MakeRecipe) for FFmpeg by Maglan C. Diemer, maglan at univates.br, on Qui Ago 25 16:03:06 BRT 20.10 compile_version=1.12.1 -url="http://ffmpeg.org/releases/ffmpeg-0.8.6.tar.bz2" -file_size=4527768 -file_md5=b4ef1fa6506750569fdb64a0f0a646a8 +url="http://ffmpeg.org/releases/ffmpeg-0.10.tar.bz2" +file_size=5778962 +file_md5=dc665cc599a739e3c5262ccdac13d129 recipe_type=configure configure_options=( Modified: trunk/FFmpeg/0.10/Resources/BuildInformation =================================================================== --- trunk/FFmpeg/0.8.6/Resources/BuildInformation 2012-02-29 02:12:20 UTC (rev 20797) +++ trunk/FFmpeg/0.10/Resources/BuildInformation 2012-02-29 02:12:34 UTC (rev 20798) @@ -1,7 +1,10 @@ ALSA-Lib 1.0.24.1 Glibc 2.14 +JACK 0.121.2 +Lame 3.99.4 LibTheora 1.1.1 LibVorbis 1.3.2 SDL 1.2.14 +Speex 1.2rc1 Xorg-Lib 7.6 -ZLib 1.2.5 +ZLib 1.2.6 From recipebot at svn.gobolinux.org Wed Feb 29 15:12:35 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Tue, 28 Feb 2012 18:12:35 -0800 Subject: [recipes-commits] r20799 - in trunk/Cdparanoia-III/10.2: . Resources Message-ID: <20120229021235.2CC4B989DD@bengals.dreamhost.com> Author: recipebot Date: 2012-02-28 18:12:35 -0800 (Tue, 28 Feb 2012) New Revision: 20799 Modified: trunk/Cdparanoia-III/10.2/Recipe trunk/Cdparanoia-III/10.2/Resources/BuildInformation Log: Recipe for Cdparanoia-III 10.2 submitted by Andreas Khler reviewed by Michael Homer in the recipe review panel Modified: trunk/Cdparanoia-III/10.2/Recipe =================================================================== --- trunk/Cdparanoia-III/10.2/Recipe 2012-02-29 02:12:34 UTC (rev 20798) +++ trunk/Cdparanoia-III/10.2/Recipe 2012-02-29 02:12:35 UTC (rev 20799) @@ -6,6 +6,13 @@ file_md5=b304bbe8ab63373924a744eac9ebc652 dir='cdparanoia-III-10.2' recipe_type=configure +makefile=Makefile.gobo +build_target=all pre_build(){ autoreconf -ivf + # Wrapper Makefile to force single job as parallel builds break + cat << EOF > Makefile.gobo +% : + \$(MAKE) -j1 \$@ +EOF } Modified: trunk/Cdparanoia-III/10.2/Resources/BuildInformation =================================================================== --- trunk/Cdparanoia-III/10.2/Resources/BuildInformation 2012-02-29 02:12:34 UTC (rev 20798) +++ trunk/Cdparanoia-III/10.2/Resources/BuildInformation 2012-02-29 02:12:35 UTC (rev 20799) @@ -1 +1 @@ -Glibc 2.10.1 +Glibc 2.14 From recipebot at svn.gobolinux.org Wed Feb 29 15:12:37 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Tue, 28 Feb 2012 18:12:37 -0800 Subject: [recipes-commits] r20800 - revisions/Cdparanoia-III Message-ID: <20120229021237.E2DED989E6@bengals.dreamhost.com> Author: recipebot Date: 2012-02-28 18:12:37 -0800 (Tue, 28 Feb 2012) New Revision: 20800 Added: revisions/Cdparanoia-III/10.2-r3/ Log: Committing revision 3 of Cdparanoia-III 10.2 From recipebot at svn.gobolinux.org Wed Feb 29 15:12:37 2012 From: recipebot at svn.gobolinux.org (recipebot at svn.gobolinux.org) Date: Tue, 28 Feb 2012 18:12:37 -0800 Subject: [recipes-commits] r20801 - revisions/FFmpeg Message-ID: <20120229021238.17103989DD@bengals.dreamhost.com> Author: recipebot Date: 2012-02-28 18:12:37 -0800 (Tue, 28 Feb 2012) New Revision: 20801 Added: revisions/FFmpeg/0.10-r1/ Log: Committing revision 1 of FFmpeg 0.10