Advertisement
gusibsd

Untitled

Oct 14th, 2013
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 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. @@ -37,8 +35,6 @@
  37. FONTSCALE= ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf
  38. FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir
  39.  
  40. -MAN1= pango-view.1 pango-querymodules.1
  41. -
  42. OPTIONS_DEFINE= X11
  43. OPTIONS_DEFAULT=X11
  44.  
  45. Index: x11-toolkits/pango/pkg-plist
  46. ===================================================================
  47. --- x11-toolkits/pango/pkg-plist (revision 18794)
  48. +++ x11-toolkits/pango/pkg-plist (working copy)
  49. @@ -1,3 +1,4 @@
  50. +@unexec /bin/rm %D/etc/pango/pango.modules
  51. bin/pango-querymodules
  52. bin/pango-view
  53. etc/pango/pango.modules
  54. @@ -67,6 +68,8 @@
  55. libdata/pkgconfig/pangocairo.pc
  56. libdata/pkgconfig/pangoft2.pc
  57. %%X11%%libdata/pkgconfig/pangoxft.pc
  58. +man/man1/pango-querymodules.1.gz
  59. +man/man1/pango-view.1.gz
  60. share/gir-1.0/Pango-1.0.gir
  61. share/gir-1.0/PangoCairo-1.0.gir
  62. share/gir-1.0/PangoFT2-1.0.gir
  63. @@ -142,3 +145,5 @@
  64. @dirrm include/pango-1.0/pango
  65. @dirrm include/pango-1.0
  66. @dirrm etc/pango
  67. +@exec /bin/mkdir %D/etc/pango/
  68. +@exec %%LOCALBASE%%/bin/pango-querymodules > %D/etc/pango/pango.modules
  69.  
  70. Property changes on: x11-toolkits/pango/pkg-plist
  71. ___________________________________________________________________
  72. Added: mcom:nokeywords
  73. ## -0,0 +1 ##
  74. +yes
  75. \ No newline at end of property
  76. Added: svn:eol-style
  77. ## -0,0 +1 ##
  78. +native
  79. \ No newline at end of property
  80. Added: svn:mime-type
  81. ## -0,0 +1 ##
  82. +text/plain
  83. \ No newline at end of property
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement