Re: Zint port?

2021-09-05 Thread Henning Hraban Ramm

> Am 05.09.2021 um 15:14 schrieb Masc Guy :
> 
> > The barcode maker/library zint (https://zint.org.uk) is only available via 
> > Homebrew yet. It depends on cmake and libpng-dev, but if I try to compile 
> > the sources with MacPorts libs, it fails to find stdio.h
> 
> Zint was just added as a new port yesterday, by one of our members.
> 
> Enjoy!

Great, thank you (and them)!

And thank you, Frank, for the portfile hints!

Hraban


signature.asc
Description: Message signed with OpenPGP


Re: Zint port?

2021-09-05 Thread Masc Guy
> The barcode maker/library zint (https://zint.org.uk) is only available via Homebrew yet. It depends on cmake and libpng-dev, but if I try to compile the sources with MacPorts libs, it fails to find stdio.hZint was just added as a new port yesterday, by one of our members.Enjoy!-Chris

Re: Zint port?

2021-09-04 Thread Frank Dean
Henning Hraban Ramm  writes:

> [1:text/plain Hide]
>
> The barcode maker/library zint (https://zint.org.uk) is only available via 
> Homebrew yet.
>
> It depends on cmake and libpng-dev, but if I try to compile the sources with 
> MacPorts libs, it fails to find stdio.h
>
> I don’t speak C...
>
> I’d appreciate a zint port, but a hint what environment variables I should 
> set or whatever else I should try would be nice enough.
>
> Best regards,
> Hraban
>
> [2:application/pgp-signature Show Save:signature.asc (833B)]

Specifying the cmake PortGroup will do almost all of the work for you:

PortGroup   cmake 1.1

If you choose to get it from their GitHub mirror, use the github port
group:

PortGroup   github 1.0
github.setupwoo-j zint 2.10.0
github.tarball_from archive

You might want to use the macports-dev mailing list for any more
Portfile development questions.

[1]: https://lists.macports.org/mailman/listinfo/macports-dev/

HTH

Frank


Zint port?

2021-09-04 Thread Henning Hraban Ramm
The barcode maker/library zint (https://zint.org.uk) is only available via 
Homebrew yet.

It depends on cmake and libpng-dev, but if I try to compile the sources with 
MacPorts libs, it fails to find stdio.h

I don’t speak C...

I’d appreciate a zint port, but a hint what environment variables I should set 
or whatever else I should try would be nice enough.

Best regards,
Hraban


signature.asc
Description: Message signed with OpenPGP