svn commit: r391692 - head/shells/bash

Emanuel Haupt ehaupt at FreeBSD.org
Fri Jul 10 08:11:25 UTC 2015


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]*


More information about the svn-ports-all mailing list