FreeBSD Bugzilla – Attachment 241702 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 1
0001-print-ghostscript10-use-dynamic-linking-and-produce-.patch (text/plain), 2.23 KB, created by
Michael Osipov
on 2023-04-24 16:55:57 UTC
(
hide
)
Description:
Patch for point 1
Filename:
MIME Type:
Creator:
Michael Osipov
Created:
2023-04-24 16:55:57 UTC
Size:
2.23 KB
patch
obsolete
>From a9ee4568595448332b205ec104c590f8467fdfc3 Mon Sep 17 00:00:00 2001 >From: Chad Jacob Milios <milios@ccsys.com> >Date: Mon, 24 Apr 2023 17:21:38 +0200 >Subject: [PATCH] print/ghostscript10: use dynamic linking and produce libgs.so > as well > >Co-authored-by: Michael Osipov <michael.osipov@siemens.com> >--- > print/ghostscript10/Makefile | 12 +++++++++++- > print/ghostscript10/pkg-plist | 8 ++++++++ > 2 files changed, 19 insertions(+), 1 deletion(-) > >diff --git a/print/ghostscript10/Makefile b/print/ghostscript10/Makefile >index 15294e4fa350..290c52d93226 100644 >--- a/print/ghostscript10/Makefile >+++ b/print/ghostscript10/Makefile >@@ -24,6 +24,7 @@ RUN_DEPENDS= poppler-data>=0.4.9:graphics/poppler-data \ > urw-base35-fonts>=20200910:x11-fonts/urw-base35-fonts > > USES= cpe gmake iconv jpeg localbase pkgconfig tar:xz >+USE_LDCONFIG= yes > CPE_VENDOR= artifex > > CONFLICTS_INSTALL= ghostscript[789]-base \ >@@ -61,6 +62,12 @@ CONFIGURE_ARGS= --disable-compile-inits \ > --with-system-libtiff \ > --without-x > >+GS_MINOR_VERSION= ${DISTVERSION:R:E} >+PLIST_SUB= GS_MINOR_VERSION=${GS_MINOR_VERSION} >+ >+ALL_TARGET= so >+INSTALL_TARGET= soinstall >+ > OPTIONS_DEFINE= CUPS IJS TESSERACT > OPTIONS_DEFAULT=CUPS > >@@ -83,7 +90,10 @@ post-patch: > ${PATCH_WRKSRC}/man/gs.1 > > post-install: >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gs >+ ${MV} ${STAGEDIR}${PREFIX}/bin/gsc ${STAGEDIR}${PREFIX}/bin/gs >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gs \ >+ ${STAGEDIR}${PREFIX}/bin/gsx \ >+ ${STAGEDIR}${PREFIX}/lib/libgs.so.10.${GS_MINOR_VERSION} > ${RM} ${STAGEDIR}${PREFIX}/bin/lprsetup.sh > ${RM} ${STAGEDIR}${PREFIX}/bin/unix-lpr.sh > ${MKDIR} ${STAGEDIR}${PREFIX}/share/color/icc >diff --git a/print/ghostscript10/pkg-plist b/print/ghostscript10/pkg-plist >index 861f38d4d3e3..59da7f7301de 100644 >--- a/print/ghostscript10/pkg-plist >+++ b/print/ghostscript10/pkg-plist >@@ -1,6 +1,7 @@ > bin/dvipdf > bin/eps2eps > bin/gs >+bin/gsx > bin/gsbj > bin/gsdj > bin/gsdj500 >@@ -22,6 +23,13 @@ bin/ps2pdf14 > bin/ps2pdfwr > bin/ps2ps > bin/ps2ps2 >+include/ghostscript/gdevdsp.h >+include/ghostscript/gserrors.h >+include/ghostscript/iapi.h >+include/ghostscript/ierrors.h >+lib/libgs.so >+lib/libgs.so.10 >+lib/libgs.so.10.%%GS_MINOR_VERSION%% > man/man1/dvipdf.1.gz > man/man1/eps2eps.1.gz > man/man1/gs.1.gz >-- >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