Re: how about a 'snowleopardfixes' library port?

2016-08-22 Thread Lawrence Velázquez
> On Aug 23, 2016, at 12:50 AM, Ken Cunningham > wrote: > > Snow Leopard has two missing but fairly commonly used functions, getline and > strnlen. These two functions are responsible for a number of snow leopard > build failures. > > It seemed that reinventing the wheel over and over for a

how about a 'snowleopardfixes' library port?

2016-08-22 Thread Ken Cunningham
Snow Leopard has two missing but fairly commonly used functions, getline and strnlen. These two functions are responsible for a number of snow leopard build failures. It seemed that reinventing the wheel over and over for a getline replacement was getting rather tedious, port after port. I bui

Re: [151794] trunk/dports/graphics/fntsample

2016-08-22 Thread Mojca Miklavec
On 22 August 2016 at 20:15, Ryan Schmidt wrote: > >> +@@ -944,7 +944,7 @@ int main(int argc, char **argv) >> + exit(1); >> + } >> + >> +-cairo_set_source_rgb(cr, 0.0, 0.0, 0.0); >> ++cairo_set_source_rgb(cr, 0.0, 0.0, 0.0); >> + draw_glyphs(cr, cr_font, face, fontname, o

Re: [151794] trunk/dports/graphics/fntsample

2016-08-22 Thread Ryan Schmidt
> On Aug 22, 2016, at 5:50 AM, mo...@macports.org wrote: > > Revision > 151794 > Author > mo...@macports.org > Date > 2016-08-22 03:50:00 -0700 (Mon, 22 Aug 2016) > Log Message > > fntsample: add a new variant +brightcolors and a patch to fix colors > Modified Paths > > • trunk/dports/gra

Re: port install v port mpkg | mdmg

2016-08-22 Thread Ryan Schmidt
On Aug 12, 2016, at 5:30 AM, Rainer Müller wrote: > >> My mythtv-pkg.27 is intended to be used to create an all-in-one >> installer package for MythTV. I have a VM with a custom prefix for >> this. The resulting mpkg needs daemondo, so I created the nasty hack >> in MacPorts_daemondo. However,

Re: [MacPorts] WorkingWithGit modified

2016-08-22 Thread MacPorts
Hi Clemens, On 21.08.2016 17:28, Clemens Lang wrote: Thanks for the section on setting up commiter name and email address, I had forgot about this. you are welcome. I saw the page and that was the first thing hitting my eye, which is why I started to give that wiki page some polish. :-) +A

Re: [MacPorts] #52068: darkice needs pkgconfig dependency

2016-08-22 Thread Rainer Müller
On 2016-08-22 12:39, Niels Dettenbach wrote: > Hmmm, > i'm just wondering how the port worked up to 1.2 - there was no significant > changes within darkice sources done as far as i know from Rafael Diniz > (darkice maintainer) and i see no differences in the configure flag sheme too. If you had

Re: [MacPorts] #52068: darkice needs pkgconfig dependency

2016-08-22 Thread Niels Dettenbach
Am Samstag, 20. August 2016, 12:13:32 schrieb MacPorts: > Alternatively, you may set the environment variables JACK_CFLAGS > and JACK_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > To get pkg-config, see . > S

Re: How to use git

2016-08-22 Thread Dr M J Carter
On Sun, Aug 21, 2016 at 01:44:55PM +1000, Ian Wadham wrote: > If you are going to fix a bug, you need to retrieve the new branch > from central and make the same fix in two branches. I can never > remember exactly how to do that… ;-) Commit the fix in one branch, and cherry-pick that commit into

Re: How to use git

2016-08-22 Thread David Bariod
On Mon, Aug 22, 2016 at 10:57 AM, Mojca Miklavec wrote: > On 20 August 2016 at 02:19, Ryan Schmidt wrote: > > > > https://trac.macports.org/wiki/WorkingWithGit > > We should add this: > http://stackoverflow.com/questions/927358/how-to-undo- > last-commits-in-git#927386 > to: > https://tra

Re: How to use git

2016-08-22 Thread Mojca Miklavec
On 20 August 2016 at 02:19, Ryan Schmidt wrote: > > https://trac.macports.org/wiki/WorkingWithGit We should add this: http://stackoverflow.com/questions/927358/how-to-undo-last-commits-in-git#927386 to: https://trac.macports.org/wiki/WorkingWithGit#revert Currently the third paragraph so

Re: How to use git

2016-08-22 Thread Mojca Miklavec
On 21 August 2016 at 22:47, Fred Wright wrote: > On Sat, 20 Aug 2016, Brandon Allbery wrote: >> On Sat, Aug 20, 2016 at 11:44 PM, Ian Wadham wrote: >> >> > Fork the repo?? >> >> github expects you to do this, yes. I don't actually recommend it because >> keeping up to date with the original repo's