aboutsummaryrefslogtreecommitdiff
path: root/net/omnitty
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net/omnitty: USES+= ncursesJohn Marino2016-02-051-1/+1
| | | | Notes: svn path=/head/; revision=408180
* net/omnitty: Allow greater than 32-character hostnamesJohn Marino2015-03-012-8/+27
| | | | | | | | PR: 197601 Submitted by: David (catwhisker.org) Notes: svn path=/head/; revision=380230
* Drop maintainership as I no longer use these software nor have time andRong-En Fan2015-01-161-1/+1
| | | | | | | energy to keep up. Notes: svn path=/head/; revision=377195
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-0/+1
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* - Support stagingEmanuel Haupt2014-03-141-8/+5
| | | | | | | | - USES -> gmake - New LIB_DEPENDS definition Notes: svn path=/head/; revision=348234
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Make it work with "Sun Function-Keys" XtermRong-En Fan2011-04-222-3/+16
| | | | | | | | | | - Bump PORTREVISION PR: ports/156521 Submitted by: David O'Brien (obrien@) Notes: svn path=/head/; revision=273046
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - After SA 08:01.pty, openpty() calls fork and omnitty has a bad assumptionRong-En Fan2008-02-202-0/+17
| | | | | | | | | | | | that library calls do not do that. Therefore, it's SIGCHLD handling causes a hang in wait() as openpty() already does that. Fix this by using waitpid() with WNOHANG. Diagnosed by: jhb Tested by: dhw (earlier version) Notes: svn path=/head/; revision=207621
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+1
| | | | Notes: svn path=/head/; revision=200777
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Respect DESTDIRRong-En Fan2006-08-121-2/+2
| | | | | | | | | | - Use MAN1PREFIX, instead of MANPREFIX for section 1 PR: ports/101883 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170428
* Change to my FreeBSD.org email.Rong-En Fan2006-06-271-1/+1
| | | | | | | Approved by: delphij (mentor) Notes: svn path=/head/; revision=166420
* Add omnitty 0.3.0, a curses-based SSH multiplexer.Cheng-Lung Sung2006-05-263-0/+56
PR: ports/97942 Submitted by: Rong-En Fan <rafan@infor.org> Notes: svn path=/head/; revision=163459