diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-07 00:59:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-07 00:59:41 +0800 |
commit | 9ec74f767f8c09e6b9c6161d34a80df802d37647 (patch) | |
tree | 899901b18d3a6a60e2fd87ee6b1a7ee2872057f6 /print | |
parent | fbd670863175e801616761a8df6dfb26c07134e4 (diff) | |
download | marcuscom-ports-9ec74f767f8c09e6b9c6161d34a80df802d37647.tar marcuscom-ports-9ec74f767f8c09e6b9c6161d34a80df802d37647.tar.gz marcuscom-ports-9ec74f767f8c09e6b9c6161d34a80df802d37647.tar.bz2 marcuscom-ports-9ec74f767f8c09e6b9c6161d34a80df802d37647.tar.lz marcuscom-ports-9ec74f767f8c09e6b9c6161d34a80df802d37647.tar.xz marcuscom-ports-9ec74f767f8c09e6b9c6161d34a80df802d37647.tar.zst marcuscom-ports-9ec74f767f8c09e6b9c6161d34a80df802d37647.zip |
* Update to 2.3.5
* Force the build system to detect FreeBSD as UNIX [1]
PR: 113470 [1]
Submitted by: Cristian KLEIN <cristi@net.utcluj.ro> [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9145 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
-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 |