From owner-svn-ports-all@freebsd.org Tue Nov 27 01:35:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71983114E327; Tue, 27 Nov 2018 01:35:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EEFB97769A; Tue, 27 Nov 2018 01:35:45 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B34E91442E; Tue, 27 Nov 2018 01:35:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAR1Zj2i066541; Tue, 27 Nov 2018 01:35:45 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAR1ZjU3066540; Tue, 27 Nov 2018 01:35:45 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201811270135.wAR1ZjU3066540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 27 Nov 2018 01:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r485974 - branches/2018Q4/graphics/dspdfviewer X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: branches/2018Q4/graphics/dspdfviewer X-SVN-Commit-Revision: 485974 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: EEFB97769A X-Spamd-Result: default: False [0.87 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.24)[-0.243,0]; NEURAL_SPAM_LONG(0.47)[0.465,0]; NEURAL_SPAM_MEDIUM(0.64)[0.643,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 27 Nov 2018 01:35:46 -0000 Author: swills Date: Tue Nov 27 01:35:45 2018 New Revision: 485974 URL: https://svnweb.freebsd.org/changeset/ports/485974 Log: MFH: r481419 graphics/dspdfviewer: Fix build on 11.2 PR: 231934 Submitted by: Santhosh Raju (maintainer) Approved by: ports-secteam (implicit) Modified: branches/2018Q4/graphics/dspdfviewer/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/graphics/dspdfviewer/Makefile ============================================================================== --- branches/2018Q4/graphics/dspdfviewer/Makefile Tue Nov 27 01:10:03 2018 (r485973) +++ branches/2018Q4/graphics/dspdfviewer/Makefile Tue Nov 27 01:35:45 2018 (r485974) @@ -3,7 +3,7 @@ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX=v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MAINTAINER= santhosh.raju@gmail.com @@ -43,7 +43,7 @@ CFLAGS+= -Wno-error=undefined-func-template CFLAGS+= -Wno-error=zero-as-null-pointer-constant .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1102000 CFLAGS+= -Wno-error=redundant-parens .endif