Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2018 13:59:59 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485774 - head/x11/babl
Message-ID:  <201811241359.wAODxxq3001640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Nov 24 13:59:59 2018
New Revision: 485774
URL: https://svnweb.freebsd.org/changeset/ports/485774

Log:
  Update babl to 0.1.60.
  
  * Convert SIMD to option helpers, update and enable by default.

Modified:
  head/x11/babl/Makefile
  head/x11/babl/distinfo
  head/x11/babl/pkg-plist

Modified: head/x11/babl/Makefile
==============================================================================
--- head/x11/babl/Makefile	Sat Nov 24 13:52:26 2018	(r485773)
+++ head/x11/babl/Makefile	Sat Nov 24 13:59:59 2018	(r485774)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	babl
-PORTVERSION=	0.1.58
+PORTVERSION=	0.1.60
 CATEGORIES=	x11
 MASTER_SITES=	GIMP
 
@@ -13,23 +13,17 @@ LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		compiler:c11 gmake libtool pathfix pkgconfig tar:bzip2
+
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	SIMD
+OPTIONS_DEFAULT=SIMD
 
-.include <bsd.port.options.mk>
-
-.if !${PORT_OPTIONS:MSIMD}
-CONFIGURE_ARGS+=--disable-mmx \
-		--disable-sse \
-		--disable-sse2 \
-		--disable-sse3 \
-		--disable-sse4.1 \
-		--disable-f16c \
+SIMD_CONFIGURE_OFF=	--disable-mmx --disable-sse --disable-sse2 \
+		--disable-sse3 --disable-sse4_1 --disable-f16c \
 		--disable-altivec
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|x86_64|amd64|g' \

Modified: head/x11/babl/distinfo
==============================================================================
--- head/x11/babl/distinfo	Sat Nov 24 13:52:26 2018	(r485773)
+++ head/x11/babl/distinfo	Sat Nov 24 13:59:59 2018	(r485774)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539526827
-SHA256 (babl-0.1.58.tar.bz2) = 79c9ae576019b8459896014c8822471bb383414c9f99a1b2055e25b4538ced55
-SIZE (babl-0.1.58.tar.bz2) = 686407
+TIMESTAMP = 1543059056
+SHA256 (babl-0.1.60.tar.bz2) = a3d1eeccb6057ccbc189dc926ebaca96cd4896f3391f857b86334d2245f0604f
+SIZE (babl-0.1.60.tar.bz2) = 685707

Modified: head/x11/babl/pkg-plist
==============================================================================
--- head/x11/babl/pkg-plist	Sat Nov 24 13:52:26 2018	(r485773)
+++ head/x11/babl/pkg-plist	Sat Nov 24 13:59:59 2018	(r485774)
@@ -32,5 +32,5 @@ lib/babl-0.1/u32.so
 lib/babl-0.1/ycbcr.so
 lib/libbabl-0.1.so
 lib/libbabl-0.1.so.0
-lib/libbabl-0.1.so.0.157.1
+lib/libbabl-0.1.so.0.159.1
 libdata/pkgconfig/babl.pc



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