Advertisement
gusibsd

Untitled

Oct 14th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 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. @@ -67,6 +67,8 @@
  41. libdata/pkgconfig/pangocairo.pc
  42. libdata/pkgconfig/pangoft2.pc
  43. %%X11%%libdata/pkgconfig/pangoxft.pc
  44. +man/man1/pango-querymodules.1.gz
  45. +man/man1/pango-view.1.gz
  46. share/gir-1.0/Pango-1.0.gir
  47. share/gir-1.0/PangoCairo-1.0.gir
  48. share/gir-1.0/PangoFT2-1.0.gir
  49. @@ -141,4 +143,5 @@
  50. @dirrm lib/pango
  51. @dirrm include/pango-1.0/pango
  52. @dirrm include/pango-1.0
  53. -@dirrm etc/pango
  54. +@unexec rm %D/etc/pango/pango.modules
  55. +@exec %%LOCALBASE%%/bin/pango-querymodules > %D/etc/pango/pango.modules
  56.  
  57. Property changes on: x11-toolkits/pango/pkg-plist
  58. ___________________________________________________________________
  59. Added: svn:eol-style
  60. ## -0,0 +1 ##
  61. +native
  62. \ No newline at end of property
  63. Added: svn:mime-type
  64. ## -0,0 +1 ##
  65. +text/plain
  66. \ No newline at end of property
  67. Added: mcom:nokeywords
  68. ## -0,0 +1 ##
  69. +yes
  70. \ No newline at end of property
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement