Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.5.38_2 21 Oct 2016 07:30:33 |
rene |
Remove expired PHP5.5 ports. |
5.5.38_2 01 Sep 2016 14:14:44 |
mat |
Fix running make test for php extensions (and maybe php itself)
With the default configuration, all the directives are removed from with
egrep. Then, egrep, seeing that it does not output any line, will
exit(1).
With hat: portmgr
Sponsored by: Absolight |
5.5.38_1 23 Aug 2016 10:54:50 |
amdmi3 |
- Add enchant php55/php56/php70 extension
PR: 208828
Submitted by: daniel@blodan.se
Approved by: maintainer timeout (ale, 4 months) |
5.5.38_1 09 Aug 2016 14:29:13 |
mat |
Change www/php*-session's priority to be loaded before most other PHP
extensions.
Many PHP extensions were adding a build dependency on session, so that
it was loaded first. This is now no longer needed, we have a nice
framework handle the extensions ordering.
PR: 203741
Sponsored by: Absolight |
5.5.38_1 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
5.5.38_1 08 Aug 2016 12:25:59 |
tz |
lang/php55: switch distfiles from bzip2 to xz
PR: 209881
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: pi (mentor) |
5.5.38_1 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
5.5.38 28 Jul 2016 11:19:32 |
bapt |
Modify the EOL date as there was a last release fixing known issues
Extend by 2 month the expiration date to give more time for users to upgrade |
5.5.38 26 Jul 2016 17:04:06 |
feld |
lang/php55 lang/php56: Restore mail header patch in distinfo
Pointyhat: me
Reported by: mat
MFH: 2016Q3 |
5.5.38 26 Jul 2016 15:31:02 |
feld |
lang/php55: Update to 5.5.38
Changelog: http://php.net/ChangeLog-5.php#5.5.38
MFH: 2016Q3 |
5.5.37 20 Jul 2016 20:31:27 |
bapt |
php 5.5 EOL happened on July 10th
time to deprecate php 5.5 and mark it for removal in a month |
5.5.37 20 Jul 2016 20:04:50 |
bdrewery |
If DEFAULT_VERSIONS=php=* is set, then PHP_DEFAULT will be overridden
in bsd.default-versions.mk later, and the value from the Makefile will
not be used at all. We would change bsd.default-versions.mk, but really
these ports should not be changing what the "default" it. Change to
modifying what the "current" version is as PHP_VER.
This fixes some cases of 'make check-sanity' not passing for php extension
ports in Poudriere where there is no LOCALBASE/etc/php.conf to set a proper
PHP_VER. In these cases the PHP_DEFAULT value (of 5.6) is used rather than
the version set by the extension Makefile and the later checks for
whether that version has that extension may incorrectly error. |
5.5.37 06 Jul 2016 20:04:00 |
mat |
Fix the opcache ports, the fact that they are zend extensions was ignored.
MFH: 2016Q3
Sponsored by: Absolight |
5.5.37 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
5.5.37 25 Jun 2016 22:19:06 |
junovitch |
lang/php55: update 5.5.36 -> 5.5.37
Approved by: ports-secteam (with hat)
Security: CVE-2015-8874
Security: CVE-2016-5766
Security: CVE-2016-5767
Security: CVE-2016-5768
Security: CVE-2016-5769
Security: CVE-2016-5770
Security: CVE-2016-5771
Security: CVE-2016-5772
Security: CVE-2016-5773
Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html
MFH: 2016Q2 |
5.5.36 23 Jun 2016 13:19:18 |
mat |
Move bsd.php.mk to Uses/php.mk
PR: 210323
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6867 |
5.5.36 28 May 2016 01:42:04 |
junovitch |
lang/php55: update 5.5.35 -> 5.5.36 [1] plus minor fixups
- Fix MAILHEAD patch to match the new version of the patch. The distinfo
currently matches the php-5.5.x-mail-header.patch.old patch. [2]
- Fix regression from r415818's conversion to @sample by installing
the default php-fpm.conf under ${LOCALBASE}/etc and not ${LOCALBASE}
PR: 209779 [1]
PR: 208073 [2]
Reported by: Fabiano Sidler <fabianosidler@swissonline.ch> [1]
Submitted by: Paulo Henrique <paulo.oliveira@protonmail.ch> [2]
Approved by: ports-secteam (with hat)
Security: CVE-2013-7456
Security: CVE-2016-4343
Security: CVE-2016-5093
Security: CVE-2016-5094
Security: CVE-2016-5096
Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html
MFH: 2016Q2 |
5.5.35 24 May 2016 23:02:05 |
bapt |
Simplify plist by using @sample |
5.5.35 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
5.5.35 03 May 2016 03:06:23 |
junovitch |
lang/php55: update 5.5.34 -> 5.5.35
Changelog: http://php.net/ChangeLog-5.php#5.5.35
Security: CVE-2016-3074
Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html |
5.5.34 25 Apr 2016 16:17:32 |
mat |
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.
Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
5.5.34 25 Apr 2016 16:17:19 |
mat |
Move USE_BDB support from bsd.databases.mk to its own file.
Also:
- Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead.
- USE_BDB can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
5.5.34 03 Apr 2016 14:19:43 |
junovitch |
lang/php55: update 5.5.33 -> 5.5.34
converters/php55-mbstring,graphics/php55-gd: chase update; drop PORTREVISION
Changelog: http://www.php.net/ChangeLog-5.php#5.5.34
Approved by: ports-secteam (with hat)
Security: https://vuxml.FreeBSD.org/freebsd/482d40cb-f9a3-11e5-92ce-002590263bf5.html
MFH: 2016Q2 |
5.5.33 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
5.5.33 04 Mar 2016 08:39:18 |
miwi |
- Update to 5.5.33
Changelog:
http://php.net/ChangeLog-5.php#5.5.33 |
5.5.32 15 Feb 2016 14:34:27 |
miwi |
Welcome php 7.0.3
Changelog:
http://php.net/ChangeLog-7.php#7.0.0
http://php.net/ChangeLog-7.php#7.0.1
http://php.net/ChangeLog-7.php#7.0.2
http://php.net/ChangeLog-7.php#7.0.3
I'd like to thanks:
Kurt Jaeger
Matthias Breddin
Rainer Duffner
Victor van Vlaardingen
Torsten Zuehlsdorff
Franco Fichtner
and all helpers and testers from ports@. |
5.5.32 09 Feb 2016 11:07:20 |
miwi |
- Update to 5.5.32
Approved by: ports-secteam (with hat)
MFH: 2016Q1
Security: 85eb4e46-cf16-11e5-840f-485d605f4717 |
5.5.31 11 Jan 2016 13:25:48 |
miwi |
- Restore mail header patch
MFH: 2016Q1 |
5.5.31 11 Jan 2016 12:16:37 |
miwi |
- Update lang/php55 to 5.5.31
- Update lang/php56 to 5.6.17
MFH: 2016Q1
Security: 6b771fe2-b84e-11e5-92f9-485d605f4717 |
5.5.30 10 Jan 2016 16:47:31 |
bapt |
Finish conversion to USES=sqlite |
5.5.30 10 Jan 2016 16:46:22 |
bapt |
Finish conversion to USES=firebird |
5.5.30 10 Jan 2016 16:44:24 |
bapt |
Convert categories m* and m* to USES=sqlite and USES=firebird |
5.5.30 15 Dec 2015 14:53:35 |
ale |
Switch to onigurum5 port and bump PORTREVISION. |
5.5.30 15 Oct 2015 14:55:14 |
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
5.5.30 08 Oct 2015 15:11:28 |
olgeni |
Remove trailing whitespace from Makefiles, A-L. |
5.5.30 05 Oct 2015 09:37:55 |
ale |
Update PHP ports to versions 5.5.30 and 5.6.14.
PR: 203541
Submitted by: Jason Unovitch |
5.5.29 10 Sep 2015 16:28:31 |
feld |
lang/php55: Update to 5.5.29
PR: 202906
Approved by: ports-secteam (with hat)
Security: CVE-2015-6834
Security: CVE-2015-6835
Security: CVE-2015-6836
Security: CVE-2015-6837
Security: CVE-2015-6838
Security: 3d675519-5654-11e5-9ad8-14dae9d210b8 |
5.5.28 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
5.5.28 15 Aug 2015 08:29:14 |
ale |
Update to 5.5.28 release. |
5.5.27 11 Jul 2015 12:07:52 |
ale |
Update to 5.5.27 release. |
5.5.26 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
5.5.26 14 Jun 2015 20:23:10 |
ale |
Update PHP ports:
- php5 to 5.4.42
- php55 to 5.5.26
- php56 to 5.6.10 |
5.5.25 24 May 2015 20:31:04 |
ale |
Update to 5.5.25 release. |
5.5.24 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
5.5.24 02 May 2015 19:08:44 |
sbruno |
Disable FPM on mips/mips64 due to lack of ASM implementations for these
architectures.
PR: 197128 |
5.5.24 26 Apr 2015 06:53:38 |
delphij |
Security update to 5.5.24.
With hat: ports-secteam
Submitted by: Bernard Spil <spil.oss gmail com> (with changes)
MFH: 2015Q2 |
5.5.23 01 Apr 2015 08:32:12 |
ale |
Update to 5.5.23 release. |
5.5.22 25 Mar 2015 12:58:34 |
marino |
lang category: Remove $PTHREAD_LIBS
Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.
approved by: PTHREAD blanket |
5.5.22 20 Feb 2015 13:56:12 |
ale |
Switch default PHP version to 5.6.x.
- Update PHP 5.4 to 5.4.38 release
- Update PHP 5.5 to 5.5.22 release
- Update PHP 5.6 to 5.6.6 release
PR: 195604
Approved by: portmgr |
5.5.21 23 Jan 2015 12:14:58 |
ale |
Update to 5.5.21 release. |
5.5.20 19 Jan 2015 10:32:23 |
ale |
Allow to link imap extension with newer panda-cclient library.
PR: 195973
Submitted by: thierry |
5.5.20 29 Dec 2014 10:00:18 |
ale |
Update to 5.5.20 release. |
5.5.19 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
5.5.19 27 Nov 2014 09:41:18 |
ale |
Fix build into jails with DTRACE enabled.
PR: 190662
Submitted by: Martin Vahi <martin.vahi@softf1.com> |
5.5.19 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
5.5.19 14 Nov 2014 17:02:28 |
ale |
Update to 5.5.19 release. |
5.5.18 17 Oct 2014 21:14:38 |
ale |
Update to 5.5.18 release. |
5.5.17_1 27 Sep 2014 08:31:58 |
riggs |
Modernise databases/freetds port
- Retire databases/freetds-msdblib port
(no longer needed, recently updated upstream version has necessary compat
option which is now enabled in the freetds port)
- Fix LIB_DEPENDS in dependent ports
- Bump PORTREVISION in freetds and dependent ports
PR: 193850
Submitted by: 5u623l20@gmail.com (maintainer) |
5.5.17 18 Sep 2014 19:49:26 |
ale |
Fix build on 8.x and 9.x. |
5.5.17 18 Sep 2014 14:06:35 |
ale |
Update to 5.5.17 release. |
5.5.16 17 Sep 2014 18:38:19 |
antoine |
Php extensions are built from the same source tarball as php and should
have the same CPE identifier
Discussed with: des@
With hat: portmgr |
5.5.16 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
5.5.16 04 Sep 2014 14:24:26 |
ale |
Import PHP 5.6 branch! |
5.5.16 29 Aug 2014 10:21:52 |
tijl |
Fix dependencies on libtidy
Reported by: amdmi3 |
5.5.16 27 Aug 2014 12:20:58 |
ale |
Update to 5.5.16 release. |
5.5.15_1 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
5.5.15 04 Aug 2014 15:04:08 |
ale |
Update to 5.5.15 release. |
5.5.14 01 Aug 2014 07:49:12 |
antoine |
Fix build on head by adding missing USES=readline
(uncovered by removal of readline dep from pcre) |
5.5.14 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
5.5.14 07 Jul 2014 09:50:00 |
ale |
- Update to 5.5.14 release
- Add extra patch to enable ipv6 support in fpm [1]
PR: 190190 [1]
Submitted by: melvyn@magemana.nl |
5.5.13 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
5.5.13 04 Jun 2014 16:54:52 |
des |
Add CPE information.
With hat: ports-secteam |
5.5.13 03 Jun 2014 12:17:38 |
ale |
Update to 5.5.13 release. |
5.5.12 19 May 2014 15:41:29 |
ale |
Improve pkg-message for mod_php5.
Submitted by: POINSOT Julien <poinsot.julien@gmail.com> |
5.5.12 15 May 2014 08:08:23 |
ale |
Fix build of xmlrpc extension. |
5.5.12 14 May 2014 10:31:50 |
ale |
Fix build of a few extensions. |
5.5.12 05 May 2014 16:24:01 |
bapt |
Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time
While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql
Discussed with: rakuco (kde)
With hat: portmgr |
5.5.12 01 May 2014 10:36:34 |
ale |
Update to 5.5.12 release. |
5.5.11_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
5.5.11 09 Apr 2014 07:58:44 |
ale |
Now that mod_php is a separate port, allow to deselect all SAPIs.
PR: ports/188386
Submitted by: Joel Parker <rootrider@shellfront.org> |
5.5.11 08 Apr 2014 15:15:31 |
ale |
Force users to update their options file if APACHE was selected. |
5.5.11 04 Apr 2014 11:07:58 |
ale |
Update to 5.5.11 release.
PR: ports/188238
Submitted by: Rustem Alimov <rustem.alimov@gmail.com> |
5.5.10 31 Mar 2014 14:25:49 |
ale |
Replace DEFAULT_VERSIONS with PHP_DEFAULT. |
5.5.10 31 Mar 2014 11:03:13 |
ale |
No-op, use DEFAULT_VERSIONS.
PR: ports/188061
Submitted by: Spil <spil.oss@gmail.com> |
5.5.10 27 Mar 2014 16:09:37 |
ale |
Welcome the new mod_php ports, in order to have default packages for
Apache PHP modules.
Submitted by: marcus
Reworked by: ale (me)
Requested by: many, too many |
5.5.10 07 Mar 2014 12:08:08 |
ale |
Update to 5.5.10 release.
PR: ports/187323
Submitted by: Rustem Alimov <rustem.alimov@gmail.com> |
5.5.9 09 Feb 2014 12:46:10 |
ale |
- Update to 5.5.9 release
- Enable FPM by default [2]
- Add support to override configure flags [3]
To users requesting mod_php package, please read this:
https://wiki.apache.org/httpd/PHP-FPM
PR: ports/185438 [1], ports/186536 [2]
Submitted by: Ilya Bakulin <webmaster@kibab.com> [1],
Reinier Schoof <reinier@skoef.nl> [2] |
5.5.8 29 Jan 2014 20:41:28 |
tijl |
Allow the use of //TRANSLIT and //IGNORE with PHP iconv.
PR: ports/184596
Tested by: grembo
Approved by: ale (maintainer) |
5.5.8 28 Jan 2014 16:39:17 |
ale |
Fix plist.
PR: ports/186182
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
5.5.8 21 Jan 2014 17:09:52 |
ale |
Update to 5.5.8 release. |
5.5.7 27 Dec 2013 10:24:43 |
ale |
Fix build of ldap module when sasl is enabled and LOCALBASE is not /usr/local.
PR: ports/185151
Submitted by: Erick Turnquist <jhujhiti@adjectivism.org> |
5.5.7 24 Dec 2013 21:22:22 |
kwm |
Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587 |
5.5.7 14 Dec 2013 12:46:13 |
ale |
Update to 5.5.7 release and refresh patches. |
5.5.5 29 Oct 2013 15:53:44 |
ale |
Whitespace fix. |
5.5.5 18 Oct 2013 12:37:45 |
ale |
Fix installation of mod_php. |
5.5.5 18 Oct 2013 11:07:38 |
ale |
Mark broken when APACHE is enabled until a fix is committed. |
5.5.5 18 Oct 2013 09:56:47 |
ale |
Update to 5.5.5 release and STAGify. |
5.5.4 28 Sep 2013 16:48:34 |
mm |
Add native opcache extension for php55.
Build pecl-zendopcache only for php 5.4 and older.
PR: ports/182112
Approved by: ale (private e-mail) |
5.5.4 27 Sep 2013 14:15:09 |
ale |
Update to 5.5.4 release.
PR: ports/182242
Submitted by: Rustem Alimov <rustem.alimov@gmail.com> |
5.5.3 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |