head 1.5; access; symbols pkgsrc-2017Q3:1.4.0.16 pkgsrc-2017Q3-base:1.4 pkgsrc-2017Q2:1.4.0.12 pkgsrc-2017Q2-base:1.4 pkgsrc-2017Q1:1.4.0.10 pkgsrc-2017Q1-base:1.4 pkgsrc-2016Q4:1.4.0.8 pkgsrc-2016Q4-base:1.4 pkgsrc-2016Q3:1.4.0.6 pkgsrc-2016Q3-base:1.4 pkgsrc-2016Q2:1.4.0.4 pkgsrc-2016Q2-base:1.4 pkgsrc-2016Q1:1.4.0.2 pkgsrc-2016Q1-base:1.4 pkgsrc-2015Q4:1.3.0.48 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.46 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.44 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.42 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.40 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.38 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.36 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.34 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.32 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.30 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.28 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.26 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.24 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.3.0.22 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.20 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.18 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.16 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.3.0.14 pkgsrc-2011Q3-base:1.3 pkgsrc-2011Q2:1.3.0.12 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.10 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.8 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.6 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.4 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.2 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.5 date 2017.09.26.10.27.11; author wiz; state dead; branches; next 1.4; commitid 9ARpkXTuh9Wg2H8A; 1.4 date 2016.04.01.16.59.38; author jperkin; state Exp; branches; next 1.3; commitid PmHYjy6RgRjIFW0z; 1.3 date 2010.02.12.08.35.28; author adam; state Exp; branches; next 1.2; 1.2 date 2009.10.28.00.53.56; author joerg; state Exp; branches; next 1.1; 1.1 date 2009.09.16.09.24.55; author drochner; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2009.11.27.21.30.47; author tron; state Exp; branches; next ; desc @@ 1.5 log @*: remove qt3 and the packages using it, including KDE3 Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html @ text @$NetBSD: patch-ai,v 1.4 2016/04/01 16:59:38 jperkin Exp $ --- CMakeLists.txt.orig 2010-01-27 22:07:14.000000000 +0000 +++ CMakeLists.txt @@@@ -116,7 +116,7 @@@@ IF (WANT_VERSIONING AND NOT CACHED_VERSI ENDIF (WANT_VERSIONING AND NOT CACHED_VERSIONING) #MAN -SET(MANDIR "share/man/") +SET(MANDIR "${CMAKE_INSTALL_MANDIR}/") SET(SHAREDIR "share/${MAIN_DIR_NAME}${TAG_VERSION}/") ADD_DEFINITIONS("-DSHAREDIR=\\\"${CMAKE_INSTALL_PREFIX}/${SHAREDIR}\\\"") #SHARE @@@@ -144,30 +144,7 @@@@ ADD_DEFINITIONS("-DDESKTOPDIR=\\\"${CMAK #LIB LOCATION - lib or lib64 normally #LIB -IF(WANT_LIB64) - IF(NOT ARCH64BIT) - MESSAGE(STATUS "WARNING: BUILDING 64 Bit build on non 64 bit architecture") - ENDIF(NOT ARCH64BIT) - SET(LIB_SUFFIX "64" CACHE TYPE STRING) -ENDIF(WANT_LIB64) -#OVERRIDE WANT_LIB64 with WANT_LIB32 if both exist -IF(WANT_LIB32) - IF(ARCH64BIT) - MESSAGE(STATUS "WARNING: FORCING 32 Bit build on 64 bit architecture") - ENDIF(ARCH64BIT) - SET(LIB_SUFFIX "" CACHE TYPE STRING) - SET(WANT_LIB64 "") -ENDIF(WANT_LIB32) -#Auto build 64 bit if user doesnt force 32 bit and we detect 64 bit -IF(ARCH64BIT AND NOT LIB_SUFFIX) - IF(NOT WANT_LIB32) - IF(NOT WANT_LIB64) - MESSAGE(STATUS "Autodetected 64 bit architecture, building for 64 Bit") - SET(LIB_SUFFIX "64" CACHE TYPE STRING) - ENDIF(NOT WANT_LIB64) - ENDIF(NOT WANT_LIB32) -ENDIF(ARCH64BIT AND NOT LIB_SUFFIX) - +SET(LIB_SUFFIX "" CACHE TYPE STRING) SET(LIB_DIR_NAME "lib${LIB_SUFFIX}") SET(LIBDIR "${LIB_DIR_NAME}/${MAIN_DIR_NAME}${TAG_VERSION}/") @@@@ -497,8 +474,8 @@@@ DESTINATION ${MIMEDIR} ) #KDE workaround until it starts supporting freedesktop spec INSTALL(FILES - vnd.scribus.desktop - DESTINATION ${MIMELNKDIR} + vnd.scribus.desktop + DESTINATION ${DESKTOPDIR} ) @ 1.4 log @Use CMAKE_INSTALL_MANDIR. Fixes PKGMANDIR. @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.3 2010/02/12 08:35:28 adam Exp $ @ 1.3 log @Changes 1.3.3.14: * Danish Translation * crash when freeing non-existent hyphenator * Bug 7854 was fixed although it was invalid * pt_BR description in desktop file is wrong * Impossible to set spacing under/below paragraph greater than 3 mm if mm is main unit * invalid postscript is generated when spot color name use non latin chars * Arrows only shows the leftwards arrow in Character Map * error in BleedAndPrintMarks script * program crashes with "unknown exception" on drawing shape * remove the links to http://search.srem.org [^] * Enhancment: Hyphenation patterns for Kurdish * Added RU transaltion to desktop file * JPG clipping path isn't imported correctly * ODG import crashes Scribus * Code change reccommended by Novell audit of 1.3.3.12 * CMYK images look strange when exported as PDF * while loop with textOverflows crashes scribus @ text @d1 1 a1 1 $NetBSD$ d10 1 a10 1 +SET(MANDIR "man/") @ 1.2 log @We want to stinking lib64, thanks. Fixes packages on amd64 and other 64bit platforms. @ text @d3 1 a3 1 --- CMakeLists.txt.orig 2009-10-28 01:31:30.000000000 +0100 d46 1 a46 2 @@@@ -496,15 +473,15 @@@@ scribus.xml DESTINATION ${MIMEDIR} d49 1 a49 1 -INSTALL(FILES d52 4 a55 13 -) -#Install the desktop file #INSTALL(FILES -#scribus.desktop -#DESTINATION ${DESKTOPDIR} +# vnd.scribus.desktop +# DESTINATION ${MIMELNKDIR} #) +#Install the desktop file +INSTALL(FILES +scribus.desktop +DESTINATION ${DESKTOPDIR} +) a56 2 # If the cmake version includes cpack, use it IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") @ 1.1 log @update to 1.3.3.13 changes: -Several fixes and improvements to Pdf exporter -More translation and documentation updates -Several fixes to protect against possible crashes -Improvements to the Scripter to enable more features pkgsrc note: The gnu-autoconf based make system is completely broken now, had to switch to cmake. Added cups dependency. @ text @d3 1 a3 1 --- CMakeLists.txt.orig 2009-04-14 22:52:13.000000000 +0200 d14 33 a46 1 @@@@ -496,15 +496,15 @@@@ scribus.xml @ 1.1.2.1 log @Pullup ticket 2922 - requested by he scribus: build fix Revisions pulled up: - print/scribus/Makefile 1.64 - print/scribus/distinfo 1.22 - print/scribus/patches/patch-ai 1.2 --- Module Name: pkgsrc Committed By: he Date: Sat Oct 24 13:41:05 UTC 2009 Modified Files: pkgsrc/print/scribus: Makefile Log Message: Add INSTALLATION_DIRS of share/pixmap, that way we ensure that it doesn't end up as a file instead of as a directory. Fixes old-style bulk builds for subsequent packages which want to install in that directory. --- Module Name: pkgsrc Committed By: joerg Date: Wed Oct 28 00:53:56 UTC 2009 Modified Files: pkgsrc/print/scribus: distinfo pkgsrc/print/scribus/patches: patch-ai Log Message: We want to stinking lib64, thanks. Fixes packages on amd64 and other 64bit platforms. @ text @d3 1 a3 1 --- CMakeLists.txt.orig 2009-10-28 01:31:30.000000000 +0100 d14 1 a14 33 @@@@ -144,30 +144,7 @@@@ ADD_DEFINITIONS("-DDESKTOPDIR=\\\"${CMAK #LIB LOCATION - lib or lib64 normally #LIB -IF(WANT_LIB64) - IF(NOT ARCH64BIT) - MESSAGE(STATUS "WARNING: BUILDING 64 Bit build on non 64 bit architecture") - ENDIF(NOT ARCH64BIT) - SET(LIB_SUFFIX "64" CACHE TYPE STRING) -ENDIF(WANT_LIB64) -#OVERRIDE WANT_LIB64 with WANT_LIB32 if both exist -IF(WANT_LIB32) - IF(ARCH64BIT) - MESSAGE(STATUS "WARNING: FORCING 32 Bit build on 64 bit architecture") - ENDIF(ARCH64BIT) - SET(LIB_SUFFIX "" CACHE TYPE STRING) - SET(WANT_LIB64 "") -ENDIF(WANT_LIB32) -#Auto build 64 bit if user doesnt force 32 bit and we detect 64 bit -IF(ARCH64BIT AND NOT LIB_SUFFIX) - IF(NOT WANT_LIB32) - IF(NOT WANT_LIB64) - MESSAGE(STATUS "Autodetected 64 bit architecture, building for 64 Bit") - SET(LIB_SUFFIX "64" CACHE TYPE STRING) - ENDIF(NOT WANT_LIB64) - ENDIF(NOT WANT_LIB32) -ENDIF(ARCH64BIT AND NOT LIB_SUFFIX) - +SET(LIB_SUFFIX "" CACHE TYPE STRING) SET(LIB_DIR_NAME "lib${LIB_SUFFIX}") SET(LIBDIR "${LIB_DIR_NAME}/${MAIN_DIR_NAME}${TAG_VERSION}/") @@@@ -496,15 +473,15 @@@@ scribus.xml @