aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot
Commit message (Collapse)AuthorAgeFilesLines
* devel/icu: update to 69.1Jan Beich2021-04-081-1/+1
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build.Mathieu Arnold2021-03-241-0/+1
| | | | Notes: svn path=/head/; revision=569105
* devel/icu: update to 68.1Jan Beich2020-11-031-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/68 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=553940
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).Alexey Dokuchaev2020-05-281-1/+1
| | | | Notes: svn path=/head/; revision=536768
* devel/icu: update to 67.1Jan Beich2020-04-231-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532707
* devel/icu: update to 66.1Jan Beich2020-03-131-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=528343
* devel/icu: update to 65.1Jan Beich2019-10-031-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* Drop build dependency on GNU m4.Baptiste Daroussin2019-10-011-1/+1
| | | | | | | | | m4 from base is able to do the job, if properly wrapped to mimic GNU m4 Differential Revision: https://reviews.freebsd.org/D21835 Notes: svn path=/head/; revision=513487
* devel/icu: update to 64.1Jan Beich2019-03-271-1/+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 Notes: svn path=/head/; revision=496981
* lang/parrot: unbreak with ICU 64Jan Beich2019-03-071-3/+3
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=494932
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* devel/icu: update to 62.1Jan Beich2018-06-291-1/+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) Notes: svn path=/head/; revision=473551
* devel/icu: update to 61.1Jan Beich2018-04-061-1/+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) Notes: svn path=/head/; revision=466648
* Remove obsolete line. ia64 support failed years ago.Mark Linimon2017-11-271-2/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=454930
* devel/icu: update to 60.1Jan Beich2017-11-091-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine Notes: svn path=/head/; revision=453790
* devel/icu: update to 59.1Jan Beich2017-09-251-1/+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 Notes: svn path=/head/; revision=450556
* devel/icu: update to 58.1Jan Beich2016-11-191-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt) Notes: svn path=/head/; revision=426525
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-1/+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) Notes: svn path=/head/; revision=422711
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=418153
* devel/icu: bump PORTREVISION on dependent portsPietro Cerutti2016-07-061-0/+1
| | | | Notes: svn path=/head/; revision=418119
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* lang/parrot: 7.9.0 -> 8.1.0Kurt Jaeger2016-04-033-3/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=412461
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Update to 7.9.0.Mathieu Arnold2015-10-212-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=399922
* - Fix shebangsDmitry Marakasov2015-09-091-1/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396505
* - Update to 7.6.0Sunpoet Po-Chuan Hsieh2015-07-242-3/+3
| | | | | | | Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=392795
* Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is ↵Adam Weinberger2015-07-071-2/+2
| | | | | | | | | unnecessary, and sort depends where appropriate. Notes: svn path=/head/; revision=391514
* - Remove duplicate regression-test: which is already in Mk/Uses/perl5.mkSunpoet Po-Chuan Hsieh2015-07-061-3/+0
| | | | Notes: svn path=/head/; revision=391468
* Update to 7.3.0.Adam Weinberger2015-04-252-8/+9
| | | | | | | For changes, see: http://parrot.org/news/2015/Parrot-7.3.0 Notes: svn path=/head/; revision=384744
* Update icu to 55.1Baptiste Daroussin2015-04-231-0/+1
| | | | Notes: svn path=/head/; revision=384614
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-132-23/+14
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=381221
* - Update to 7.0.2Sunpoet Po-Chuan Hsieh2015-02-182-3/+3
| | | | | | | Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=379278
* - Update to 7.0.1Sunpoet Po-Chuan Hsieh2015-01-272-3/+3
| | | | | | | Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=377998
* - Update to 7.0.0Sunpoet Po-Chuan Hsieh2015-01-222-3/+3
| | | | | | | Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=377687
* - Update to 6.9.0Sunpoet Po-Chuan Hsieh2015-01-135-32/+19
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=376962
* Remove custom plist generator we have makeplist nowBaptiste Daroussin2014-12-202-19/+10
| | | | | | | Sort the plist Notes: svn path=/head/; revision=375127
* Allow building with bison 3Antoine Brodin2014-11-301-0/+11
| | | | | | | PR: ports/194680 Notes: svn path=/head/; revision=373662
* Cleanup plistBaptiste Daroussin2014-10-271-87/+0
| | | | Notes: svn path=/head/; revision=371587
* - support stageYen-Ming Lee2014-07-102-14/+11
| | | | Notes: svn path=/head/; revision=361482
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-0/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - Update to 5.9.0Sunpoet Po-Chuan Hsieh2013-10-194-9/+5
| | | | | | | | | - Convert to new LIB_DEPENDS format Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=330902
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-141-2/+1
| | | | Notes: svn path=/head/; revision=327219
* Convert to new perl framework.Mathieu Arnold2013-08-031-2/+1
| | | | Notes: svn path=/head/; revision=324190
* - Update to 5.0.0Sunpoet Po-Chuan Hsieh2013-03-234-31/+93
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=315015
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=313635
* Chase icu, graphite2 and libexttextcat bumpBaptiste Daroussin2012-12-181-5/+2
| | | | Notes: svn path=/head/; revision=309206
* - Update to 4.6.0Sunpoet Po-Chuan Hsieh2012-07-194-9/+5
| | | | | | | | | - Add regression-test: for tinderbox Changes: https://github.com/parrot/parrot/blob/master/ChangeLog Notes: svn path=/head/; revision=301146
* - Update to 4.3.0Sunpoet Po-Chuan Hsieh2012-05-213-9/+8
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=297106