notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/pecl-intl/Makefile
SVNWeb

Number of commits found: 51

Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Thu, 6 Dec 2018
[ 11:22 rene search for other commits by this committer ] Original commit   Revision:486751 (Only the first 10 of 168 ports in this commit are shown above. View all ports for this commit)
Remove version 7.0 from the IGNORE_WITH_PHP list.
Sun, 2 Dec 2018
[ 17:43 antoine search for other commits by this committer ] Original commit   Revision:486473 (Only the first 10 of 153 ports in this commit are shown above. View all ports for this commit)
Deprecate ports depending on php 5.6
Tue, 23 Oct 2018
[ 11:35 jbeich search for other commits by this committer ] Original commit   Revision:482830 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 63.1

Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
Mon, 8 Oct 2018
[ 15:08 antoine search for other commits by this committer ] Original commit   Revision:481545 (Only the first 10 of 154 ports in this commit are shown above. View all ports for this commit)
Fix some PKGNAME collisions
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Fri, 29 Jun 2018
[ 14:22 jbeich search for other commits by this committer ] Original commit   Revision:473551 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 62.1

Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
Fri, 6 Apr 2018
[ 15:53 jbeich search for other commits by this committer ] Original commit   Revision:466648 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 61.1

Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
Wed, 4 Apr 2018
[ 08:21 jbeich search for other commits by this committer ] Original commit   Revision:466398
devel/php*-intl: unbreak with ICU 61

In file included from ext/intl/intl_convertcpp.cpp:21:
./intl_convertcpp.h:29:25: error: unknown type name 'UnicodeString'
int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len,
UErrorCode *status);
                        ^
./intl_convertcpp.h:31:40: error: unknown type name 'UnicodeString'; did you
mean 'icu::UnicodeString'?
zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status);
                                       ^~~~~~~~~~~~~
                                       icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared
here
class U_COMMON_API UnicodeString : public Replaceable
                   ^
ext/intl/intl_convertcpp.cpp:28:25: error: unknown type name 'UnicodeString'
int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len,
UErrorCode *status)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 9 Feb 2018
[ 09:12 jbeich search for other commits by this committer ] Original commit   Revision:461290 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
devel/icu: drop C++98 compatibility workarounds

Now that both USE_GCC and -CURRENT default to C++14 there's little
reason to complicate maintenance. Revert r449685 to usher consumers
into post-C++11 world.

PR:		222433 222434 222435
Mon, 20 Nov 2017
[ 04:32 sunpoet search for other commits by this committer ] Original commit   Revision:454527
Update IGNORE_WITH_PHP
Thu, 9 Nov 2017
[ 02:31 jbeich search for other commits by this committer ] Original commit   Revision:453790 (Only the first 10 of 109 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 60.1

Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
Mon, 25 Sep 2017
[ 00:02 jbeich search for other commits by this committer ] Original commit   Revision:450556 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 59.1

- Temporarily keep C++98 working in consumers for Clang's default -std=

Changes:	http://site.icu-project.org/download/59
PR:		218788
Submitted by:	takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by:	antoine
Tue, 12 Sep 2017
[ 13:01 jbeich search for other commits by this committer ] Original commit   Revision:449685 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Back out C++11 changes for ICU >= 59

r449608, r449609, r449610, r449611, r449612, r449613, r449614,
r449621, r449661, r449662 are reverted. ICU will pull char16_t typedef
in C++98 mode instead.

Pointy hat to:	jbeich
PR:		218788 222222 222225
Mon, 11 Sep 2017
[ 08:22 jbeich search for other commits by this committer ] Original commit   Revision:449610
devel/pecl-intl: switch to C++11, required by ICU >= 59

In file included from
/wrkdirs/usr/ports/devel/pecl-intl/work/intl-3.0.0/intl_convertcpp.cpp:21:
In file included from ./intl_convertcpp.h:26:
/usr/local/include/unicode/unistr.h:3025:7: error: delegating constructors are
permitted only in C++11
      UnicodeString(ConstChar16Ptr(text)) {}
      ^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3087:7: error: delegating constructors are
permitted only in C++11
      UnicodeString(ConstChar16Ptr(text), length) {}
      ^~~~~~~~~~~~~
/usr/local/include/unicode/unistr.h:3180:7: error: delegating constructors are
permitted only in C++11
      UnicodeString(Char16Ptr(buffer), buffLength, buffCapacity) {}
      ^~~~~~~~~~~~~

PR:		218788
Mon, 10 Apr 2017
[ 15:08 mat search for other commits by this committer ] Original commit   Revision:438175 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
Convert all PECL ports to USES=php:pecl.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
Wed, 1 Feb 2017
[ 19:43 sunpoet search for other commits by this committer ] Original commit   Revision:433066
Update IGNORE_WITH_PHP
Sat, 19 Nov 2016
[ 18:21 jbeich search for other commits by this committer ] Original commit   Revision:426525 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 58.1

Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
Sat, 24 Sep 2016
[ 11:06 tijl search for other commits by this committer ] Original commit   Revision:422711 (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Wed, 3 Aug 2016
[ 12:47 mat search for other commits by this committer ] Original commit   Revision:419514 (Only the first 10 of 381 ports in this commit are shown above. View all ports for this commit)
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
Wed, 6 Jul 2016
[ 22:10 mat search for other commits by this committer ] Original commit   Revision:418153 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for the icu revert.

This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
[ 07:34 gahr search for other commits by this committer ] Original commit   Revision:418119 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
devel/icu: bump PORTREVISION on dependent ports
Tue, 28 Jun 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:417719 (Only the first 10 of 246 ports in this commit are shown above. View all ports for this commit)
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
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 18 Feb 2016
[ 14:47 miwi search for other commits by this committer ] Original commit   Revision:409110 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
- Ignore php70
- While here remove old php gruft
Thu, 23 Apr 2015
[ 21:26 bapt search for other commits by this committer ] Original commit   Revision:384614 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Update icu to 55.1
Sun, 23 Nov 2014
[ 09:20 sunpoet search for other commits by this committer ] Original commit   Revision:373134
- Reformat pkg-descr
- Take maintainership
Tue, 18 Nov 2014
[ 09:37 bapt search for other commits by this committer ] Original commit   Revision:372709 (Only the first 10 of 449 ports in this commit are shown above. View all ports for this commit)
Reset miwi's maintainership per his demand

Hope to see you back! Thank for all the work!
Mon, 7 Jul 2014
[ 11:46 robak search for other commits by this committer ] Original commit   Revision:361054
devel/pecl-intl: convert to new LIB_DEPENDS format

Approved by:	marino (mentor), portmgr (blanket)
Fri, 20 Jun 2014
[ 01:55 adamw search for other commits by this committer ] Original commit   Revision:358496
USES=tar:...
Tue, 10 Jun 2014
[ 07:39 olgeni search for other commits by this committer ] Original commit   Revision:357277 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
Fri, 7 Feb 2014
[ 11:44 bapt search for other commits by this committer ] Original commit   Revision:343214 (Only the first 10 of 229 ports in this commit are shown above. View all ports for this commit)
Chase boost and icu bump
While here convert some LIB_DEPENDS
Thu, 23 Jan 2014
[ 15:12 miwi search for other commits by this committer ] Original commit   Revision:340830 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
- Marke these ports as stage safe
- While here remove php4 gruft
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Fri, 7 Jun 2013
[ 08:57 miwi search for other commits by this committer ] Original commit   Revision:320188
- Update to 3.0.0
Sun, 10 Mar 2013
[ 11:48 miwi search for other commits by this committer ] Original commit   Revision:313823
- Update to 2.0.1
Tue, 18 Dec 2012
[ 23:09 bapt search for other commits by this committer ] Original commit   Revision:309206 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Chase icu, graphite2 and libexttextcat bump
Thu, 17 May 2012
[ 10:52 ale search for other commits by this committer ] Original commit 
Update to 2.0.0 release to add php 5.4 support.

PR:             ports/167994
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Sat, 12 Nov 2011
[ 17:07 miwi search for other commits by this committer ] Original commit 
- Ignore PHP52

Feature safe:   yes
Sun, 10 Jul 2011
[ 21:06 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
Wed, 29 Dec 2010
[ 07:20 miwi search for other commits by this committer ] Original commit 
- Revert previous commit to allow build with php5.2

PR:             153438
Submitted by:   Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Mon, 20 Dec 2010
[ 07:14 miwi search for other commits by this committer ] Original commit 
* Add LICENSE
* Add IGNORE_WITH_PHP=4 52 as this requires php 5.2.4 or newer and has a compile
issue on 5.2.

PR:             153020
Submitted by:   "Tom Judge" <tom@tomjudge.com>
Wed, 15 Dec 2010
[ 11:37 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Chase devel/icu upgrade
Add an updating note
Fri, 10 Dec 2010
[ 23:41 erwin search for other commits by this committer ] Original commit 
Make devel/icu a LIB instead of BUILD dependency.

Approved by:    maintainer
Sponsored by:   pil.dk
Wed, 24 Nov 2010
[ 09:33 miwi search for other commits by this committer ] Original commit 
- Update to 1.1.2
Sat, 20 Mar 2010
[ 18:06 miwi search for other commits by this committer ] Original commit 
- Update to 1.1.1
Thu, 21 Jan 2010
[ 23:21 miwi search for other commits by this committer ] Original commit 
- Update to 1.1.0
Thu, 29 Oct 2009
[ 16:33 wen search for other commits by this committer ] Original commit 
- Update to 1.0.3
- Pass maintainership to miwi

Approved by:    miwi,jadawin(mentors,implicit)
Sat, 11 Apr 2009
[ 11:44 miwi search for other commits by this committer ] Original commit 
- Update to 1.0.2

PR:             133588
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Wed, 24 Sep 2008
[ 09:08 miwi search for other commits by this committer ] Original commit 
- Update to 1.01

PR:             127364
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Sat, 28 Jun 2008
[ 15:53 miwi search for other commits by this committer ] Original commit 
pecl-intl is a Internationalization extension that
implements ICU library functionality in PHP.

WWW: http://pecl.php.net/package/intl

PR:             ports/125080
Submitted by:   Wen Heping <wenheping at gmail.com>

Number of commits found: 51