ports/184296: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Jan 17 15:40:01 UTC 2014


The following reply was made to PR ports/184296; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/184296: commit references a PR
Date: Fri, 17 Jan 2014 15:37:41 +0000 (UTC)

 Author: decke
 Date: Fri Jan 17 15:37:33 2014
 New Revision: 340056
 URL: http://svnweb.freebsd.org/changeset/ports/340056
 QAT: https://qat.redports.org/buildarchive/r340056/
 
 Log:
   Add KBUILD_ARCH substitution for DPorts
   
   PR:		ports/184296
   Submitted by:	John Marino <jmarino at FreeBSD.org>
 
 Modified:
   head/devel/kBuild/Makefile
 
 Modified: head/devel/kBuild/Makefile
 ==============================================================================
 --- head/devel/kBuild/Makefile	Fri Jan 17 15:21:15 2014	(r340055)
 +++ head/devel/kBuild/Makefile	Fri Jan 17 15:37:33 2014	(r340056)
 @@ -23,7 +23,7 @@ CONFLICTS_INSTALL=	kBuild-devel-[0-9]*
  WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
  
  KBUILD_VERSION=	0.1.9998
 -KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/}
 +KBUILD_ARCH=	${MACHINE_ARCH:S/i386/x86/:S/x86_64/amd64/}
  KBUILD_ENV=	ACLOCAL=${ACLOCAL} \
  		AUTOMAKE=${AUTOMAKE} \
  		AUTORECONF=${AUTORECONF} \
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-emulation mailing list