On Mon, Aug 06, 2007 at 02:29:18PM +0400, Nickolay A. Burkov wrote: > Hi guys! > > I want to port application (openocd) but it is only available via svn > checkout from its homepage. > E.g. no release tgz available. > > My question is: should i check out svn trunk and build openocd source tgz by > myself > (and upload it to openbsd mirrors to redistribute) or it is okay to do svn > checkout of some openocd revision > and build release directly from ports system. > In later case depends would be svn which confuses a bit.. > > This software comes completely under GPL. > > Thanks to your reply.
make a tarball (.tar.gz is easiest with the ports system, otherwise you must set EXTRACT_SUFX in the port's Makefile) and make it available on an ftp or http server somewhere. -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org
