diff options
-rw-r--r-- | print/freetype2/Makefile | 5 | ||||
-rw-r--r-- | print/freetype2/distinfo | 6 | ||||
-rw-r--r-- | print/freetype2/files/patch-aa | 16 |
3 files changed, 18 insertions, 9 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 6dfcc0cea..4e3a9a3ec 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -3,12 +3,11 @@ # Whom: jseger@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/print/freetype2/Makefile,v 1.9 2007/05/19 21:36:20 marcus Exp $ +# $MCom: ports/print/freetype2/Makefile,v 1.10 2007/05/21 22:26:53 marcus Exp $ # PORTNAME= freetype2 -PORTVERSION= 2.3.4 -PORTREVISION= 2 +PORTVERSION= 2.3.5 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 c7e80e867..6c426d146 100644 --- a/print/freetype2/distinfo +++ b/print/freetype2/distinfo @@ -1,3 +1,3 @@ -MD5 (freetype-2.3.4.tar.bz2) = 1a6c59a7723d637c78672e7784da865d -SHA256 (freetype-2.3.4.tar.bz2) = 7157876cf358d1fb68b890c7da4f7025288a4e7b756af7b01009c5055637c954 -SIZE (freetype-2.3.4.tar.bz2) = 1277929 +MD5 (freetype-2.3.5.tar.bz2) = 65234327c5ac46ee00ebda15995d4c1c +SHA256 (freetype-2.3.5.tar.bz2) = 1b357a3a1106c78c80dfd25e3854c3faa9a3dfc7063a4a1e5404e70c241d677e +SIZE (freetype-2.3.5.tar.bz2) = 1279861 diff --git a/print/freetype2/files/patch-aa b/print/freetype2/files/patch-aa index 87863d444..32efc9a5d 100644 --- a/print/freetype2/files/patch-aa +++ b/print/freetype2/files/patch-aa @@ -1,6 +1,16 @@ ---- builds/unix/detect.mk.orig Tue Aug 22 17:53:59 2006 -+++ builds/unix/detect.mk Tue Aug 22 17:54:09 2006 -@@ -78,9 +78,9 @@ ifeq ($(PLATFORM),unix) +--- builds/unix/detect.mk.orig 2006-12-09 13:51:54.000000000 -0500 ++++ builds/unix/detect.mk 2007-07-06 12:55:05.000000000 -0400 +@@ -21,6 +21,9 @@ ifeq ($(PLATFORM),ansi) + is_unix := $(strip $(wildcard /sbin/init) \ + $(wildcard /usr/sbin/init) \ + $(wildcard /hurd/auth)) ++ # FreeBSD is "unix" so just mandate this to fix the build in ++ # jails that do not have init (see PR#113470). ++ is_unix := true + ifneq ($(is_unix),) + + PLATFORM := unix +@@ -79,9 +82,9 @@ ifeq ($(PLATFORM),unix) ifdef must_configure ifneq ($(have_Makefile),) # we are building FT2 not in the src tree |