Here's updated patches / files for KDE Graphics 4.0.83 to build + install properly, works great here.

+ Makefile <Updated>
+ distinfo <Updated>
+ files/patch-kamera-config-kamera.h



Here's the Makefile diff:

--- Makefile.orig       2008-06-26 20:10:32.000000000 -0400
+++ Makefile    2008-06-26 20:09:46.000000000 -0400
@@ -32,6 +32,7 @@
 USE_GL=                        glut
 USE_GHOSTSCRIPT=       yes
 USE_KDE4=      kdelibs workspace
+USE_CMAKE=     yes
 USE_BZIP2=     yes
 USE_QT_VER=    4
 QT_COMPONENTS= opengl gui moc rcc uic svg iconengines pixeltool




--

Kris Moore
PC-BSD Software
http://www.pcbsd.com
--- kamera/config-kamera.h.cmake.orig   2008-02-10 12:38:09.000000000 +0100
+++ kamera/config-kamera.h.cmake        2008-02-10 12:38:35.000000000 +0100
@@ -1,6 +1,6 @@
 /* Define if we have va_copy */
-/* #undef HAVE_VA_COPY */
+#define HAVE_VA_COPY
 
 /* Define if we have __va_copy */
-#define HAVE___VA_COPY 1
+/* #define HAVE___VA_COPY 1 */
 
# New ports collection Makefile for:    kdegraphics
# Date created:                         2008-01-31
# Whom:                                 Martin Wilke <[EMAIL PROTECTED]>
#
# $FreeBSD$

PORTNAME=       kdegraphics
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES=     graphics kde
MASTER_SITES=   ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=     unstable/${PORTVERSION}/src
DIST_SUBDIR=    KDE

MAINTAINER=     [EMAIL PROTECTED]
COMMENT=        Graphics utilities for the KDE4 integrated X11 desktop 

BUILD_DEPENDS=  kpsewhich:${PORTSDIR}/print/teTeX-base
LIB_DEPENDS=    art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \
                fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
                freetype:${PORTSDIR}/print/freetype2 \
                fribidi:${PORTSDIR}/converters/fribidi \
                lcms:${PORTSDIR}/graphics/lcms \
                paper:${PORTSDIR}/print/libpaper \
                poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
                exiv2.3:${PORTSDIR}/graphics/exiv2 \
                chm.0:${PORTSDIR}/misc/chmlib \
                sane.1:${PORTSDIR}/graphics/sane-backends \
                gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
                djvulibre:${PORTSDIR}/graphics/djvulibre-nox11 \
                qimageblitz.4:${PORTSDIR}/x11/qimageblitz

USE_GL=                 glut
USE_GHOSTSCRIPT=        yes
USE_KDE4=       kdelibs workspace
USE_CMAKE=      yes
USE_BZIP2=      yes
USE_QT_VER=     4
QT_COMPONENTS=  opengl gui moc rcc uic svg iconengines pixeltool

post-extract:
        ${MKDIR} ${WRKSRC}

.include <bsd.port.mk>
MD5 (KDE/kdegraphics-4.0.83.tar.bz2) = 0ca48930d7f4c688d8ad1d5a2d54cf4e
SHA256 (KDE/kdegraphics-4.0.83.tar.bz2) = 
2515bc1a36d51c797107649875e3b78ad1bcc462423f7fb3018bd02c0054261c
SIZE (KDE/kdegraphics-4.0.83.tar.bz2) = 3375747
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd

Reply via email to