Advertisement
gusibsd

Untitled

Oct 14th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 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. @@ -59,6 +55,9 @@
  46. @${FALSE}
  47. .endif
  48.  
  49. +post-install:
  50. + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/pango/
  51. +
  52. .include <bsd.port.mk>
  53.  
  54. .endif
  55. Index: x11-toolkits/pango/pkg-plist
  56. ===================================================================
  57. --- x11-toolkits/pango/pkg-plist (revision 18794)
  58. +++ x11-toolkits/pango/pkg-plist (working copy)
  59. @@ -1,6 +1,6 @@
  60. +@unexec /bin/rm %D/etc/pango/pango.modules
  61. bin/pango-querymodules
  62. bin/pango-view
  63. -etc/pango/pango.modules
  64. include/pango-1.0/pango/pango-attributes.h
  65. include/pango-1.0/pango/pango-bidi-type.h
  66. include/pango-1.0/pango/pango-break.h
  67. @@ -67,6 +67,8 @@
  68. libdata/pkgconfig/pangocairo.pc
  69. libdata/pkgconfig/pangoft2.pc
  70. %%X11%%libdata/pkgconfig/pangoxft.pc
  71. +man/man1/pango-querymodules.1.gz
  72. +man/man1/pango-view.1.gz
  73. share/gir-1.0/Pango-1.0.gir
  74. share/gir-1.0/PangoCairo-1.0.gir
  75. share/gir-1.0/PangoFT2-1.0.gir
  76. @@ -142,3 +144,4 @@
  77. @dirrm include/pango-1.0/pango
  78. @dirrm include/pango-1.0
  79. @dirrm etc/pango
  80. +@exec %%LOCALBASE%%/bin/pango-querymodules > %D/etc/pango/pango.modules
  81.  
  82. Property changes on: x11-toolkits/pango/pkg-plist
  83. ___________________________________________________________________
  84. Added: mcom:nokeywords
  85. ## -0,0 +1 ##
  86. +yes
  87. \ No newline at end of property
  88. Added: svn:eol-style
  89. ## -0,0 +1 ##
  90. +native
  91. \ No newline at end of property
  92. Added: svn:mime-type
  93. ## -0,0 +1 ##
  94. +text/plain
  95. \ No newline at end of property
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement