From owner-svn-ports-head@freebsd.org Wed Sep 5 17:07:45 2018 Return-Path: Delivered-To: svn-ports-head@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 63B0BFF7410; Wed, 5 Sep 2018 17:07:45 +0000 (UTC) (envelope-from tijl@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 18DB48AC00; Wed, 5 Sep 2018 17:07:45 +0000 (UTC) (envelope-from tijl@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 0F44C289EB; Wed, 5 Sep 2018 17:07:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w85H7iMV046299; Wed, 5 Sep 2018 17:07:44 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w85H7icF046297; Wed, 5 Sep 2018 17:07:44 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201809051707.w85H7icF046297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 5 Sep 2018 17:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479032 - in head/print/ghostscript9-agpl-base: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/print/ghostscript9-agpl-base: . files X-SVN-Commit-Revision: 479032 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2018 17:07:45 -0000 Author: tijl Date: Wed Sep 5 17:07:44 2018 New Revision: 479032 URL: https://svnweb.freebsd.org/changeset/ports/479032 Log: Add a patch to give Ghostscript read permission on /usr/local/share/ghostscript/9.24/iccprofiles/* in -dSAFER mode. Upstream bug: https://bugs.ghostscript.com/show_bug.cgi?id=699722 Reported by: antoine Added: head/print/ghostscript9-agpl-base/files/patch-Resource_Init_gs_init.ps (contents, props changed) Modified: head/print/ghostscript9-agpl-base/Makefile Modified: head/print/ghostscript9-agpl-base/Makefile ============================================================================== --- head/print/ghostscript9-agpl-base/Makefile Wed Sep 5 16:50:03 2018 (r479031) +++ head/print/ghostscript9-agpl-base/Makefile Wed Sep 5 17:07:44 2018 (r479032) @@ -2,6 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.24 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/ PKGNAMESUFFIX= 9-agpl-base Added: head/print/ghostscript9-agpl-base/files/patch-Resource_Init_gs_init.ps ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/ghostscript9-agpl-base/files/patch-Resource_Init_gs_init.ps Wed Sep 5 17:07:44 2018 (r479032) @@ -0,0 +1,10 @@ +--- Resource/Init/gs_init.ps.orig 2018-09-03 08:50:27 UTC ++++ Resource/Init/gs_init.ps +@@ -2041,6 +2041,7 @@ readonly def + % Default resources (OpenVMS, see comment above.) : + [ currentsystemparams /GenericResourceDir get] (*) .file_name_separator (*) + concatstrings concatstrings .generate_dir_list_templates ++ currentuserparams /ICCProfilesDir get copystring dup dup length 1 sub (*) putinterval + } if + ] + /PermitFileWriting [