From b4f68077907ad8e04767037f8c93799f8fcf18eb Mon Sep 17 00:00:00 2001 From: brad Date: Fri, 31 Mar 2000 06:10:35 +0000 Subject: [PATCH] - remove blank line - remove license type - better BROKEN message - remove CONFIGURE_ARGS option --enable-thread-safe-client, the problems caused by enabling it offset the good of enabling it in the first place (programs that link agains't libmysqlclient.{a,so} should have an autoconf test to check whether the library has support for pthreads built in or not) --- databases/mysql/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/databases/mysql/Makefile b/databases/mysql/Makefile index 149c38a4aec..3507d73542d 100644 --- a/databases/mysql/Makefile +++ b/databases/mysql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2000/03/24 22:11:38 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2000/03/31 06:10:35 brad Exp $ # $FreeBSD: Makefile,v 1.44 1999/03/04 21:27:58 dirk Exp $ BROKEN= installs files automatically in /etc @@ -15,17 +15,15 @@ MASTER_SITES= http://web.tryc.on.ca/mysql/Downloads/MySQL-3.22/ \ http://mysql.pingzero.net/Downloads/MySQL-3.22/ \ ftp://ftp.digex.net/pub/packages/database/mysql/Downloads/MySQL-3.22/ - MAINTAINER= brad@openbsd.org -LICENSE_TYPE= COPY PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes .if ${MACHINE_ARCH} == "sparc" -BROKEN= "pthreads are currently not working SPARC" +BROKEN= "pthreads are currently not working on the SPARC architecture" .endif DB_DIR?= /var/mysql @@ -33,7 +31,6 @@ DB_DIR?= /var/mysql GNU_CONFIGURE= Yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --enable-static \ - --enable-thread-safe-client \ --localstatedir="${DB_DIR}" \ --without-perl \ --without-debug \