notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/parrot/Makefile

Number of commits found: 125 (showing only 100 on this page)

1 | 2  »  

Saturday, 24 Feb 2024
16:12 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/parrot: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 26cfc2bc31ed5e793733456329967cdb35f59359 commit hash: 26cfc2bc31ed5e793733456329967cdb35f59359 commit hash: 26cfc2bc31ed5e793733456329967cdb35f59359 commit hash: 26cfc2bc31ed5e793733456329967cdb35f59359 26cfc2b
Sunday, 18 Feb 2024
09:09 Mathieu Arnold (mat) search for other commits by this committer
lang/parrot: deprecate, it is dead
commit hash: 06504615da74eadc00d268661f6ffb84cb45136e commit hash: 06504615da74eadc00d268661f6ffb84cb45136e commit hash: 06504615da74eadc00d268661f6ffb84cb45136e commit hash: 06504615da74eadc00d268661f6ffb84cb45136e 0650461
09:07 Mathieu Arnold (mat) search for other commits by this committer
lang/parrot: this is not really Perl
commit hash: 0650460104630af97b2aa8ee229598877b8501de commit hash: 0650460104630af97b2aa8ee229598877b8501de commit hash: 0650460104630af97b2aa8ee229598877b8501de commit hash: 0650460104630af97b2aa8ee229598877b8501de 0650460
09:06 Mathieu Arnold (mat) search for other commits by this committer
lang/parrot: stop spam from pkg-fallout
commit hash: 06504591ec3d773d567cf41c94ec1bec6e6acf5e commit hash: 06504591ec3d773d567cf41c94ec1bec6e6acf5e commit hash: 06504591ec3d773d567cf41c94ec1bec6e6acf5e commit hash: 06504591ec3d773d567cf41c94ec1bec6e6acf5e 0650459
Friday, 17 Nov 2023
11:46 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 74.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f commit hash: e55b80195e2af4bd63088de216ccd3e23be81c1f e55b801
Thursday, 13 Apr 2023
00:56 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 73.1

- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b commit hash: f1f1a8be887ee2c5d75bec33cb8f8a89454e606b f1f1a8b
Wednesday, 19 Oct 2022
08:10 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 72.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by:	GitHub (watch releases)
PR:		266582
Exp-run by:	antoine
commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 dfe25d7
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
lang: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Shterenlikht
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Bob Eager <bob@eager.cx>
  *  Bruce M Simpson
  *  Bruce M. Simpson
  *  Christoph Mallon <christoph.mallon@gmx.de>
  *  Christopher Elkins <chrise@scardini.com>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Chuck Robey <chuckr@FreeBSD.org>
  *  Cyrille Lefevre <clefevre@citeweb.net>
  *  Dan Rench <citric@cubicone.tmetic.com>
  *  Danilo Egea Gondolfo <danilogondolfo@gmail.com>
  *  Dario Freni <saturnero@gufi.org>
  *  David Kalliecharan <dave@dal.ca>
  *  David Naylor <dbn@FreeBSD.org>
  *  David Naylor <dbn@dragon.local>
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@NUXI.org)
  *  David O'Brien <obrien@NUXI.org>
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  Dereckson <dereckson@gmail.com>
  *  Devon H. O'Dell <devon.odell@gmail.com>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Don Croyle <croyle@gelemna.org>
  *  Douglas Anestad <yotta@dougdidit.com>
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eugene Ossintsev
  *  Frank Fischer
  *  Frank Gruender <elwood@mc5sys.in-berlin.de>
  *  Frederic Cambus
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
  *  GreenDog <fiziologus@gmail.com>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Guy Antony Halse <guy@rucus.ru.za.za>
  *  Herve Quiroz <hq@FreeBSD.org>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Iblis Lin <iblis@hs.ntnu.edu.tw>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jeff Brown <jabrown@caida.org>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jing-Tang Keith Jang <keith@FreeBSD.org>
  *  John Hein <jhein@symmetricom.com>
  *  John Marino <marino@FreeBSD.org>
  *  John Merryweather Cooper
  *  John Merryweather Cooper <coop9211@uidaho.edu>
  *  John Merryweather Cooper et al
  *  Joseph Koshy <jkoshy@FreeBSD.org>
  *  Josh Elsasser <jre@vineyard.net>
  *  Josh Gilliam <josh@quick.net>
  *  Julian H. Stacey <jhs@FreeBSD.org>
  *  Julian Stecklina
  *  Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  *  Katsuji ISHIKAWA <katsuji.ishikawa@gmail.com>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lev Walkin <vlm@lionet.info>
  *  Li-Wen Hsu <lwhsu@FreeBSD.org>
  *  Mahdi Mokhtari <mokhi64@gmail.com>
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Matthew Hunt <mph@FreeBSD.org>
  *  Michael Butschky <butsch@computi.erols.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Mitsuru YOSHIDA <mitsuru@riken.jp>
  *  Muhammad Moinur Rahman <5u623l20@gmail.com>
  *  Neal Nelson <ports@nicandneal.net>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Nils M Holm <nmh@t3x.org>
  *  Oliver Braun <obraun@informatik.unibw-muenchen.de>
  *  Oliver Breuninger <ob@seicom.NET>
  *  Patrick Li <pat@databits.net>
  *  Pawel Worach <pawel.worach@gmail.com>
  *  Pedro F. Giffuni <giffunip@asme.org>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Pete French <pete@twisted.org.uk>
  *  Peter Schuller <peter.schuller@infidyne.com>
  *  Peter van Heusden <pvh@egenetics.com>
  *  Phillip Neumann <pneumann@gmail.com>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Pontus Stenetorp <ninjin@kth.se>
  *  Ralf S. Engelschall <rse@engelschall.com>
  *  Rick van der Zwet <rick@wzoeterwoude.net>
  *  Rob Zinkov
  *  Roland Jesse <roland.jesse@gmx.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Simon Marlow <simonmar@microsoft.com>
  *  Simun Mikecin <numisemis@yahoo.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stephen Weeks <sweeks@sweeks.com>
  *  Steven G. Kargl
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping <wenhping@gmail.com>
  *  Wes Peters <wes@softweyr.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yukihiro Nakai <Nakai@technologist.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zach Garner <zach@neurosoft.org>
  *  aaron@FreeBSD.org
  *  andrewb@cs.cmu.edu
  *  arved
  *  chinsan
  *  chuckr
  *  dd
  *  erik@smluc.org
  *  gahr
  *  gahr@FreeBSD.org
  *  gpalmer
  *  hsu
  *  ijliao
  *  jasone
  *  jkh
  *  jkoshy
  *  jmacd
  *  jmacd@FreeBSD.org
  *  jmz
  *  js@jeannot.org
  *  jseger@FreeBSD.org
  *  kappa@FreeBSD.org.ua
  *  kbyanc
  *  msmith@gsoft.com.au
  *  mutoh@openedu.org
  *  netchild@FreeBSD.org
  *  patrick
  *  pst
  *  rene@FreeBSD.org
  *  ruslan@shevchenko.kiev.ua
  *  stas
  *  tobez

With hat:	portmgr
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 f98ae56
Friday, 3 Jun 2022
09:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSER

lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae commit hash: 699f62d696da389806fbd5f5bb86b1cc1f29f1ae 699f62d
Thursday, 7 Apr 2022
00:39 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 71.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
commit hash: 268cee3b0227efd217869b43152e8936a05cb850 commit hash: 268cee3b0227efd217869b43152e8936a05cb850 commit hash: 268cee3b0227efd217869b43152e8936a05cb850 commit hash: 268cee3b0227efd217869b43152e8936a05cb850 268cee3
Thursday, 28 Oct 2021
16:37 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 70.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 f34ece3
Thursday, 8 Apr 2021
23:33 Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 69.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by:	GitHub (watch releases)
commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f 69d24a7
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 24 Mar 2021
11:15 mat search for other commits by this committer
Fix build.
Original commitRevision:569105 
Tuesday, 3 Nov 2020
00:56 jbeich search for other commits by this committer
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)
Original commitRevision:553940 
Thursday, 28 May 2020
13:13 danfe search for other commits by this committer
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).
Original commitRevision:536768 
Thursday, 23 Apr 2020
20:14 jbeich search for other commits by this committer
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)
Original commitRevision:532707 
Friday, 13 Mar 2020
09:47 jbeich search for other commits by this committer
devel/icu: update to 66.1

Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Original commitRevision:528343 
Thursday, 3 Oct 2019
20:35 jbeich search for other commits by this committer
devel/icu: update to 65.1

Changes:	http://site.icu-project.org/download/65
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Original commitRevision:513733 
Tuesday, 1 Oct 2019
14:35 bapt search for other commits by this committer
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
Original commitRevision:513487 
Wednesday, 27 Mar 2019
21:11 jbeich search for other commits by this committer
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
Original commitRevision:496981 
Thursday, 7 Mar 2019
12:58 jbeich search for other commits by this committer
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
Original commitRevision:494932 
Tuesday, 23 Oct 2018
11:35 jbeich search for other commits by this committer
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
Original commitRevision:482830 
Friday, 29 Jun 2018
14:22 jbeich search for other commits by this committer
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)
Original commitRevision:473551 
Friday, 6 Apr 2018
15:53 jbeich search for other commits by this committer
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)
Original commitRevision:466648 
Monday, 27 Nov 2017
02:55 linimon search for other commits by this committer
Remove obsolete line.  ia64 support failed years ago.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:454930 
Thursday, 9 Nov 2017
02:31 jbeich search for other commits by this committer
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
Original commitRevision:453790 
Monday, 25 Sep 2017
00:02 jbeich search for other commits by this committer
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
Original commitRevision:450556 
Saturday, 19 Nov 2016
18:21 jbeich search for other commits by this committer
devel/icu: update to 58.1

Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
Original commitRevision:426525 
Saturday, 24 Sep 2016
11:06 tijl search for other commits by this committer
- 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)
Original commitRevision:422711 
Wednesday, 6 Jul 2016
22:10 mat search for other commits by this committer
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
Original commitRevision:418153 
07:34 gahr search for other commits by this committer
devel/icu: bump PORTREVISION on dependent ports
Original commitRevision:418119 
Sunday, 3 Apr 2016
11:20 pi search for other commits by this committer
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
Original commitRevision:412461 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Wednesday, 21 Oct 2015
15:01 mat search for other commits by this committer
Update to 7.9.0.

Sponsored by:	Absolight
Original commitRevision:399922 
Wednesday, 9 Sep 2015
14:24 amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
Original commitRevision:396505 
Friday, 24 Jul 2015
08:59 sunpoet search for other commits by this committer
- Update to 7.6.0

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
Original commitRevision:392795 
Tuesday, 7 Jul 2015
16:22 adamw search for other commits by this committer
Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is
unnecessary,
and sort depends where appropriate.
Original commitRevision:391514 
Monday, 6 Jul 2015
17:48 sunpoet search for other commits by this committer
- Remove duplicate regression-test: which is already in Mk/Uses/perl5.mk
Original commitRevision:391468 
Saturday, 25 Apr 2015
16:57 adamw search for other commits by this committer
Update to 7.3.0.

For changes, see: http://parrot.org/news/2015/Parrot-7.3.0
Original commitRevision:384744 
Thursday, 23 Apr 2015
21:26 bapt search for other commits by this committer
Update icu to 55.1
Original commitRevision:384614 
Friday, 13 Mar 2015
17:29 adamw search for other commits by this committer
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
Original commitRevision:381221 
Wednesday, 18 Feb 2015
16:23 sunpoet search for other commits by this committer
- Update to 7.0.2

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
Original commitRevision:379278 
Tuesday, 27 Jan 2015
11:27 sunpoet search for other commits by this committer
- Update to 7.0.1

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
Original commitRevision:377998 
Thursday, 22 Jan 2015
17:46 sunpoet search for other commits by this committer
- Update to 7.0.0

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
Original commitRevision:377687 
Tuesday, 13 Jan 2015
15:34 sunpoet search for other commits by this committer
- 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
Original commitRevision:376962 
Saturday, 20 Dec 2014
20:21 bapt search for other commits by this committer
Remove custom plist generator we have makeplist now
Sort the plist
Original commitRevision:375127 
Thursday, 10 Jul 2014
18:59 leeym search for other commits by this committer
- support stage
Original commitRevision:361482 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Saturday, 19 Oct 2013
16:21 sunpoet search for other commits by this committer
- Update to 5.9.0
- Convert to new LIB_DEPENDS format

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
Original commitRevision:330902 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Saturday, 14 Sep 2013
06:21 sunpoet search for other commits by this committer
- Use USES=gmake
Original commitRevision:327219 
Saturday, 3 Aug 2013
12:51 mat search for other commits by this committer
Convert to new perl framework.
Original commitRevision:324190 
Saturday, 23 Mar 2013
09:06 sunpoet search for other commits by this committer
- 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
Original commitRevision:315015 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
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
Original commitRevision:313635 
Tuesday, 18 Dec 2012
23:09 bapt search for other commits by this committer
Chase icu, graphite2 and libexttextcat bump
Original commitRevision:309206 
Thursday, 19 Jul 2012
09:42 sunpoet search for other commits by this committer
- Update to 4.6.0
- Add regression-test: for tinderbox

Changes:	https://github.com/parrot/parrot/blob/master/ChangeLog
Original commit
Monday, 21 May 2012
11:29 sunpoet search for other commits by this committer
- 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
Original commit
Saturday, 4 Feb 2012
15:41 skv search for other commits by this committer
Update to 4.0.0

Changes:        http://parrot.org/news/2012/Parrot-4.0.0
Original commit
Monday, 19 Dec 2011
18:22 skv search for other commits by this committer
Update to 3.10.0

Changes:        http://www.parrot.org/news/2011/Parrot-3.10.0
Original commit
Tuesday, 25 Oct 2011
08:50 skv search for other commits by this committer
Update to 3.9.0

Changes:        http://www.parrot.org/news/2011/3.9.0
Original commit
Friday, 23 Sep 2011
12:18 skv search for other commits by this committer
Update to 3.8.0

Changes:        http://www.parrot.org/news/2011/Parrot-3.8.0
                http://www.parrot.org/news/2011/Parrot-3.7.0
Original commit
Tuesday, 26 Jul 2011
07:23 skv search for other commits by this committer
Update to 3.6.0

Changes:        http://www.parrot.org/news/2011/Parrot-3.6.0
Original commit
Sunday, 10 Jul 2011
21:06 bapt search for other commits by this committer
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
Original commit
Saturday, 2 Jul 2011
22:18 pav search for other commits by this committer
- Mark BROKEN: incomplete plist
Original commit
Sunday, 22 May 2011
18:57 skv search for other commits by this committer
Update to 3.4.0

Changes:        http://www.parrot.org/news/2011/Parrot-3.4.0
Original commit
Saturday, 30 Apr 2011
16:15 skv search for other commits by this committer
Update to 3.3.0

Changes:        http://www.parrot.org/news/2011/Parrot-3.3.0
Original commit
Saturday, 19 Mar 2011
22:02 skv search for other commits by this committer
Update to 3.2.0

Changes:        http://www.parrot.org/news/2011/Parrot-3.2.0
Original commit
Wednesday, 16 Feb 2011
18:37 skv search for other commits by this committer
Update to 3.1.0

Changes:        http://www.parrot.org/news/2011/Parrot-3.1.0
                http://www.parrot.org/news/2011/Parrot-3.0.0
Original commit
Wednesday, 22 Dec 2010
14:29 skv search for other commits by this committer
Update to 2.11.0

Changes:        http://www.parrot.org/news/2010/Parrot-2.11.0
Original commit
Wednesday, 15 Dec 2010
11:37 bapt search for other commits by this committer
Chase devel/icu upgrade
Add an updating note
Original commit
Tuesday, 7 Dec 2010
21:48 pgollucci search for other commits by this committer
- Update to 2.10.1

PR:             ports/152799
Submitted by:   Aliaksandr Zahatski  <zahatski@gmail.com>
With Hat:       perl@
Original commit
Friday, 5 Nov 2010
09:42 skv search for other commits by this committer
Specify LICENSE.
Original commit
Thursday, 4 Nov 2010
14:10 skv search for other commits by this committer
Update to 2.9.1

Changes:        http://www.parrot.org/news/parrot-2.9.1-released
                http://www.parrot.org/news/2010/Parrot-2.9.0
PR:             ports/151811
Submitted by:   Aliaksandr Zahatski <zahatski@gmail.com>
Original commit
Sunday, 10 Oct 2010
07:07 pgollucci search for other commits by this committer
- Update to 2.8.0

PR:             ports/151105
Submitted by:   Aliaksandr Zahatski <zahatski@gmail.com>
With Hat:       perl@
Original commit
Thursday, 9 Sep 2010
19:05 pgollucci search for other commits by this committer
- Update to 2.7.0

PR:             ports/150031
Submitted by:   Aliaksandr Zahatski  <zahatski@gmail.com>
With Hat:       perl@
Original commit
Friday, 23 Jul 2010
14:00 skv search for other commits by this committer
Update to 2.6.0

Changes:        http://parrot.org/news/2010/Parrot-2.6.0
PR:             ports/148809
Submitted by:   Aliaksandr Zahatski <zahatski@gmail.com>
Original commit
Wednesday, 19 May 2010
05:56 skv search for other commits by this committer
Update to 2.4.0

Changes:        http://parrot.org/news/2010/Parrot-2.4.0
PR:             ports/146714
Submitted by:   Aliaksandr Zahatski <zahatski xx gmail.com>
Original commit
Wednesday, 21 Apr 2010
18:14 skv search for other commits by this committer
Update port to 2.3.0

Changes:        http://www.parrot.org/news/2010/Parrot-2.3.0
PR:             ports/145909
Submitted by:   Aliaksandr Zahatski <zahatski xx gmail.com>
Original commit
Monday, 19 Apr 2010
10:43 ale search for other commits by this committer
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Original commit
Wednesday, 17 Feb 2010
21:44 skv search for other commits by this committer
Update to 2.1.0

Changes:        http://www.parrot.org/news/2010/Parrot-2.1.0
Feature safe:   yes
Original commit
Thursday, 4 Feb 2010
03:27 pgollucci search for other commits by this committer
- Update to 2.0.0
- MAKE_JOBS_UNSAFE=yes
- Move reusable components to Makefile.common so
  future other p6- ports can use them

PR:             ports/143011
Submitted by:   Aliaksandr Zahatski <zahatski@gmail.com>
Original commit
Sunday, 10 Jan 2010
21:31 pgollucci search for other commits by this committer
- Pass to perl@ as discussed with portmgr (linimon) and svk (previous
maintainer)
Original commit
07:27 pgollucci search for other commits by this committer
- Adopt
Original commit
03:54 linimon search for other commits by this committer
With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
Original commit
Tuesday, 21 Jul 2009
19:04 skv search for other commits by this committer
Update to 1.4.0

Changes:        http://www.parrot.org/news/2009/Parrot-1.4.0
Original commit
Thursday, 18 Jun 2009
11:44 skv search for other commits by this committer
Update to 1.3.0

WWW:    http://www.parrot.org/news/2009/Parrot-1.3.0
Original commit
Sunday, 31 May 2009
22:42 skv search for other commits by this committer
Update to 1.2.0

WWW:    http://www.parrot.org/news/2009/Parrot-1.2.0
Original commit
Wednesday, 13 May 2009
09:46 ale search for other commits by this committer
Chase libgmp and bump PORTREVISION.
Original commit
Monday, 10 Nov 2008
17:57 skv search for other commits by this committer
Update to 0.8.0

Changes:        http://search.cpan.org/src/PARTICLE/parrot-0.8.0/NEWS
Original commit
Thursday, 25 Sep 2008
16:09 skv search for other commits by this committer
Update to 0.7.1

Changes:        http://search.cpan.org/src/PMIC/parrot-0.7.1/NEWS
Original commit
Tuesday, 26 Aug 2008
10:15 skv search for other commits by this committer
Update to 0.7.0

Changes:        http://search.cpan.org/src/RGRJR/parrot-0.7.0/NEWS
Original commit
Friday, 25 Jul 2008
14:34 pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Original commit
Friday, 18 Jul 2008
12:10 skv search for other commits by this committer
Update to 0.6.4

Changes:        http://search.cpan.org/src/BSCHMAL/parrot-0.6.4/NEWS
Original commit
Tuesday, 15 Jul 2008
19:45 pav search for other commits by this committer
- Fix previous commit

Reported by:    dvl
Original commit
19:37 pav search for other commits by this committer
- Disallow on pointyhat: needs to be build under non-root user, pointyhat cannot
do that
Original commit
Tuesday, 24 Jun 2008
12:13 skv search for other commits by this committer
Update to 0.6.3

Changes:                http://search.cpan.org/src/SMASH/parrot-0.6.3/NEWS
Original commit
Thursday, 17 Apr 2008
14:30 araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
Original commit
Sunday, 6 Apr 2008
18:44 pav search for other commits by this committer
- Mark BROKEN: incorrect plist

Reported by:    pointyhat
Original commit

Number of commits found: 125 (showing only 100 on this page)

1 | 2  »