ports/184957: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Jan 31 21:10:02 UTC 2014


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at FreeBSD.org> [1]
   		Anton Shterenlikht <mexas at 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 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-x11 mailing list