View | Details | Raw Unified | Return to bug 194415
Collapse All | Expand All

(-)libgdiplus/Makefile (-4 / +3 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/x11-toolkits/libgdiplus/Makefile 362656 2014-07-23 10:28:03Z tijl $
2
# $FreeBSD: head/x11-toolkits/libgdiplus/Makefile 362656 2014-07-23 10:28:03Z tijl $
3
3
4
PORTNAME=	libgdiplus
4
PORTNAME=	libgdiplus
5
PORTVERSION=	2.10
5
PORTVERSION=	3.8
6
PORTREVISION=	4
7
CATEGORIES=	x11-toolkits
6
CATEGORIES=	x11-toolkits
8
MASTER_SITES=	http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
7
MASTER_SITES=	http://download.mono-project.com/sources/${PORTNAME}/
9
8
10
MAINTAINER=	mono@FreeBSD.org
9
MAINTAINER=	mono@FreeBSD.org
11
COMMENT=	GDI+ API for System.Windows.Forms in Mono
10
COMMENT=	GDI+ API for System.Windows.Forms in Mono
Lines 16-22 Link Here
16
		libcairo.so:${PORTSDIR}/graphics/cairo
15
		libcairo.so:${PORTSDIR}/graphics/cairo
17
16
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
19
USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
18
USES=		gmake libtool:keepla pathfix pkgconfig
20
USE_GNOME=	glib20
19
USE_GNOME=	glib20
21
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
22
USE_XORG=	x11
21
USE_XORG=	x11
(-)libgdiplus/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgdiplus-2.10.tar.bz2) = 2d9e0397ef5583ed855eaafcdac8cabbe1d58463ed1e4b545be6dde5b63712a4
1
SHA256 (libgdiplus-3.8.tar.gz) = 6a3cfb4a1b67dd09197c385bacb8654f8d7ff49499f39c57825e1a8f77e69b28
2
SIZE (libgdiplus-2.10.tar.bz2) = 1962898
2
SIZE (libgdiplus-3.8.tar.gz) = 688029
(-)libgdiplus/files/patch-pngcodec.c (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/pngcodec.c.orig	2011-01-13 23:28:19.000000000 +0100
1
--- src/pngcodec.c.orig	2014-10-16 17:55:57.576982158 +0200
2
+++ src/pngcodec.c	2012-04-27 12:33:01.000000000 +0200
2
+++ src/pngcodec.c	2014-10-16 17:56:22.460022840 +0200
3
@@ -35,6 +35,7 @@
3
@@ -35,6 +35,7 @@
4
 #ifdef HAVE_LIBPNG
4
 #ifdef HAVE_LIBPNG
5
 
5
 
(-)libgdiplus/files/patch-src_gdiplus-private.h (-12 lines)
Lines 1-12 Link Here
1
--- src/gdiplus-private.h.orig	2013-12-17 00:22:34.000000000 +0100
2
+++ src/gdiplus-private.h	2013-12-17 00:23:00.000000000 +0100
3
@@ -30,7 +30,8 @@
4
 #include <stdio.h>
5
 #include <math.h>
6
 #include <glib.h>
7
-#include <freetype/tttables.h>
8
+#include <ft2build.h>
9
+#include FT_TRUETYPE_TABLES_H
10
 #include <pthread.h>
11
 #include <unistd.h>
12
 

Return to bug 194415