FreeBSD Port: graphics/dri rev:328711 Malformed conditional

2013-10-06 Thread Xu Waycell
make: /usr/ports/graphics/dri/Makefile line 82: Malformed conditional (${DRI_DRIVERS:M${:UI915}}) make: /usr/ports/graphics/dri/Makefile line 82: Malformed conditional (${DRI_DRIVERS:M${:UI965}}) make: /usr/ports/graphics/dri/Makefile line 82: Malformed conditional (${DRI_DRIVERS:M${:UR200}})

Re: FreeBSD Port: graphics/dri rev:328711 Malformed conditional

2013-10-06 Thread Xu Waycell
This happened on ARM. I think that DRI_DRIVERS should be initialized to nothing on ARM platform. On Oct 6, 2013, at 8:25 PM, Xu Waycell xw901...@gmail.com wrote: make: /usr/ports/graphics/dri/Makefile line 82: Malformed conditional (${DRI_DRIVERS:M${:UI915}}) make:

Re: FreeBSD Port: graphics/dri rev:328711 Malformed conditional

2013-10-06 Thread Xu Waycell
hotfix on ARM @@ -79,7 +79,7 @@ .endif # defined(WITH_NEW_XORG) .for _d in ${ALL_DRI_DRIVERS} -.if ${DRI_DRIVERS:M${_d}} +.if ${ARCH} != arm ${DRI_DRIVERS:M${_d}} PLIST_SUB+=${_d}_DRIVER= .else PLIST_SUB+=

Re: FreeBSD port: graphics/dri

2013-10-01 Thread Albert Shih
Le 30/09/2013 à 20:32:19+0200, Koop Mast a écrit On 30-9-2013 20:19, Mike Jakubik wrote: There is a small typo in UPDATING however, pkg_delete -f libGl-\* dri-\* should be pkg_delete -f libGL-\* dri-\*, the l in libGL needs to be uppercase. Thanks. Fix thanks. Well It's not

Re: FreeBSD port: graphics/dri

2013-10-01 Thread Albert Shih
Le 01/10/2013 ? 12:37:12+0200, Albert Shih a écrit Le 30/09/2013 à 20:32:19+0200, Koop Mast a écrit On 30-9-2013 20:19, Mike Jakubik wrote: There is a small typo in UPDATING however, pkg_delete -f libGl-\* dri-\* should be pkg_delete -f libGL-\* dri-\*, the l in libGL needs to be

FreeBSD port: graphics/dri

2013-09-30 Thread Mike Jakubik
Hello, I am unable to compile the new DRI, i am using the new xorg here, below is the error. clang: warning: argument unused during compilation: '-fno-builtin-memcmp' CC i915_debug.lo clang: warning: argument unused during compilation: '-fno-builtin-memcmp' i915_debug.c:831:18:

Re: FreeBSD port: graphics/dri

2013-09-30 Thread Mike Jakubik
On 2013-09-30 12:47 PM, Mike Jakubik wrote: Hello, I am unable to compile the new DRI, i am using the new xorg here, below is the error. clang: warning: argument unused during compilation: '-fno-builtin-memcmp' CC i915_debug.lo clang: warning: argument unused during compilation:

Re: FreeBSD port: graphics/dri

2013-09-30 Thread Koop Mast
On 30-9-2013 20:19, Mike Jakubik wrote: There is a small typo in UPDATING however, pkg_delete -f libGl-\* dri-\* should be pkg_delete -f libGL-\* dri-\*, the l in libGL needs to be uppercase. Thanks. Fix thanks. ___ freebsd-ports@freebsd.org