Advertisement
gusibsd

Untitled

Oct 14th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Index: x11-toolkits/pango/Makefile
  2. ===================================================================
  3. --- x11-toolkits/pango/Makefile (revision 18794)
  4. +++ x11-toolkits/pango/Makefile (working copy)
  5. @@ -10,25 +10,23 @@
  6. DIST_SUBDIR= gnome2
  7.  
  8. MAINTAINER= gnome@FreeBSD.org
  9. -COMMENT= An open-source framework for the layout and rendering of i18n text
  10. +COMMENT= Open-source framework for the layout and rendering of i18n text
  11.  
  12. USE_XZ= yes
  13. -NO_STAGE= yes
  14.  
  15. .if !defined(REFERENCE_PORT)
  16.  
  17. BUILD_DEPENDS= fontconfig>=2.10.91:${PORTSDIR}/x11-fonts/fontconfig
  18. -LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
  19. - freetype:${PORTSDIR}/print/freetype2 \
  20. - harfbuzz:${PORTSDIR}/print/harfbuzz \
  21. - fontconfig:${PORTSDIR}/x11-fonts/fontconfig
  22. +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
  23. + libharfbuzz.so:${PORTSDIR}/print/harfbuzz \
  24. + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
  25. RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \
  26. ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings
  27.  
  28. USES= gettext gmake pathfix pkgconfig
  29. USE_LDCONFIG= yes
  30. USE_AUTOTOOLS= libtool
  31. -USE_GNOME= glib20 ltverhack referencehack introspection:build
  32. +USE_GNOME= cairo glib20 introspection:build ltverhack referencehack
  33. CPPFLAGS+= -I${LOCALBASE}/include
  34. LDFLAGS+= -L${LOCALBASE}/lib
  35.  
  36. Index: x11-toolkits/pango/pkg-plist
  37. ===================================================================
  38. --- x11-toolkits/pango/pkg-plist (revision 18794)
  39. +++ x11-toolkits/pango/pkg-plist (working copy)
  40. @@ -1,6 +1,5 @@
  41. bin/pango-querymodules
  42. bin/pango-view
  43. -etc/pango/pango.modules
  44. include/pango-1.0/pango/pango-attributes.h
  45. include/pango-1.0/pango/pango-bidi-type.h
  46. include/pango-1.0/pango/pango-break.h
  47. @@ -67,6 +66,8 @@
  48. libdata/pkgconfig/pangocairo.pc
  49. libdata/pkgconfig/pangoft2.pc
  50. %%X11%%libdata/pkgconfig/pangoxft.pc
  51. +man/man1/pango-querymodules.1.gz
  52. +man/man1/pango-view.1.gz
  53. share/gir-1.0/Pango-1.0.gir
  54. share/gir-1.0/PangoCairo-1.0.gir
  55. share/gir-1.0/PangoFT2-1.0.gir
  56. @@ -141,4 +142,3 @@
  57. @dirrm lib/pango
  58. @dirrm include/pango-1.0/pango
  59. @dirrm include/pango-1.0
  60. -@dirrm etc/pango
  61.  
  62. Property changes on: x11-toolkits/pango/pkg-plist
  63. ___________________________________________________________________
  64. Added: svn:eol-style
  65. ## -0,0 +1 ##
  66. +native
  67. \ No newline at end of property
  68. Added: svn:mime-type
  69. ## -0,0 +1 ##
  70. +text/plain
  71. \ No newline at end of property
  72. Added: mcom:nokeywords
  73. ## -0,0 +1 ##
  74. +yes
  75. \ No newline at end of property
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement