Date: Wed, 22 Mar 2017 19:16:36 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436721 - in head/graphics: jpeg-turbo libjpeg-turbo Message-ID: <201703221916.v2MJGaEF067246@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Mar 22 19:16:36 2017 New Revision: 436721 URL: https://svnweb.freebsd.org/changeset/ports/436721 Log: tjbench links against libjpeg.so Modified: head/graphics/jpeg-turbo/Makefile head/graphics/libjpeg-turbo/Makefile Modified: head/graphics/jpeg-turbo/Makefile ============================================================================== --- head/graphics/jpeg-turbo/Makefile Wed Mar 22 19:14:55 2017 (r436720) +++ head/graphics/jpeg-turbo/Makefile Wed Mar 22 19:16:36 2017 (r436721) @@ -49,6 +49,7 @@ BUILD_DEPENDS+= nasm:devel/nasm .if ${SLAVE_PORT} == yes # libturbojpeg.a has to be built with PIC for virtualgl CONFIGURE_ARGS+=--with-pic +USES+= jpeg PLIST_SUB+= JPEG="@comment " LIBTURBOJPEG="" .else CONFIGURE_ARGS+=--without-turbojpeg Modified: head/graphics/libjpeg-turbo/Makefile ============================================================================== --- head/graphics/libjpeg-turbo/Makefile Wed Mar 22 19:14:55 2017 (r436720) +++ head/graphics/libjpeg-turbo/Makefile Wed Mar 22 19:16:36 2017 (r436721) @@ -2,6 +2,7 @@ # $FreeBSD$ PKGNAMEPREFIX= lib +PORTREVISION= 1 COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703221916.v2MJGaEF067246>