On Sun, August 22, 2010 9:36 pm, Nikolai Lifanov wrote: > I don't seem to be able to update pkgsrc right now... > I need to rebuild nginx with flv support for a streaming project at > work. I would appreciate any help.
If I recall correctly... The git repo of pkgsrc from dragonflybsd.org was originally a conversion from CVS; the NetBSD.org servers now actually have a git repo to pull from, but it has a different branch name - master, not vendor. See in your output - there's a 'master' branch, but no 'vendor'. > From git://git.dragonflybsd.org/pkgsrc > * [new branch] master -> origin/master > * [new branch] pkgsrc-2010Q1 -> origin/pkgsrc-2010Q1 > * [new branch] pkgsrc-2010Q2 -> origin/pkgsrc-2010Q2 > cd /usr/pkgsrc && git branch vendor origin/vendor > fatal: Not a valid object name: 'origin/vendor'. If you edit /usr/Makefile and change "vendor" to "master" the three times it appears, it should work. I am saying this without testing it...