[Frugalware-darcs] frugalware-current: pth-2.0.5-1-i686
VMiklos
vmiklos at frugalware.org
Thu Oct 6 17:51:27 CEST 2005
Thu Oct 6 17:42:11 CEST 2005 VMiklos <vmiklos at frugalware.org>
* pth-2.0.5-1-i686
version bump
diff -rN -u old-frugalware-current/source/lib/pth/FrugalBuild new-frugalware-current/source/lib/pth/FrugalBuild
--- old-frugalware-current/source/lib/pth/FrugalBuild 2005-10-06 17:50:40.000000000 +0200
+++ new-frugalware-current/source/lib/pth/FrugalBuild 2005-10-06 17:43:47.000000000 +0200
@@ -1,9 +1,9 @@
-# Last Modified: Tue, 31 May 2005 10:34:15 +0000
+# Last Modified: Thu, 06 Oct 2005 17:41:58 +0200
# Compiling Time: ~0.23 SBU
# Maintainer: voroskoi <voroskoi at freemail.hu>
pkgname=pth
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc="The GNU Portable Threads."
url="http://www.gnu.org/software/pth"
@@ -12,15 +12,9 @@
archs=('i686' 'x86_64')
up2date="lynx -dump http://www.gnu.org/software/pth/ |grep pth |grep tar |sed -n -e 's/.*h-\(.*\)\.t.*/\1/' -e '1 p'"
source=(ftp://ftp.gnu.org/gnu/pth/$pkgname-$pkgver.tar.gz $pkgname-$pkgver-head-fix.patch)
-md5sums=('f810e0ca2cd32e88efa29f9237f374d5' '80c680f08b5e4785683aa215b41a4cca')
-
-build() {
- Fcd
- Fpatchall || return 1
- ./configure --prefix=/usr
- make || return 1
- make test
- make DESTDIR=$startdir/pkg install
-}
+sha1sums=('384588ff80d9a098392212ce671ecbf1e32ea263' \
+ '0a19e71405091b0e648ead0f8f68c18e53d862ad')
# vim: ft=sh
+
+# optimalization OK
diff -rN -u old-frugalware-current/source/lib/pth/pth-2.0.4-head-fix.patch new-frugalware-current/source/lib/pth/pth-2.0.4-head-fix.patch
--- old-frugalware-current/source/lib/pth/pth-2.0.4-head-fix.patch 2005-05-31 10:37:38.000000000 +0200
+++ new-frugalware-current/source/lib/pth/pth-2.0.4-head-fix.patch 1970-01-01 01:00:00.000000000 +0100
@@ -1,21 +0,0 @@
-diff -Naur pth-2.0.4.orig/configure pth-2.0.4/configure
---- pth-2.0.4.orig/configure 2005-05-31 10:31:42.000000000 +0000
-+++ pth-2.0.4/configure 2005-05-31 10:32:43.000000000 +0000
-@@ -22117,7 +22117,7 @@
- -e '/,[ ]*$/N' \
- -e 's/,[ ]*\n[ ]*/, /' \
- -e 'tjoin' |\
--egrep "[^a-zA-Z0-9_]accept[ ]*\\($gpat\\)" | head -1 |\
-+egrep "[^a-zA-Z0-9_]accept[ ]*\\($gpat\\)" | head -n 1 |\
- sed -e "s/.*[^a-zA-Z0-9_]accept[ ]*($spat).*/\\1/" \
- -e 's/(\*[a-zA-Z_][a-zA-Z_0-9]*)/(*)/' \
- -e 's/^[ ]*//' -e 's/[ ]*$//' \
-@@ -22244,7 +22244,7 @@
- -e '/,[ ]*$/N' \
- -e 's/,[ ]*\n[ ]*/, /' \
- -e 'tjoin' |\
--egrep "[^a-zA-Z0-9_]poll[ ]*\\($gpat\\)" | head -1 |\
-+egrep "[^a-zA-Z0-9_]poll[ ]*\\($gpat\\)" | head -n 1 |\
- sed -e "s/.*[^a-zA-Z0-9_]poll[ ]*($spat).*/\\1/" \
- -e 's/(\*[a-zA-Z_][a-zA-Z_0-9]*)/(*)/' \
- -e 's/^[ ]*//' -e 's/[ ]*$//' \
diff -rN -u old-frugalware-current/source/lib/pth/pth-2.0.5-head-fix.patch new-frugalware-current/source/lib/pth/pth-2.0.5-head-fix.patch
--- old-frugalware-current/source/lib/pth/pth-2.0.5-head-fix.patch 1970-01-01 01:00:00.000000000 +0100
+++ new-frugalware-current/source/lib/pth/pth-2.0.5-head-fix.patch 2005-05-31 10:37:38.000000000 +0200
@@ -0,0 +1,21 @@
+diff -Naur pth-2.0.4.orig/configure pth-2.0.4/configure
+--- pth-2.0.4.orig/configure 2005-05-31 10:31:42.000000000 +0000
++++ pth-2.0.4/configure 2005-05-31 10:32:43.000000000 +0000
+@@ -22117,7 +22117,7 @@
+ -e '/,[ ]*$/N' \
+ -e 's/,[ ]*\n[ ]*/, /' \
+ -e 'tjoin' |\
+-egrep "[^a-zA-Z0-9_]accept[ ]*\\($gpat\\)" | head -1 |\
++egrep "[^a-zA-Z0-9_]accept[ ]*\\($gpat\\)" | head -n 1 |\
+ sed -e "s/.*[^a-zA-Z0-9_]accept[ ]*($spat).*/\\1/" \
+ -e 's/(\*[a-zA-Z_][a-zA-Z_0-9]*)/(*)/' \
+ -e 's/^[ ]*//' -e 's/[ ]*$//' \
+@@ -22244,7 +22244,7 @@
+ -e '/,[ ]*$/N' \
+ -e 's/,[ ]*\n[ ]*/, /' \
+ -e 'tjoin' |\
+-egrep "[^a-zA-Z0-9_]poll[ ]*\\($gpat\\)" | head -1 |\
++egrep "[^a-zA-Z0-9_]poll[ ]*\\($gpat\\)" | head -n 1 |\
+ sed -e "s/.*[^a-zA-Z0-9_]poll[ ]*($spat).*/\\1/" \
+ -e 's/(\*[a-zA-Z_][a-zA-Z_0-9]*)/(*)/' \
+ -e 's/^[ ]*//' -e 's/[ ]*$//' \
More information about the Frugalware-darcs
mailing list