aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
...
* ftp/yafc: allow stagingWilliam Grzybowski2013-09-251-7/+6
| | | | | | | - Allow staging Notes: svn path=/head/; revision=328269
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20104-217/+142
| | | | | | | ftp) Notes: svn path=/head/; revision=327729
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-202-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - Fix typoSunpoet Po-Chuan Hsieh2013-09-201-1/+1
| | | | Notes: svn path=/head/; revision=327661
* - Fix build without libstdc++ by removing hardcoded libstdc++ linkage [1]Sunpoet Po-Chuan Hsieh2013-09-201-8/+8
| | | | | | | | | | - Convert to new LIB_DEPENDS format - Convert to new OPTIONS simplifier Reported by: pkg-fallout [1] Notes: svn path=/head/; revision=327657
* - Disable CFLAGS=-D* check temporarily: workaround for LDAP issue [1] and ↵Sunpoet Po-Chuan Hsieh2013-09-182-22/+38
| | | | | | | | | | | CPUTYPE [2] - Remove note in pre-configure: since it does not help to avoid bug-report mails PR: ports/177401 [1], ports/180648 [1], ports/180944 [2] Notes: svn path=/head/; revision=327585
* - convert to the new perl5 frameworkAndrej Zverev2013-09-142-4/+3
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327278
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-3/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327077
* - Cosmetic changeSunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326670
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-2/+1
| | | | Notes: svn path=/head/; revision=326494
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326491
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-042-2/+2
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=326316
* Update to 4.4.9Ganael LAPLANCHE2013-09-042-3/+3
| | | | Notes: svn path=/head/; revision=326251
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326092
* Change my ports to USES (gmake|perl5)Renato Botelho2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=325961
* - convert to the new perl5 frameworkAndrej Zverev2013-09-025-5/+8
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325955
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-212-10/+2
| | | | Notes: svn path=/head/; revision=325163
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-08-212-2/+2
| | | | Notes: svn path=/head/; revision=325161
* - Use RUN_DEPENDS:=BUILD_DEPENDSSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | | | | | - Add BUILD_DEPENDS - Cosmetic change Notes: svn path=/head/; revision=325148
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-213-4/+6
| | | | Notes: svn path=/head/; revision=325134
* Update to version 4.1.2.Dmitry Sivachenko2013-08-212-3/+3
| | | | Notes: svn path=/head/; revision=325092
* Update to version 4.1.1.Dmitry Sivachenko2013-08-192-3/+3
| | | | Notes: svn path=/head/; revision=324955
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-1415-15/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Add note about LDAP issue (-DLDAP_DEPRECATED)Sunpoet Po-Chuan Hsieh2013-08-091-0/+10
| | | | | | | PR: ports/177401 Notes: svn path=/head/; revision=324450
* - Update to 0.23Philippe Audeoud2013-08-092-3/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/CLEACH/Net-FTPSSL-0.23/Changes Notes: svn path=/head/; revision=324434
* - Fix ossl_recv() to eliminate false positive OpenSSL errorsSunpoet Po-Chuan Hsieh2013-08-072-0/+29
| | | | | | | | | | | - Bump PORTREVISION for package change Submitted by: Brett Gmoser <bgmoser@leadbidinc.com>, Sergey Lobanov <wmn@siberianet.ru> Obtained from: https://github.com/bagder/curl/commit/8a7a277c086199b Reference: http://sourceforge.net/p/curl/bugs/1249/ Notes: svn path=/head/; revision=324329
* ftp/bftpd: update to 4.0William Grzybowski2013-07-312-10/+6
| | | | | | | | | | | | | | | - Update to 4.0 [1] - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Trim Makefile header Changes: http://bftpd.sourceforge.net/downloads/CHANGELOG PR: ports/179563 [1] Submitted by: Jesse <jessefrgsmith yahoo.ca> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=324067
* - Convert to new perl frameworkAndrej Zverev2013-07-317-20/+14
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324036
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-271-9/+1
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323795
* - Reset maintainer after no response to mail since Jan 2013Steve Wills2013-07-271-2/+2
| | | | | | | | | - Clean up headers and comments while here Reviewed by: danfe Notes: svn path=/head/; revision=323794
* KDE3 and QT3 expired on 2013-07-01, remove these ports.Rene Ladan2013-07-2622-628/+0
| | | | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt Notes: svn path=/head/; revision=323748
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-261-8/+6
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323680
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-252-20/+11
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323655
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* Don't remove directory created by kdehier4 portMax Brazhnikov2013-07-221-1/+0
| | | | Notes: svn path=/head/; revision=323451
* Fix build on HEAD, by properly defining the MAKE_ENV and by actually using it.Baptiste Daroussin2013-07-191-3/+3
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=323294
* - Remove it, is duplicate with www/p5-WWW-CurlMartin Wilke2013-07-175-44/+1
| | | | | | | Reported by: culot Notes: svn path=/head/; revision=323151
* This module provides a Perl interface to libcurl. It is not intended to beMartin Wilke2013-07-175-0/+43
| | | | | | | | | | | | | a standalone module and because of this, the main libcurl documentation should be consulted for API details at http://curl.haxx.se/. WWW: http://search.cpan.org/dist/WWW-Curl/ PR: ports/180221 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=323147
* - Update to 1.0.3Martin Wilke2013-07-164-41/+52
| | | | | | | | PR: 180508 Submitted by: ports fury Notes: svn path=/head/; revision=323094
* - Update to 4.0Martin Wilke2013-07-153-34/+28
| | | | | | | | | | - Trim header PR: 180506 Submitted by: Ports Fury Notes: svn path=/head/; revision=323037
* - Fix build when security/openssl is installedSunpoet Po-Chuan Hsieh2013-07-122-3/+5
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=322824
* - Fix typoSunpoet Po-Chuan Hsieh2013-07-121-1/+1
| | | | | | | Submitted by: Herbert J. Skuhra <hskuhra@eumx.net> Notes: svn path=/head/; revision=322820
* - Update to 0.8.4Steve Wills2013-07-122-8/+4
| | | | | | | | PR: ports/179866 Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks) Notes: svn path=/head/; revision=322805
* - Bump PORTREVISION for ftp/curl shlib changeSunpoet Po-Chuan Hsieh2013-07-111-5/+4
| | | | | | | | | - While I'm here, fix hardcoded LF (^M) with USE_DOS2UNIX [1] Approved by: miwi (portmgr) Notes: svn path=/head/; revision=322785
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-1117-170/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-102-4/+2
| | | | | | | | | While here: - Trim headers - Convert some USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=322621
* Project location has changed.Dmitry Sivachenko2013-07-062-2/+2
| | | | Notes: svn path=/head/; revision=322364