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: editors/jucipp/Makefile

Number of commits found: 50

Monday, 13 Nov 2023
13:10 Matthias Fechner (mfechner) search for other commits by this committer
devel/libgit2: bump all ports depending on libgit2 for 1.7.1 upgrade
commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad commit hash: 1bb0876e54b6bc98b1c93b1f30dbc2ff03f025ad 1bb0876
Friday, 8 Sep 2023
13:50 Matthias Fechner (mfechner) search for other commits by this committer
Bump ports with dependency to libgit2

See f11ed41604723ab3c75c6a108850858b7efd4f10
commit hash: 482248a09dab712095926b4a2b160ab36fd89022 commit hash: 482248a09dab712095926b4a2b160ab36fd89022 commit hash: 482248a09dab712095926b4a2b160ab36fd89022 commit hash: 482248a09dab712095926b4a2b160ab36fd89022 482248a
Wednesday, 12 Jul 2023
18:56 Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c 7d1faa7
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
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, 17 Aug 2022
15:06 Nuno Teixeira (eduardo) search for other commits by this committer Author: Mohammad S. Babaei
editors/jucipp: Update to 1.7.2

 - unbreak[1]

[1] https://gitlab.com/cppit/jucipp/-/issues/453

ChangeLog:	https://gitlab.com/cppit/jucipp/-/releases/v1.7.2
PR:		265838
Reported by:	unitrunker <unitrunker@gmail.com>
MFH:		2022Q3
commit hash: 265585c6ce72b3c513ff776ed5111f9ceaab3f85 commit hash: 265585c6ce72b3c513ff776ed5111f9ceaab3f85 commit hash: 265585c6ce72b3c513ff776ed5111f9ceaab3f85 commit hash: 265585c6ce72b3c513ff776ed5111f9ceaab3f85 265585c
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
editors: remove 'Created by' lines

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

  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohout <shanee@augusta.de>
  *  Andrej Zverev <az@inec.ru>
  *  Andrey Zakhvatov
  *  Anton Tornqvist <antont@inbox.lv>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bob Eager <bob@eager.cx>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Petrik <chris@officialunix.com>
  *  Christian Brueffer <chris@unixpages.org>
  *  Craig Leres <leres@FreeBSD.org>
  *  Daniel Eischen <deischen@FreeBSD.org>
  *  David O'Brien <obrien@cs.ucdavis.edu>
  *  David Thiel <lx@redundancy.redundancy.org>
  *  Diego Depaoli <trebestie@gmail.com>
  *  Dima Dorfman <dima@unixfreak.org>
  *  Dmitri Goutnik <dg@syrec.org>
  *  Dominic Mitchell
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Frederic Cambus
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Geoffrey Mainland <mainland@apeiron.net>
  *  Grzegorz Blach <gblach@FreeBSD.org>
  *  Hakisho Nukama <nukama@gmail.com>
  *  James Bailie <jimmy@mammothcheese.ca>
  *  Janos Mohacsi <janos.mohacsi@bsd.hu>
  *  Jason Evans <jasone@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jille Timmermans (jille@quis.cx)
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Merryweather Cooper et al
  *  Jun-ichiro itojun Itoh <itojun@itojun.org>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Kenneth Vestergaard Schmidt <kvs@pil.dk>
  *  Kris Kennaway <kris@FreeBSD.org>
  *  Leif Pedersen <bilbo@devpit.org>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Blapp
  *  Matías Pizarro <matias@pizarro.net>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael Johnson <ahze@ahze.net>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Vasilenko <acid@stu.cn.ua>
  *  Miguel Clara <miguelmclara@gmail.com>
  *  Mohammad S. Babaei <info@babaei.net>
  *  Nicola Vitale <nivit@email.it>
  *  Olga Smirnova <mistresssilvara@hotmail.com>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Duchateau
  *  Patrick Li <pat@databits.net>
  *  Peter Wemm <peter@FreeBSD.org>
  *  Philippe Lefebvre <nemesis@balistik.net>
  *  Rimvydas Jasinskas <zrj@ef.irc>
  *  Roman Shterenzon <roman@xpert.com>
  *  Satoshi Asami (asami)
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
  *  Shigeyuki Fukushima <shige@FreeBSD.org>
  *  Stanislav Sedov <stas@core.310.ru>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vitaly Magerya <vmagerya@gmail.com>
  *  Xin LI <delphij@FreeBSD.org>
  *  Ying-Chieh Liao
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
  *  alepulver
  *  brett@peloton.physics.montana.edu
  *  buganini@gmail.com
  *  eric
  *  erich@rrnet.com
  *  gahr
  *  gelf
  *  giffunip@asme.org
  *  ijliao
  *  jkh
  *  joerg
  *  joseph@randomnetworks.com
  *  krion
  *  lightside <lightside@gmx.com>
  *  pgf
  *  rch@richard.eu.org
  *  tetsushi NAKAI <nakai@tsl.pe.u-tokyo.ac.jp>
  *  tg
  *  thierry@pompo.net
  *  torstenb@FreeBSD.org
  *  verm

With hat:	portmgr
commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1 commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1 commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1 commit hash: 7cd7a8d850aa40bd9f93927a98e3664a54cf15e1 7cd7a8d
Sunday, 22 May 2022
20:17 Dima Panov (fluffy) search for other commits by this committer
editors/jucipp: mark as BROKEN after recent boost upgrade

PR:	246106
commit hash: a90eda25e214a11ae691f9715b0d480cf29ab884 commit hash: a90eda25e214a11ae691f9715b0d480cf29ab884 commit hash: a90eda25e214a11ae691f9715b0d480cf29ab884 commit hash: a90eda25e214a11ae691f9715b0d480cf29ab884 a90eda2
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Saturday, 4 Dec 2021
12:07 Matthias Fechner (mfechner) search for other commits by this committer
*/*: bump ports depending on libgit2
commit hash: 83af587fedbec44d302fa36a7e1caabbb039d117 commit hash: 83af587fedbec44d302fa36a7e1caabbb039d117 commit hash: 83af587fedbec44d302fa36a7e1caabbb039d117 commit hash: 83af587fedbec44d302fa36a7e1caabbb039d117 83af587
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Friday, 27 Aug 2021
05:15 Fernando Apesteguía (fernape) search for other commits by this committer Author: Mohammad S. Babaei
editors/jucipp: Update to 1.7.1

From ChangeLog: https://gitlab.com/cppit/jucipp/-/releases/v1.7.1

 * Added Toggle Status to Window menu
 * Fixed indentation on enter after for instance {\n 1,\n 2,\n}
 * Preference item search_for_selection now also applies to Find Pattern
 * Now adds scrolling to all tooltip windows that are placed partially outside
of
   screen
 * Can now unset keybindings in Preferences
 * Fixed buffer overread in Tooltip::insert_doxygen(), and added
   _GLIBCXX_ASSERTIONS to tests

PR:	258055
Reported by:	info@babaei.net (maintainer)
commit hash: 231134db7c3c69017ad5d6fe45c3432ef28f0455 commit hash: 231134db7c3c69017ad5d6fe45c3432ef28f0455 commit hash: 231134db7c3c69017ad5d6fe45c3432ef28f0455 commit hash: 231134db7c3c69017ad5d6fe45c3432ef28f0455 231134d
Thursday, 19 Aug 2021
05:36 Fernando Apesteguía (fernape) search for other commits by this committer Author: Mohammad S. Babaei
editors/jucipp: Update to 1.7.0

ChangeLog: https://gitlab.com/cppit/jucipp/-/releases#v1.7.0

While here add missing LIB_DEPEND

PR:	257844
commit hash: f90b96af9f84689e95612d669b045242940c32d4 commit hash: f90b96af9f84689e95612d669b045242940c32d4 commit hash: f90b96af9f84689e95612d669b045242940c32d4 commit hash: f90b96af9f84689e95612d669b045242940c32d4 f90b96a
Saturday, 17 Apr 2021
12:16 Fernando Apesteguía (fernape) search for other commits by this committer
editors/jucipp: Update to 1.6.3

ChangeLog: https://gitlab.com/cppit/jucipp/-/releases/v1.6.3

PR:	254717
Reported by:	info@babaei.net (maintainer)
Reviewed by:	daniel.engberg.lists@pyret.net
commit hash: ddcb5d1274767cacbd3846283fa04d6f464c9b2d commit hash: ddcb5d1274767cacbd3846283fa04d6f464c9b2d commit hash: ddcb5d1274767cacbd3846283fa04d6f464c9b2d commit hash: ddcb5d1274767cacbd3846283fa04d6f464c9b2d ddcb5d1
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
07:51 Matthias Fechner (mfechner) search for other commits by this committer
Update libgit2 to 1.1.0.
This update is also required for www/gitlab-ce 13.10 upgrade.

Changelog:
https://github.com/libgit2/libgit2/releases/tag/v1.1.0

PR:		252098
commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71 commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71 commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71 commit hash: e7d94d42f82e4e7dd3da20b59d0174d7e0c33a71 e7d94d4
Friday, 11 Sep 2020
10:21 fernape search for other commits by this committer
editors/jucipp: Update to 1.6.1

ChangeLog: https://gitlab.com/cppit/jucipp/-/releases/v1.6.1

While here, pet linters

PR:	249232
Submitted by:	info@babaei.net (maintainer)
Original commitRevision:548234 
Thursday, 21 May 2020
06:19 fernape search for other commits by this committer
editors/jucipp: properly update to 1.6.0

Update GL_COMMIT and GL_TUPLE missing from r535099

PR:	246347
Reported by:	tobik@
Original commitRevision:536073 
Sunday, 17 May 2020
11:43 fernape search for other commits by this committer
editors/jucipp: add runtime dependency and TEST option

* Add runtime dependency on devel/universal-ctags as suggested by upstream
* Add TEST option

PR:	246464
Submitted by:	info@babaei.net (maintainer)
Original commitRevision:535542 
Wednesday, 13 May 2020
09:15 fernape search for other commits by this committer
editors/jucipp: Update to 1.6.0

From ChangeLog: https://gitlab.com/cppit/jucipp/-/releases/v1.6.0

New features:

 * Added Go To Method for file types supported by (Universal) ctags
 * Added Find Pattern that uses grep to find given patterns
 * Added markdown parsing for tooltips

Cleanups, bugfixes and other improvements:

 * Replaced some deprecated gtkmm functions
 * Corrected bold markings for ctags results
 * Made improvements to finding C/C++ system header paths
 * Removed deprecated --harmony flag when running standalone JavaScript files
 * Prettier is now used to style format markdown and YAML files
 * Various fixes for FreeBSD
 * Structured bindings in C++ are now supported
 * Improved C/C++ tooltips, for instance showing correct const qualifier
 * Language client: fixed didChange notification when test document sync is full
 * Fixed crash on MacOS due to buggy boost::filesystem::canonical
 * Symbols and emojis no longer considered word characters when spellchecking

PR:	246347
Submitted by:	info@babaei.net (maintainer)
Original commitRevision:535099 
Sunday, 19 Apr 2020
03:55 tobik search for other commits by this committer
devel/libgit2: Update to 1.0.0

Changes:	https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by:	mfechner (maintainer)
Differential Revision:	https://reviews.freebsd.org/D24471
Original commitRevision:532068 
Thursday, 19 Mar 2020
05:47 tobik search for other commits by this committer
devel/libgit2: Update to 0.99.0

- Switch to the release tarballs libgit2 now publishes
- Drop CURL option since it is no longer used
- Use system libpcre instead of the bundled one
- Hook up tests
- Bump consumers for ABI changes

Changes:	https://github.com/libgit2/libgit2/releases/tag/v0.99.0
ABI:		https://abi-laboratory.pro/tracker/timeline/libgit2/
Original commitRevision:528684 
Friday, 24 Jan 2020
04:27 tcberner search for other commits by this committer
editors/jucipp: Update to 1.5.1

PR:		243496
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Original commitRevision:523949 
Wednesday, 11 Dec 2019
17:53 jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
Original commitRevision:519824 
Friday, 20 Sep 2019
19:58 jbeich search for other commits by this committer
Switch default devel/llvm* to 90

PR:		239682
Reviewed by:	tobik
Differential Revision:	https://reviews.freebsd.org/D21172
Original commitRevision:512440 
Sunday, 15 Sep 2019
08:27 tobik search for other commits by this committer
editors/jucipp: Update to 1.5.0

PR:		240586
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Original commitRevision:512090 
Monday, 19 Aug 2019
15:35 jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
Original commitRevision:509290 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Friday, 12 Apr 2019
06:36 jbeich search for other commits by this committer
devel/boost-*: update to 1.70.0

Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
Original commitRevision:498698 
Wednesday, 27 Mar 2019
21:34 mfechner search for other commits by this committer
Bump revision to make sure port is build against new libgit2 version 0.28.1.

PR:		236801
Reported by:	jbeich
Original commitRevision:496985 
Wednesday, 20 Mar 2019
12:23 jbeich search for other commits by this committer
Switch to devel/llvm80 for DEFAULT_VERSIONS

PR:		235215
Original commitRevision:496337 
Friday, 1 Mar 2019
02:56 yuri search for other commits by this committer
editors/jucipp: Update 1.4.4 -> 1.4.6

The project moved to GutLab.

PR:		235974
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Original commitRevision:494227 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
11:59 linimon search for other commits by this committer
Add compiler:c++14-lang to USES to fix build on GCC-based architectures
such as powerpc64.

Reported by:	jhibbits
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:488315 
Wednesday, 12 Dec 2018
00:15 jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
Original commitRevision:487266 
Monday, 10 Sep 2018
02:06 linimon search for other commits by this committer
Mark various ports broken on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:479351 
Thursday, 9 Aug 2018
06:58 jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
Original commitRevision:476723 
Thursday, 14 Jun 2018
22:55 swills search for other commits by this committer
editors/jucipp: update to 1.4.4

PR:		228841
Submitted by:	Mohammad S. Babaei <info@babaei.net>
Original commitRevision:472407 
Wednesday, 18 Apr 2018
13:57 jbeich search for other commits by this committer
devel/boost-*: update to 1.67.0

Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
Original commitRevision:467711 
Saturday, 10 Mar 2018
20:17 yuri search for other commits by this committer
editors/jucipp: Update to 1.4.1

PR:		226503
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:464089 
Sunday, 4 Mar 2018
05:26 yuri search for other commits by this committer
editors/jucipp: Update to 1.4.0

Port changes:
* Changed to DISTVERSION
* Updated GH_TUPLE

PR:		226281
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463552 
Thursday, 18 Jan 2018
04:11 jbeich search for other commits by this committer
devel/boost-*: update to 1.66.0

Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
Original commitRevision:459315 
Thursday, 19 Oct 2017
05:52 swills search for other commits by this committer
editors/jucipp: update to 1.3.0

PR:		222913
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Original commitRevision:452395 
Monday, 25 Sep 2017
00:08 jbeich search for other commits by this committer
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450560 
00:05 jbeich search for other commits by this committer
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450557 
Sunday, 25 Jun 2017
21:07 tcberner search for other commits by this committer
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Original commitRevision:444324 
Monday, 12 Jun 2017
20:21 ultima search for other commits by this committer
* Updated to 1.2.4

Changelog:	https://github.com/cppit/jucipp/releases/tag/v1.2.4

PR:		219931
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11147
Original commitRevision:443465 
Tuesday, 30 May 2017
18:20 tobik search for other commits by this committer
New port: editors/juci

juCI++, is a platform independent and lightweight C++ IDE designed towards
libclang with speed, stability, and ease of use in mind.

It supports syntax highlighting for more than 100 different file types.
Furthermore, it supports CMake and Meson as build systems. juCI++ implements
Git support through libgit2. It provides debug integration, both local and
remote through lldb.

Other supported featured are: fast C++ autocompletion, tooltips showing type
information and doxygen documentation, rename refactoring across files,
automated documentation search, find symbol through Ctags, spell checking
depending on file context, runnig shell commands within JuCi++, regex search
and replace, smart paste, keys and indentation, source minimap, split view,
full UTF-8 support; just to name a few.

WWW: https://github.com/cppit/jucipp

PR:		215878
Submitted by:	Mohammad S. Babaei <info@babaei.net>
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10479
Original commitRevision:442110 

Number of commits found: 50