Date: Fri, 27 Mar 2009 22:19:01 +0900 (YAKT) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/133125: [maintainer update] mark MAKE_JOBS_UNSAFE for some ports Message-ID: <200903271319.n2RDJ1lR048711@blg.akavia.ru> Resent-Message-ID: <200903271320.n2RDK3eJ004957@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133125 >Category: ports >Synopsis: [maintainer update] mark MAKE_JOBS_UNSAFE for some ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 27 13:20:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.4-RELEASE i386 >Organization: >Environment: >Description: mark MAKE_JOBS_UNSAFE for: dns/opendd mail/heirloom-mailx >How-To-Repeat: >Fix: Index: dns/opendd/Makefile =================================================================== RCS file: /home/pcvs/ports/dns/opendd/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- dns/opendd/Makefile 27 Apr 2008 05:21:19 -0000 1.3 +++ dns/opendd/Makefile 27 Mar 2009 13:01:04 -0000 @@ -16,6 +16,8 @@ OPTIONS= OPENDD_SSL "Build with SSL support" off \ RC_NG "Install RC_NG script" on +MAKE_JOBS_UNSAFE= yes + PORTDOCS= COPYING COPYRIGHT README PLIST_FILES= sbin/${PORTNAME} \ "@unexec if cmp -s %D/%%ETCDIR%%/${PORTNAME}.conf %D/%%ETCDIR%%/${PORTNAME}.conf.default; then ${RM} -f %D/%%ETCDIR%%/${PORTNAME}.conf; fi " \ Index: mail/heirloom-mailx/Makefile =================================================================== RCS file: /home/pcvs/ports/mail/heirloom-mailx/Makefile,v retrieving revision 1.52 diff -u -r1.52 Makefile --- mail/heirloom-mailx/Makefile 1 Dec 2008 14:23:52 -0000 1.52 +++ mail/heirloom-mailx/Makefile 27 Mar 2009 13:01:04 -0000 @@ -20,6 +20,8 @@ CONFLICTS= mailx-[0-9]* +MAKE_JOBS_UNSAFE= yes + USE_BZIP2= yes USE_ICONV= yes USE_OPENSSL= yes >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903271319.n2RDJ1lR048711>