diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-09-05 17:07:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-09-05 17:07:44 +0000 |
commit | 8a423bc1fa0b17298f9aaf88e1c807685280d47a (patch) | |
tree | a662de666a55f450f5b1d877075064494800208a /print | |
parent | 1cb23a228cde1aa4a85a2e6a0adbfb49c4eb44b8 (diff) | |
download | ports-8a423bc1fa0b17298f9aaf88e1c807685280d47a.tar.gz ports-8a423bc1fa0b17298f9aaf88e1c807685280d47a.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript9-agpl-base/Makefile | 1 | ||||
-rw-r--r-- | print/ghostscript9-agpl-base/files/patch-Resource_Init_gs_init.ps | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index 3ae758d05b68..050adb155cca 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -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 diff --git a/print/ghostscript9-agpl-base/files/patch-Resource_Init_gs_init.ps b/print/ghostscript9-agpl-base/files/patch-Resource_Init_gs_init.ps new file mode 100644 index 000000000000..c9b4103224a9 --- /dev/null +++ b/print/ghostscript9-agpl-base/files/patch-Resource_Init_gs_init.ps @@ -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 [ |