eg)
USE_PYTHON= yes # backward compatible
USE_PYTHON= 2.2 # same as PYTHON_VERSION=python2.2
USE_PYTHON= 2.1+ # 2.1 at least
USE_PYTHON= 2.0-2.2 # from 2.0 to 2.2
USE_PYTHON= -2.3 # up to 2.3. 2.4 is not allowed.
- Introduce a new variable, PYTHON_PKGNAMESUFFIX for ports that is
more popular without 'py-' prefix like Mailman or Zope.
Reviewed by: silence on ports@
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>