diff options
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 13 | ||||
-rw-r--r-- | print/scribus/files/patch-CMakeLists | 10 |
2 files changed, 14 insertions, 9 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 7e3f82cb3cde..8e338c9273a2 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -8,12 +8,11 @@ PORTNAME= scribus PORTVERSION= 1.3.3.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ - MAINTAINER= sylvio@FreeBSD.org COMMENT= A comprehensive desktop publishing program @@ -34,12 +33,12 @@ USE_GHOSTSCRIPT_RUN= yes USE_PYTHON= yes USE_PERL5_BUILD=yes USE_LDCONFIG= yes -USE_MOTIF= yes -USE_CMAKE= yes -CMAKE_USE_PTHREAD= yes +USE_MOTIF= yes +USE_CMAKE= yes +CMAKE_USE_PTHREAD= yes -PLIST_SUB+= SCRIBUS_VERSION=${PORTVERSION} -MAN1= scribus.1 +PLIST_SUB+= SCRIBUS_VERSION=${PORTVERSION} +MAN1= scribus.1 MANLANG= "" pl de MANCOMPRESSED= no diff --git a/print/scribus/files/patch-CMakeLists b/print/scribus/files/patch-CMakeLists index fa0fd2ab2d46..08268518010e 100644 --- a/print/scribus/files/patch-CMakeLists +++ b/print/scribus/files/patch-CMakeLists @@ -1,5 +1,5 @@ ---- CMakeLists.txt.orig 2009-06-25 15:18:25.000000000 -0300 -+++ CMakeLists.txt 2009-06-25 15:52:47.000000000 -0300 +--- CMakeLists.txt.orig 2010-01-18 19:43:29.000000000 -0200 ++++ CMakeLists.txt 2010-01-18 19:44:07.000000000 -0200 @@ -116,7 +116,7 @@ ENDIF (WANT_VERSIONING AND NOT CACHED_VERSIONING) @@ -18,3 +18,9 @@ SET(LIBDIR "${LIB_DIR_NAME}/${MAIN_DIR_NAME}${TAG_VERSION}/") ADD_DEFINITIONS("-DLIBDIR=\\\"${CMAKE_INSTALL_PREFIX}/${LIBDIR}\\\"") +@@ -522,4 +522,5 @@ + ## I'll make this prettier later - ignore any tarballs in the root + SET(CPACK_SOURCE_IGNORE_FILES CMakeCache.txt scribus-1.3.3.12.tar.bz2 scribus-1.3.3.13.tar.Z scribus-1.3.3.13.tar.gz "~$" "\\\\.cvsignore$" "^${PROJECT_SOURCE_DIR}.*/CVS/" "^${PROJECT_SOURCE_DIR}/debian/" "^${PROJECT_SOURCE_DIR}/old/" "^${PROJECT_SOURCE_DIR}.*/CVSROOT/" "^${PROJECT_SOURCE_DIR}.*/autom4te.cache/") + INCLUDE(CPack) ++ SET_TARGET_PROPERTIES(scribus PROPERTIES LINK_FLAGS -Wl,-E) + ENDIF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") |