aboutsummaryrefslogtreecommitdiff
path: root/picobsd/ssh-picobsd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* As previously announced, remove ports/picobsd/ssh-picobsd due to long-Mark Linimon2004-11-281-76/+0
| | | | | | | | | | standing build problems. Since it was the last port in the picobsd category, remove it, too. Discussed with: kris Notes: svn path=/head/; revision=122703
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENKris Kennaway2004-06-211-0/+2
| | | | | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS. Notes: svn path=/head/; revision=111956
* - Remove empty files [1]Pav Lucistnik2004-06-201-7/+7
| | | | | | | | | | - While here, portlint PR: ports/68068 [1] Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=111880
* BROKEN: Install failsKris Kennaway2004-04-111-0/+2
| | | | Notes: svn path=/head/; revision=106715
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* update list of MASTER_SITES.Luigi Rizzo2001-08-271-8/+5
| | | | | | | | | | | | | | | | | | It is a bad idea to put identifiers such as /.w2/ below into URLs. ftp://ftp.cronyx.ru/.w2/mirror/ssh/old/ This problem appears to exist on other ports such as devel/codecrusader editors/staroffice52 graphics/fli2gif security/rsaref security/ssh www/linux-netscape6 Notes: svn path=/head/; revision=46984
* Ports policy:Maxim Sobolev2001-05-221-1/+1
| | | | | | | | Ensure that the master category is always matches name of the parent (category) directory. This is required for ORIGIN to function properly. Notes: svn path=/head/; revision=42934
* New port: stripped-down ssh version to be used in picobsd images.Luigi Rizzo2001-04-221-0/+74
"stripped down" refers to the fact that we build a single binary which includes ssh, sshd and scp functionality without having to bring in 3 copies of mostly the same code. Requests to add this category and this port have been posted on the ports list and directly to satoshi over the past few months. I assume no reply means no problem. Notes: svn path=/head/; revision=41796