Per Fenner's logs, and my own checking, the site
ftp://uiarchive.uiuc.edu disappeared around July 22nd.
This patch will remove the listing in MASTER_SITES_XCONTRIB;
a few ports refer to it directly, but since they have
individual maintainers they'll be separate PRs.
PR: ports/57560
Submitted by: Mark Linimon <linimon@lonesome.com>
Remove ftp.meiji.ac.jp from the CTAN sites[2] (it is not even listed as
a mirror on http://www.ctan.org/ anymore).
Resolve unix.hensa.ac.uk's identity crisis as ftp.mirror.ac.uk[3] :)
PR: 57505[1], 57506[2], 56590[3]
Submitted by: Mark Linimon <linimon@lonesome.com> [1, 2],
Tim Bishop <tim@bishnet.net> [3]
From: Jean-Yves Lefort <jylefort@brutele.be>
To: Edwin Groothuis <edwin@FreeBSD.org>
Note that ftp.gnu.org should be removed from MASTER_SITE_SAVANNAH, as it
is already listed in MASTER_SITE_GNU (it seems to be a GNU repository
rather than a Savannah one -- my bad).
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Savannah (http://savannah.gnu.org/) is a more and more
popular hosting site for free software projects.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
- Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed
for them.
- Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it
on linking their own dynamic library.
* Fix bug where make install would fail if PKG_DBDIR did not already exist [2]
* Add MySQL components [3]
* Add OpenLDAP components [4]
* Separate OpenSSL components into bsd.openssl.mk [5]
* Separate GNUStep components into bsd.gnustep.mk [6]
* Add RC_SUBR support [7]
* Add a WANT_LESSTIF knob to use LessTif rather than Motif when USE_MOTIF is
set [8]
PR: 55616, 55721, 55953 [1]
55190 [2]
55597 [3]
55680 [4]
39054 [5]
50479 [6]
54116 [7]
36079 [8]
Submitted by: Mats Dufberg <mats@dufberg.se>, marcus [1]
Lev A. Serbryakov <lev@freebsd.org> [2]
Clement Laforet <sheepkiller@cultdeadsheep.org> [3]
Oliver Eikemeier <eikemeier@fillmore-labs.com> [4]
dinoex [5] [6] [8]
will [7]
I have tested a few modules that worked fine. I hope such things
as ruby_r will die soon.
For FreeBSD 4.x and prior, ruby_r will forever be needed because
the interpreter (ruby) linked with libc.so crashes when a module
that is (indirectly) linked with libc_r.so, because stdio and stuff
get inconsitent inside of them.
built by non-root. However, sometimes it is desirable to install the
port as a non-privileged user. Introduce the INSTALL_AS_USER variable
to specify this behaviour. [1]
* Change SU to SU_CMD to allow other su-like commands to be used to
perform the privilege escalation when installing as non-root
(e.g. sudo) [2]
* Add support for USE_GCC=3.3 and 3.4 [3]
* Add support for the dns [4] and polish [5] categories, and the xfce
virtual category [6]
* Use the pkg_install port on systems older than OSREVISION=460102, so
they have the benefits of the advanced install/deinstall logic. [7]
PR: ports/55091 [1], ports/55308 [3], ports/50444 [4],
ports/53797 [5]
Submitted by: dinoex [1], fjoe [2], Ulrich Spoerlein <q@uni.de> [3],
Kimura Fuyuki <fuyuki@hadaly.org> [4],
Aleksander Fafula <alex@fafula.com> [5], oliver [6],
marcus [7]
Five unstable/incomplete mirrors removed. We have no reason to
hesitate in cutting them off since there are so many apache mirrors
in the net.
PR: 55266
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
AMD64 ports still need some more testing and tweaking)
By this update, openssl, webrick and xmlrpc modules are now part of
the standard distribution.
Since this version should no longer be called -devel, I am planning on
repo-moving lang/ruby{,-devel} to lang/ruby{16,18}, respectively.
subdir for Debian pool sites:
/main/pool/<first-letter-of-the-package-name>/<package-name>
Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>
PR: ports/50572
NO_EXTRACT, NO_CONFIGURE, NO_PATCH. [1]
* Remove support for USE_KDE{BASE,LIBS}_VER=2, since KDE 2.x is no
longer in the ports collection [2]
* Add support for semi-automatic processing of GNU info files; they
should be listed in the INFO variable (without the trailing .info),
and appropriate installation/deinstallation code will be automatically
added to the temporary pkg-plist before package registration. [3]
Submitted by: arved [1][2], gerald [3]
PR: ports/54782 [1][2], ports/54883 [3]
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php
(may not work until a few hours after this commit - we jumped the gun a little
in order to have the update in place at the time the security notifications for
KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).
Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php
Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.
Approved by: will (real mentor asleep)