1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix a problem when opening a PDF file.

- Fix a build issue when TARGET_ARCH is defined.

PR:	ports/156654
PR:	ports/156607
This commit is contained in:
Hiroki Sato 2011-05-23 20:43:10 +00:00
parent ed9851c5ed
commit d4512748c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274533
3 changed files with 13 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= ghostscript8
PORTVERSION= 8.71
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= print
MASTER_SITES= http://ghostscript.com/releases/:gs_srcs \
SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \

View File

@ -12,7 +12,7 @@ pre-build-epag:
post-build-epag:
cd ${WRKSRC}/${EPAG_NAME} && \
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile
post-install-docs-epag:
${MKDIR} ${WRKSRC}/contrib/epag

View File

@ -0,0 +1,11 @@
--- lib/pdf2dsc.ps.orig 2011-05-24 05:26:51.000000000 +0900
+++ lib/pdf2dsc.ps 2011-05-24 05:27:14.000000000 +0900
@@ -116,7 +116,7 @@
DSCfile PDFname write==only
( \(r\) file { DELAYSAFER { .setsafe } if } stopped pop\n) puts
( pdfopen begin\n) puts
- ( copy_trailer_attrs\n) puts
+ ( process_trailer_attrs\n) puts
(%%EndSetup\n) puts
/.hasPageLabels false def % see "Page Labels" in the PDF Reference