FreeBSD Bugzilla – Attachment 241823 Details for
Bug 270989
print/ghostscript10: adds libgs.so; connects to USES and DEFAULT_VERSIONS facilities; flavorized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for point 2 (port OPTION)
0001-print-ghostscript10-add-port-option-for-X11.patch (text/plain), 1.97 KB, created by
Michael Osipov
on 2023-04-28 13:04:49 UTC
(
hide
)
Description:
Patch for point 2 (port OPTION)
Filename:
MIME Type:
Creator:
Michael Osipov
Created:
2023-04-28 13:04:49 UTC
Size:
1.97 KB
patch
obsolete
>From bc067239b3aaad1180076377519c90ae31998783 Mon Sep 17 00:00:00 2001 >From: Chad Jacob Milios <milios@ccsys.com> >Date: Mon, 24 Apr 2023 19:04:59 +0200 >Subject: [PATCH 1/2] print/ghostscript10: add port option for X11 > >This change introduces a new port option for X11. Compared to GS 9 port the X11 >device driver is now integrated into GS instead of being dynamically loaded >which is not in conformance with new GS 10 approach. > >Co-authored-by: Michael Osipov <michael.osipov@siemens.com> >--- > print/ghostscript10/Makefile | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > >diff --git a/print/ghostscript10/Makefile b/print/ghostscript10/Makefile >index f809bf85b117..e03209a9eaa3 100644 >--- a/print/ghostscript10/Makefile >+++ b/print/ghostscript10/Makefile >@@ -1,8 +1,9 @@ > PORTNAME= ghostscript > DISTVERSION= 10.01.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= print > MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/ >+PKGNAMESUFFIX= 10 > > MAINTAINER= michael.osipov@siemens.com > COMMENT= PostScript and PDF interpreter >@@ -59,8 +60,7 @@ CONFIGURE_ARGS= --disable-compile-inits \ > --with-libiconv=maybe \ > --with-libidn \ > --with-libpaper \ >- --with-system-libtiff \ >- --without-x >+ --with-system-libtiff > > GS_MINOR_VERSION= ${DISTVERSION:R:E} > PLIST_SUB= GS_MINOR_VERSION=${GS_MINOR_VERSION} >@@ -68,7 +68,7 @@ PLIST_SUB= GS_MINOR_VERSION=${GS_MINOR_VERSION} > ALL_TARGET= so > INSTALL_TARGET= soinstall > >-OPTIONS_DEFINE= CUPS IJS TESSERACT >+OPTIONS_DEFINE= CUPS IJS TESSERACT X11 > OPTIONS_DEFAULT=CUPS > > IJS_DESC= Support libijs based Ghostscript devices >@@ -85,6 +85,10 @@ TESSERACT_CONFIGURE_WITH= tesseract > # No TESSERACT_LIB_DEPENDS= libtesseract.so:graphics/tesseract > # See https://bugs.ghostscript.com/show_bug.cgi?id=706490 > >+X11_CONFIGURE_WITH= x >+X11_USES= xorg >+X11_USE= xorg=ice,sm,x11,xext,xt >+ > post-patch: > @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ > ${PATCH_WRKSRC}/man/gs.1 >-- >2.40.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270989
:
241643
|
241701
|
241702
|
241703
|
241705
|
241706
|
241707
|
241733
| 241823 |
241824
|
242786
|
242787
|
242788
|
242846
|
242848
|
242939
|
242946
|
243151
|
243258
|
243259
|
243260
|
243261