diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 2 | ||||
-rw-r--r-- | print/freetype2/distinfo | 2 | ||||
-rw-r--r-- | print/freetype2/files/patch-builds::unix::freetype-config.in | 20 |
3 files changed, 15 insertions, 9 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index a2c6f9dad1b0..3355d3bc27c7 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freetype2 -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.8 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S,%SUBDIR%,freetype,} \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/%SUBDIR%/ \ diff --git a/print/freetype2/distinfo b/print/freetype2/distinfo index 42d2e77a96dd..9cfd50988256 100644 --- a/print/freetype2/distinfo +++ b/print/freetype2/distinfo @@ -1 +1 @@ -MD5 (freetype-2.0.6.tar.bz2) = 6fde9ee5c3d0be45c7c1d7718817259b +MD5 (freetype-2.0.8.tar.bz2) = a98e04c8a4e70ebfc10587406e1f6922 diff --git a/print/freetype2/files/patch-builds::unix::freetype-config.in b/print/freetype2/files/patch-builds::unix::freetype-config.in index 5cdc5acfdef5..657eaba1519a 100644 --- a/print/freetype2/files/patch-builds::unix::freetype-config.in +++ b/print/freetype2/files/patch-builds::unix::freetype-config.in @@ -1,14 +1,20 @@ $FreeBSD$ ---- builds/unix/freetype-config.in 2001/10/20 14:00:40 1.1 -+++ builds/unix/freetype-config.in 2001/10/20 14:01:28 -@@ -77,7 +77,7 @@ - echo $exec_prefix +--- builds/unix/freetype-config.in.orig Sat Feb 2 17:05:38 2002 ++++ builds/unix/freetype-config.in Mon Feb 11 21:05:10 2002 +@@ -79,12 +79,8 @@ fi - if test "$echo_cflags" = "yes"; then + + if test "$echo_cflags" = "yes" ; then - cflags="-I@includedir@/freetype2" +- if test "@includedir@" != "/usr/include" ; then +- echo -I@includedir@ $cflags +- else +- echo $cflags +- fi + cflags="-I@includedir@/freetype2 -I@includedir@" - echo $cflags $includes ++ echo $cflags fi - if test "$echo_libs" = "yes"; then + + if test "$echo_libs" = "yes" ; then |