From owner-svn-ports-all@FreeBSD.ORG Wed Dec 10 14:40:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2D54F99; Wed, 10 Dec 2014 14:40:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF485AFD; Wed, 10 Dec 2014 14:40:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBAEeZbP018707; Wed, 10 Dec 2014 14:40:35 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBAEeZIX018706; Wed, 10 Dec 2014 14:40:35 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201412101440.sBAEeZIX018706@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 10 Dec 2014 14:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374461 - head/graphics/jpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2014 14:40:36 -0000 Author: dinoex Date: Wed Dec 10 14:40:35 2014 New Revision: 374461 URL: https://svnweb.freebsd.org/changeset/ports/374461 QAT: https://qat.redports.org/buildarchive/r374461/ Log: - fatal regression shared lib version going backwards Modified: head/graphics/jpeg/Makefile Modified: head/graphics/jpeg/Makefile ============================================================================== --- head/graphics/jpeg/Makefile Wed Dec 10 14:37:25 2014 (r374460) +++ head/graphics/jpeg/Makefile Wed Dec 10 14:40:35 2014 (r374461) @@ -23,6 +23,7 @@ DISTVERSION2= 8d USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +BROKEN= shared lib version going backwards ADDITIONAL_HEADER= jinclude.h jpegint.h