[Midnightbsd-cvs] mports [18011] trunk/graphics/dri/Makefile: gettext build is putting us in a loop

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 21 20:40:17 EST 2015


Revision: 18011
          http://svnweb.midnightbsd.org/mports/?rev=18011
Author:   laffer1
Date:     2015-02-21 20:40:16 -0500 (Sat, 21 Feb 2015)
Log Message:
-----------
gettext build is putting us in a loop

Modified Paths:
--------------
    trunk/graphics/dri/Makefile

Modified: trunk/graphics/dri/Makefile
===================================================================
--- trunk/graphics/dri/Makefile	2015-02-22 01:29:30 UTC (rev 18010)
+++ trunk/graphics/dri/Makefile	2015-02-22 01:40:16 UTC (rev 18011)
@@ -2,7 +2,7 @@
 
 PORTNAME=	dri
 PORTVERSION=	${MESAVERSION}
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	2
 CATEGORIES=	graphics
 
@@ -12,7 +12,7 @@
 LIB_DEPENDS=	libdrm.so:${PORTSDIR}/graphics/libdrm \
 		libexpat.so:${PORTSDIR}/textproc/expat2
 
-USES+=		gettext:build pkgconfig
+USES+=		pkgconfig
 USE_XORG=	glproto x11 xext xxf86vm xdamage xfixes dri2proto
 
 .include <bsd.mport.options.mk>
@@ -41,12 +41,12 @@
 
 PLIST_SUB+=	VERSION=${MESADISTVERSION}
 
-.if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == ia64
+.if ${ARCH} == amd64 || ${ARCH} == i386
 DRI_DRIVERS=	${ALL_DRI_DRIVERS}
 .endif
 
 .if defined(WITH_NEW_XORG)
-. if !defined(WITHOUT_GALLIUM) && (${ARCH} == i386 || ${ARCH} == amd64)
+. if !defined(WITHOUT_GALLIUM)
 BUILD_DEPENDS+=	llvm-config33:${PORTSDIR}/devel/llvm33
 CONFIGURE_ENV+=	LLVM_CONFIG=${LOCALBASE}/bin/llvm-config33
 
@@ -64,12 +64,6 @@
 . if ${ARCH} == sparc64 || ${ARCH} == armv6
 DRI_DRIVERS=	SWRAST
 . endif
-.else # !defined(WITH_NEW_XORG)
-. if ${ARCH} == powerpc || ${ARCH} == powerpc64
-DRI_DRIVERS=	MACH64 RADEON SWRAST TDFX
-. elif ${ARCH} == sparc64
-DRI_DRIVERS=	MACH64 RADEON SWRAST
-. endif
 .endif # defined(WITH_NEW_XORG)
 
 # empty for unsupported arches



More information about the Midnightbsd-cvs mailing list