aboutsummaryrefslogtreecommitdiff
path: root/ftp/pftpd
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Adopt orphan ports in ftp category.Beech Rintoul2008-01-231-1/+1
| | | | | | | Approved by: linimon (mentor, implicit) Notes: svn path=/head/; revision=206081
* - update to 1.0.2Yen-Ming Lee2007-10-192-5/+4
| | | | Notes: svn path=/head/; revision=201663
* Remove USE_REINPLACE from all categories starting with FEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161557
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149317
* Use mkstemp() instead of mktemp()Marcus Alves Grando2005-11-081-0/+4
| | | | | | | | | | Bump PORTREVISION PR: 88633 Submitted by: chinsan <chinsan.tw@gmail.com> Notes: svn path=/head/; revision=147539
* - Update to 1.0.1Jean-Yves Lefort2005-05-256-31/+82
| | | | | | | | | | | - Add a mirror site, since the primary site is temporarily unreachable - Remove RESTRICTED, as the license now allows redistribution PR: ports/81411 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=136091
* BROKEN: UnfetchableKris Kennaway2005-05-211-0/+2
| | | | Notes: svn path=/head/; revision=135781
* Drop maintainership.Oliver Eikemeier2004-05-111-1/+1
| | | | | | | | PR: 66502 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer) Notes: svn path=/head/; revision=108881
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Fix build on -currentKirill Ponomarev2003-08-011-3/+5
| | | | | | | | Submitted by: kris via bento Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=86112
* Consolidate NO_CDROM and NO_PACKAGE into RESTRICTED, and mark BROKEN onKris Kennaway2003-07-301-3/+8
| | | | | | | 5.x (does not compile) Notes: svn path=/head/; revision=85961
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Update to 0.42Patrick Li2002-05-184-6/+21
| | | | | | | | PR: 38206 Submitted by: maintainer Notes: svn path=/head/; revision=59403
* upgrade to 0.39Ying-Chieh Liao2002-05-153-4/+14
| | | | | | | | PR: 38094 Submitted by: maintainer Notes: svn path=/head/; revision=59168
* upgrade to 0.3.3Ying-Chieh Liao2002-03-282-2/+5
| | | | | | | | PR: 36422 Submitted by: maintainer Notes: svn path=/head/; revision=56797
* add WWW:Ying-Chieh Liao2002-03-171-0/+1
| | | | Notes: svn path=/head/; revision=56248
* Initial import of pftpd-0.31.Kevin Lo2002-03-175-0/+32
Pftpd is the multithreaded anonymous FTP daemon. PR: 36012 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw> Notes: svn path=/head/; revision=56244