Index: head/multimedia/qt5-phonon4/files/patch-CMakeLists.txt =================================================================== --- head/multimedia/qt5-phonon4/files/patch-CMakeLists.txt (revision 421324) +++ head/multimedia/qt5-phonon4/files/patch-CMakeLists.txt (nonexistent) @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2013-11-10 20:21:04.000000000 +0200 -+++ CMakeLists.txt 2013-11-10 20:21:49.000000000 +0200 -@@ -216,7 +216,7 @@ - make_abs_install_path(ABS_BUILDSYSTEM_INSTALL_DIR "${BUILDSYSTEM_INSTALL_DIR}") - - configure_file(${CMAKE_CURRENT_SOURCE_DIR}/phonon.pc.cmake ${CMAKE_CURRENT_BINARY_DIR}/${PHONON_LIB_SONAME}.pc @ONLY) -- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PHONON_LIB_SONAME}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) -+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PHONON_LIB_SONAME}.pc DESTINATION libdata/pkgconfig) - endif(NOT WIN32) - - set(CMAKECONFIG_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/${PHONON_LIB_SONAME} ) Property changes on: head/multimedia/qt5-phonon4/files/patch-CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/qt5-phonon4/Makefile =================================================================== --- head/multimedia/qt5-phonon4/Makefile (revision 421324) +++ head/multimedia/qt5-phonon4/Makefile (revision 421325) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= phonon PORTVERSION= 4.8.3 CATEGORIES= multimedia PKGNAMEPREFIX= qt5- PKGNAMESUFFIX= 4 MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Phonon 4 transitional library for Qt 5 LICENSE= LGPL21 -USES= cmake tar:xz +USES= cmake pathfix tar:xz USE_QT5= core dbus declarative gui opengl widgets \ buildtools_build qmake_build CMAKE_ARGS= -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT:BOOL=TRUE \ -DPHONON_NO_PLATFORMPLUGIN:BOOL=TRUE \ -DPHONON_BUILD_DESIGNER_PLUGIN:BOOL=OFF \ -DPHONON_BUILD_PHONON4QT5=ON USE_LDCONFIG= yes PLIST_SUB= SHLIB_VER=${PORTVERSION} OPTIONS_DEFINE= PULSEAUDIO PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_USE= GNOME=glib20 PULSEAUDIO_CMAKE_ON= -DWITH_PulseAudio:BOOL=ON PULSEAUDIO_CMAKE_OFF= -DWITH_PulseAudio:BOOL=OFF .include