Re: [123123] trunk/dports/gnome/gtk-doc/Portfile

2014-08-29 Thread Lawrence Velázquez
I just reverted r123123 and successfully built appstream-glib from scratch in a Lion VM with the system Vim (MacPorts vim deactivated). I'm inclined to think that #44546 was resolved incorrectly. vq On Aug 29, 2014, at 10:58 PM, Jeremy Huddleston Sequoia wrote: > This introduces a dependenc

Re: [123123] trunk/dports/gnome/gtk-doc/Portfile

2014-08-29 Thread Jeremy Huddleston Sequoia
This introduces a dependency cycle which prevents a ton of stuff from building =( gtk2 depends on gtk-doc gtk-doc depends on vim vim+gtk2 depends on gtk2 The workaround is to first install vim -gtk2, then install gtk-doc, then install vim +gtk2. Please find another way. > On Aug 5, 2014, at 1

Re: [124825] trunk/dports/lang/dmd/Portfile

2014-08-29 Thread Takeshi Enomoto
Hi, The stealth updates of dmd and phobos were handled in r124868 and r124869, respectively. Regards Takeshi - Takeshi Enomoto take...@macports.org ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailm

Re: An update on 'port reclaim' and 'port doctor'

2014-08-29 Thread Joshua Root
On 2014-8-30 04:39 , Kyle Sammons wrote: > There is also a configuration file for doctor > located in, "/opt/local/var/macports/port_doctor.ini" Should that be etc rather than var? - Josh ___ macports-dev mailing list macports-dev@lists.macosforge.org h

Re: An update on 'port reclaim' and 'port doctor'

2014-08-29 Thread Frank Schima
Hi again, I just discovered a nasty bug in port reclaim: ... Found distfile: .bash_history Removing distfile: .bash_history Found distfile: .bash_profile Removing distfile: .bash_profile Found distfile: .DS_Store Removing distfile: .DS_Store ... Yes, it deleted my ~/.bash_profile!! Hopefully th

Re: An update on 'port reclaim' and 'port doctor'

2014-08-29 Thread Frank Schima
Hi Kyle, Thanks for working on this! I have some comments below: On Aug 29, 2014, at 12:39 PM, Kyle Sammons wrote: > port reclaim - Removes all unneeded distfiles currently on the system, and > offers to uninstall all inactive applications, if the user desires. I tried to use this for the f

Re: An update on 'port reclaim' and 'port doctor'

2014-08-29 Thread Daniel J. Luke
On Aug 29, 2014, at 2:39 PM, Kyle Sammons wrote: > > port reclaim - Removes all unneeded distfiles currently on the system, and > offers to uninstall all inactive applications, if the user desires. yay! > port doctor - Checks for common issues on the users system, and if found, > suggests wa

An update on 'port reclaim' and 'port doctor'

2014-08-29 Thread Kyle Sammons
Hey everyone, I'm Kyle, and I was the one working on the GSoC project, "Project Clean Up Stuff", which is now finished. During the project I've added two new commands to port, "port reclaim" and "port doctor" (though we may be changing 'doctor' to something else in the near future), both of which

Re: [124825] trunk/dports/lang/dmd/Portfile

2014-08-29 Thread Ryan Schmidt
> On Aug 28, 2014, at 7:02 PM, Takeshi Enomoto wrote: > > Dear Ryan and all, > >> I presume a stealth update occurred? You need to handle it this way: >> >> https://trac.macports.org/wiki/PortfileRecipes#stealth-updates >> >> Otherwise users (like me) who already got the previous distfile wil