[137814] trunk/dports/graphics

Ryan Schmidt ryandesign at macports.org
Sat Jun 20 11:04:38 PDT 2015


> On Jun 20, 2015, at 11:35 AM, devans at macports.org wrote:
> 
> Revision
> 137814
> Author
> devans at macports.org
> Date
> 2015-06-20 09:35:33 -0700 (Sat, 20 Jun 2015)
> Log Message
> 
> libfreehand: new maintainer submission (#48062).

> --- trunk/dports/graphics/libfreehand/Portfile	                        (rev 0)
> +++ trunk/dports/graphics/libfreehand/Portfile	2015-06-20 16:35:33 UTC (rev 137814)
> @@ -0,0 +1,54 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
> +# $Id$
> +
> +PortSystem          1.0
> +
> +name                libfreehand
> +set dname           libfreehand

This dname variable is never used and should be removed.


> +version             0.1.1
> +categories          graphics
> +license             {GPL-2.1+ LGPL-2.1+ MPL-1.1+}
> +maintainers         zip.com.au:cbradney openmaintainer
> +platforms           darwin
> +homepage            http://www.freedesktop.org/wiki/Software/libfreehand

This URL has changed to https://wiki.documentfoundation.org/DLP/Libraries/libfreehand


> +# build fix for gcc-4.2 (#43487)
> +if {[string match "*gcc*" ${configure.compiler}]} {
> +    configure.cxxflags-append -Wno-long-long
> +}
> +
> +# The packaged glibtool in 0.1.1 doesn't pass --stdlib=libc++ down at link time
> +use_autoreconf  yes
> +autoreconf.args -fvi

Same questions here as for libpagemager and libmspub. But I assume this is the port the autoreconf block in libpagemaker and libmspub was copied from.




More information about the macports-dev mailing list