On Saturday 03 October 2009 03:05:52 Dima Panov wrote:
> SVN commit 5457 by fluffy:
> 
> - Sort plist
> - Deactivate KDE4 integration (this is no-op now)
> 
> Submitted by: Matt Tosto via email
> 
> 
>  M  +8 -8      Makefile
>  M  +4 -4      pkg-plist
> 
> 
> _______________________________________________
> kde-freebsd mailing list
> [email protected]
> https://mail.kde.org/mailman/listinfo/kde-freebsd
> See also http://freebsd.kde.org/ for latest information
> 
All of the QT and KDE dependencies should be removed.  No part of the build 
uses QT or KDE components anymore and after removing all of that it would be 
moot to keep the rest of it commented.  Also, don't try to remove 
lib/pkgconfig since nothing is installed in there.  Patch is attached.

-Jason
diff -ruN taglib-extras.orig/Makefile taglib-extras/Makefile
--- taglib-extras.orig/Makefile	2009-10-03 18:23:50.000000000 -0400
+++ taglib-extras/Makefile	2009-10-03 18:30:38.000000000 -0400
@@ -14,22 +14,10 @@
 
 LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib
 
-USE_KDE4=	automoc4 kdehier
-USE_QT_VER=	4
-QT_COMPONENTS=	corelib qmake_build moc_build rcc_build uic_build phonon
 USE_CMAKE=	yes
 
-#OPTIONS=	KDE4_MIME "Resolve file types with KMimeTypeResolve (no-op here)" OFF
-
 .include <bsd.port.pre.mk>
 
-#.if defined(WITHOUT_KDE4_MIME)
-#CMAKE_ARGS+=	-DWITH_KDE:BOOL=Off
-#.else
-#USE_KDE4+=		kdelibs
-#CMAKE_ARGS+=	-DWITH_KDE:BOOL=On
-#.endif
-
 post-extract:
 	${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
 		${WRKSRC}/CMakeLists.txt
diff -ruN taglib-extras.orig/pkg-plist taglib-extras/pkg-plist
--- taglib-extras.orig/pkg-plist	2009-10-03 18:23:50.000000000 -0400
+++ taglib-extras/pkg-plist	2009-10-03 18:29:04.000000000 -0400
@@ -11,5 +11,4 @@
 lib/libtag-extras.so.1
 lib/libtag-extras.so.1.0.0
 libdata/pkgconfig/taglib-extras.pc
-...@dirrmtry lib/pkgconfig
 @dirrm include/taglib-extras
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to