update to 1.1.9.2

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14618 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2005-10-14 08:57:05 +00:00
parent 8b71421494
commit fde26fccb3
2 changed files with 20 additions and 15 deletions
+14 -10
View File
@@ -1,22 +1,26 @@
# $Id: Portfile,v 1.3 2005/06/14 06:28:42 jkh Exp $
# $Id: Portfile,v 1.4 2005/10/14 08:53:48 mww Exp $
PortSystem 1.0
name libgdiplus
version 0.1
version 1.1.9.2
categories devel
platforms darwin
maintainers darwinports@opendarwin.org
description An Open Source implementation of the GDI+ API for C#
description An Open Source implementation of the GDI+ API
long_description An implementation of the GDI+ API for Mono, an \
effort to create an open source implementation of \
the .NET Development Framework including a C# compiler.
homepage http://www.go-mono.com
master_sites ${homepage}/archive/
checksums md5 357fbf09414876eb2b8ae006c67350c8
homepage http://www.go-mono.com/
master_sites ${homepage}/sources/libgdiplus-1.1/
checksums md5 a63218ce67205ed097a62ed618b0c423
depends_lib port:jpeg port:tiff port:libungif port:libpng port:pkgconfig port:zlib
configure.env CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
platform darwin 8 {
configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
depends_lib bin:pkg-config:pkgconfig \
bin:mono:mono \
lib:libcairo.1:cairo \
lib:libpixman.1:libpixman
+6 -5
View File
@@ -1,9 +1,9 @@
# $Id: Portfile,v 1.43 2005/09/10 12:58:40 mww Exp $
# $Id: Portfile,v 1.44 2005/10/14 08:57:05 mww Exp $
PortSystem 1.0
name mono
version 1.1.8.3
version 1.1.9.2
categories devel lang
platforms darwin
maintainers mww@opendarwin.org
@@ -14,7 +14,7 @@ long_description Mono is an effort to create an open source \
homepage http://www.go-mono.com/
master_sites ${homepage}/sources/mono-1.1/
checksums md5 5aefdc915cbd6ed84834692f59b92080
checksums md5 edc4adaa92594a8eea8018bb3701b639
depends_lib port:pkgconfig \
port:gettext \
@@ -28,13 +28,14 @@ configure.env CPPFLAGS="-I${prefix}/include" \
PKG_CONFIG_PATH="${prefix}/lib/pkgconfig:${x11prefix}/lib/pkgconfig"
configure.args --with-gc=boehm \
--with-preview=yes \
--without-sigaltstack \
--enable-threads=pthreads \
--mandir=${prefix}/share/man
destroot.env DYLD_LIBRARY_PATH=${worksrcpath}/mono/mini/.libs:${worksrcpath}/mono/interpreter/.libs:${prefix}/lib:${x11prefix}/lib
variant darwin {
configure.args-append --without-sigaltstack
platform darwin 8 {
configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
# Build as a framework