svn commit: r341114 - head/x11-toolkits/sdl_pango/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Jan 25 21:41:15 UTC 2014


Author: rakuco
Date: Sat Jan 25 21:41:14 2014
New Revision: 341114
URL: http://svnweb.freebsd.org/changeset/ports/341114
QAT: https://qat.redports.org/buildarchive/r341114/

Log:
  Hopefully fix `make patch' after r341112.
  
  src/SDL_Pango.c is CRLF-encoded; while we could use dos2unix here, the
  port's Makefile also fetches a patch from elsewhere that expects a
  CRLF-encoded file.
  
  PR:		ports/185558

Modified:
  head/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c   (contents, props changed)

Modified: head/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c
==============================================================================
--- head/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c	Sat Jan 25 21:34:35 2014	(r341113)
+++ head/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c	Sat Jan 25 21:41:14 2014	(r341114)
@@ -1,14 +1,14 @@
---- src/SDL_Pango.c~	2013-12-31 14:26:31.000000000 +0000
-+++ src/SDL_Pango.c	2013-12-31 14:22:36.000000000 +0000
-@@ -330,6 +330,11 @@
-     @param *rect [in] Draw on this area
-     @param baseline [in] Horizontal location of glyphs
- */
-+void SDLPango_CopyFTBitmapToSurface(
-+    const FT_Bitmap *bitmap,
-+    SDL_Surface *surface,
-+    const SDLPango_Matrix *matrix,
-+    SDL_Rect *rect);
- static void
- drawGlyphString(
-     SDLPango_Context *context,
+--- src/SDL_Pango.c~	2013-12-31 14:26:31.000000000 +0000
++++ src/SDL_Pango.c	2013-12-31 14:22:36.000000000 +0000
+@@ -330,6 +330,11 @@
+     @param *rect [in] Draw on this area
+     @param baseline [in] Horizontal location of glyphs
+ */
++void SDLPango_CopyFTBitmapToSurface(
++    const FT_Bitmap *bitmap,
++    SDL_Surface *surface,
++    const SDLPango_Matrix *matrix,
++    SDL_Rect *rect);
+ static void
+ drawGlyphString(
+     SDLPango_Context *context,


More information about the svn-ports-all mailing list