Advertisement
gusibsd

Untitled

Nov 5th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. diff -ruN ./Makefile /usr/local/poudriere/ports/xorg-gnome_mc/net-im/telepathy-qt4/Makefile
  2. --- ./Makefile 2013-11-05 10:52:05.788499376 +0000
  3. +++ /usr/local/poudriere/ports/xorg-gnome_mc/net-im/telepathy-qt4/Makefile 2013-11-05 12:42:27.029399257 +0000
  4. @@ -1,4 +1,4 @@
  5. -# $FreeBSD: head/net-im/telepathy-qt4/Makefile 327756 2013-09-20 22:13:34Z bapt $
  6. +# $FreeBSD: net-im/telepathy-qt4/Makefile 327756 2013-09-20 22:13:34Z bapt $
  7.  
  8. PORTNAME= telepathy-qt4
  9. PORTVERSION= 0.9.3
  10. @@ -11,7 +11,7 @@
  11.  
  12. LICENSE= LGPL21
  13.  
  14. -LIB_DEPENDS= telepathy-farsight:${PORTSDIR}/net-im/telepathy-farsight \
  15. +LIB_DEPENDS= telepathy-farstream:${PORTSDIR}/net-im/telepathy-farstream \
  16. telepathy-glib:${PORTSDIR}/net-im/telepathy-glib
  17.  
  18. USE_GNOME= libxslt:build
  19. @@ -20,7 +20,8 @@
  20. USE_QT4= dbus gui network qtestlib_build xml \
  21. moc_build qmake_build rcc_build uic_build
  22. USES= cmake pkgconfig
  23. -CMAKE_ARGS= -DENABLE_FARSIGHT:BOOL=True \
  24. +CMAKE_ARGS= -DENABLE_FARSIGHT:BOOL=False \
  25. + -DENABLE_FARSTREAM:BOOL=True \
  26. -DENABLE_TESTS:BOOL=False
  27. USE_LDCONFIG= yes
  28.  
  29. diff -ruN ./pkg-plist /usr/local/poudriere/ports/xorg-gnome_mc/net-im/telepathy-qt4/pkg-plist
  30. --- ./pkg-plist 2013-11-05 10:52:05.787499648 +0000
  31. +++ /usr/local/poudriere/ports/xorg-gnome_mc/net-im/telepathy-qt4/pkg-plist 2013-11-05 12:32:43.226083304 +0000
  32. @@ -134,9 +134,6 @@
  33. include/telepathy-qt4/TelepathyQt/DBusTubeChannel
  34. include/telepathy-qt4/TelepathyQt/Debug
  35. include/telepathy-qt4/TelepathyQt/DebugReceiver
  36. -include/telepathy-qt4/TelepathyQt/Farsight/Channel
  37. -include/telepathy-qt4/TelepathyQt/Farsight/channel.h
  38. -include/telepathy-qt4/TelepathyQt/Farsight/global.h
  39. include/telepathy-qt4/TelepathyQt/Feature
  40. include/telepathy-qt4/TelepathyQt/Features
  41. include/telepathy-qt4/TelepathyQt/FileTransferChannel
  42. @@ -379,20 +376,12 @@
  43. lib/cmake/TelepathyQt4/TelepathyQt4ConfigVersion.cmake
  44. lib/cmake/TelepathyQt4/TelepathyQt4Targets-%%CMAKE_BUILD_TYPE%%.cmake
  45. lib/cmake/TelepathyQt4/TelepathyQt4Targets.cmake
  46. -lib/cmake/TelepathyQt4Farsight/TelepathyQt4FarsightConfig.cmake
  47. -lib/cmake/TelepathyQt4Farsight/TelepathyQt4FarsightConfigVersion.cmake
  48. -lib/libtelepathy-qt4-farsight.so
  49. -lib/libtelepathy-qt4-farsight.so.2
  50. -lib/libtelepathy-qt4-farsight.so.2.%%PORTVERSION%%
  51. lib/libtelepathy-qt4.so
  52. lib/libtelepathy-qt4.so.2
  53. lib/libtelepathy-qt4.so.2.%%PORTVERSION%%
  54. libdata/pkgconfig/TelepathyQt4.pc
  55. -libdata/pkgconfig/TelepathyQt4Farsight.pc
  56. -@dirrm lib/cmake/TelepathyQt4Farsight
  57. @dirrm lib/cmake/TelepathyQt4
  58. @dirrmtry lib/cmake
  59. @dirrm include/telepathy-qt4/TelepathyQt/_gen
  60. -@dirrm include/telepathy-qt4/TelepathyQt/Farsight
  61. @dirrm include/telepathy-qt4/TelepathyQt
  62. @dirrm include/telepathy-qt4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement