aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.4.13Ganael LAPLANCHE2013-12-103-12/+11
| | | | | | | | | | - Update MASTER_SITES PR: ports/184548 Submitted by: olgeni Notes: svn path=/head/; revision=336057
* Update to version 4.1.4;Dmitry Sivachenko2013-12-063-19/+22
| | | | | | | convert to staging. Notes: svn path=/head/; revision=335723
* - Fix USE_PYTHONSunpoet Po-Chuan Hsieh2013-11-302-28/+2
| | | | | | | - Use PYDISTUTILS_AUTOPLIST Notes: svn path=/head/; revision=335346
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-303-166/+98
| | | | | | | | | | | | | | | | - Sort OPTIONS - Convert to new options helper - Fix shebang - Reword pre-fetch: message and change variables: - Change CERTFILE to TLS_CERTFILE - Change WITH_LANG to LANG - Support STAGEDIR - Simplify Makefile - Cosmetic change - Reformat pkg-descr Notes: svn path=/head/; revision=335344
* - Update to 0.8.5Sunpoet Po-Chuan Hsieh2013-11-302-6/+6
| | | | | | | | | - Use LIB_DEPENDS Changes: https://github.com/taf2/curb/commits/master Notes: svn path=/head/; revision=335340
* - Use PORTDOCS and PORTEXAMPLESSunpoet Po-Chuan Hsieh2013-11-302-214/+4
| | | | | | | - Simplify Makefile Notes: svn path=/head/; revision=335277
* - use STAGEDIRDirk Meyer2013-11-272-26/+14
| | | | Notes: svn path=/head/; revision=335063
* Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).David Naylor2013-11-271-1/+0
| | | | | | | | | | | | Since this patch converts all affected ports, bsd.cran.mk no longer supports NO_STAGE and errors out if NO_STAGE is set. Exp-run: ports/184216 Reviewed by: bdrewery Approved by: portsmgr, wen Notes: svn path=/head/; revision=335044
* - Update to 0.46Sunpoet Po-Chuan Hsieh2013-11-272-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/File-Fetch/CHANGES Notes: svn path=/head/; revision=335040
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-251-5/+6
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=334837
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jMathieu Arnold2013-11-241-1/+1
| | | | | | | - Replace some FIND ... CPIO with COPYTREE_SHARE. Notes: svn path=/head/; revision=334748
* - Convert to USES=qmake (and other USES while I'm here)Max Brazhnikov2013-11-221-7/+3
| | | | | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334586
* Deprecated ports broken for more than 6 monthBaptiste Daroussin2013-11-221-0/+3
| | | | Notes: svn path=/head/; revision=334555
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-201-1/+2
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=334381
* - Convert to USES=tclPietro Cerutti2013-11-191-7/+6
| | | | | | | - Convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=334316
* - Use new LIB_DEPENDS formatGanael LAPLANCHE2013-11-152-41/+21
| | | | | | | | | - Fix shebang of helper scripts - Switch to new options format - Always stage documentation Notes: svn path=/head/; revision=333856
* Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;Brendan Fabeny2013-11-131-1/+1
| | | | | | | | | adjust dependent ports Reviewed by: pfg, thierry, tota Notes: svn path=/head/; revision=333659
* Make use of DESTDIR. That way we do not have to add STAGEDIR to MAKE_ENV.Emanuel Haupt2013-11-112-3/+1
| | | | Notes: svn path=/head/; revision=333516
* Support stage.Emanuel Haupt2013-11-113-7/+18
| | | | Notes: svn path=/head/; revision=333515
* - support STAGEDIRAndrej Zverev2013-11-032-4/+2
| | | | Notes: svn path=/head/; revision=332594
* - Strip shared librarySunpoet Po-Chuan Hsieh2013-11-021-1/+2
| | | | | | | - Use += for CONFIGURE_ENV Notes: svn path=/head/; revision=332519
* - Fix build when both GSSAPI and SPNEGO options are onSunpoet Po-Chuan Hsieh2013-11-021-3/+2
| | | | | | | | | When SPNEGO option is on, LOCALBASE/include/fbopenssl was added to the search path of include files. It causes build failure when "#include <gssapi.h>" wants /usr/include/gssapi/gssapi.h. Notes: svn path=/head/; revision=332465
* - convert php53 ports to STAGEFlorian Smeets2013-11-012-2/+0
| | | | | | | - convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=332429
* Stagify Gstreamer ports.Koop Mast2013-11-011-1/+0
| | | | | | | | | | | | | Fix build of gstreamer and gstreamer1 with glib 2.38.x [1]. Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix, new LIB_DEPENDS syntax. Only pull in flex if base version is too old. Be more selective for which OSVERSIONS we need gcc due to the clang bug. Obtained from: Gstreamer upstream [1] Notes: svn path=/head/; revision=332416
* . Support STAGERenato Botelho2013-10-312-14/+35
| | | | | | | . Simplify Makefile Notes: svn path=/head/; revision=332301
* - Fix PLISTSunpoet Po-Chuan Hsieh2013-10-312-0/+2
| | | | | | | | | | | - Bump PORTREVISION for package change PR: ports/183388 [1] Submitted by: avilla [1] Reported by: antoine Notes: svn path=/head/; revision=332247
* - Split the library part of multimedia/rtmpdump into multimedia/librtmp.Hiroki Sato2013-10-311-1/+1
| | | | | | | | | - Update ports depending on librtmp. - Add instruction to avoid a build error in multimedia/rtmpdump under a specific condition. Notes: svn path=/head/; revision=332194
* Stagify.Alex Dupre2013-10-304-4/+0
| | | | Notes: svn path=/head/; revision=332107
* - Support stageKevin Lo2013-10-305-16/+32
| | | | | | | - Silent warnings Notes: svn path=/head/; revision=332071
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332044
* - Reword COMMENT: remove "very"Sunpoet Po-Chuan Hsieh2013-10-281-1/+1
| | | | | | | Suggested by: eadler Notes: svn path=/head/; revision=331833
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-263-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Fix compilation of ftp/wget when perl 5.18 is installed.Vasil Dimov2013-10-241-0/+11
| | | | | | | | | | Patch from upstream repo suggested by Anton Yuzhaninov <citrin@citrin.ru>. PR: ports/182159 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Notes: svn path=/head/; revision=331489
* - Return ports to the poolAlex Kozlov2013-10-233-3/+3
| | | | | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) Notes: svn path=/head/; revision=331423
* - Update to 7.33.0Sunpoet Po-Chuan Hsieh2013-10-233-15/+15
| | | | | | | | | Changes: http://curl.haxx.se/changes.html PR: ports/183151 Exp-run by: bdrewery Notes: svn path=/head/; revision=331390
* - Support stagingMax Brazhnikov2013-10-231-2/+0
| | | | | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes Notes: svn path=/head/; revision=331383
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-226-6/+0
| | | | | | | | | the mtree (categories starting with [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2013-10-201-154/+68
| | | | | | | | - Convert to new options helper - Remove --disable-threaded-resolver from CONFIGURE_ARGS, it is handled by THREADED_RESOLVER option Notes: svn path=/head/; revision=331044
* STAGIFYBrooks Davis2013-10-181-10/+8
| | | | Notes: svn path=/head/; revision=330748
* - Add SSP supportSunpoet Po-Chuan Hsieh2013-10-152-12/+38
| | | | Notes: svn path=/head/; revision=330415
* Remove all options bringing gnome1 librariesBaptiste Daroussin2013-10-152-10/+0
| | | | Notes: svn path=/head/; revision=330378
* Update tp version 4.1.3.Dmitry Sivachenko2013-10-142-3/+3
| | | | Notes: svn path=/head/; revision=330287
* Update GNUstep FTP to the latest release.David Chisnall2013-10-083-8/+7
| | | | Notes: svn path=/head/; revision=329799
* - Fix STAGEDIR supportSunpoet Po-Chuan Hsieh2013-10-071-1/+1
| | | | | | | Reported by: makc Notes: svn path=/head/; revision=329721
* Support staging; cleanup !NOPORTDOCS -> PORT_OPTIONS:MDOCSMatthias Andree2013-10-062-8/+10
| | | | Notes: svn path=/head/; revision=329633
* - Fix build with curl 7.32.0Sunpoet Po-Chuan Hsieh2013-10-061-14/+13
| | | | | | | | Submitted by: sunpoet (myself) Approved by: maintainer (no objection, via e-mail) Notes: svn path=/head/; revision=329621
* - Update to 7.32.0Sunpoet Po-Chuan Hsieh2013-10-066-72/+84
| | | | | | | | | | | | | | | - Turn COOKIES on by default - Support STAGEDIR Note: - mk-ca-bundle.1 will not be installed. Use http://curl.haxx.se/docs/caextract.html instead Changes: http://curl.haxx.se/changes.html PR: ports/181510 Exp run by: drewery Notes: svn path=/head/; revision=329619
* Add stage support for linux-f10-* ports maintained by emulation@Rene Ladan2013-10-061-6/+3
| | | | | | | (category ftp). Notes: svn path=/head/; revision=329557