summaryrefslogtreecommitdiff
path: root/ftp/mirror/files/patch-lchat.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resurrect this port. Adjust master sites and assume maintainership.Cy Schubert2011-07-181-0/+164
| | | | Notes: svn path=/head/; revision=277885
* Remove unmaintained expired ports from ftpBaptiste Daroussin2011-05-021-164/+0
| | | | | | | | | | | | | | | 2011-05-01 ftp/axyftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/emacs-wget: Upstream disapear and distfile is no more available 2011-05-01 ftp/llnlxdir: Upstream disapear and distfile is no more available 2011-05-01 ftp/llnlxftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/mirror: Upstream disapear and distfile is no more available 2011-05-01 ftp/moftpd: Upstream disapear and distfile is no more available 2011-05-01 ftp/wu-ftpd: Upstream disapear and distfile is no more available 2011-05-01 ftp/xrmftp: Upstream disapear and distfile is no more available 2011-05-01 ftp/yale-tftpd: Upstream disapear and distfile is no more available Notes: svn path=/head/; revision=273464
* - The ftp/mirror port's lchat.pl file uses the old pack('S n a4 x8', ...)Beech Rintoul2009-02-221-0/+164
method for constructing a sockaddr_in to pass to connect(). This approach breaks on more recent FreeBSDs which are more strict about the first two bytes of sockaddr_in. - Patch modifies lchat.pl to use perl's &Socket'pack_sockaddr_in and &Socket'unpack_sockaddr_in functions to do the right thing. PR: ports/131911 Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us> Notes: svn path=/head/; revision=228842