diff options
author | kwm <kwm@FreeBSD.org> | 2015-07-06 20:56:38 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-07-06 20:56:38 +0800 |
commit | 1a14b183a371b985c89d8971d5203d09c03dac24 (patch) | |
tree | b2fc5cd2d32cf59c3346ec8c733aa6cd3c11f222 /print | |
parent | 682cb29858171f0ba355b2df8b96102fbcc8d6ea (diff) | |
download | freebsd-ports-gnome-1a14b183a371b985c89d8971d5203d09c03dac24.tar.gz freebsd-ports-gnome-1a14b183a371b985c89d8971d5203d09c03dac24.tar.zst freebsd-ports-gnome-1a14b183a371b985c89d8971d5203d09c03dac24.zip |
Update freetype2 to 2.6.
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 2 | ||||
-rw-r--r-- | print/freetype2/distinfo | 4 | ||||
-rw-r--r-- | print/freetype2/files/patch-builds_unix_detect.mk | 20 | ||||
-rw-r--r-- | print/freetype2/pkg-plist | 6 |
4 files changed, 19 insertions, 13 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 36bf90dcefd0..e5889d775bdc 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -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/}/ \ diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo index 4f0549ae0776..eb5e4d558513 100644 --- a/print/freetype2/distinfo +++ b/print/freetype2/distinfo @@ -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 diff --git a/print/freetype2/files/patch-builds_unix_detect.mk b/print/freetype2/files/patch-builds_unix_detect.mk index cc3b2286a40d..e1d3fe6b53de 100644 --- a/print/freetype2/files/patch-builds_unix_detect.mk +++ b/print/freetype2/files/patch-builds_unix_detect.mk @@ -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 diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist index c316e6ff7d6c..8bf08f8f0a2c 100644 --- a/print/freetype2/pkg-plist +++ b/print/freetype2/pkg-plist @@ -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 |