The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.
Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
. OVERRIDE_LINUX_BASE_PORT=f8;
. OVERRIDE_LINUX_NONBASE_PORTS=f8.
Approved by: bsam (me) ;-)
2009-03-04 devel/rubygem-mojombo-grit: Obsolete, use devel/rubygem-grit instead
2009-03-08 mail/postfix1: Not supported anymore by vendor. Please choose a new one version.
2009-03-08 mail/postfix21: Not supported anymore by vendor. Please choose a new one version.
2009-03-08 mail/postfix22: Not supported anymore by vendor. Please choose a new one version.
2009-03-01 www/rubygem-actionwebservice: from rails 2.0 www/rubygem-rails use www/rubygem-activeresource instead
The changes in the patch files are almost the same as in Eugene's PR,
although I arrived at them mostly independently :)
Reformat all patch files now that I use quilt to manage them.
Fix two complaints from portlint: needless use of CFLAGS and differentiation
between NOPORTDOCS and NOPORTEXAMPLES. Thanks, Eugene!
PR: 132358
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
method for constructing a sockaddr_in to pass to connect().
This approach breaks on more recent FreeBSDs which are more strict about
the first two bytes of sockaddr_in.
- Patch modifies lchat.pl to use perl's &Socket'pack_sockaddr_in and
&Socket'unpack_sockaddr_in functions to do the right thing.
PR: ports/131911
Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us>
Pure-ftpd supports the "SITE UTIME" command, which allows the client to set the
modification time of a file to a particular timestamp, expressed in UTC.
However, pure-ftpd passes the UTC timestamp directly to the operating system's
utime() function, which is a bug, because utime() requires that the timestamp be
in local time instead of UTC.
For example for server with MSK localtime:
> ---> MDTM cuba2008_1.mpeg.stat
> <--- 213 20090106074437
> ---> SITE UTIME cuba2008_1.mpeg.stat 20090106104437 20090106104437 20090106104437 UTC
> <--- 250 UTIME OK
PR: ports/131645
Submitted by: Yar Odin <yarodin@gmai.com>
- Fix plist to not try and rmdir locale directories.
- Respect WITHOUT_NLS.
- Take explicit contol of dbus dependency (default was "auto").
- Add OPTIONS for DBUS and NLS (both default On).
- Silence portlint.
PR: ports/131106
Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net>
- Fixed FreeBSD security advisory FreeBSD-SA-08:12.ftpd
- Fixed a typo on smbftpd-user help
- Fixed the bug of wrong file time when file time is 2008/12/30
PR: ports/131201
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
Yes, there's been a new 7.19.3 version for a couple of days now,
but I figure you folks have been waiting for me much too much as it is :(
Apologies all around!
Prompted by: several PR's and more people (and portmgrs) than I dare admit
- Fix pkg-deinstall doesn't match the user used by pkg-install.
- Fix comment at top of vsftpd.conf
- Add commented-out versions of listen=YES and background=YES
to match the rcNG script's expectations.
- Add missing documentation on how to configure vsftpd to rcNG script.
- Fix two typos in rcNG script.
PR: 130509
Submitted by: Matthias Andree
- small cleanups
- fix escaping in rcNG script.
task ID.
2) Consistently use "%d" instead of "%ld" for formatting int32_t values.
This results in printing the same (correct) numbers on amd64 as they appear
on i386.
Use correct type for arguments in uftp.h:logfunc(...).
Bump PORTREVISION.
Update from upstream OpenBSD ported to FreeBSD.
This version reflects the status of the program as of OpenBSD 4.4.
PR: ports/128246
Submitted by: Christian Ludwig <chrissicool@chrissicool.net> (maintainer)
Changelog:
* Added Option to disable timestamping for transferred (local) files
* Added reconnect if conncection times out after local file reading
PR: 128016
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94
PR: ports/127122 [1], ports/127310 [2]
Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2]
Approved by: portmgr (pav)
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>
* 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)
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)
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)
- 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)
- 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.
- 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.
- 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)
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
- 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>