Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 22:04:30 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r341121 - branches/2014Q1/x11-toolkits/sdl_pango/files
Message-ID:  <201401252204.s0PM4UYH032256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sat Jan 25 22:04:30 2014
New Revision: 341121
URL: http://svnweb.freebsd.org/changeset/ports/341121
QAT: https://qat.redports.org/buildarchive/r341121/

Log:
  MFH: r341114
  
  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
  
  Approved by:	portmgr (antoine)

Modified:
  branches/2014Q1/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c   (contents, props changed)
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c
==============================================================================
--- branches/2014Q1/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c	Sat Jan 25 22:03:15 2014	(r341120)
+++ branches/2014Q1/x11-toolkits/sdl_pango/files/patch-src_SDL_Pango.c	Sat Jan 25 22:04:30 2014	(r341121)
@@ -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?201401252204.s0PM4UYH032256>