Index: head/print/scribus-devel/Makefile =================================================================== --- head/print/scribus-devel/Makefile (revision 500206) +++ head/print/scribus-devel/Makefile (revision 500207) @@ -1,66 +1,67 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= scribus PORTVERSION= 1.5.4 PORTREVISION= 9 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ PKGNAMESUFFIX= -devel -MAINTAINER= pkubaj@anongoth.pl +MAINTAINER= pkubaj@FreeBSD.org COMMENT= Comprehensive desktop publishing program (development version) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libboost_thread.so:devel/boost-libs \ libhunspell-1.7.so:textproc/hunspell \ libcairo.so:graphics/cairo \ librevenge-0.0.so:textproc/librevenge \ libcups.so:print/cups \ libwpg-0.3.so:graphics/libwpg03 \ libcdr-0.1.so:graphics/libcdr01 \ libfreehand-0.1.so:graphics/libfreehand \ libpagemaker-0.0.so:print/libpagemaker \ libmspub-0.1.so:print/libmspub01 \ libvisio-0.1.so:textproc/libvisio01 \ libfreetype.so:print/freetype2 \ libtiff.so:graphics/tiff \ libpoppler.so:graphics/poppler \ libharfbuzz-icu.so:print/harfbuzz-icu \ libfontconfig.so:x11-fonts/fontconfig \ libpodofo.so:graphics/podofo \ libharfbuzz.so:print/harfbuzz \ libicuuc.so:devel/icu -USES= cmake desktop-file-utils dos2unix jpeg pkgconfig python:2.7 qt:5 shared-mime-info ssl tar:xz -USE_QT= buildtools_build core declarative gui linguisttools_build network opengl \ - printsupport qmake_build widgets xml +USES= cmake compiler:c++11-lang desktop-file-utils dos2unix gnome \ + jpeg pkgconfig python:2.7 qt:5 shared-mime-info ssl tar:xz +USE_QT= buildtools_build core declarative gui linguisttools_build \ + network opengl printsupport qmake_build widgets xml USE_GNOME= libxml2 INSTALLS_ICONS= yes USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit -DCMAKE_COLOR_MAKEFILE:BOOL=ON OPTIONS_DEFINE= DOCS DOS2UNIX_FILE= scribus/plugins/import/pdf/importpdf.cpp \ scribus/plugins/import/pdf/slaoutput.cpp \ scribus/plugins/import/pdf/slaoutput.h post-install: ${LN} -sf ../share/icons/1_5_1/scribus.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ ${MKDIR} ${STAGEDIR}${PREFIX}/man/de/man1 \ ${STAGEDIR}${PREFIX}/man/pl/man1 ${MV} ${STAGEDIR}${PREFIX}/share/man/de/man1/scribus.1 \ ${STAGEDIR}${PREFIX}/man/de/man1/ ${MV} ${STAGEDIR}${PREFIX}/share/man/man1/scribus.1 \ ${STAGEDIR}${PREFIX}/man/man1/ ${MV} ${STAGEDIR}${PREFIX}/share/man/pl/man1/scribus.1 \ ${STAGEDIR}${PREFIX}/man/pl/man1/ .include Index: head/print/scribus-devel/files/patch-scribus_third__party_lib2geom_isnan.h =================================================================== --- head/print/scribus-devel/files/patch-scribus_third__party_lib2geom_isnan.h (nonexistent) +++ head/print/scribus-devel/files/patch-scribus_third__party_lib2geom_isnan.h (revision 500207) @@ -0,0 +1,11 @@ +--- scribus/third_party/lib2geom/isnan.h.orig 2018-12-25 11:40:59 UTC ++++ scribus/third_party/lib2geom/isnan.h +@@ -33,7 +33,7 @@ + # define is_nan(_a) (__isnan(_a)) /* MacOSX/Darwin definition < 10.4 */ + #elif defined(WIN32) || defined(_isnan) + # define is_nan(_a) (_isnan(_a)) /* Win32 definition */ +-#elif defined(isnan) || defined(__FreeBSD__) ++#elif defined(isnan) + # define is_nan(_a) (isnan(_a)) /* GNU definition */ + #else + # define is_nan(_a) (std::isnan(_a)) Property changes on: head/print/scribus-devel/files/patch-scribus_third__party_lib2geom_isnan.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property