Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jan 2014 21:10:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/184957: commit references a PR
Message-ID:  <201401312110.s0VLA2m5091639@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/184957; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184957: commit references a PR
Date: Fri, 31 Jan 2014 21:02:10 +0000 (UTC)

 Author: kwm
 Date: Fri Jan 31 21:01:57 2014
 New Revision: 342071
 URL: http://svnweb.freebsd.org/changeset/ports/342071
 QAT: https://qat.redports.org/buildarchive/r342071/
 
 Log:
   On ia64 [2] and powerpc [1] only the radeon bits are build. Fix the plist
   for this, while here add powerpc64 too [1].
   
   PR:		ports/184957 [1]
   		ports/184967 [2]
   Submitted by:	Andreas Tobler <andreast@FreeBSD.org> [1]
   		Anton Shterenlikht <mexas@bris.ac.uk> [2]
 
 Modified:
   head/graphics/libdrm/Makefile
 
 Modified: head/graphics/libdrm/Makefile
 ==============================================================================
 --- head/graphics/libdrm/Makefile	Fri Jan 31 20:58:17 2014	(r342070)
 +++ head/graphics/libdrm/Makefile	Fri Jan 31 21:01:57 2014	(r342071)
 @@ -65,9 +65,12 @@ LIBDRM_REVISION=1
  PLIST_SUB+=	OLD="" NEW="@comment " NOUVEAU=""
  .endif
  
 -.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "powerpc"
 +.if ${ARCH} == "amd64" || ${ARCH} == "i386"
  PLIST_SUB+=	INTEL_DRIVER=""
  PLIST_SUB+=	RADEON_DRIVERS=""
 +.elif ${ARCH} == ia64 || ${ARCH} == powerpc || ${ARCH} == powerpc64
 +PLIST_SUB+=	INTEL_DRIVER="@comment "
 +PLIST_SUB+=	RADEON_DRIVERS=""
  .else
  PLIST_SUB+=	INTEL_DRIVER="@comment "
  PLIST_SUB+=	RADEON_DRIVERS="@comment "
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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