Date: Wed, 22 Nov 2000 14:18:16 +0100 (CET) From: des@thinksec.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23021: [PATCH] Upgrade mysql-3.23 port Message-ID: <20001122131816.6F8161BFA0D@aes.thinksec.com>
next in thread | raw e-mail | index | archive | help
>Number: 23021 >Category: ports >Synopsis: [PATCH] Upgrade mysql-3.23 port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 22 05:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dag-Erling Smorgrav >Release: FreeBSD 4.1.1-STABLE i386 >Organization: ThinkSec AS >Environment: ports-current >Description: The mysql323-{client,server} ports install MySQL 3.23.26, while the latest version available is 3.23.27. >How-To-Repeat: # porteasy -bu databases/mysql323-server >Fix: The attached patch updates the mysql323-{client,server} ports to 3.23.27. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mysql323-server/Makefile,v retrieving revision 1.86 diff -u -r1.86 Makefile --- Makefile 2000/11/16 10:29:04 1.86 +++ Makefile 2000/11/22 13:13:12 @@ -6,7 +6,7 @@ # PORTNAME?= ${MASTERPORTNAME} -PORTVERSION= 3.23.26 +PORTVERSION= 3.23.27 CATEGORIES= databases MASTER_SITES= http://www.wipol.uni-bonn.de/MySQL/Downloads/MySQL-3.23/ \ http://www.mysql.net/Downloads/MySQL-3.23/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/mysql323-server/distinfo,v retrieving revision 1.37 diff -u -r1.37 distinfo --- distinfo 2000/10/19 13:28:42 1.37 +++ distinfo 2000/11/22 13:13:12 @@ -1 +1 @@ -MD5 (mysql-3.23.26-beta.tar.gz) = b24fa6bb945d53f739b2dfa815abc992 +MD5 (mysql-3.23.27-beta.tar.gz) = 0d3bce5029cb3cb8c04e33b026a4f475 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/mysql323-server/pkg-plist,v retrieving revision 1.41 diff -u -r1.41 pkg-plist --- pkg-plist 2000/10/19 09:17:56 1.41 +++ pkg-plist 2000/11/22 13:13:12 @@ -99,6 +99,7 @@ share/mysql/charsets/koi8_ukr.conf share/mysql/charsets/latin1.conf share/mysql/charsets/latin2.conf +share/mysql/charsets/latin5.conf share/mysql/charsets/swe7.conf share/mysql/charsets/usa7.conf share/mysql/charsets/win1250.conf Index: files/patch-ag =================================================================== RCS file: /home/ncvs/ports/databases/mysql323-server/files/patch-ag,v retrieving revision 1.10 diff -u -r1.10 patch-ag --- files/patch-ag 2000/10/19 13:28:42 1.10 +++ files/patch-ag 2000/11/22 13:13:12 @@ -137,15 +137,6 @@ cat > conftest.$ac_ext <<EOF #line 8492 "configure" #include "confdefs.h" -@@ -8770,7 +8702,7 @@ - #include <pthread.h> - int main() { - pthread_attr_t thr_attr; --pthread_attr_setscope(&thr_attr,0); -+XXXpthread_attr_setscope(&thr_attr,0); - ; return 0; } - EOF - if { (eval echo configure:8777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then @@ -9728,7 +9660,7 @@ echo "" echo "Configuring MIT Pthreads" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001122131816.6F8161BFA0D>