ports/132965: [PATCH] databases/mysql-server: mark MAKE_JOBS_SAFE
Martin Matuska
mm at FreeBSD.org
Mon Mar 23 11:00:15 UTC 2009
>Number: 132965
>Category: ports
>Synopsis: [PATCH] databases/mysql-server: mark MAKE_JOBS_SAFE
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 23 11:00:11 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Martin Matuska
>Release: FreeBSD 7.1-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD neo2 7.1-RELEASE-p2 FreeBSD 7.1-RELEASE-p2 #11 r179970M: Thu Jan 15 23:58:53 CET
>Description:
Mark MAKE_JOBS_SAFE for faster compilation on SMP systems.
I recommend setting this for other databases/mysql* ports as well.
Port maintainer (ale at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- mysql-server-5.1.32.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/mysql51-server/Makefile,v
retrieving revision 1.244
diff -u -r1.244 Makefile
--- Makefile 4 Mar 2009 07:50:02 -0000 1.244
+++ Makefile 23 Mar 2009 10:48:46 -0000
@@ -19,6 +19,7 @@
SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --localstatedir=/var/db/mysql \
--infodir=${PREFIX}/info \
--- mysql-server-5.1.32.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list