PDA

View Full Version : bsd.gecko.mk


druid628
November 25th, 2008, 21:31
Hello all,
I am having an issue with some ports not installing and squawking about /usr/ports/Mk/bsd.gecko.mk . Now I had this problem once before and I resolved it because I found a copy of bsd.gecko.mk and dropped it into /usr/ports/Mk and ta-da it worked! Well I recently updated some ports and when I tried to update some ports well. I started getting that blasted error again. I can't seem to find where I picked up a copy of bsd.gecko.mk... Does anyone know why I am running into this? :\

Thanks,
.::. DruiD628 .::.

danger@
November 25th, 2008, 21:37
you can download it from for example cvsweb (http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/).

druid628
November 25th, 2008, 22:08
oh thank you! That was where I found it before!
Any thought as to why this file was/is missing?

danger@
November 25th, 2008, 22:21
What utility do you use to update your ports tree?

druid628
November 26th, 2008, 17:47
cvsup

danger@
November 26th, 2008, 21:49
Maybe you have configured cvsup to refuse Mk/ directory?

BTW I would advise you to use portsnap(8) tool for this task. It's a lot faster and unless you really need cvsup, it's a waste of time not to use it...