On Dec 26, 2007 1:09 PM, Joco Salvatti <[EMAIL PROTECTED]> wrote: > Hi all, > > Does anyone know if there is a repository in which I could get the > source code of some OpenBSD packages? I've been searching about it, > but could not find any on the web. I know the ones belonging to the > base system may be retrieved through CVS, but what about the other > ones? > > Thanks in advance for the time wasted reading this e-mail...
OpenBSD packages are built through the ports system, which only includes pointers to where to get the source code + patches to that sourcecode to make it run on OpenBSD. Download ports.tar.gz, extract it (into /usr/ports, canonically) and read the Makefile for the program you want. It'll have the URL you want. -Nick

