Index: head/print/kde4-print-manager/Makefile =================================================================== --- head/print/kde4-print-manager/Makefile (revision 424154) +++ head/print/kde4-print-manager/Makefile (revision 424155) @@ -1,20 +1,25 @@ # $FreeBSD$ PORTNAME= print-manager PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Printer manager for KDE 4 LIB_DEPENDS= libcups.so:print/cups +RUN_DEPENDS= ${LOCALBASE}/share/cups/data/testprint:print/cups-filters USES= cmake:outsource kde:4 tar:xz USE_KDE= kdelibs automoc4 USE_QT4= designer network \ qmake_build moc_build uic_build rcc_build + +post-patch: + @${REINPLACE_CMD} 's,/usr/share/cups,${LOCALBASE}/share/cups,' \ + ${WRKSRC}/libkcups/KCupsRequest.cpp .include Index: head/print/kde4-print-manager/files/patch-libkcups-KCupsRequest.cpp =================================================================== --- head/print/kde4-print-manager/files/patch-libkcups-KCupsRequest.cpp (nonexistent) +++ head/print/kde4-print-manager/files/patch-libkcups-KCupsRequest.cpp (revision 424155) @@ -0,0 +1,10 @@ +--- libkcups/KCupsRequest.cpp.orig 2014-10-16 19:09:36 UTC ++++ libkcups/KCupsRequest.cpp +@@ -29,6 +29,7 @@ + #include + + #include ++#include + + #define CUPS_DATADIR "/usr/share/cups" + Property changes on: head/print/kde4-print-manager/files/patch-libkcups-KCupsRequest.cpp ___________________________________________________________________ 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