non port: net/openldap24-server/Makefile |
Number of commits found: 221 (showing only 100 on this page) |
Wednesday, 17 Sep 2014
|
07:38 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)
|
Thursday, 11 Sep 2014
|
06:00 antoine
Fix packaging
|
Wednesday, 10 Sep 2014
|
21:17 ohauer
cleanup openldap24-server / client
- pre-su-instal no longer required with staging (replaced with pre-install)
- pkg-install was removed in r295334, so remove the part in Makefile
- handle schema.sample files during install and use the @sample keyword
- use %%ETCDIR%% in pkg-plist
- bump PORTREVISION
PR: 193439
Submitted by: ohauer
Approved by: delphij
|
Friday, 22 Aug 2014
|
06:56 mandree
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...
PR: 192690
|
Thursday, 21 Aug 2014
|
22:50 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)
|
Thursday, 24 Jul 2014
|
18:34 tijl
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip
databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)
devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla
dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
opened modules
mail/dovecot2:
- Add USES=libtool
mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip
math/gnumeric:
- USES=libtool tar:xz
Approved by: portmgr (implicit, bump unstaged ports)
|
Wednesday, 16 Jul 2014
|
08:26 bapt
Fix some non default LIB_DEPENDS
With hat: portmgr
|
Monday, 14 Jul 2014
|
18:56 bapt
Modernize LIB_DEPENDS
|
Wednesday, 11 Jun 2014
|
14:50 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
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Thursday, 29 May 2014
|
18:52 delphij
- Add support to GSSAPI (implies SASL).
PR: ports/189470
Submitted by: zi
|
Monday, 5 May 2014
|
16:24 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
|
09:45 bapt
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
Friday, 11 Apr 2014
|
01:29 delphij
Require BDB >= 4.4.
Submitted by: des
|
Wednesday, 26 Mar 2014
|
13:56 mat
For some reason, having an ` in BROKEN/FORBIDDEN/IGNORE breaks QAT badly.
With hat: portmgr
|
Thursday, 20 Mar 2014
|
23:22 delphij
Remove DEBUG option for now as it have broke syslog capability.
Reported by: many
|
Wednesday, 19 Mar 2014
|
22:44 delphij
Update OpenLDAP to 2.4.39.
While I'm there, make OpenLDAP daemon start earlier than SERVERS, right
after ldconfig.
|
22:11 delphij
Spring cleanup of OpenLDAP 2.4 port:
- Fix various issues introduced with staging support.
- Build MDB backend by default, this will become new preferred backend
and BerkeleyDB backend is now deprecated.
|
Monday, 3 Feb 2014
|
14:13 miwi
- Unbreak sasl support
PR: 186376
|
Sunday, 2 Feb 2014
|
09:51 miwi
- Stage support
Reviewed by: mat (via a crappy vnc session and it looked nice :-p)
|
Tuesday, 14 Jan 2014
|
01:02 delphij
Support building against Berkeley DB 6.x.
PR: ports/185630
Submitted by: Yasuhiro KIMURA <yasu utahime org>
|
Friday, 13 Dec 2013
|
00:50 delphij
Add a patch from OpenLDAP ITS 7249 [1] which addresses crash issue
with OpenLDAP 'memberof' overlay.
Pointed out by: oshogbo
[1] http://www.openldap.org/lists/openldap-bugs/201205/msg00002.html
|
Wednesday, 20 Nov 2013
|
20:11 delphij
Update to 2.4.38.
|
Saturday, 2 Nov 2013
|
00:51 delphij
Update to 2.4.37
|
Wednesday, 2 Oct 2013
|
19:51 delphij
Don't overwrite existing schema when they already do.
PR: ports/177016
Submitted by: pclin
|
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Monday, 16 Sep 2013
|
06:30 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Sunday, 8 Sep 2013
|
08:59 delphij
Don't assume that the user have gcc and do not override default CFLAGS.
PR: ports/181929
Reported by: O. Hartmann <ohartman zedat fu-berlin de>
|
Tuesday, 20 Aug 2013
|
18:25 delphij
Update to 2.4.36.
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Monday, 24 Jun 2013
|
05:29 delphij
Add http mirrors as last resort option.
PR: ports/179153
Submitted by: brd
|
Wednesday, 29 May 2013
|
23:42 delphij
Add an option to build SHA2 modules.
PR: ports/178268
Submitted by: Mike Carlson <mike bayphoto com>
|
Tuesday, 16 Apr 2013
|
20:00 delphij
Update to 2.4.35.
Feature safe: yes
|
Thursday, 28 Mar 2013
|
07:50 delphij
Fixup for previous commit to fix installation issues reported by several
users.
|
Sunday, 24 Mar 2013
|
06:42 delphij
- Split server and client manual pages (OpenLDAP ITS #7548) [1]
- Minor fixup to plist
PR: ports/176924 [1]
Submitted by: Andriei Romanienko <melanhit gmail com> [1]
|
Thursday, 14 Mar 2013
|
18:00 delphij
- Fix build when SMBPASSWD is checked [1];
- Use OPTIONSFILE?= instead of OPTIONSFILE= [2].
PR: ports/176873 [1]
Submitted by: "A.J. Kehoe IV (Nanoman)" <nanoman nanoman ca> [2]
|
Tuesday, 12 Mar 2013
|
00:41 delphij
Fix version range representation.
|
Monday, 11 Mar 2013
|
23:54 delphij
Update OpenLDAP to 2.4.34.
|
Saturday, 2 Mar 2013
|
03:55 eadler
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe)
|
Monday, 17 Dec 2012
|
08:16 delphij
The port only installs certain documentation file with the client slave
port, so cover these to CLIENT case.
Noticed by: remko (via pkgng)
|
Wednesday, 12 Dec 2012
|
20:09 delphij
Avoid setting PKGNAMESUFFIX late, which in turn changes UNIQUENAME and
causes OPTIONS menu to be shown up multiple times.
As a side effect we have to make openldap24-client and
openldap24-sasl-client which we do not have a better solution at this
time.
Submitted by: bapt (mostly)
|
Monday, 10 Dec 2012
|
15:10 ume
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
|
Friday, 30 Nov 2012
|
04:25 delphij
o Correct typo.
PR: ports/173663
Submitted by: Chris Mikkelson <cmikk uerige.oss.uswest.net>
Feature safe: yes
|
Saturday, 13 Oct 2012
|
00:57 delphij
Update to 2.4.33.
Feature safe: yes
|
Wednesday, 5 Sep 2012
|
00:17 delphij
Apply a vendor fix to mdb initialization crash.
|
Sunday, 5 Aug 2012
|
23:19 dougb
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Wednesday, 1 Aug 2012
|
04:19 delphij
DYNAMIC_BACKEND should be in the default.
Submitted by: sunpoet
|
Tuesday, 31 Jul 2012
|
22:47 delphij
Don't remove schema if they are modified.
PR: ports/170300
Submitted by: ohauer
|
19:51 delphij
Update to 2.4.32, while I'm there, convert to OptionsNG
|
Thursday, 14 Jun 2012
|
17:42 delphij
Don't override UNIQUENAME. Without this, -client slave will overwrite
-server configurations.
Reported by: crees
|
Tuesday, 1 May 2012
|
02:01 delphij
Wrap USERS and GROUPS within !CLIENT_ONLY, the user credential
is only required for server.
|
Monday, 23 Apr 2012
|
19:53 delphij
- Allow building with MDB option;
- Fixup for plist;
- Remove sites that no longer carries distfiles;
- Use USERS/GROUPS to eliminate duplicated code in pkg-install
- Update to 2.4.31[1]
PR: ports/167102
Submitted by: Hirohisa Yamaguchi <umq ueo co jp>, myself [1]
|
Wednesday, 18 Apr 2012
|
17:39 delphij
Update to 2.4.30.
|
Friday, 30 Mar 2012
|
09:33 delphij
Don't list LDAP_RUN_DIR as required_dirs since we will create it.
PR: ports/166492
Noticed by: "O. Hartmann" <ohartman mail zedat fu-berlin de>
Feature safe: yes
|
Thursday, 29 Mar 2012
|
16:56 delphij
Create LDAPRUNDIR before starting.
Requested by: Oliver Hartmann <ohartman zedat fu-berlin de>
PR: ports/166492
Feature safe: yes
|
Tuesday, 13 Mar 2012
|
04:06 delphij
Allow building with Berkeley DB 5.x based on popular demands.
Feature safe: yes
|
Monday, 6 Feb 2012
|
12:25 miwi
- Chase unixODBC shlib bump
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Wednesday, 20 Jul 2011
|
19:02 delphij
Pet portlint(1).
|
18:58 delphij
Add license.
|
Tuesday, 5 Jul 2011
|
08:54 delphij
Update to 2.4.26.
|
Monday, 2 May 2011
|
19:22 delphij
inet_ntoa is not thread-safe as it uses a static store, which may
result in a race condition, where for instance an IP based ACL
might result in a denial decision.
Fix this by changing these inet_ntoa's to inet_ntop with on-stack
store.
Reported by: Damian Hazen <dhazen lbl.gov>
|
Saturday, 2 Apr 2011
|
23:00 delphij
Make OpenLDAP libraries link against libfetch when requested and not only
binaries linking against liblutil. This should fix build issue when FETCH
is enabled.
Prompted by: kib
|
Monday, 28 Mar 2011
|
20:45 delphij
Disable FETCH support by default, as it adds a new requirement to fetch(3)
library which is unexpected by most applications.
|
08:34 delphij
Update to 2.4.25.
|
Thursday, 24 Feb 2011
|
21:50 delphij
Update OpenLDAP to 2.4.24.
Unfortunately this version requires a shared library version bump again.
|
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
|
Monday, 2 Aug 2010
|
19:26 delphij
Previous patch was:
Submitted by: Alexander Kriventsov <avk vl ru>
|
19:25 delphij
WITH_SMBPWD should apply only when building servers.
PR: ports/148936
|
Thursday, 1 Jul 2010
|
19:04 delphij
Update to 2.4.23. This is a pure bugfix release that addresses several
reliability issues.
Feature safe: yes
|
Wednesday, 30 Jun 2010
|
07:20 delphij
- SASL is not default since 2007 so remove an unneeded test about WITHOUT_SASL
which causes confusion that defining WITHOUT_SASL as building
openldap24-sasl-client would get you openldap24-client.
- Add an option to build without fetch(3) library, which in turn depends on
base OpenSSL. [1]
- Promote SASL and FETCH options to be on both client and library ports.
- Both SASL and FETCH remains their defaults (no and yes) so no PORTREVISION
bump.
PR: ports/145337 [1]
Feature safe: yes
|
Saturday, 15 May 2010
|
00:27 delphij
Mark Berkeley DB 5.0 as invalid combination for now. OpenLDAP does not
officially supports this (yet).
Note that BDB 5.0 do work with OpenLDAP with some trivial tweaks to the
configure scripts.
|
Tuesday, 27 Apr 2010
|
20:11 delphij
Update to 2.4.22
|
Saturday, 27 Mar 2010
|
06:14 dougb
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
|
Wednesday, 23 Dec 2009
|
23:40 delphij
Update to 2.4.21.
Sponsored by: iXsystems, Inc.
|
Monday, 30 Nov 2009
|
19:12 delphij
Update to 2.4.20.
Sponsored by: iXsystems, Inc.
|
Tuesday, 6 Oct 2009
|
18:19 delphij
Update to 2.4.19.
|
Thursday, 1 Oct 2009
|
00:08 delphij
Use same logic when creating the name for client package, as what we have
used in building 'em.
PR: ports/135622
Submitted by: Christian Ullrich <chris+freebsd chrullrich net>
|
Monday, 7 Sep 2009
|
22:27 delphij
Add a missing / or otherwise the generated script would point to wrong
directory.
PR: ports/138618
Reported by: Alexander Wittig <alexander wittig name>
|
09:46 delphij
o Update to 2.4.18.
o Add support to slapd_krb5_ktname, which exports an environment variable
KRB5_KTNAME so that user can specify alternative Kerberos key table. [1]
o Add support to run slapd with cn=config style configuration. [2]
Reported by: Matthew Hambley <matthew at aether demon co uk> [1]
Ulrich Spoerlein <uspoerlein at gmail com> [2]
Submitted by: Nikolai Nespor <nikolai nespor at basis-wein at> [2]
|
Sunday, 2 Aug 2009
|
19:36 mezz
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Monday, 20 Jul 2009
|
08:13 delphij
Update to OpenLDAP 2.4.17. Unfortunately a shared library bump is needed.
UPDATING to follow.
|
Thursday, 30 Apr 2009
|
18:48 delphij
Disable the detection of uuid/uuid.h, which brings an unwanted dependency
which is not always being installed.
Reported by: Panagiotis Christias <p.christias noc.ntua.gr>
|
Monday, 6 Apr 2009
|
01:59 delphij
Update to 2.4.16
|
Monday, 2 Mar 2009
|
18:12 delphij
Vendor fix to correct incorrect fix of ITS#5849.
|
Tuesday, 24 Feb 2009
|
23:47 delphij
Update to 2.4.15
|
Tuesday, 17 Feb 2009
|
23:02 delphij
- Expose DYNACL and ACI options as configuration menu.
- Add knobs to build COLLECT, DEREF[1] overlaies.
- Remove knob for DENYOP.
- Add pmi schema.
Reported by: Piotr BuliÅski <piotr bulinski pl> [1]
|
02:54 delphij
Update OpenLDAP to 2.4.14.
|
Monday, 5 Jan 2009
|
05:49 delphij
Update to 2.4.13. Note that this requires a full rebuild of all
packages that depends on openldap24-client due to a shared library
version bump.
|
Tuesday, 30 Sep 2008
|
15:38 skv
Fix support of multiple database backend definitions.
PR: ports/127245
Submitted by: Alexander Kriventsov <akriventsov xx masterhost.ru>
Approved by: maintainer timeout
|
Friday, 5 Sep 2008
|
16:46 skv
Unbreak install for "smbk5pwd".
Blame to: me
|
Thursday, 4 Sep 2008
|
17:36 skv
Add option for smbk5pwd overlay.
PR: ports/126367
Submitted by: Alexander Kriventsov <akriventsov xx masterhost.ru>
Approved by: maintainer timeout
|
Thursday, 21 Aug 2008
|
06:18 rafan
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
|
Sunday, 20 Jul 2008
|
03:34 delphij
- Overhaul the way we handle with LDAP data directory, populate
the data directory upon start, not upon install. [1]
- Update to OpenLDAP 2.4.11.
- Modify bsd.port.mk to fit with the shared libary version bump [2]
This has no impact to package building yet as 2.4.x is not the
default version.
Submitted by: Mikhail Goriachev <mikhailg webanoide org> [1]
Approved by: portmgr (marcus) [2]
|
Monday, 7 Jul 2008
|
20:54 delphij
Detect OpenLDAP data directory from the configuration and use it for
further operation.
Submitted by: Mikhail Goriachev <mikhailg webanoide org>
|
Wednesday, 18 Jun 2008
|
18:59 delphij
Allow building of 'sock' backend.
PR: ports/124560
Submitted by: Stef Walter <stef memberwebs com>
|
Wednesday, 11 Jun 2008
|
05:53 rafan
- Update to 2.4.10
Requested by: delphij (maintainer)
|
Wednesday, 7 May 2008
|
21:20 delphij
Update to 2.4.9.
|
Tuesday, 25 Mar 2008
|
18:08 delphij
Sync overlays with configure script, while I'm there, also sync there
default settings to reflect the reality and sort overlay options.
|
Tuesday, 19 Feb 2008
|
22:18 delphij
Oops, forced commit to say that the previous commit is actually an
upgrade to 2.4.8.
|
22:15 delphij
Update to 2.4.9. While there, remove the spurious icu dependency,
which is not used at the moment, and will appear if user has
installed icu on their system.
|
Number of commits found: 221 (showing only 100 on this page) |