Index: head/print/scribus/Makefile =================================================================== --- head/print/scribus/Makefile (revision 470973) +++ head/print/scribus/Makefile (revision 470974) @@ -1,46 +1,45 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= scribus -PORTVERSION= 1.4.6 -PORTREVISION= 11 +PORTVERSION= 1.4.7 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ MAINTAINER= bsam@FreeBSD.org COMMENT= Comprehensive desktop publishing program LICENSE= GPLv2+ BROKEN_armv6= fails to build: scribus.cpp:6711:36: assigning to 'double *' from incompatible type 'qreal *' BROKEN_armv7= fails to build: scribus.cpp:6711:36: assigning to 'double *' from incompatible type 'qreal *' LIB_DEPENDS= liblcms.so:graphics/lcms \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libcups.so:print/cups \ libfreetype.so:print/freetype2 \ libpodofo.so:graphics/podofo \ libboost_thread.so:devel/boost-libs \ libhunspell-1.6.so:textproc/hunspell \ libcairo.so:graphics/cairo \ libhyphen.so:textproc/hyphen \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} USES= cmake:outsource desktop-file-utils ghostscript:run jpeg \ pkgconfig python:2.7 shared-mime-info tar:xz USE_QT4= corelib gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit OPTIONS_DEFINE= DOCS post-install: ${LN} -sf ${DATADIR}/icons/scribus.png ${STAGEDIR}${PREFIX}/share/pixmaps/ .include Index: head/print/scribus/distinfo =================================================================== --- head/print/scribus/distinfo (revision 470973) +++ head/print/scribus/distinfo (revision 470974) @@ -1,2 +1,3 @@ -SHA256 (scribus-1.4.6.tar.xz) = 21e336500d9edc9c90ccf73087e5ef3df59ec3e4a3cbfec15367bcd8d078a19a -SIZE (scribus-1.4.6.tar.xz) = 73601104 +TIMESTAMP = 1525025371 +SHA256 (scribus-1.4.7.tar.xz) = 42d335b4a59c26c8ae1e3f601676baa3c42b035b8cde326d195f7a30078e5fec +SIZE (scribus-1.4.7.tar.xz) = 72763748 Index: head/print/scribus/files/patch-CMakeLists =================================================================== --- head/print/scribus/files/patch-CMakeLists (revision 470973) +++ head/print/scribus/files/patch-CMakeLists (revision 470974) @@ -1,44 +1,20 @@ --- CMakeLists.txt.orig 2015-01-06 00:53:23.000000000 +0300 +++ CMakeLists.txt 2015-01-31 23:03:18.819599697 +0300 @@ -275,7 +275,7 @@ #Setp all the directories we will use #MAN CMAKE_POLICY(SET CMP0005 OLD) -SET(MANDIR "${CMAKE_INSTALL_DATAROOTDIR}/man/") +SET(MANDIR "${CMAKE_INSTALL_PREFIX}/man/") IF(WANT_VERSIONING) SET(SHAREDIR "${CMAKE_INSTALL_DATAROOTDIR}/${MAIN_DIR_NAME}${TAG_VERSION}/") ELSE(WANT_VERSIONING) @@ -345,7 +345,7 @@ IF(WANT_LIB64) ENDIF(NOT ARCH_X86_64) SET(LIB_SUFFIX "64" CACHE TYPE STRING) ENDIF(WANT_LIB64) -SET(LIB_DIR_NAME "lib${LIB_SUFFIX}") +SET(LIB_DIR_NAME "lib") IF (APPLEBUNDLE) SET(LIBDIR "lib/") ELSE (APPLEBUNDLE) -@@ -758,7 +758,7 @@ ENDIF(NOT WIN32) - #>>ASPELL for Speelling support - - #<