| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
functionality from other Unixen (including FreeBSD 7.0):
NcFTP's sio library function, _SConnect, wants to select() for one
descriptor. It creates fd_set structures for writable fds and
exception fds, with each fd set having only one bit set corresponding
to the single descriptor it is selecting. select() then returns 2,
rather than 1. NcFTP was checking if select returned 1, and if so,
OK, if not 1, error. Since 2 was returned, this was causing a problem.
Submitted by: Mike Gleason <mgleason@ncftp.com>
|
|
|
|
|
| |
PR: ports/127009
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
|
| |
|
| |
|
|
|
|
| |
Reported by: Yarema <yds@coolrat.org> (maintainer)
|
|
|
|
|
|
| |
PR: ports/126749
Submitted by: Yarema <yds@CoolRat.org>
Approved by: Rudolf Cejka <cejkar@fit.vutbr.cz> (maintainer)
|
|
|
|
|
|
|
|
|
| |
* fix a coredump in `kill all'.
* fix compilation problems on some systems.
* use getdate from gnulib.
PR: ports/126374
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Tested by: exp build run (erwin)
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
| |
PR: 126241
Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
|
| |
|
|
|
|
| |
- utilize PORTDOCS PORTEXAMPLES
|
| |
|
| |
|
|
|
|
| |
Hat: portmgr
|
| |
|
|
|
|
| |
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
|
|
|
|
|
|
| |
- Pass maintainership to beech@
Notified by: portscout
|
|
|
|
| |
Reported by: IonBoT
|
|
|
|
|
|
| |
PR: ports/125355
Submitted by: Johnpupu <johnpupu@gmail.com>
Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
|
|
|
|
|
|
| |
0.7.1_7 -> 0.7.1_1 -> 0.7.1_8
Submitted by: kris@
|
|
|
|
|
|
|
|
|
| |
Added file(s):
- files/patch-Makefile
- files/smbftpd.sh.in
PR: ports/124363
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 124069
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
based on Starburst MFTP. It is designed to reliably and efficiently
transfer files to multiple receivers simultaneously, where either
the intended receivers can be specified beforehand, or receivers
can join the transfer when it is initiated. This is useful for
distributing large files to a large number of receivers, and is
especially useful for data distribution over a satellite link (with
two way communication), where the inherent delay makes any TCP based
communication terribly inefficient.
http://www.tcnj.edu/~bush/uftp.html
Submitted by: gnn (private email/IRC)
Approved by: garga (mentor)
|
| |
|
|
|
|
|
|
| |
PR: 117985
Submitted by: Oles Hnatkevych <don_oles@able.com.ua>
Approved by: maintainer timeout
|
|
|
|
|
|
|
| |
- Change maintainer to ports@
PR: 122328 [1]
Submitted by: edwin [1]
|
|
|
|
| |
Submitted by: Richard Toohey
|
|
|
|
|
| |
PR: 123831
Submitted by: Wen heping <wenheping@gmail.com>
|
|
|
|
|
|
| |
PR: ports/123531
Submitted by: Harry Kane <harry.kane@gmail.com>
Approved by: Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
|
|
|
|
|
|
|
|
| |
- Back to pool per maintainer's request
PR: ports/123291
Submitted by: Beat Gatzi <beat@chruetertee.ch>
Approved by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
|
|
|
|
|
| |
PR: 123466
Submitted by: Wen Heping <wenheping@gmail.com>
|
|
|
|
|
| |
PR: ports/122482 (based on)
Submitted by: bf <bf2006a@yahoo.com>
|
|
|
|
| |
- Remove exceeding @dirrmtry directives for share/locale/...
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 123050
Reported by: Chess Griffin <chess@chessgriffin.com>
Pointy hat to: roam (myself)
|
| |
|
|
|
|
|
|
|
| |
- Fix pkg-plist
- Bump portrevision
Reported by: pointyhat via pav
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 1.3.2rc1 release includes major new features and numerous bugfixes,
including:
+ Support for the MLST and MLSD commands (RFC3659)
+ New modules: mod_sql_odbc, mod_sql_sqlite, mod_unique_id
+ New configuration directives: MaxTransferPerHost, MaxTransfersPerUser
+ New translations: Italian
+ Better handling of aborted data transfers
+ Support for FIPS and OCSP in mod_tls
+ New documentation: doc/howto/ConfigurationTrick
Please read the included NEWS, RELEASE_NOTES, and ChangeLog files for
the full details.
|
| |
|
|
|
|
|
|
|
|
|
| |
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Following ports are marked as BROKEN since they don't build with new clamav
0.93:
www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam
This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities.
|
|
|
|
|
|
|
| |
reflect the new home.
PR: ports/122802
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/122355
Submitted by: Alex Keda <admin@lissyara.su>
|
|
|
|
|
| |
PR: ports/122246
Submitted by: Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
users
- Bump portrevision
Submitted by: Alexey V. Drozdov <nyquist@ctam.tu-bryansk.ru>
|
|
|
|
|
|
| |
values
- Bump portrevision
|
|
|
|
|
|
|
|
|
| |
- fix dependency
- bump PORTREVISION
PR: based on 121634
Submitted by: leeym
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
| |
PR: 121964
Submitted by: Ryan Thompson <ryan@sasknow.com> (maintainer)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
| |
|
|
|
|
|
| |
Could not connect to ftp.vim.org: No route to host.
ncftpls: cannot open ftp.vim.org: could not connect to remote host.
|
|
|
|
|
| |
PR: 121689
Submitted by: Scot Hetzel <swhetzel@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
| |
http://something.googlecode.com/files
PR: ports/121435 (related)
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision
- The mod_wrap2_file module does not
support comma-delimited lists of clients in the allow/deny files, unlike the
standard libwrap library.
Obtained from: TJ Saunders <tj@castaglia.org> (vendor)
|
|
|
|
| |
- Add an entry to UPDATING
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
|
|
| |
2008-02-23 ftp/axelq: Unmaintained, website disappeared
2007-11-09 lang/fpc-devel: now lags behind version in lang/fpc; use that instead
2007-11-13 devel/php-dbg: does not work with php5 and does not compile on gcc4.2
2007-11-16 graphics/jgv: development stalled for years, outdated, unmaintained
2007-11-16 editors/muggy: development stalled for years, unmaintained
2007-11-16 x11-fm/binder: development stalled for years, outdated, unmaintained
|
|
|
|
|
|
| |
PR: 120445
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES;
- Respect PORTDOCS;
- Makefile cleanup;
- Fix and sort pkg-plist.
PR: ports/120358
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout (two weeks)
|
|
|
|
|
|
|
| |
SQL servers.
- Bump portrevision.
Submitted by: Patrick Muldoon <doon@inoc.net> (author)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use SF macro;
- Use BZIP2 package;
- Respect WWWDIR, and install all docs in DOCSDIR;
- OPTIONS to install MySQL, Apache, PHP and ProFTPd-MySQL;
- Update/replace pkg-message;
- Update and sort pkg-plist.
PR: ports/120306
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout (two weeks)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision
(1) mod_digest by Mathias Berchtold (http://www.smartftp.com/oss/proftpd/)
which implements all digest commands.
(2) mod_comb (http://lev.serebryakov.spb.ru/mod_comb/) by Lev Serebryakov,
which adds COMB support.
PR: ports/120742
Submitted by: Lev A. Serebryakov <lev@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Some cosmetic changes (e.g. indentation)
- Move pkg-message to files/pkg-message.in
- Respect NOPORTEXAMPLES
- Use INSTALL_SCRIPT to install ${PREFIX}/sbin/pure-ftpd.pl
PR: ports/120187 [1]
Submitted by: Filip Palian <filip.palian@expro.pl> [1]
|
|
|
|
|
| |
PR: ports/120598
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/src/BINGOS/POE-Component-Client-FTP-0.14/Changes
|
|
|
|
|
| |
PR: ports/120119 (based on)
Submitted by: Oleg Gawriloff <barzog@telecom.by>
|
|
|
|
|
| |
Reported by: pointyhat
Pointy hat to: beech
|
| |
|
|
|
|
|
| |
Reported by: pointyhat via pav
Approved by: linimon (mentor)
|
|
|
|
| |
Approved by: linimon (mentor)
|
|
|
|
| |
Approved by: linimon (mentor)
|
|
|
|
|
|
| |
- Mark deprecated
Approved by: linimon (mentor)
|
|
|
|
|
|
|
| |
- Fix pkg-plist
- Makefile tweaks
Approved by: linimon (mentor)
|
|
|
|
| |
Approved by: linimon (mentor)
|
|
|
|
| |
Approved by: linimon (mentor, implicit)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
glob ACLs.
- Bump portrevision.
Submitted by: TJ Saunders <tj@castaglia.org> (vendor)
Approved by: linimon (mentor)
|
|
|
|
| |
(Changelog: http://pear.php.net/package/Net_FTP/download/1.3.5/)
|
|
|
|
|
|
|
|
|
| |
- Changelog:
2.1 - By default, the SITE command is now disabled
in the bftpd.conf file. This is to prevent
security holes and DoS attacks via "site md5 <filename>"
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
|
| |
installed, mod_tls will fail to load.
- Bump portrevision
PR: ports/119243
Submitted by: Joe Horn <joehorn@gmail.com>
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
| |
- Use SF macro
PR: ports/118810
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
Approved by: linimon (mentor, maintainer timeout)
|
| |
|
|
|
|
|
|
|
| |
This matches the behavior of /usr/libexec/tftpd.
Submitted by: Hiroshi Fujishima <hirobo at tonteki dot org>
PR: ports/116455
|
|
|
|
|
|
|
|
|
|
| |
- Add a new OPTION (RAR) because unrar code is optional to fix a license
issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports
Approved by: portmgr (pav)
Security: CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
|
| |
|
|
|
|
|
|
|
| |
and USE_LDCONFIG instead of deprecated INSTALL_SHLIB.
PR: 117953
Submitter: KIMURA Yasuhiro <yasu@utahime.org>
|
|
|
|
|
|
|
|
| |
- Fixes a bug causing the program to crash on exit
if the hostname was not set yet
PR: 118797
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
|
|
|
| |
- Adopt maintainership
|
|
|
|
|
|
|
|
| |
A patch is taken from http://www.opennet.ru/openforum/vsluhforumID12/4446.html.
- Add support pf(4) firewalls.
A patch is taken from http://www.clearchain.com/wiki/Frox_&_PF
Submitted by: Cor Hilbrink (2Complex) <cor(at)2complex.nl>
|
|
|
|
|
|
|
|
| |
- Fix build with 5.x
PR: ports/117692
Submitted by: Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision
Fix:
correction mod_clamav.c str. 158, 167, 169
error: "/home/ftp/incoming//incoming/test.com: lstat() failed. ERROR"
Submitted by: Roman <netadmin@sun-nsk.com>
Approved by: linimon (mentor)
|
|
|
|
|
|
| |
PR: ports/118665
Submitted by: Serge Gagnon <serge.gagnon.1@ulaval.ca> (maintainer)
Approved by: linimon (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bug fixes:
- Support PROT in SSL mode. Fixes:
- Filezilla, TurboFTP fail to connect in SSLv3 mode.
- Fix vulnerability caused by misuse of fprintf().
PR: ports/117908
Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer),
linimon (mentor)
Security: http://www.vuxml.org/freebsd/b2571f88-a867-11dc-a6f0-00a0cce0781e.html
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Repeat --weak option to terminate the loop automatically when
exiting lftp.
- ftp:use-stat-for-list is off by default.
- Slot command fixed.
- Fixed timeout handling in ftp.
- French and Polish translations updated.
PR: ports/117978
Approved by: Yarodin <yarodin@gmail.com> (maintainer)
linimon, (mentor)
|
|
|
|
|
|
|
|
| |
- Pet portlint
PR: ports/118165
Submitted by: Stepan Zastupov <redchrom@gmail.com>
Approved by: portmgr (linimon, mentor)
|
|
|
|
|
|
|
|
|
| |
- Remove option --enable-builtin-getnameinfo
- Add README docs
- Bump portrevision
Submitted by: http://bugs.proftpd.org/show_bug.cgi?id=3000
Approved by: portmgr (linimon, mentor)
|
|
|
|
|
|
|
|
|
|
| |
included in gFTP when processing overly long directory or file names.
- Bump PORTREVISION
Reviewed by: simon
Approved by: portmgr (erwin)
Obtained from: gentoo cvs
Security: http://www.vuxml.org/freebsd/f8b0f83c-8bb3-11dc-bffa-0016179b2dd5.html
|
| |
|
|
|
|
|
| |
Reported by: pointyhat via pav
Approved by: sat (mentor, implicit)
|
|
|
|
|
|
| |
PR: ports/117159
Submitted by: Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
Approved by: sat (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
|
|
|
|
| |
Submitted by: pointyhat
|
| |
|
|
|
|
|
|
| |
PR: 116925
Submitted by: ports fury
Thanks to: beech/nox
|
|
|
|
|
|
|
|
| |
- Bump portrevision
Reported by: TJ Saunders <tj@castaglia.org> (developer)
Approved by: sat (mentor, implicit)
|
|
|
|
|
|
|
|
| |
PR:
Submitted by:
Reviewed by:
Approved by: Shaun Amott <shaun@freebsd.org> (maintainer),
sat (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
- Bugfixes:
- Fixed compilation error in mod_sql_mysql.
- Fixed handling of the --ipv4 and --ipv6 command-line options.
- Fixed "directory not accessible" errors when using the mod_facl
module.
- Patches integrated upstream.
Approved by: sat (mentor), portmgr (linimon)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
|
|
|
|
|
|
| |
- Update pkg-descr and COMMENT according to the new website.
Reported by: portscout
|
| |
|
| |
|
|
|
|
| |
Free Pascal interface to libcurl
|
| |
|
|
|
|
|
| |
Approved by: sat (maintainer)
Obtained from: TJ Saunders <tj@castaglia.org> (developer)
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
server. GProftpd and Proftpd gives admins access to virtual hosting, 8 layers
of security including chrooted users and encrypted transfers on both the
data and/or control channels. It is ideal for both standard ftp serving
and webhotels.
WWW: http://gadmintools.org
Notes:
Thanks to beech@ for working with me on it.
|
|
|
|
| |
Approved by: beech on irc
|
| |
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
|
|
|
|
|
|
| |
PR: ports/115966
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: Nick Leuta <skynick@mail.sc.ru> (maintainer),
sat (mentor)
|
|
|
|
|
|
|
| |
PR: ports/116028
and the later patch from maintainer
Submitter: chinsan
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
- Fix ldap support
PR: ports/115752, ports/115867
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru> (ports/115752),
Thomas Vogt <thomas@bsdunix.ch> (ports/115867)
Approved by: sat (mantor)
|
|
|
|
|
|
|
| |
- PORTREVISION bump because some minor functional changes.
PR: ports/115841
Submitted by: maintainer
|
|
|
|
| |
- Clean up
|
|
|
|
|
|
|
|
| |
Fix the (still present in 7.16.3) libssh2 problems, at least so that
cURL works with the libssh2 0.17 in our ports tree.
PR: 114215 (the basic update)
Submitted by: pesho.petrov@gmail.com
|
|
|
|
| |
Approved by: clsung (mentor)
|
|
|
|
|
|
| |
PR: ports/115633
Submitted by: Chin-San Huang <chinsan@FreeBSD.org>
Approved by: sat (mentor)
|
|
|
|
| |
Approved by: sat (mentor)
|
|
|
|
|
| |
PR: ports/115195
Submitted by: Yinghong.Liu (maintainer)
|
|
|
|
|
| |
- Implement '-s srcaddr' to set the local IP address for all connections.
- Support '-q quittime' when waiting for server replies.
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 115146
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
|
|
|
|
|
|
|
|
|
|
| |
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
| |
|
|
|
|
| |
Approved by: sat (mentor)
|
|
|
|
|
|
| |
- Bump portrevision
Obtained from: TJ Saunders <tj@castaglia.org> (proftpd developer)
|
|
|
|
| |
- Clean up a bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
| |
No objection from: ports@, maintainers
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
| |
- Patch reviewed upstream. Not compatible with 1.3.1rc3. Duplicates and
conflicts with utf8 functionality
PR: ports/114502
Approved by: sat (mentor)
|
| |
|
|
|
|
|
| |
Reported by: Hartleigh Burton <hburton@mraentertainment.com> (user)
Approved by: sat (mentor)
|
|
|
|
|
|
|
|
|
|
|
| |
to be able to replace the biggest (no SSH etc.), but only to
satisfy some persons and to give us a bigger experience in
programming.
WWW: http://scythia.free.fr/
PR: ports/114157
Submitted by: Yinghong.Liu <relaxbsd at gmail.com>
|
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/114502
Reported by: Oleg Gawriloff <barzog@telecom.by>
Approved by: sat (mentor)
|
|
|
|
|
| |
PR: ports/114000
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
|
|
|
|
|
| |
PR: ports/113990
Submitted by: "Conrad J. Sabatier" <conrads@cox.net>
|
|
|
|
|
|
| |
libssh2, and fails to connect. Mark the libssh2 usage as broken until
I figure out what is the matter. And yep, David Thiel did inform me
in advance about his plans to update libssh2, and I did not check then.
|
|
|
|
|
|
| |
PR: ports/114474
Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz>
Pointy hat to: lx
|
|
|
|
| |
Reported by: fenner's distfile survey
|
|
|
|
|
|
|
| |
- Tweak Makefile
Reported by: pointyhat via pav
Approved by: sat (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove patches integrated upstream
- Makefile cleanup
- Bugfixes:
Fixed segfault which can occur if NLST is used twice, the first time
on a path which does not exist.
Fixed reporting of addresses via EPSV for IPv6 addresses.
Fixes occurrences of "ai_family not supported" for inetd-run
proftpd daemons.
DisplayLogin, DisplayQuit, and DisplayTransferFiles files now work
regardless of whether the session process is chrooted.
Approved by: sat (mentor)
|
|
|
|
| |
Submitted by: mlaier
|
|
|
|
| |
- Project became tnftp a long time ago
|
|
|
|
| |
bump PORTREVISIONs.
|
|
|
|
| |
work on FreeBSD.
|
|
|
|
|
|
| |
PR: ports/112327
Repocopy by: marcus
Approved by: sat (maintainer)
|
| |
|
|
|
|
| |
Approved by: sat (mentor)
|
|
|
|
|
|
| |
- Change maintainer address.
Approved by: sat (mentor)
|
| |
|
|
|
|
| |
- Patches integrated upstream
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Make readline optional [2]
PR: ports/111896 [1], ports/111981 [2]
Submitted by: miwi [1], rafan [2]
Approved by: maintainer timeout (1 month)
|
|
|
|
| |
bump PORTREVISION
|
|
|
|
|
| |
Reported by: pav
Submitted by: Beech Rintoul <freebsd@alaskaparadise.com> (maintainer)
|
|
|
|
|
| |
PR: ports/112966
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/112551
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Reported by: T.J. Saunders
Approved by: portmgr (erwin)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
- Remove IGNORE for FreeBSD < 5.x since it's unsupported.
|
|
|
|
| |
Approved by: clsung (mentor, implicitly)
|
|
|
|
|
|
|
| |
- Fix build on 5.X
Submitted by: pointyhat via kris
Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 111410
Submitted by: Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
|
|
|
|
| |
with letter f-h
|
| |
|
|
|
|
|
|
|
| |
- Fix bug with NOPORTDOCS options
PR: 111477
Submitted by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
|
|
|
|
|
|
|
|
|
| |
users' modifications loss [1].
* Use the situation to rename files/patch-ac to files/patch-doc_Makefile.in
according to /usr/ports/Tools/scripts/splitpatch.pl convention.
Inspired by: ports/110512 [1]
Submitted by: Alexander Logvinov <ports@logvinov.com> [1]
|
|
|
|
|
| |
PR: 111453
Submitted by: Ryan Thompson <ryan@sasknow.com> (maintainer)
|
|
|
|
| |
Approved by: Beech Rintoul <beech@alaskaparadise.com> (maintainer, implicit)
|
| |
|
|
|
|
|
|
| |
PR: ports/111307 (based on)
Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru>
Approved by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
|
|
|
|
| |
Approved by: clsung (mentor)
|
|
|
|
| |
Suggested by: skv
|
|
|
|
|
| |
PR: 110816
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
| |
PR: ports/109905
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer timeout (perky; 20 days)
|
|
|
|
|
|
|
|
| |
- Fix maintainer address
- Minor tweaks
PR: ports/110308
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
|
|
|
|
|
|
| |
PR: ports/110739 [1], ports/110742 [2]
Submitted by: Adam Jacob Muller <Adam@mail.adam.gs> [1]
Beech Rintoul <beech@alaskaparadise.com> (maintainer) [2]
|
|
|
|
|
| |
PR: 110271
Submitted by: Bolinard Vincent
|
|
|
|
|
|
|
|
| |
- portlint(1)
PR: ports/108122
Submitted by: Beech Rintoul <beech@alaskaparadise.com>
Approved by: maintainer timeout
|
| |
|
|
|
|
|
|
|
|
|
| |
- add a LIBSSH2 option for SCP and SFTP support using security/libssh2;
- add a patch from the cURL CVS repository to fix an expired cookie in
test 62.
PR: 109670
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
|
|
|
|
|
| |
PR: 110032
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
|
|
|
|
|
|
|
| |
WWW: http://www.openbsd.org/
PR: ports/110011
Submitted by: Christian Ludwig
|
|
|
|
|
|
|
|
|
|
|
| |
write asynchronous FTP servers with Python. Based on asyncore / asynchat
frameworks pyftpdlib is actually the most complete RFC959 FTP server
implementation available for Python language.
WWW: http://billiejoex.altervista.org/pyftpdlib.html
PR: ports/109934
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
|
|
|
|
|
|
| |
PR: ports/109932
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Approved by: maintainer (Beech Rintoul)
|
|
|
|
| |
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
(mod_codeconv allow change filename's charsets "on the fly")
- Add "Cyrrilic charset fix" patch and option into Makefile
- Fix mode_nls patch problems
- Bump PORTREVISION
PR: 108244
Submitted by: Denis Barov<dindin@freebsd.org.ua>
Approved by: maintainer
|
|
|
|
|
|
| |
PR: ports/109512
Submitted by: "Josef M." jm dot public at gmail dot com
Pointy hat to: sat
|
| |
|
|
|
|
|
|
| |
- Change USE_WX from 2.6 to 2.6+ (to allow building with version 2.8).
- Remove some remaining commented out commands.
- Remove IGNORE for FreeBSD < 5.x (unsupported).
|
|
|
|
| |
Approved by: Beech Rintoul <freebsd@alaskaparadise.com> (maintainer)
|
|
|
|
|
|
| |
PR: 108909
Submitted by: "Marcelo Araujo" <araujo@bsdmail.org>
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
|
|
|
|
| |
${DOCSDIR}/CHANGES for more info.
Install a few of the included document files (CHANGES, README, and
README.security).
PR: ports/108929
Submitted by: chinsan (upgrade)
|
|
|
|
| |
- Bump PORTREVISION
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/108463
Submitted by: chinsan
|
|
|
|
| |
- Use PORTDOCS
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: 103931
Approved by: pav
|
|
|
|
|
| |
PR: 108609
Submitted by: Prudhvi Krishna <prudhvikrishna@gmail.com>
|
|
|
|
|
|
|
|
|
| |
was supposed to work is useless, because if we can't trust the distfile from
the remote machine, we can't trust the signature from the same machine either.
Our MD5 and SHA256 are good for checking both the sanity and the
trustiness of distfiles.
Approved by: portmgr (erwin), erwin (mentor)
|
|
|
|
|
|
|
|
| |
- Update mnemo to 2.1.1. [2]
- Hand over maintainership of all the Horde ports to Beech Rintoul.
PR: ports/108380 [1], ports/108384 [2]
Submitted by: Beech Rintoul <beech@alaskaparadise.com> [1] [2]
|
|
|
|
|
| |
PR: ports/108419
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer)
|