aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wput
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | ftp)
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-1/+1
| | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-2/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* Convert left unconverted ports in ftp to new options frameworkbapt2013-03-261-13/+9
|
* - Add UPDATING entry for gnutls updatenovel2013-02-061-2/+2
| | | | - Chase shlib version bump for dependant ports
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-2/+2
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - Mark MAKE_JOBS_USAFEamdmi32009-09-011-0/+1
| | | | | | PR: 138405 Submitted by: myself Approved by: Artyom Nosov <chip-set@mail.ru> (maintainer)
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-1/+2
|
* - Update to 0.6.2pav2008-12-184-38/+64
| | | | | | PR: ports/128892 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: Artyom Nosov <chip-set@mail.ru> (maintainer)
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Chase security/gnutls shlib version bumpnovel2008-03-031-1/+2
| | | | - Add an entry to UPDATING
* - Fix plist: don't remove directories created by mtreepav2008-01-311-12/+0
| | | | | Reported by: pointyhat Pointy hat to: beech
* - Fix (and add) pkg-plistbeech2008-01-262-3/+22
| | | | | Reported by: pointyhat via pav Approved by: linimon (mentor)
* - Update to 0.6.1beech2008-01-235-40/+65
| | | | | | | | | - Makefile cleanup PR: ports/119761 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Artyom Nosov <chip-set@mail.ru> (maintainer), linimon (mentor)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Fix MASTER_SITES.krion2005-01-031-1/+3
| | | | Approved by: portmgr (implicit)
* Update port: ftp/wput - new version (0.5)edwin2004-12-182-5/+4
| | | | | | | | There's a new version of wput out there, 0.5 PR: ports/75085 Submitted by: Pasi Hirvonen <psh@iki.fi> Approved by: ".::ChiP::." <chip-set@mail.ru>
* BROKEN: Size mismatchkris2004-11-181-0/+2
|
* Update to 0.4.1krion2004-10-122-4/+3
| | | | | PR: ports/71777 Submitted by: maintainer
* Fix handling of libgnugetopt to fix build on 5.xarved2004-09-032-20/+1
|
* Rename patch to a proper name.edwin2004-07-211-0/+0
|
* MEDIC! We have a mortally wounded distfile here!edwin2004-07-101-0/+2
| | | | | | | (it's a sad thing if you can't even do "cvs delete" in your ports directory without loosing all kinds of important files) Noticed by: eik
* Distfile has been rerolled with fix initialy found in files/patch-src::ftp.cedwin2004-07-103-36/+1
| | | | Noticed by: kris / pointyhat
* Update ftp/wput to version 0.4 (with smarter upload options)edwin2004-07-085-33/+71
| | | | | | PR: ports/68684 Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: ChiP <chip-set@mail.ru>
* - Use PLIST_FILES knobkrion2004-03-092-5/+5
| | | | | PR: ports/63926 Submitted by: maintainer
* Unbreak by chasing checksum. The version was silently updated to 0.3.6dkris2004-03-062-2/+4
| | | | and a minor bug fix was made to the source.
* - Add USE_AUTOCONF_VER=253krion2004-01-121-1/+2
| | | | | PR: 61223 Submitted by: Nosov Artem <chip-set@mail.ru> (maintainer)
* Add wput 0.3.6,krion2003-12-086-0/+78
wput is a tiny program that looks like wget and does as the name suggests exactly the opposite: it uploads files or recursivly whole directories to a ftp-server and supports resuming. PR: 60032 Submitted by: Nosov Artem <chip-set@mail.ru>