aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* Merge r317659 by ale from ftp/php5-ftp:Florian Smeets2013-05-101-5/+4
| | | | | | | | | | Make ssl support deterministic. Requested by: Mark Felder <feld@feld.me> Tested by: Mark Felder <feld@feld.me> Notes: svn path=/head/; revision=317821
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-05-081-8/+3
| | | | | | | | - Restore mis-removed tab between USES= and pathfix - Cleanup Makefile header Notes: svn path=/head/; revision=317691
* Make ssl support deterministic.Alex Dupre2013-05-081-0/+4
| | | | Notes: svn path=/head/; revision=317659
* - Update to 20130505Bryan Drewery2013-05-062-11/+6
| | | | | | | | | | - Pass maintainership to submitter PR: ports/178374 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Notes: svn path=/head/; revision=317543
* - Use CERTFILE for custom certificate locationSunpoet Po-Chuan Hsieh2013-05-061-4/+3
| | | | | | | | PR: ports/176614 Requested by: Ilya Pizik <ilya.pizik@gmail.com> Notes: svn path=/head/; revision=317534
* - Fix shebang line for users without USE_PERL=yesSunpoet Po-Chuan Hsieh2013-05-061-2/+1
| | | | | | | | PR: ports/177481 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> Notes: svn path=/head/; revision=317533
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-064-6/+5
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Fix installation of ports that rely on cp -n for installing files. r245960Florian Smeets2013-05-041-3/+3
| | | | | | | | | | | | | | changed cp to exit with a non-zero exit code if the file exists and is not overwritten thus causing ports to fail installing when e.g. trying to cp .default -> .conf files that already exist. We just ignore the error and continue, as we used to. Reported by: jaset Approved by: portmgr (bapt) Notes: svn path=/head/; revision=317389
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-0/+1
| | | | Notes: svn path=/head/; revision=317220
* Update to version 4.0.Dmitry Sivachenko2013-04-303-8/+9
| | | | Notes: svn path=/head/; revision=316932
* - Update to 0.8.3Martin Wilke2013-04-307-116/+167
| | | | | | | | PR: 178152 Submitted by: Ports Fury Notes: svn path=/head/; revision=316874
* - Update to 1.42Martin Wilke2013-04-303-37/+33
| | | | | | | | PR: 177924 Submitted by: Ports Fury Notes: svn path=/head/; revision=316867
* Add Gstreamer 1.0.7. This is the new stable version of theKoop Mast2013-04-272-0/+14
| | | | | | | | | | | | | | | | | | Gstreamer multimedia framework. Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter for the porters handbook about gstreamer is a work in progress. X related plugins are now stand alone. The gio plugin is now part of the gstreamer1-plugins port and the oss plugins are now part of the gstreamer1-plugins-good port. Note that the pulseaudio plugin is missing because it needs a newer version of pulseaudio. Also there are still a number of plugins from -bad which haven't been ported to the 1.0 API yet. Notes: svn path=/head/; revision=316693
* - Update to 0.42Frederic Culot2013-04-272-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/File-Fetch/CHANGES Notes: svn path=/head/; revision=316686
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-276-8/+6
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Convert from USE_GETTEXT to USES= gettextBaptiste Daroussin2013-04-262-19/+13
| | | | | | | | | While here: - Trim some headers - Convert to new options framework Notes: svn path=/head/; revision=316624
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-263-4/+3
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-249-9/+9
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Convert to USES=gettextEmanuel Haupt2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316340
* Convert f* to USES=pkgconfigBaptiste Daroussin2013-04-232-7/+3
| | | | Notes: svn path=/head/; revision=316339
* Fix NLS supportPawel Pekala2013-04-201-2/+1
| | | | | | | | | PR: ports/177353 (based on) Submitted by: Norihiko Murase <mur1080224@inter7.jp> Feature safe: yes Notes: svn path=/head/; revision=316138
* ftp/wget:Vasil Dimov2013-04-182-11/+1
| | | | | | | | | | | Non-functional change - replace a patch file with a sed command. PR: ports/177792 Submitted by: jgh@ Feature safe: yes Notes: svn path=/head/; revision=316019
* ftp/wget:Vasil Dimov2013-04-111-2/+2
| | | | | | | | | | | | * Fix a typo in options variable (introduced in r315271) * Whitespace change to align the values PR: ports/177662 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Approved by: portmgr Notes: svn path=/head/; revision=315782
* - Fix build on amd64Emanuel Haupt2013-04-024-9/+26
| | | | | | | | | - Provide NLS option Approved by: portmgr (bapt) Notes: svn path=/head/; revision=315672
* - Mark BROKEN fails to buildMartin Wilke2013-04-021-0/+1
| | | | | | | | | | | | | rpath=/usr/lib:/usr/local/lib -lssl -lcrypto -lz ld: unrecognized option '-Wl,-rpath=/usr/lib:/usr/local/lib' ld: use the --help option for usage information gmake: *** [librexxcurl.so] Error 1 *** Error code 1 Approved by: portmgr Notes: svn path=/head/; revision=315667
* For perl@ owned ports:Eitan Adler2013-03-292-2/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Update to 20130325Martin Wilke2013-03-289-25/+19
| | | | | | | | PR: 177377 Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> (maintainer) Notes: svn path=/head/; revision=315454
* Convert left unconverted ports in ftp to new options frameworkBaptiste Daroussin2013-03-267-141/+102
| | | | Notes: svn path=/head/; revision=315271
* - Fix build after glib update [1]Pawel Pekala2013-03-241-5/+9
| | | | | | | | | | - Fix few portlint warnings PR: ports/177134 [1] Submitted by: John Marino <draco@marino.st> Notes: svn path=/head/; revision=315153
* - Update to 2.6.2Jose Alonso Cardenas Marquez2013-03-231-1/+1
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=314989
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-192-2/+2
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Fix a long standing bug of lib/charset.alias being overwritten, modified, ↵Baptiste Daroussin2013-03-181-5/+2
| | | | | | | | | | | | | | | | | and badly tracked by ports. Make lib/charset.alias a file only provided by converters/libiconv Create a new USES: charsetfix, that will modify in post patch the Makefile.in to prevent a port from modifying/overwritting the charset.alias file during make install. Prevent devel/gettext from installing that files. Fix a couple of ports that actually touch charset.alias during the build phase. Based on a patch by ale (http://lists.freebsd.org/pipermail/freebsd-gnome/2012-October/027747.html) Approved by: kwm (gnome) Exp-run by: miwi Notes: svn path=/head/; revision=314556
* Update to 4.4.5Ganael LAPLANCHE2013-03-182-3/+3
| | | | Notes: svn path=/head/; revision=314538
* Update to version 3.7.2.Dmitry Sivachenko2013-03-182-3/+3
| | | | Notes: svn path=/head/; revision=314528
* Correct PORTREVISIONMartin Wilke2013-03-181-1/+1
| | | | | | | Reported by: bf@ Notes: svn path=/head/; revision=314518
* - Unbreak buildMartin Wilke2013-03-171-4/+2
| | | | Notes: svn path=/head/; revision=314503
* In categories starting with [efg], remove empty lines from pkg-plist (exceptAlexey Dokuchaev2013-03-171-1/+0
| | | | | | | for `graphics/kipi-plugins'). Notes: svn path=/head/; revision=314438
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-151-14/+2
| | | | | | | - Trim header Notes: svn path=/head/; revision=314268
* - adopt optionsNG and trim historical headersJason Helfman2013-03-141-6/+4
| | | | | | | | | | | | | | | | | | | PR: 176928 PR: 176936 PR: 176937 PR: 176938 PR: 176939 PR: 176940 PR: 176941 PR: 176942 PR: 176943 PR: 176944 PR: 176945 Submitted by: jgh@ Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314133
* 2013-03-05 ftp/proma: Broken for more than 6 monthBaptiste Daroussin2013-03-096-98/+0
| | | | | | | | | | | | 2013-03-05 vietnamese/vnelvis: Broken for more than 6 month 2013-03-05 devel/rubygem-ncursesw: Broken for more than 6 month 2013-03-05 www/wyvern: Broken for more than 6 month 2013-03-05 devel/xlslib: Broken for more than 6 month 2013-03-05 mail/firetray: Broken for more than 6 month 2013-03-05 vietnamese/vnterm: Broken for more than 6 month Notes: svn path=/head/; revision=313778
* Fix build with disabled IPv6Martin Matuska2013-03-082-0/+13
| | | | | | | | Resolved by: Marco Steinbach Reported by: Paul Macdonald Notes: svn path=/head/; revision=313680
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-1/+1
| | | | Notes: svn path=/head/; revision=313649
* - Update to 1.95-4.1TAKATSU Tomonari2013-03-072-4/+3
| | | | Notes: svn path=/head/; revision=313607
* Update proftpd to 1.3.4cMartin Matuska2013-03-073-4/+4
| | | | Notes: svn path=/head/; revision=313596
* update math/R to 2.15.3, and adjust dependent portsBrendan Fabeny2013-03-071-1/+1
| | | | Notes: svn path=/head/; revision=313562
* - Please welcome back Chris Petrik as maintainer ofBryan Drewery2013-03-074-20/+7
| | | | | | | | | | | | | | these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt Notes: svn path=/head/; revision=313559
* Update to 4.4.4Ganael LAPLANCHE2013-03-052-3/+3
| | | | Notes: svn path=/head/; revision=313440