On Jun 25, 2013, at 19:23, [email protected] wrote:
> Revision: 107347
> https://trac.macports.org/changeset/107347
> Author: [email protected]
> Date: 2013-06-25 17:23:47 -0700 (Tue, 25 Jun 2013)
> Log Message:
> -----------
> litecoin: new port
>
> Added Paths:
> -----------
> trunk/dports/finance/litecoin/
> trunk/dports/finance/litecoin/Portfile
>
> Added: trunk/dports/finance/litecoin/Portfile
> ===================================================================
> --- trunk/dports/finance/litecoin/Portfile (rev 0)
> +++ trunk/dports/finance/litecoin/Portfile 2013-06-26 00:23:47 UTC (rev
> 107347)
> @@ -0,0 +1,71 @@
> +# -*- 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
The whitespace of this port does not conform to this modeline.
> +variant daemon description {Build and install also the litecoind deamon (not
> recommended)} {
> + set build.cmd "(cd src && make -f makefile.osx DEPSDIR=\"${prefix}\"
> USE_IPV6=1) && make"
> +}
> +
> +variant onlydaemon description {Build and install only the litecoind deamon
> (not recommended)} {
> + set build.cmd "cd src && make -f makefile.osx DEPSDIR=\"${prefix}\"
> USE_IPV6=1"
> + depends_lib-delete port:qt4-mac
> +}
These variants should be removed and a new port (or subport, probably) should
be created which installs the daemon. Then the user can install the desired
port(s) independently of one another.
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev