Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2015 08:11:24 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391692 - head/shells/bash
Message-ID:  <201507100811.t6A8BOJq017964@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Jul 10 08:11:23 2015
New Revision: 391692
URL: https://svnweb.freebsd.org/changeset/ports/391692

Log:
  In addition to the previous commit also define USE_MKSTEMP=1 for a different
  code section.
  
  Notified by:	naddy

Modified:
  head/shells/bash/Makefile

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Fri Jul 10 07:32:04 2015	(r391691)
+++ head/shells/bash/Makefile	Fri Jul 10 08:11:23 2015	(r391692)
@@ -4,7 +4,7 @@
 PORTNAME=		bash
 PATCHLEVEL=		39
 PORTVERSION=		4.3.${PATCHLEVEL:S/^0//g}
-PORTREVISION?=		1
+PORTREVISION?=		2
 CATEGORIES=		shells
 MASTER_SITES=		GNU/${PORTNAME}
 DISTNAME=		${PORTNAME}-${PORTVERSION:R}
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+=	--without-bash-malloc \
 			--disable-rpath \
 			--enable-disabled-builtins
 
-CFLAGS+=		-DUSE_MKTEMP=1
+CFLAGS+=		-DUSE_MKTEMP=1 -DUSE_MKSTEMP=1
 
 .if empty(PKGNAMESUFFIX)
 CONFLICTS+=		bash-static-[0-9]*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507100811.t6A8BOJq017964>