diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-24 05:25:45 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-24 05:25:45 +0800 |
commit | 64273c3106e9bdae703a4b730af95324ca27d5f1 (patch) | |
tree | 6ef347784e3c8c0d0a7b24ab0f0c7f1a7917f6ba /x11-toolkits | |
parent | a0cdeb698a2685d5fe493892fafa5fa068483f53 (diff) | |
download | marcuscom-ports-64273c3106e9bdae703a4b730af95324ca27d5f1.tar marcuscom-ports-64273c3106e9bdae703a4b730af95324ca27d5f1.tar.gz marcuscom-ports-64273c3106e9bdae703a4b730af95324ca27d5f1.tar.bz2 marcuscom-ports-64273c3106e9bdae703a4b730af95324ca27d5f1.tar.lz marcuscom-ports-64273c3106e9bdae703a4b730af95324ca27d5f1.tar.xz marcuscom-ports-64273c3106e9bdae703a4b730af95324ca27d5f1.tar.zst marcuscom-ports-64273c3106e9bdae703a4b730af95324ca27d5f1.zip |
Sync w/ FreeBSD ports's mono stuff.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9859 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtksourceview-sharp/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview-sharp/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview-sharp/files/patch-doc_Makefile.in | 11 | ||||
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 45 | ||||
-rw-r--r-- | x11-toolkits/libgdiplus/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/libgdiplus/files/patch-cairo_src_cairo-ft-font.c | 28 | ||||
-rw-r--r-- | x11-toolkits/libgdiplus/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/libgdiplus/pkg-plist | 5 |
8 files changed, 7 insertions, 101 deletions
diff --git a/x11-toolkits/gtksourceview-sharp/Makefile b/x11-toolkits/gtksourceview-sharp/Makefile index d722b6b0e..b6abbe4d3 100644 --- a/x11-toolkits/gtksourceview-sharp/Makefile +++ b/x11-toolkits/gtksourceview-sharp/Makefile @@ -3,12 +3,12 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $Id: Makefile,v 1.1 2007-09-10 15:58:12 mezz Exp $ +# $Id: Makefile,v 1.2 2007-10-23 21:25:45 mezz Exp $ # PORTNAME= gtksourceview-sharp -PORTVERSION= 0.10 -PORTREVISION= 8 +PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://go-mono.com/sources/gtksourceview-sharp-2.0/ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} @@ -21,6 +21,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ monodoc:${PORTSDIR}/devel/mono-tools +USE_BZIP2= yes USE_GNOME= gtksourceview gnomehack gtksharp20 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes diff --git a/x11-toolkits/gtksourceview-sharp/distinfo b/x11-toolkits/gtksourceview-sharp/distinfo index a7a8fdbc1..1bdbcdcc2 100644 --- a/x11-toolkits/gtksourceview-sharp/distinfo +++ b/x11-toolkits/gtksourceview-sharp/distinfo @@ -1,3 +1,3 @@ -MD5 (gtksourceview-sharp-2.0-0.10.tar.gz) = 2179634b8931e6be849a1e1f82c834e3 -SHA256 (gtksourceview-sharp-2.0-0.10.tar.gz) = ddc86cb075f8e166028e95f6d5060676cdd448a4cb1f23dee4560fcba9ccc63a -SIZE (gtksourceview-sharp-2.0-0.10.tar.gz) = 143608 +MD5 (gtksourceview-sharp-2.0-0.11.tar.bz2) = a8f56f02378b9b97e927748b099854a7 +SHA256 (gtksourceview-sharp-2.0-0.11.tar.bz2) = f2daf57c24d30dbc2fec60bbc0d0acfbf42e6acf7c6814debf585e9eebe8615f +SIZE (gtksourceview-sharp-2.0-0.11.tar.bz2) = 133609 diff --git a/x11-toolkits/gtksourceview-sharp/files/patch-doc_Makefile.in b/x11-toolkits/gtksourceview-sharp/files/patch-doc_Makefile.in deleted file mode 100644 index 2bd7d10dc..000000000 --- a/x11-toolkits/gtksourceview-sharp/files/patch-doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Tue Jun 29 15:13:37 2004 -+++ doc/Makefile.in Mon Sep 20 01:06:15 2004 -@@ -181,7 +181,7 @@ - @ENABLE_MONODOC_FALSE@TARGETS = - @ENABLE_MONODOC_TRUE@TARGETS = gtksourceview-sharp-docs.zip gtksourceview-sharp-docs.tree gtksourceview-sharp-docs.source - @ENABLE_MONODOC_FALSE@docsdir = $(datadir) --@ENABLE_MONODOC_TRUE@docsdir = `$(MONODOC) --get-sourcesdir` -+@ENABLE_MONODOC_TRUE@docsdir = $(libdir)/monodoc/sources - @ENABLE_MONODOC_FALSE@docs_DATA = - @ENABLE_MONODOC_TRUE@docs_DATA = $(TARGETS) - ASSEMBLER = $(MONODOC) --assemble 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 |