The following reply was made to PR ports/130903; it has been noted by GNATS.
From: Max Brazhnikov <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: ports/130903: misc/kdeedu4 does not build libsbigudrv.so during upgrade Date: Fri, 23 Jan 2009 12:14:51 +0300 --Boundary-00=_LqYeJzBD2+U8QVj Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Jan, Could you test this patch? Cheers, Max --Boundary-00=_LqYeJzBD2+U8QVj Content-Type: text/plain; charset="iso 8859-1"; name="kdeedu414.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kdeedu414.patch" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/misc/kdeedu4/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- Makefile 20 Jan 2009 08:29:07 -0000 1.46 +++ Makefile 23 Jan 2009 07:50:11 -0000 @@ -6,7 +6,7 @@ PORTNAME= kdeedu PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -37,7 +37,8 @@ QT_COMPONENTS= gui svg qmake_build moc_build rcc_build uic_build #fix checking boost_python -CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" +CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \ + -DWITH_SBIG:BOOL=OFF post-extract: ${MKDIR} ${WRKSRC} --Boundary-00=_LqYeJzBD2+U8QVj-- _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
