Re: help needed to compile a C program

2018-04-13 Thread Ryan Schmidt
On Apr 13, 2018, at 14:26, macpo...@parvis.nl wrote: > On 2018-04-13, at 20:17, Rainer Müller wrote: > >> On 2018-04-13 18:21, macpo...@parvis.nl wrote: >>> with makefile: >>> --- >>> pango-list-typefaces: pango-list-typefaces.c >>>cc -o $@ -Wall -g pango-list-typefaces.c \ >>>

Re: help needed to compile a C program

2018-04-13 Thread Rainer Müller
On 2018-04-13 21:26, macpo...@parvis.nl wrote: > >> On 2018-04-13, at 20:17, Rainer Müller wrote: >> >> On 2018-04-13 18:21, macpo...@parvis.nl wrote: >>> with makefile: >>> --- >>> pango-list-typefaces: pango-list-typefaces.c >>> cc -o $@ -Wall -g pango-list-typefaces.c \ >>> $

Re: help needed to compile a C program

2018-04-13 Thread macports
> On 2018-04-13, at 20:17, Rainer Müller wrote: > > On 2018-04-13 18:21, macpo...@parvis.nl wrote: >> with makefile: >> --- >> pango-list-typefaces: pango-list-typefaces.c >> cc -o $@ -Wall -g pango-list-typefaces.c \ >> $(pkg-config --cflags --libs pango) \ >> $(pkg-co

Re: help needed to compile a C program

2018-04-13 Thread Rainer Müller
On 2018-04-13 18:21, macpo...@parvis.nl wrote: > with makefile: > --- > pango-list-typefaces:   pango-list-typefaces.c >         cc -o $@ -Wall -g pango-list-typefaces.c \ >         $(pkg-config --cflags --libs pango) \ >         $(pkg-config --cflags --libs cairo) \ >         $(pkg-config --cflags

missing dejavusansmono in rrdtool pango cairo fontconfig

2018-04-13 Thread macports
port -dv install pango +quartz +x11 i see : pango: checking which cairo font backends could be used... quartz freetype --> NO fontconfig in the Cairo port are several andbales and disables but nothing for fontconfig. could that be my problem?

help needed to compile a C program

2018-04-13 Thread macports
I'm trying to use DejaVu fonts in rrdtool and it fails; rrdtool depends on pango, and currently I think that pango is my bottleneck. To verify this I found a tiny program (https://www.lemoda.net/pango/list-fonts/index.html ) that fails to compi

Re: Rsync and --protect-decmpf

2018-04-13 Thread dan d.
On Fri, 13 Apr 2018, Christopher Stone wrote: > > I'm looking at using rsync for a number of jobs, and figuring out how to use > it properly on a Mac to preserve file attributes and dates has > been a bit of a chore. Look at the rclone port on macports or homebrew. It does what you want with a

Re: Online MacPorts Meeting on 21st April at 13:00 UTC - suggestion

2018-04-13 Thread Mojca Miklavec
On 11 April 2018 at 17:47, Perry E. Metzger wrote: > On Sun, 8 Apr 2018 19:42:24 +0200 Rainer Müller > wrote: >> However, meetings on IRC are slow, as you have to wait for others to >> type, you have no notifications whether others still have something >> to say, etc. >> >> For such a scheduled m

Re: Rsync and --protect-decmpfs

2018-04-13 Thread Rainer Müller
Please keep the discussion on the mailing list by using Reply All. On 2018-04-13 13:10, Christopher Stone wrote: > On 04/13/2018, at 05:33, Rainer Müller > wrote: >> I think you are talking about the hfs-compression.diff patch. We used >> to apply this patch, but the c

Re: Rsync and --protect-decmpfs

2018-04-13 Thread Richard L. Hamilton
AFAIK, that option is specific to HFS+ with compression, preserving an associated extended attribute; but it preserves it even if the receiving end doesn't know what to do with it properly (whatever that is); so I'd want the destination system to be as new or newer, to be reasonably sure it cou

Re: Rsync and --protect-decmpfs

2018-04-13 Thread Rainer Müller
On 2018-04-13 11:05, Christopher Stone wrote: > My friend's advice and a few places on the Net recommend using this switch on > the Mac: > > --protect-decmpfs (patch by Mike Bombich of CCC fame) > > MacPorts rsync version 3.1.3 protocol version 31 doesn't have this option > available. > > How

Rsync and --protect-decmpfs

2018-04-13 Thread Christopher Stone
Hey Folks, I'm looking at using rsync for a number of jobs, and figuring out how to use it properly on a Mac to preserve file attributes and dates has been a bit of a chore. I finally talked to someone I know who wrote a utility around it and got some good advice. Base command: rsync -aAHNvX