Cannot connect to X server

2015-12-18 Thread Joshua Root
Brandon Allbery wrote: > On Thu, Dec 17, 2015 at 4:23 PM, Eneko Gotzon > wrote: > >> As being just an humble user, do you think advisable to also install the >> xinit port? (Responsible for configuring the initial environment when X11 >> starts up) > > > xinit also has the launchd

Re: Cannot connect to X server

2015-12-18 Thread Eneko Gotzon
On Fri, Dec 18, 2015 at 12:22 PM, Joshua Root wrote: > The xorg-server port has a dependency on xinit, so installing the > former will also get you the latter. > Verified: xinit is already installed. Thank you Joshua. -- Eneko Gotzon Ares enekogot...@gmail.com

How to obtain a list of ports which were recently added?

2015-12-18 Thread Kurt Pfeifle
I am interested to learn about newly added ports. Is there a "port list" command that can sort ports according to their release date? Most likely, at the present time, there's none. Is there another method (web interface or trac ticket query or ...?) which I could employ to find *quickly* out

Re: How to obtain a list of ports which were recently added?

2015-12-18 Thread Rainer Müller
On 2015-12-18 16:20, Kurt Pfeifle wrote: > I am interested to learn about newly added ports. > > Is there a "port list" command that can sort ports according to their > release date? > > Most likely, at the present time, there's none. > > Is there another method (web interface or trac ticket

where is gdb executable installed?

2015-12-18 Thread Murray Eisenberg
I installed gdb @7.9.1_3 , but “which gdb” doesn't return anything. Where is the gdb executable installed?___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-users

Re: where is gdb executable installed?

2015-12-18 Thread Brandon Allbery
On Fri, Dec 18, 2015 at 6:43 PM, Murray Eisenberg wrote: > I installed gdb @7.9.1_3 , but “which gdb” doesn't return anything. > > Where is the gdb executable installed? > jinx:14839 Z$ port contents gdb Port gdb contains: /opt/local/bin/ggdb (...) -- brandon s

Re: where is gdb executable installed?

2015-12-18 Thread Murray Eisenberg
OK, thanks. I was mislead by “port info gdb” which doesn’t mention a name other than gdb. > On Dec 18, 2015, at 6:53 PM, Brandon Allbery wrote: > > On Fri, Dec 18, 2015 at 6:43 PM, Murray Eisenberg > wrote: >

Re: How to obtain a list of ports which were recently added?

2015-12-18 Thread Kurt Pfeifle
On Fri, Dec 18, 2015 at 9:00 PM, < macports-users-requ...@lists.macosforge.org> wrote: > At the moment, you can only filter the Subversion commit log and look > for added Portfiles. With a little bit of quick hacking I came up with > this command, which prints the port directories added in the

Re: How to obtain a list of ports which were recently added?

2015-12-18 Thread Kurt Pfeifle
On Fri, Dec 18, 2015 at 10:01 PM, Kurt Pfeifle wrote: > > On Fri, Dec 18, 2015 at 9:00 PM, < > macports-users-requ...@lists.macosforge.org> wrote: >> >> svn log -v -r"{$(date -v-2w +'%Y-%m-%d')}":HEAD >> https://svn.macports.org/repository/macports/trunk/dports \ >>