Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 21:41:15 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341114 - head/x11-toolkits/sdl_pango/files
Message-ID:  <201401252141.s0PLfFu6098995@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401252141.s0PLfFu6098995>