summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgdiplus
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/libgdiplus')
-rw-r--r--x11-toolkits/libgdiplus/Makefile45
-rw-r--r--x11-toolkits/libgdiplus/distinfo3
-rw-r--r--x11-toolkits/libgdiplus/files/patch-cairo_src_cairo-ft-font.c28
-rw-r--r--x11-toolkits/libgdiplus/pkg-descr3
-rw-r--r--x11-toolkits/libgdiplus/pkg-plist5
5 files changed, 0 insertions, 84 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile
deleted file mode 100644
index ebd57fadd..000000000
--- a/x11-toolkits/libgdiplus/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: libgdiplus
-# Date created: 20040820
-# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-#
-# $FreeBSD$
-# $Id: Makefile,v 1.1 2007-10-10 19:30:11 mezz Exp $
-#
-
-PORTNAME= libgdiplus
-PORTVERSION= 1.2.5
-CATEGORIES= x11-toolkits
-MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/
-
-MAINTAINER= bsd-sharp-list@forge.novell.com
-COMMENT= GDI+ API for System.Windows.Forms in Mono
-
-LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
- ungif.5:${PORTSDIR}/graphics/libungif \
- png.5:${PORTSDIR}/graphics/png
-
-USE_BZIP2= yes
-USE_GNOME= gnomehack gnometarget glib20
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-USE_XLIB= yes
-LIBTOOLFILES= configure cairo/configure
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-# Included cairo does not work for us. Enable below when Mono catches
-# up with our port. For now, use included but patch out glitz manually.
-#CONFIGURE_ARGS+= --with-cairo=installed
-
-.include <bsd.port.pre.mk>
-
-# Avoid build error on 64-bit architectures
-.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64")
-CFLAGS+= -fPIC
-.endif
-
-.if ${OSVERSION} < 503000
-IGNORE= does not build and is useless without working Mono
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/x11-toolkits/libgdiplus/distinfo b/x11-toolkits/libgdiplus/distinfo
deleted file mode 100644
index 5f4c5dbcc..000000000
--- a/x11-toolkits/libgdiplus/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (libgdiplus-1.2.5.tar.bz2) = 82bbf6ca86b85e5148a15d8d88c6e548
-SHA256 (libgdiplus-1.2.5.tar.bz2) = 28edc21bc49f3791438ea70b5de944c4118a6daa557425f3209102379042e926
-SIZE (libgdiplus-1.2.5.tar.bz2) = 2942165
diff --git a/x11-toolkits/libgdiplus/files/patch-cairo_src_cairo-ft-font.c b/x11-toolkits/libgdiplus/files/patch-cairo_src_cairo-ft-font.c
deleted file mode 100644
index be7d74f47..000000000
--- a/x11-toolkits/libgdiplus/files/patch-cairo_src_cairo-ft-font.c
+++ /dev/null
@@ -1,28 +0,0 @@
---- cairo/src/cairo-ft-font.c.orig Mon Aug 29 14:11:27 2005
-+++ cairo/src/cairo-ft-font.c Sun Sep 11 00:44:30 2005
-@@ -44,6 +44,11 @@
- #include <fontconfig/fontconfig.h>
- #include <fontconfig/fcfreetype.h>
-
-+#include <sys/types.h>
-+#include <stdlib.h>
-+#include <time.h>
-+#include <unistd.h>
-+
- #include <ft2build.h>
- #include FT_FREETYPE_H
- #include FT_OUTLINE_H
-@@ -278,7 +283,12 @@
- key->id = id;
-
- /* 1607 is just an arbitrary prime. */
-- hash = _cairo_hash_string (filename);
-+ if (filename != NULL) {
-+ hash = _cairo_hash_string (filename);
-+ } else {
-+ srandom(time(NULL) * getpid());
-+ hash = random();
-+ }
- hash += ((unsigned long) id) * 1607;
-
- key->base.hash_entry.hash = hash;
diff --git a/x11-toolkits/libgdiplus/pkg-descr b/x11-toolkits/libgdiplus/pkg-descr
deleted file mode 100644
index 28d73cdb2..000000000
--- a/x11-toolkits/libgdiplus/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-libgdiplus is an Open Source implementation of the GDI+ API.
-
-WWW: http://www.mono-project.com
diff --git a/x11-toolkits/libgdiplus/pkg-plist b/x11-toolkits/libgdiplus/pkg-plist
deleted file mode 100644
index 2ee543daf..000000000
--- a/x11-toolkits/libgdiplus/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/libgdiplus.a
-lib/libgdiplus.la
-lib/libgdiplus.so
-lib/libgdiplus.so.0
-libdata/pkgconfig/libgdiplus.pc