Index: head/print/scribus/Makefile =================================================================== --- head/print/scribus/Makefile (revision 283540) +++ head/print/scribus/Makefile (revision 283541) @@ -1,47 +1,45 @@ # Ports collection makefile for: scribus # Date created: Mar 15, 2002 # Whom: ijliao # # $Carpetsmoker: ports/print/scribus/Makefile,v 1.2 2007/09/24 08:06:52 carpetsmoker Exp $ # $FreeBSD$ # PORTNAME= scribus PORTVERSION= 1.3.3.14 PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ MAINTAINER= sylvio@FreeBSD.org COMMENT= A comprehensive desktop publishing program LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ cups.2:${PORTSDIR}/print/cups-client \ freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-imaging -BROKEN= does not compile - USE_BZIP2= yes USE_QT_VER= 3 USE_GNOME= libartlgpl2 libxml2 USE_GHOSTSCRIPT_RUN= yes USE_PYTHON= yes USE_PERL5_BUILD=yes USE_LDCONFIG= yes USE_MOTIF= yes USE_CMAKE= yes CMAKE_USE_PTHREAD= yes PLIST_SUB+= SCRIBUS_VERSION=${PORTVERSION} MAN1= scribus.1 MANLANG= "" pl de MANCOMPRESSED= no .include Property changes on: head/print/scribus/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.63 \ No newline at end of property +1.64 \ No newline at end of property Index: head/print/scribus/files/patch-cupsoptions.cpp =================================================================== --- head/print/scribus/files/patch-cupsoptions.cpp (nonexistent) +++ head/print/scribus/files/patch-cupsoptions.cpp (revision 283541) @@ -0,0 +1,10 @@ +--- scribus/cupsoptions.cpp.orig 2011-10-14 20:39:22.000000000 +0200 ++++ scribus/cupsoptions.cpp 2011-10-14 20:39:39.000000000 +0200 +@@ -33,6 +33,7 @@ + #include + #ifdef HAVE_CUPS + #include ++#include + #endif + #include + extern QPixmap loadIcon(QString nam); Property changes on: head/print/scribus/files/patch-cupsoptions.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/print/scribus/files/patch-printerutil.cpp =================================================================== --- head/print/scribus/files/patch-printerutil.cpp (nonexistent) +++ head/print/scribus/files/patch-printerutil.cpp (revision 283541) @@ -0,0 +1,10 @@ +--- scribus/printerutil.cpp.orig 2011-10-14 20:38:57.000000000 +0200 ++++ scribus/printerutil.cpp 2011-10-14 20:39:11.000000000 +0200 +@@ -9,6 +9,7 @@ + + #if defined( HAVE_CUPS ) + #include ++ #include + #elif defined(_WIN32) + #include + #include Property changes on: head/print/scribus/files/patch-printerutil.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property