Update to 2.0.8.

Submitted by:	Mark J. Miller <mjmiller@uclink.berkeley.edu>
This commit is contained in:
Maxim Sobolev 2002-02-12 08:24:16 +00:00
parent 0f022ae0d9
commit c4ba20d449
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54593
3 changed files with 15 additions and 9 deletions

View file

@ -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%/ \

View file

@ -1 +1 @@
MD5 (freetype-2.0.6.tar.bz2) = 6fde9ee5c3d0be45c7c1d7718817259b
MD5 (freetype-2.0.8.tar.bz2) = a98e04c8a4e70ebfc10587406e1f6922

View file

@ -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