FreeBSD Bugzilla – Attachment 238307 Details for
Bug 267967
graphics/inkscape: fix spellchecking related depends
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
inkscape.patch (text/plain), 1.88 KB, created by
Dmitry Marakasov
on 2022-11-24 17:40:15 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2022-11-24 17:40:15 UTC
Size:
1.88 KB
patch
obsolete
>diff --git graphics/inkscape/Makefile graphics/inkscape/Makefile >index 45021a11809f..94f7b5627738 100644 >--- graphics/inkscape/Makefile >+++ graphics/inkscape/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= inkscape > DISTVERSION= 1.2.1 >-PORTREVISION= 9 >+PORTREVISION= 10 > CATEGORIES= graphics gnome > MASTER_SITES= https://media.inkscape.org/dl/resources/file/ > >@@ -27,17 +27,14 @@ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ > libgc.so:devel/boehm-gc \ > libgdl-3.so:x11-toolkits/gdl \ > libgsl.so:math/gsl \ >- libgtkspell3-3.so:textproc/gtkspell3 \ > liblcms2.so:graphics/lcms2 \ > libfribidi.so:converters/fribidi \ >- libaspell.so:textproc/aspell \ > libfontconfig.so:x11-fonts/fontconfig \ > libfreetype.so:print/freetype2 \ > libharfbuzz.so:print/harfbuzz \ > libpotrace.so:graphics/libpotrace \ > libpng.so:graphics/png \ > libsoup-2.4.so:devel/libsoup \ >- libenchant-2.so:textproc/enchant2 \ > libyaml.so:textproc/libyaml \ > libdouble-conversion.so:devel/double-conversion \ > lib2geom.so:math/lib2geom >@@ -66,8 +63,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}_${DATETAG} > SHEBANG_FILES= share/extensions/*.py share/extensions/genpofiles.sh \ > share/templates/*.py man/fix-roff-punct > >-OPTIONS_DEFINE= OPENMP POPPLER SCRIBUS VISIO CDR DBUS WPG GVFS NLS >-OPTIONS_DEFAULT= POPPLER VISIO CDR WPG GM >+OPTIONS_DEFINE= OPENMP POPPLER SCRIBUS VISIO CDR DBUS WPG GVFS NLS GSPELL >+OPTIONS_DEFAULT= POPPLER VISIO CDR WPG GM GSPELL > OPTIONS_DEFAULT_amd64= OPENMP > OPTIONS_RADIO= IMAGICK > OPTIONS_RADIO_IMAGICK= IMAGICK6 GM >@@ -114,6 +111,10 @@ GM_CMAKE_BOOL= WITH_GRAPHICS_MAGICK > NLS_CMAKE_BOOL= WITH_NLS > NLS_USES= gettext > >+GSPELL_DESC= Support for spell checking through gspell >+GSPELL_CMAKE_BOOL= WITH_GSPELL >+GSPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell >+ > post-patch: > @${REINPLACE_CMD} -e 's|COMMAND python3|COMMAND ${PYTHON_VERSION}|g' \ > ${WRKSRC}/share/*/CMakeLists.txt
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 267967
: 238307