Download raw body.
graphics/inkscape fix with poppler-24.10.0
Disable poppler for now, because this doesn't build with poppler-24.10.0
and my C++ foo isn't strong enough.
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/inkscape/Makefile,v
diff -u -p -r1.114 Makefile
--- Makefile 16 Oct 2024 12:15:04 -0000 1.114
+++ Makefile 22 Oct 2024 18:07:34 -0000
@@ -1,7 +1,10 @@
COMMENT = SVG vector drawing application
+# After the next update, try to re-enable poppler.
+
VERSION = 1.4
DISTNAME = inkscape-${VERSION}
+REVISION = 0
CATEGORIES = graphics
@@ -21,7 +24,7 @@ WANTLIB += freetype gc gdk-3 gdk_pixbuf-
WANTLIB += giomm-2.4 glib-2.0 glibmm-2.4 gmodule-2.0 gobject-2.0
WANTLIB += gsl gslcblas gspell-1 gtk-3 gtkmm-3.0 gtksourceview-4
WANTLIB += harfbuzz iconv intl jpeg lcms2 m pango-1.0 pangocairo-1.0
-WANTLIB += pangoft2-1.0 pangomm-1.4 png poppler poppler-glib potrace
+WANTLIB += pangoft2-1.0 pangomm-1.4 png potrace
WANTLIB += sigc-2.0 xml2 xslt z
SITES = https://media.inkscape.org/dl/resources/file/
@@ -33,6 +36,8 @@ MODULES = devel/cmake \
COMPILER = base-clang ports-gcc
+CONFIGURE_ARGS += -DENABLE_POPPLER=False
+
# We are just substituting paths at build time
MODRUBY_BUILDDEP = No
@@ -53,7 +58,6 @@ LIB_DEPENDS = devel/boost \
graphics/lcms2 \
graphics/png \
graphics/potrace \
- print/poppler \
textproc/gspell \
textproc/libxslt \
x11/gtk+3 \
graphics/inkscape fix with poppler-24.10.0