[Frugalware-darcs] frugalware-current: mysql-4.1.14-1-i686

VMiklos vmiklos at frugalware.org
Fri Aug 26 10:48:07 CEST 2005


Fri Aug 26 09:57:45 CEST 2005  VMiklos <vmiklos at frugalware.org>
  * mysql-4.1.14-1-i686
  version bump
  added docs
  removed obsolete comment about nptl
diff -rN -u old-frugalware-current/source/apps/mysql/FrugalBuild new-frugalware-current/source/apps/mysql/FrugalBuild
--- old-frugalware-current/source/apps/mysql/FrugalBuild	2005-08-26 10:47:29.000000000 +0200
+++ new-frugalware-current/source/apps/mysql/FrugalBuild	2005-08-26 10:01:51.000000000 +0200
@@ -1,34 +1,31 @@
-# Last Modified: Sun, 07 Aug 2005 12:12:08 +0200
+# Last Modified: Fri, 26 Aug 2005 09:56:54 +0200
 # Compiling Time: 2.45 SBU
 # Maintainer: VMiklos <vmiklos at frugalware.org>
 # Modified by: BMH1980 <bmh1980de at yahoo.de>
-# Contributed by: CSÉCSY László <boobaa at ajrg.hu>
 
 pkgname=mysql
-pkgver=4.1.13
-pkgrel=3
-extrapkgver=a
+pkgver=4.1.14
+pkgrel=1
+extrapkgver=
 pkgdesc="A fast SQL database server"
 backup=(etc/my.cnf)
 depends=('openssl' 'libstdc++' 'zlib' 'ncurses')
+makedepends=('procps')
 groups=('apps')
 archs=('i686' 'x86_64')
 up2date="lynx -dump http://dev.mysql.com/|grep -1 'Database Server'|sed -n \"s/.* \(.*\)$/\1/;s/$extrapkgver//;3 p\""
 mirror="http://ftp.heanet.ie/mirrors/www.mysql.com"
 #mirror="http://mirrors.hpcf.upr.edu/mysql"
 source=($mirror/Downloads/MySQL-4.1/$pkgname-$pkgver$extrapkgver.tar.gz rc.mysqld my.cnf)
-sha1sums=('77c5c5dd418235dc82a2e0c120dc695d97dc6a8e' \
-          '7a42206632b859be8635199c2dfc8ca305756994' \
-          '5e52e3cc67a49f7090f3ae82149118ef6bbab922')
-
-# echo '/* Linuxthreads */' >> /usr/include/pthread.h
-# is needed since we use glibc with ntpl enabled
+sha1sums=('275e5a304d0f9175734c7ff00eba49f0f856436d' \
+	  '7a42206632b859be8635199c2dfc8ca305756994' \
+	  '5e52e3cc67a49f7090f3ae82149118ef6bbab922')
 
 build()
 {
 	Fcd $pkgname-$pkgver$extrapkgver
-	./configure --prefix=/usr --libexecdir=/usr/sbin \
-		--without-debug --without-docs --without-bench \
+	Fconf --libexecdir=/usr/sbin \
+		--without-debug --without-bench \
 		--with-innodb --enable-local-infile --with-openssl
 	Fsed '^.*HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE.*$' '#define HAVE_GETHOSTBYNAME_R_GLIBC2_STYLE' config.h
 	Fsed 'size_socket' 'socklen_t' sql/mysqld.cc



More information about the Frugalware-darcs mailing list