Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jul 2015 12:56:39 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391407 - in head/print/freetype2: . files
Message-ID:  <201507061256.t66CudQG042317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Jul  6 12:56:38 2015
New Revision: 391407
URL: https://svnweb.freebsd.org/changeset/ports/391407

Log:
  Update freetype2 to 2.6.

Modified:
  head/print/freetype2/Makefile
  head/print/freetype2/distinfo
  head/print/freetype2/files/patch-builds_unix_detect.mk
  head/print/freetype2/pkg-plist

Modified: head/print/freetype2/Makefile
==============================================================================
--- head/print/freetype2/Makefile	Mon Jul  6 12:56:35 2015	(r391406)
+++ head/print/freetype2/Makefile	Mon Jul  6 12:56:38 2015	(r391407)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	freetype2
-PORTVERSION=	2.5.5
+PORTVERSION=	2.6
 CATEGORIES=	print
 MASTER_SITES=	http://savannah.nongnu.org/download/freetype/ \
 		SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \

Modified: head/print/freetype2/distinfo
==============================================================================
--- head/print/freetype2/distinfo	Mon Jul  6 12:56:35 2015	(r391406)
+++ head/print/freetype2/distinfo	Mon Jul  6 12:56:38 2015	(r391407)
@@ -1,2 +1,2 @@
-SHA256 (freetype-2.5.5.tar.bz2) = 387bcc4b780b12484aa2ec9f7db1a55d8286eb5639f45fbc0fbba7a4e5a1afb9
-SIZE (freetype-2.5.5.tar.bz2) = 1714529
+SHA256 (freetype-2.6.tar.bz2) = 8469fb8124764f85029cc8247c31e132a2c5e51084ddce2a44ea32ee4ae8347e
+SIZE (freetype-2.6.tar.bz2) = 1726219

Modified: head/print/freetype2/files/patch-builds_unix_detect.mk
==============================================================================
--- head/print/freetype2/files/patch-builds_unix_detect.mk	Mon Jul  6 12:56:35 2015	(r391406)
+++ head/print/freetype2/files/patch-builds_unix_detect.mk	Mon Jul  6 12:56:38 2015	(r391407)
@@ -1,5 +1,5 @@
---- builds/unix/detect.mk.orig	2013-03-21 13:55:46.000000000 -0500
-+++ builds/unix/detect.mk	2013-05-12 17:58:34.000000000 -0500
+--- builds/unix/detect.mk.orig	2015-03-11 01:47:10.000000000 -0400
++++ builds/unix/detect.mk	2015-06-16 05:45:17.176216000 -0400
 @@ -22,6 +22,9 @@
                       $(wildcard /usr/sbin/init) \
                       $(wildcard /dev/null) \
@@ -10,15 +10,21 @@
    ifneq ($(is_unix),)
  
      PLATFORM := unix
-@@ -81,9 +84,9 @@
+@@ -81,12 +84,12 @@
    ifdef must_configure
      ifneq ($(have_Makefile),)
        # we are building FT2 not in the src tree
--	      $(CONFIG_SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG)
-+      #      $(CONFIG_SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG)
+-	      CONFIG_SHELL="$(CONFIG_SHELL)" \
+-	        $(CONFIG_SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG)
++#	      CONFIG_SHELL="$(CONFIG_SHELL)" \
++#	        $(CONFIG_SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG)
      else
--	      cd builds/unix; $(CONFIG_SHELL) ./configure $(value CFG)
-+      #     cd builds/unix; $(CONFIG_SHELL) ./configure $(value CFG)
+-	      cd builds/unix; \
+-	      CONFIG_SHELL="$(CONFIG_SHELL)" \
+-	        $(CONFIG_SHELL) ./configure $(value CFG)
++#	      cd builds/unix; \
++#	      CONFIG_SHELL="$(CONFIG_SHELL)" \
++#	        $(CONFIG_SHELL) ./configure $(value CFG)
      endif
    endif
  

Modified: head/print/freetype2/pkg-plist
==============================================================================
--- head/print/freetype2/pkg-plist	Mon Jul  6 12:56:35 2015	(r391406)
+++ head/print/freetype2/pkg-plist	Mon Jul  6 12:56:38 2015	(r391407)
@@ -18,6 +18,7 @@ include/freetype2/ftchapters.h
 include/freetype2/ftcid.h
 include/freetype2/fterrdef.h
 include/freetype2/fterrors.h
+include/freetype2/ftfntfmt.h
 include/freetype2/ftgasp.h
 include/freetype2/ftglyph.h
 include/freetype2/ftgxval.h
@@ -40,11 +41,10 @@ include/freetype2/ftsnames.h
 include/freetype2/ftstroke.h
 include/freetype2/ftsynth.h
 include/freetype2/ftsystem.h
-include/freetype2/ftttdrv.h
 include/freetype2/fttrigon.h
+include/freetype2/ftttdrv.h
 include/freetype2/fttypes.h
 include/freetype2/ftwinfnt.h
-include/freetype2/ftxf86.h
 include/freetype2/t1tables.h
 include/freetype2/ttnameid.h
 include/freetype2/tttables.h
@@ -53,7 +53,7 @@ include/freetype2/ttunpat.h
 lib/libfreetype.a
 lib/libfreetype.so
 lib/libfreetype.so.6
-lib/libfreetype.so.6.11.4
+lib/libfreetype.so.6.12.0
 libdata/pkgconfig/freetype2.pc
 man/man1/freetype-config.1.gz
 share/aclocal/freetype2.m4



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