aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* - Convert somewhat cryptic sed(1) code to a patch, and get rid of theAlexey Dokuchaev2014-12-052-10/+38
| | | | | | | | post-patch target altogether - Remove seemingly useless include of <bsd.port.options.mk> while here Notes: svn path=/head/; revision=374074
* - Resurrect, unbreak, stagify, modernize MakefileAlexey Dokuchaev2014-12-057-0/+279
| | | | | | | | | | | | | - Switch to the tar.bz2 distfile (it is 37% smaller) - Fix a segmentation fault (patch obtained from Gentoo) - Define LICENSE (GPLv2) and make GUI compulsory for now (when configured for non-GUI, it doesn't install universally required `gftprc' file, and generally requires more work to correctly decouple frontend programs) - Rename one ::-containing patch file, remove unneeded ones - Cleanup MASTER_SITES, update pkg-plist and pkg-descr Notes: svn path=/head/; revision=374057
* - Allow on > 9.xDmitry Marakasov2014-12-042-7/+9
| | | | | | | | - Fix ONLY_FOR_ARCHS - Check OPSYS along with OSVERSION Notes: svn path=/head/; revision=373969
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=373636
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-2621-283/+275
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Update to 7.39.0Sunpoet Po-Chuan Hsieh2014-11-241-11/+0
| | | | | | | Changes: http://curl.haxx.se/changes.html Notes: svn path=/head/; revision=373349
* - Update to 0.6.2Sunpoet Po-Chuan Hsieh2014-11-242-5/+5
| | | | | | | | | | - Update and sort MASTER_SITES Changes: http://sourceforge.net/projects/tftpy/files/README/view https://github.com/msoulier/tftpy/blob/master/ChangeLog Notes: svn path=/head/; revision=373284
* - Update to 7.39.0Sunpoet Po-Chuan Hsieh2014-11-243-4/+16
| | | | | | | Changes: http://curl.haxx.se/changes.html Notes: svn path=/head/; revision=373231
* Switch to USES=pgsqlChris Rees2014-11-223-3/+3
| | | | Notes: svn path=/head/; revision=373091
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-192-13/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed Notes: svn path=/head/; revision=372768
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Upgrade CentOS to 6.6Johannes Jost Meixner2014-11-112-7/+8
| | | | | | | | | | | | | | | | | | | | | - Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=372445
* ftp/wget: Upgrade from 1.15_2 to 1.16Vasil Dimov2014-11-062-4/+3
| | | | | | | | | PR: ports/194784 Submitted by: Yasuhiro KIMURA Security: CVE-2014-4877 Notes: svn path=/head/; revision=372226
* - Update to 0.25Philippe Audeoud2014-11-042-3/+3
| | | | Notes: svn path=/head/; revision=372147
* - Update from 20141031 to 20141104Danilo Egea Gondolfo2014-11-042-3/+3
| | | | Notes: svn path=/head/; revision=372144
* ftp/vsftpd(-ext): USES=alias to fix build on DragonFlyJohn Marino2014-11-012-1/+2
| | | | Notes: svn path=/head/; revision=371982
* - Update from 20130505 to 20141031Danilo Egea Gondolfo2014-10-312-3/+3
| | | | | | | | | - Fix CVE-2014-8517 MFH: 2014Q4 Notes: svn path=/head/; revision=371898
* Drop maintainership of all remaining ports where I am listed.Anders Nordby2014-10-291-1/+1
| | | | | | | No time for this unfortunately. Notes: svn path=/head/; revision=371714
* ftp/filezilla: 3.9.0.5 -> 3.9.0.6Kurt Jaeger2014-10-292-4/+4
| | | | | | | | | | | | - Upstream released 3.9.0.6 with SSLv3 disabled in response to the POODLE vulnerability. - Submitter becomes maintainer PR: 194597 Submitted by: matthew@reztek.cz Notes: svn path=/head/; revision=371660
* Revert part of r371277Antoine Brodin2014-10-282-0/+2
| | | | Notes: svn path=/head/; revision=371624
* - Reassign to the heap after jsa@'s bit was taken in for safekeepingFrederic Culot2014-10-231-1/+1
| | | | Notes: svn path=/head/; revision=371393
* Update to 4.6.0Ganael LAPLANCHE2014-10-222-3/+3
| | | | Notes: svn path=/head/; revision=371344
* ftp/vsftpd-ext: fix build for 9.1 i386Kurt Jaeger2014-10-211-1/+1
| | | | | | | | PR: 193989 Submitted by: Xu Jing <xjflyttp@gmail.com> (maintainer) Notes: svn path=/head/; revision=371336
* Clean up plistBaptiste Daroussin2014-10-2042-271/+5
| | | | Notes: svn path=/head/; revision=371277
* - Convert ports from french/ and ftp/ to new USES=pythonMarcus von Appen2014-10-193-10/+9
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371201
* Remove @dirrm/@dirrmty from my portsGanael LAPLANCHE2014-10-131-3/+0
| | | | Notes: svn path=/head/; revision=370757
* - Update from 4.3 to 4.4Danilo Egea Gondolfo2014-10-102-4/+4
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=370590
* - Fix threaded-resolverSunpoet Po-Chuan Hsieh2014-10-092-1/+12
| | | | | | | | | | | - Bump PORTREVISION for package change PR: ports/193972 Submitted by: bsduser <local@o2.pl>, mickael.maillot@gmail.com Obtained by: https://github.com/bagder/curl/commit/d9762a7cdb35e70f8cb0bf1c2f8019e8391616e1 Notes: svn path=/head/; revision=370549
* Do not overwrite USES from slave portsBaptiste Daroussin2014-10-081-1/+1
| | | | Notes: svn path=/head/; revision=370462
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-1/+0
| | | | Notes: svn path=/head/; revision=370444
* Convert to USES=charsetfix and USES=libtoolTijl Coosemans2014-10-053-59/+1
| | | | Notes: svn path=/head/; revision=370109
* - Update devel/libtool and devel/libltdl to version 2.4.2.418Tijl Coosemans2014-10-051-0/+1
| | | | | | | | | | | | | | | | | | | - Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=370099
* Convert to USES=hordeBaptiste Daroussin2014-09-301-5/+2
| | | | Notes: svn path=/head/; revision=369675
* ftp/vsftpd-ext: resurrect, upgrade 2.3.5 -> 3.0.2, stagifyKurt Jaeger2014-09-269-0/+285
| | | | | | | | | | | | Extended build of vsftpd with additional features. WWW: http://vsftpd.devnet.ru/eng/ PR: 193916 Submitted by: Xu Jing <xjflyttp@gmail.com> Notes: svn path=/head/; revision=369343
* Convert to USES=pearBaptiste Daroussin2014-09-231-7/+2
| | | | Notes: svn path=/head/; revision=369088
* Update CentOS base to 6.5, add userland portsJohannes Jost Meixner2014-09-225-7/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=368845
* - Update to 1.95-4.3TAKATSU Tomonari2014-09-222-5/+4
| | | | | | | - Specify LICENSE BSD -> BSD3CLAUSE Notes: svn path=/head/; revision=368804
* ftp/filezilla: 3.9.0.3 -> 3.9.0.5Kurt Jaeger2014-09-213-121/+119
| | | | | | | | | | | | | - fixed the NLS option - USE_GCC from '4.7+' to 'yes' - update PR: 188970 Submitted by: Trond.Endrestol@ximalas.info Approved by: jsa (maintainer timeout) Notes: svn path=/head/; revision=368720
* Remove FORBIDDEN that references vuxml. We already have vuxml, portauditBryan Drewery2014-09-201-2/+0
| | | | | | | | | | | | | | | and pkg audit to handle this. The user can make their own decision as to whether or not they want to use vulnerable ports or packages. Using FORBIDDEN like this is not proper. It should only be used in extreme cases. In the meantime, the new Linux ports are being tested and should arrive soon. With hat: portmgr Notes: svn path=/head/; revision=368642
* Update to 4.5.1.Dmitry Sivachenko2014-09-152-3/+3
| | | | Notes: svn path=/head/; revision=368249
* Use default LIBTOOLIZE_ARGSTijl Coosemans2014-09-132-2/+0
| | | | Notes: svn path=/head/; revision=368126
* - Fix nghttp2 version requirementSunpoet Po-Chuan Hsieh2014-09-121-2/+3
| | | | | | | - Bump PORTREVISION for www/nghttp2 shlib change Notes: svn path=/head/; revision=368037
* - Update to 7.38.0Sunpoet Po-Chuan Hsieh2014-09-112-10/+4
| | | | | | | | | - Remove SPNEGO option Changes: http://curl.haxx.se/changes.html Notes: svn path=/head/; revision=367954
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-1010-10/+10
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Allow staging as a regular userAntoine Brodin2014-09-071-0/+1
| | | | Notes: svn path=/head/; revision=367589
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-041-1/+1
| | | | | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr Notes: svn path=/head/; revision=367307
* Import PHP 5.6 branch!Alex Dupre2014-09-043-0/+26
| | | | Notes: svn path=/head/; revision=367268
* Fix packagingAntoine Brodin2014-09-032-1/+1
| | | | Notes: svn path=/head/; revision=367212
* Remove non staged ports without pending PR from f*Baptiste Daroussin2014-09-019-287/+0
| | | | Notes: svn path=/head/; revision=366890
* dns/libidn:Tijl Coosemans2014-08-303-2/+3
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659