Commit Graph

122 Commits

Author SHA1 Message Date
Jan Beich 6d5d6429d5 devel/icu: update to 68.1
Changes:	http://site.icu-project.org/download/68
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-11-03 00:56:26 +00:00
Alexey Dokuchaev 0f7042e5fe Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). 2020-05-28 13:13:25 +00:00
Jan Beich ffb8eb82e5 devel/icu: update to 67.1
Changes:	http://site.icu-project.org/download/67
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-04-23 20:14:49 +00:00
Jan Beich f821cdc347 devel/icu: update to 66.1
Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2020-03-13 09:47:16 +00:00
Jan Beich 4bbb4133b2 devel/icu: update to 65.1
Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
2019-10-03 20:35:29 +00:00
Baptiste Daroussin 56a6c38e8d Drop build dependency on GNU m4.
m4 from base is able to do the job, if properly wrapped to mimic GNU m4

Differential Revision:	https://reviews.freebsd.org/D21835
2019-10-01 14:35:23 +00:00
Jan Beich 480c577baa devel/icu: update to 64.1
Changes:	http://site.icu-project.org/download/64
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		236325
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19479
2019-03-27 21:11:08 +00:00
Jan Beich c597806209 lang/parrot: unbreak with ICU 64
In file included from src/ops/core_ops.c:72:
In file included from /usr/local/include/unicode/uchar.h:28:
In file included from /usr/local/include/unicode/utypes.h:38:
In file included from /usr/local/include/unicode/umachine.h:46:
In file included from /usr/local/include/unicode/ptypes.h:52:
In file included from /usr/local/include/unicode/platform.h:25:
/usr/local/include/unicode/uvernum.h:123:8: error: 'U_DISABLE_VERSION_SUFFIX' is not defined, evaluates to 0 [-Werror,-Wundef]
 #elif !U_DISABLE_VERSION_SUFFIX
        ^

PR:		236325
Approved by:	portmgr blanket
2019-03-07 12:58:36 +00:00
Jan Beich 91f9922c6f 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
2018-10-23 11:35:03 +00:00
Jan Beich 3beb732dad 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)
2018-06-29 14:22:11 +00:00
Jan Beich ae60358af5 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)
2018-04-06 15:53:16 +00:00
Mark Linimon e440840cd5 Remove obsolete line. ia64 support failed years ago.
Approved by:	portmgr (tier-2 blanket)
2017-11-27 02:55:09 +00:00
Jan Beich 99b0558e42 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
2017-11-09 02:31:47 +00:00
Jan Beich a382198617 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
2017-09-25 00:02:36 +00:00
Jan Beich 23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00
Tijl Coosemans 48f4591035 - 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)
2016-09-24 11:06:57 +00:00
Mathieu Arnold 7acca7e902 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
2016-07-06 22:10:14 +00:00
Pietro Cerutti fb8d8ab5f9 devel/icu: bump PORTREVISION on dependent ports 2016-07-06 07:34:12 +00:00
Dmitry Marakasov 4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Kurt Jaeger 596e0b1cc7 lang/parrot: 7.9.0 -> 8.1.0
2016-02-16    release 8.1.0
    - Core
        + Annotate needed -Wcast-align fixes (for early armv5 systems)
    - Documentation
        + Fixed typo in move_buffer_callback doc
        + Add missing hyperref package for latex
    - Tests
        + Restore make configure_tests, remove outdated t/steps/auto/labs-01.t

2015-12-15    release 7.11.0
    - Build
        + Improve darwin and cygwin build, seperate installable libparrot.
          GH #1212, 1096
        + Honor --disable-rpath on darwin, skip -install_name then
        + Update default cygwin compiler and linker to gcc with 1.7
        + Add darwin and windows smokers (travis + appveyor), prev. linux only
        + use a smaller default target: core (most parrot_utils, not all)
          make all builds now all, including docs and installables

2015-11-17    release 7.10.0
    - Documentation
        + Accept cperldoc as fallback to perldoc GH #1211
2016-04-03 11:20:55 +00:00
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Mathieu Arnold 6605cc49d8 Update to 7.9.0.
Sponsored by:	Absolight
2015-10-21 15:01:57 +00:00
Dmitry Marakasov 403d7f0f23 - Fix shebangs
Approved by:	portmgr blanket
2015-09-09 14:24:49 +00:00
Sunpoet Po-Chuan Hsieh 6a31e09f86 - Update to 7.6.0
Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2015-07-24 08:59:45 +00:00
Adam Weinberger b2fa1c69a6 Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is unnecessary,
and sort depends where appropriate.
2015-07-07 16:22:54 +00:00
Sunpoet Po-Chuan Hsieh 3140d98e26 - Remove duplicate regression-test: which is already in Mk/Uses/perl5.mk 2015-07-06 17:48:08 +00:00
Adam Weinberger 4f33a79bb8 Update to 7.3.0.
For changes, see: http://parrot.org/news/2015/Parrot-7.3.0
2015-04-25 16:56:59 +00:00
Baptiste Daroussin 25c34fd38f Update icu to 55.1 2015-04-23 21:26:09 +00:00
Adam Weinberger 10f22ecd6d Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
  PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
  OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
  This one happens in many, many ports. I only applied it in cases where
  it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
2015-03-13 17:29:58 +00:00
Sunpoet Po-Chuan Hsieh 120882d95b - Update to 7.0.2
Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2015-02-18 16:23:29 +00:00
Sunpoet Po-Chuan Hsieh 6d8ebc8437 - Update to 7.0.1
Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2015-01-27 11:27:05 +00:00
Sunpoet Po-Chuan Hsieh b0b9134e7a - Update to 7.0.0
Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2015-01-22 17:46:06 +00:00
Sunpoet Po-Chuan Hsieh 1d7ded6fe9 - Update to 6.9.0
- Remove CONFLICTS since lang/rakudo was removed
- Strip binary executable and shared library
- Simplify Makefile:
  - Remove Makefile.common
  - Use BROKEN_ia64
  - Remove regression-test:
- Cosmetic change

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2015-01-13 15:34:22 +00:00
Baptiste Daroussin 92da32cb47 Remove custom plist generator we have makeplist now
Sort the plist
2014-12-20 20:21:16 +00:00
Antoine Brodin a32054e27e Allow building with bison 3
PR:		ports/194680
2014-11-30 11:20:35 +00:00
Baptiste Daroussin 77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Yen-Ming Lee 093ee902b3 - support stage 2014-07-10 18:59:34 +00:00
Baptiste Daroussin 4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Sunpoet Po-Chuan Hsieh 2f536e51dd - Update to 5.9.0
- Convert to new LIB_DEPENDS format

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2013-10-19 16:21:30 +00:00
Baptiste Daroussin 888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Sunpoet Po-Chuan Hsieh 55b3bd0038 - Use USES=gmake 2013-09-14 06:21:24 +00:00
Mathieu Arnold 3d7ef3e463 Convert to new perl framework. 2013-08-03 12:51:18 +00:00
Sunpoet Po-Chuan Hsieh 41bc61c2b8 - Update to 5.0.0
- Add missing CONFLICTS with lang/rakudo
- Adjust CONFIGURE_ARGS to allow build with clang/clang++
- Cosmetic change

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2013-03-23 09:06:48 +00:00
Baptiste Daroussin 9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Baptiste Daroussin 2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Sunpoet Po-Chuan Hsieh 9a86e71f12 - Update to 4.6.0
- Add regression-test: for tinderbox

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
2012-07-19 09:42:56 +00:00
Sunpoet Po-Chuan Hsieh 0f7dd6a987 - Update to 4.3.0
- Sort BUILD_DEPENDS
- Remove trailing blank line in Makefile.common
- Pet portlint: remove ABI version number from LIB_DEPENDS

Changes:	http://www.parrot.org/news/2012/Parrot-4.3.0
		http://www.parrot.org/news/2012/Parrot-4.2.0
		http://www.parrot.org/news/2012/Parrot-4.1.0
2012-05-21 11:29:39 +00:00
Sergey Skvortsov 48e6cb7677 Update to 4.0.0
Changes:	http://parrot.org/news/2012/Parrot-4.0.0
2012-02-04 15:41:32 +00:00
Sergey Skvortsov db09ebfdf5 Update to 3.11.0
Changes:	http://www.parrot.org/news/parrot-3.11.0-duct-tape-released
2011-12-22 06:32:12 +00:00
Sergey Skvortsov 77ec2d52e1 Update to 3.10.0
Changes:	http://www.parrot.org/news/2011/Parrot-3.10.0
2011-12-19 18:22:59 +00:00