From owner-svn-ports-all@freebsd.org Mon Jan 23 20:40:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69DDACBE12B; Mon, 23 Jan 2017 20:40:09 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 34A52F4E; Mon, 23 Jan 2017 20:40:09 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0NKe8d8010784; Mon, 23 Jan 2017 20:40:08 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0NKe89A010783; Mon, 23 Jan 2017 20:40:08 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201701232040.v0NKe89A010783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 23 Jan 2017 20:40:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r432289 - in branches/2017Q1/graphics/py-poppler-qt4: . files X-SVN-Group: ports-branches 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.23 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: Mon, 23 Jan 2017 20:40:09 -0000 Author: tcberner Date: Mon Jan 23 20:40:08 2017 New Revision: 432289 URL: https://svnweb.freebsd.org/changeset/ports/432289 Log: MFH: r432089 Fix graphics/py-poppler-qt4: fails to build with clang 4.0 PyList_SET_ITEM() is supposed to be void, but as a macro it's an expression and has a pointer value. Clang 4.0 trips on the bogus pointer comparison; given the comparison, it should be PyList_SetItem() which returns -1 on failure. PR: 216228 Approved by: portmgr blanket, rakuco (mentor) Approved by: ports-secteam (junovitch), rakuco (mentor) Added: branches/2017Q1/graphics/py-poppler-qt4/files/ - copied from r432089, head/graphics/py-poppler-qt4/files/ Modified: branches/2017Q1/graphics/py-poppler-qt4/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/graphics/py-poppler-qt4/Makefile ============================================================================== --- branches/2017Q1/graphics/py-poppler-qt4/Makefile Mon Jan 23 20:27:07 2017 (r432288) +++ branches/2017Q1/graphics/py-poppler-qt4/Makefile Mon Jan 23 20:40:08 2017 (r432289) @@ -2,7 +2,7 @@ PORTNAME= poppler-qt4 PORTVERSION= 0.18.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}