Re: Disable SSE3 in graphics/darktable

2016-04-20 Thread Stuart Henderson
On 2016/04/20 06:00, Michael McConville wrote:
> I'll have a patch for graphics/darktable soon.

Darktable has a hard requirement on SSE3.



Re: Disable SSE3 in graphics/darktable

2016-04-20 Thread Michael McConville
Michael McConville wrote:
> Sorry, I meant graphics/DevIL here, obviously. I'll have a patch for
> graphics/darktable soon.

...never mind, I just noticed that darktable's Makefile specifies SSE3
as a hard requirement. Sorry for the noise.

The below patch for DevIL is still valid, AFAIK.

> Michael McConville wrote:
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/graphics/DevIL/Makefile,v
> > retrieving revision 1.18
> > diff -u -p -u -r1.18 Makefile
> > --- Makefile17 Jan 2016 17:29:09 -  1.18
> > +++ Makefile20 Apr 2016 09:48:16 -
> > @@ -3,7 +3,7 @@
> >  COMMENT=   library for powerful image loading capabilities
> >  
> >  DISTNAME=  DevIL-1.7.8
> > -REVISION=  11
> > +REVISION=  12
> >  SHARED_LIBS+=  IL  0.0 # 2.0
> >  SHARED_LIBS+=  ILU 0.0 # 2.0
> >  SHARED_LIBS+=  ILUT0.0 # 2.0
> > @@ -46,7 +46,8 @@ CONFIGURE_ARGS+=  --with-squish=no \
> > --disable-allegro
> >  
> >  # This would only install three binary examples, we'll install it manually.
> > -CONFIGURE_ARGS+=   --with-examples=no
> > +CONFIGURE_ARGS+=   --with-examples=no \
> > +   --disable-sse3
> >  CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
> > LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm -lz"
> >  
> > 
> 



Re: Disable SSE3 in graphics/darktable

2016-04-20 Thread Michael McConville
Sorry, I meant graphics/DevIL here, obviously. I'll have a patch for
graphics/darktable soon.

Michael McConville wrote:
> Index: Makefile
> ===
> RCS file: /cvs/ports/graphics/DevIL/Makefile,v
> retrieving revision 1.18
> diff -u -p -u -r1.18 Makefile
> --- Makefile  17 Jan 2016 17:29:09 -  1.18
> +++ Makefile  20 Apr 2016 09:48:16 -
> @@ -3,7 +3,7 @@
>  COMMENT= library for powerful image loading capabilities
>  
>  DISTNAME=DevIL-1.7.8
> -REVISION=11
> +REVISION=12
>  SHARED_LIBS+=IL  0.0 # 2.0
>  SHARED_LIBS+=ILU 0.0 # 2.0
>  SHARED_LIBS+=ILUT0.0 # 2.0
> @@ -46,7 +46,8 @@ CONFIGURE_ARGS+=--with-squish=no \
>   --disable-allegro
>  
>  # This would only install three binary examples, we'll install it manually.
> -CONFIGURE_ARGS+= --with-examples=no
> +CONFIGURE_ARGS+= --with-examples=no \
> + --disable-sse3
>  CONFIGURE_ENV=   CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
>   LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm -lz"
>  
> 



Disable SSE3 in graphics/darktable

2016-04-20 Thread Michael McConville
Index: Makefile
===
RCS file: /cvs/ports/graphics/DevIL/Makefile,v
retrieving revision 1.18
diff -u -p -u -r1.18 Makefile
--- Makefile17 Jan 2016 17:29:09 -  1.18
+++ Makefile20 Apr 2016 09:48:16 -
@@ -3,7 +3,7 @@
 COMMENT=   library for powerful image loading capabilities
 
 DISTNAME=  DevIL-1.7.8
-REVISION=  11
+REVISION=  12
 SHARED_LIBS+=  IL  0.0 # 2.0
 SHARED_LIBS+=  ILU 0.0 # 2.0
 SHARED_LIBS+=  ILUT0.0 # 2.0
@@ -46,7 +46,8 @@ CONFIGURE_ARGS+=  --with-squish=no \
--disable-allegro
 
 # This would only install three binary examples, we'll install it manually.
-CONFIGURE_ARGS+=   --with-examples=no
+CONFIGURE_ARGS+=   --with-examples=no \
+   --disable-sse3
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm -lz"