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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: x11-toolkits/ocaml-lablgtk2/Makefile

Number of commits found: 71

Monday, 11 Mar 2024
21:50 Guido Falsi (madpilot) search for other commits by this committer Author: Benjamin Jacobs
lang/ocaml: Update to 4.14.1

The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.

- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.

The update includes the following updates to existing ports (needed
to keep them working):

- devel/ocaml-camlp4: Updated to 4.14+1
- devel/ocaml-camlp5: Updated to 8.02.01, homepage updated
- devel/ocaml-dune: Patch to allow overriding the stublibs directory,
  strip binary and shared libraries
- devel/ocaml-findlib: Improve port
- devel/ocaml-lwt: Fix build with OCaml 4.14
- deve/ocaml-re: Update to 1.11.0, use new dune USES
- devel/ocaml-sdl: Fix build with new ocaml
- games/freetennis: Fix build, tidy Makefile
- graphics/ocaml-images: Updated to 5.0.4, new homepage, use new
  dune USES, undeprecate
- graphics/ocaml-lablgl: Moved into site-lib, dynamic objects
  stripped, add missing GL dependencies
- math/coq: Updated to 8.19.0
- math/ocaml-zarith: strip shared libraries, fixed usage of
  USE_OCAML_LDCONFIG, use new dune USES
- math/teyjus: Fix build
- net/unison240: Fix build with new compiler
- net/unison248: Fix build with new compiler, add MAKE_JOBS_UNSAFE
- net-p2p/mldonkey: Fix build with new compiler, fix build on i386
- sysutils/ledit: Updated to 2.06, install native binary, Use github,
  fix man page installation
- www/geneweb: Build fix for OCaml and Camlp5 updates
- x11-toolkits/ocaml-lablgtk2: Fix build with new compiler
- x11-toolkits/ocaml-lablgtk3: Updated to 3.1.4, added ocaml-camlp-stream
  dependency, build fix patch
- x11-toolkits/ocaml-labltk: Updated to 8.06.12, Improve Makefile

Added the following ports:

- devel/ocaml-astring
- devel/ocaml-base
- devel/ocaml-bos
- devel/ocaml-camlp-streams
- devel/ocaml-csexp
- devel/ocaml-fmt
- devel/ocaml-fpath
- devel/ocaml-logs
- devel/ocaml-mtime
- devel/ocaml-pcre2
- devel/ocaml-rresult
- devel/ocaml-seq
- devel/ocaml-stdio
- x11-toolkits/ocaml-graphics

PR:                     250408 [1], 262781 [1], 262788 [3], 262789 [1],
			262792 [1], 263006 [1], 263162 [3], 263206 [2],
			276893 [1], 276945 [4], 276953 [1], 277026 [5],
			277241 [1], 277242 [1], 277243 [1], 277244 [1],
			277245 [1], 277246 [1], 277247 [1], 277248 [1],
			277249 [1], 277250 [1], 277251 [1], 277252 [1],
			277253 [1], 277254 [1], 277255 [1], 277256 [4],
			277257 [1], 277258 [1]
Approved by:		maintainer timeout [1],
			yuri (maintainer) [2],
			overcome by events, fixit [3],
			madpilot (maintainer) [4]
Reviewed by:		madpilot
Exp-run by:		antoine [5]
Differential Revision:	https://reviews.freebsd.org/D43861
commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 commit hash: 8025aa10ceb960b62c9a826fb56eb1ac68ea1ce3 8025aa1
Saturday, 26 Aug 2023
21:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*: Rename GTK+ to GTK

GTK+ has been renamed to GTK since 2019.

Reference:	https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by:	portmgr (blanket)
commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 commit hash: 7a4777dc53583a897fb8bc1328c6be87bfed8047 7a4777d
Wednesday, 5 Jul 2023
09:55 Guido Falsi (madpilot) search for other commits by this committer
lang/ocaml: Update to 4.08.1

This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.

The ocaml port now is MAKE_JOBS safe.

Changes to dependent ports included in this commit:

- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
  upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1]
- devel/ocaml-dune: Update to 3.7.1 [2]
- devel/ocaml-findlib: Update to 1.9.6 [3]
- devel/ocaml-ipaddr: Update to 3.1.0
- devel/ocaml-parmap: Update to 1.2.4, use dune for build [4]
- devel/ocaml-ppx-tools: Update to 6.6, use dune for build
- graphics/ocaml-cairo: Update to 0.6.4
- net-p2p/mldonkey: Update to 3.1.7-2 [2]
- net/unison: Remove ocaml 4.07 compatibility patches
- net/unison232: Mark broken, fails to build with newer ocaml [5]
- security/ocaml-ssl: Update to 0.5.13 [2]
- x11-toolkits/ocaml-labltk: Update to 8.06.7 [2]

Dune now requires full path as argument to --libdir, so various
ports have been patched accordingly.

Bumping PORTREVISION for all dependent ports that were not updated.

PR:			272067
Approved by:		michipili@gmail.com (maintainer timeout),
			eduardo (maintainer timeout) [1],
			danfe [2],
			hrs (maintainer timeout) [3],
			dumbbell (maintainer timeout) [4],
			mandree (implicit) [5]
Differential Revision:	https://reviews.freebsd.org/D40599
commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c commit hash: 2b40e4609399858e2bfbddcf961bd7c947f6ed2c 2b40e46
Friday, 31 Mar 2023
12:39 Alexey Dokuchaev (danfe) search for other commits by this committer
x11-toolkits/ocaml-lablgtk2: the port had been updated and improved (+)

- Update to the latest version 2.18.13
- Convert that abominable `post-patch' target to static patch and
  leave only parts of it which matter (visible in the build log)
- Fix a typo in the `src/Makefile' to prevent `sourceView2Enums.ml'
  from being removed as intermediate file

Submitted by:	naddy (typo fix for gmake 4.4 update)
Reported by:	portscout
commit hash: 62173bf8ab2e07b8f23bb10493650a093d3b47b2 commit hash: 62173bf8ab2e07b8f23bb10493650a093d3b47b2 commit hash: 62173bf8ab2e07b8f23bb10493650a093d3b47b2 commit hash: 62173bf8ab2e07b8f23bb10493650a093d3b47b2 62173bf
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, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
x11-toolkits: remove 'Created by' lines

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

  *  1wardd@airmail.net
  *  Alexander Kabaev <ak03@gte.com>
  *  Alexander Novitsky <alecn2002@yandex.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Brian Buchanan <brian@CSUA.Berkeley.EDU>
  *  Cezary Morga <cm@therek.net>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  Dima Sivachenko <dima@Chg.RU>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Igor Pokrovsky <ip@doom.homeunix.org>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Juli Mallett
  *  Kenjiro Cho <kjc@csl.sony.co.jp>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
  *  Lubomir Marinov <lubomir_m@abv.bg>
  *  Marc Recht <marc@informatik.uni-bremen.de>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Grünewald <michipili@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Mike Krutov <neko@takino.org>
  *  Mike Meyer <mwm@mired.org>
  *  Olivier Duchateau
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Peter Hawkins <thepish@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Radim Kolar
  *  Rene Ladan <rene@FreeBSD.org>
  *  Robert C. Noland III <rnoland@FreeBSD.org>
  *  Simon Barner <barner@gmx.de>
  *  Stephane Legrand <stephane@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Vanilla I. Shu <vanilla@MinJe.com.TW>
  *  Will Andrews <andrews@technologist.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  asami
  *  chinsan
  *  chuckr
  *  clsung@dragon2.net
  *  dmitry@karasik.eu.org
  *  fjoe@FreeBSD.org
  *  gahr
  *  gena
  *  ijliao
  *  mi
  *  minter@lunenburg.org
  *  nivit@users.sourceforge.net
  *  ports@c0decafe.net
  *  roland.jesse@gmx.net
  *  thierry@pompo.net
  *  vanilla

With hat:	portmgr
commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 71b6a9f
Saturday, 16 Apr 2022
15:57 Alexey Dokuchaev (danfe) search for other commits by this committer
x11-toolkits/ocaml-lablgtk2: update the port to version 2.18.12.

Reported by:	portscout
commit hash: fa15d719b8fce5e922212995aba548529528ecf4 commit hash: fa15d719b8fce5e922212995aba548529528ecf4 commit hash: fa15d719b8fce5e922212995aba548529528ecf4 commit hash: fa15d719b8fce5e922212995aba548529528ecf4 fa15d71
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
Friday, 15 Oct 2021
10:20 Alexey Dokuchaev (danfe) search for other commits by this committer
x11-toolkits/ocaml-lablgtk2: add GLADE option back (missed in 52585a1d23)
commit hash: e2d2f3bbe972b6e5a59cc69ac1d5d97b30d9334e commit hash: e2d2f3bbe972b6e5a59cc69ac1d5d97b30d9334e commit hash: e2d2f3bbe972b6e5a59cc69ac1d5d97b30d9334e commit hash: e2d2f3bbe972b6e5a59cc69ac1d5d97b30d9334e e2d2f3b
Monday, 11 Oct 2021
12:36 Alexey Dokuchaev (danfe) search for other commits by this committer
x11-toolkits/ocaml-lablgtk2: the port had been hopefully improved (+)

- Amend USE_GNOME and convert to static pkg-plist as suggested by the
  stage Q/A; particularly, the latter should help track changes easier

- Add PORTSCOUT to limit the scope to versions we're interested: before
  it was picking up bogusly named `lablgtk2188' tag which corresponds to
  the older version 2.18.8; new tags are named sanely and consistently

- Push option definition and description block lower within the Makefile
  where it normally belongs

- Synchronize port description with upstream and remove references to
  ${PREFIX} and ${PORTNAME} from it as they are not expanded and this is
  not the right place to point users to the installed documentation in
  the first place; actualize WWW line while I'm here
commit hash: 2f649122f634fb0f188a643961659aed0c99833f commit hash: 2f649122f634fb0f188a643961659aed0c99833f commit hash: 2f649122f634fb0f188a643961659aed0c99833f commit hash: 2f649122f634fb0f188a643961659aed0c99833f 2f64912
Thursday, 29 Apr 2021
18:58 Alexey Dokuchaev (danfe) search for other commits by this committer
Partially revert a2980c0e843b2c2a and convert to option helpers.  What
had been discussed was the support for higher-level Gnomish components,
while lower-lever Gtkish ones are apparently still in use by the ports,
e.g. `math/alt-ergo' and possibly other out-of-tree consumers.

Requested by:	amdmi3
commit hash: 52585a1d23d8329defbb46239442f7f8e60f1ce7 commit hash: 52585a1d23d8329defbb46239442f7f8e60f1ce7 commit hash: 52585a1d23d8329defbb46239442f7f8e60f1ce7 commit hash: 52585a1d23d8329defbb46239442f7f8e60f1ce7 52585a1
Monday, 26 Apr 2021
14:19 Dmitry Marakasov (amdmi3) search for other commits by this committer
x11-toolkits/ocaml-lablgtk2: switch to options helpers

Approved by:	portmgr blanket
commit hash: 18bc81251857f20016d280e18bbd36eb6ce0272a commit hash: 18bc81251857f20016d280e18bbd36eb6ce0272a commit hash: 18bc81251857f20016d280e18bbd36eb6ce0272a commit hash: 18bc81251857f20016d280e18bbd36eb6ce0272a 18bc812
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
Thursday, 4 Feb 2021
13:07 bapt search for other commits by this committer
Remove dependency on Gnome2 libraries which are unused in the ports tree

Discussed with:	danfe (maintainer)
Original commitRevision:564026 
Monday, 16 Nov 2020
12:34 madpilot search for other commits by this committer
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.11 [1]
- Update net/unison to 2.51.3
- Add patch to pots of previouss unison versions to work with newer
  x11-toolkits/ocaml-lablgtk2 [2]

Approved by:		mandree [2], danfe (via email) [1]
Differential Revision:	https://reviews.freebsd.org/D26924
Original commitRevision:555474 
Monday, 9 Nov 2020
17:08 tcberner search for other commits by this committer
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2

- switch to the more modern version of librsvg2 on architectures
  supporting rust
- this will fix some graphical issues on these architectures

PR:		250276
Exp-run by:	antoine
Submitted by:	tobik
Differential Revision:	https://reviews.freebsd.org/D18878
Original commitRevision:554733 
Tuesday, 11 Jun 2019
16:13 danfe search for other commits by this committer
- Update to version 2.18.5 (it is not the latest one, but is compatible
  with both current and newish OCaml versions, to ease the transition)
- Add the missing USES+=gnome and assume maintainership while I'm at it
Original commitRevision:503969 
Monday, 26 Mar 2018
12:38 bapt search for other commits by this committer
Make libgnome and libgnomeui not implying esound dependency

It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
Original commitRevision:465584 
Tuesday, 31 Oct 2017
14:51 olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Original commitRevision:453238 
Monday, 16 Jan 2017
07:59 madpilot search for other commits by this committer
Fix ocaml-lablgtk2 after r431473 (ocaml-findlib update to 1.7.1).

After this update ocamlfindlib returns two paths separated by a
colon for the destdir, but lablgtk2 configure scripts is not
separating them so it installs things in the wrong place where they
are not grabbed when building the package. Make it extract only the
firsst coponent of the path list.

This fixes build of unison and other dependent ports.
Original commitRevision:431617 
Monday, 27 Jun 2016
21:30 rene search for other commits by this committer
Reset ports maintained by bf@ until he has time again to work on them.

PR:		210474
Submitted by:	jbeich
With hat:	portmgr-secretary
Original commitRevision:417685 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Monday, 4 May 2015
15:46 madpilot search for other commits by this committer
- Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which add
  depends on the camlp4 language and labltk ocaml modules, which are
  now in separate ports.
- Update x11-toolkits/ocaml-lablgtk2 to 2.18.3
- Update graphics/ocaml-lablgl to 1.05
- Make unison ports use USE_OCAML
- Convert ports to the new flags where needed
- Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be
rebuilt

PR:			199845
Submitted by:		jbeich@
Differential Revision:	https://reviews.freebsd.org/D2434
Approved by:		portmgr (mat)
Original commitRevision:385413 
Sunday, 8 Mar 2015
17:56 robak search for other commits by this committer
x11-toolkits/ocaml-lablgtk2: fix build without DOCS

- Maintainer's timeout (bf@FreeBSD.org)

PR:		195907
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Original commitRevision:380781 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Saturday, 16 Aug 2014
17:20 adamw search for other commits by this committer
Fix typo that turned off all the default OPTIONS. Bump PORTREVISION.
Original commitRevision:365108 
Friday, 15 Aug 2014
09:10 danfe search for other commits by this committer
Cleanup Makefiles to allow further work on these ports.
Original commitRevision:364951 
Friday, 8 Aug 2014
08:42 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
Original commitRevision:364347 
Thursday, 31 Jul 2014
07:30 bf search for other commits by this committer
Use staging; disable ocaml ld.conf additions for now
Original commitRevision:363533 
Tuesday, 29 Jul 2014
20:55 adamw search for other commits by this committer
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363390 
Sunday, 13 Jul 2014
22:49 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361719 
Wednesday, 2 Jul 2014
16:45 bapt search for other commits by this committer
First batch at resetting maintainership on ports that have not been staged and
without any pending PR

With hat:	portmgr
Original commitRevision:360222 
Friday, 20 Sep 2013
23:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Original commitRevision:327785 
Tuesday, 3 Sep 2013
12:13 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326137 
Tuesday, 5 Mar 2013
20:22 bf search for other commits by this committer
update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports

PR:		144982, 149958
Reviewed by:	johans (earlier version of the patch)
Original commitRevision:313476 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 9 Dec 2011
15:56 bf search for other commits by this committer
update MASTER_SITES

Feature safe:   yes
Original commit
Wednesday, 26 Oct 2011
05:54 bf search for other commits by this committer
Adopt during Stas's hiatus

Approved by:    stas
Original commit
Monday, 24 Oct 2011
03:33 stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
Original commit
Sunday, 18 Sep 2011
15:28 bf search for other commits by this committer
add gtksourceview2 support; simplify handling of options;
respect NOPORTEXAMPLES; change a set of sed delimiters to
permit commas in flags

PR:             157369
Approved by:    stas (maintainer)
Original commit
Tuesday, 5 Apr 2011
22:23 stas search for other commits by this committer
- Bump portrevisions on all ocaml libraries, as it appears that compiled
  interface files (.cmi) are not backward compatible with a newer ocaml
  version.

PR:             ports/156195
Suggested by:   mandree
Original commit
Sunday, 5 Dec 2010
05:34 stas search for other commits by this committer
- Update to 2.14.2.
- Unbreak.

PR:             ports/152461
Submitted by:   Guido Falsi <mad@madpilot.net>
Original commit
Saturday, 20 Nov 2010
15:37 kwm search for other commits by this committer
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore

And pav@ for 2 exp-runs

PR:             ports/152255
                ports/143260
                ports/141033
                ports/149629
                ports/150350
                ports/151523
With hat:       gnome@
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 15 Dec 2009
09:28 stas search for other commits by this committer
- Update to 2.14.0.
Original commit
Wednesday, 18 Nov 2009
13:07 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

PR:             ports/140087
Submitted by:   amdmi3
Approved by:    maintainer timeout (stas; 20 days)
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Sunday, 12 Apr 2009
10:43 stas search for other commits by this committer
- Gnomepanel support doesn't work with the current version of Gnome.
Original commit
Saturday, 11 Apr 2009
18:53 stas search for other commits by this committer
- Update to 2.12.0.
- Fix plist for non-default cases.
Original commit
Friday, 10 Apr 2009
05:56 marcus search for other commits by this committer
Presenting GNOME 2.26 for FreeBSD.  See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Original commit
Friday, 6 Jun 2008
14:16 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 3 May 2008
22:42 pav search for other commits by this committer
- Update to 2.10.1
- Install META

PR:             ports/122853
Submitted by:   Jaap Boender <Jaap.Boender@pps.jussieu.fr>
Approved by:    maintainer timeout (stas; 16 days)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 27 Mar 2007
22:12 stas search for other commits by this committer
- Change my email.

Suggested by:   skv
Original commit
Wednesday, 14 Mar 2007
04:12 linimon search for other commits by this committer
Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].

PR:     101029 [1], 108862 [2]

Submitted by:   Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
Original commit
Saturday, 14 Oct 2006
08:54 marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Original commit
Saturday, 5 Aug 2006
19:01 itetcu search for other commits by this committer
- CFLAGS safety
- Fix permissions (change cp->install in Makefile)
- Use new OCaml framework
- Pass maintainership to submitter

PR:             ports/101130
Submitted by:   Stanislav Sedov
Original commit
Sunday, 28 May 2006
15:54 pav search for other commits by this committer
- Rename ports

  textproc/gtkspell2 -> textproc/gtkspell
  textproc/gtkspell2-reference -> textproc/gtkspell-reference
Original commit
Tuesday, 28 Feb 2006
10:34 garga search for other commits by this committer
UNBREAK: Fix PLIST

Approved by:    portmgr (linimon)
Original commit
Sunday, 12 Feb 2006
22:12 kris search for other commits by this committer
BROKEN: Incomplete pkg-plist
Original commit
Friday, 6 Jan 2006
17:40 sem search for other commits by this committer
- Work around a pkg-plist problem: turn all options on by default.
Original commit
Sunday, 11 Dec 2005
01:57 lioux search for other commits by this committer
Update to 2.6.0
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Saturday, 29 Oct 2005
20:27 mnag search for other commits by this committer
Drop MAINTAINER

PR:             88196
Submitted by:   Rene Ladan <r.c.ladan@student.tue.nl> (maintainer)
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Wednesday, 22 Dec 2004
01:10 edwin search for other commits by this committer
[x11-toolkits/ocaml-lablgtk2] : fix pkg-plist

        pointyhat pointed out that ${LOCALBASE}/share/doc/ocaml has
        to be @dirrm'd too

PR:             ports/75294
Submitted by:   Rene Ladan <r.c.ladan@student.tue.nl>
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Friday, 5 Nov 2004
18:24 pav search for other commits by this committer
Add ocaml-lablgtk2, an Objective Caml interface to GTK+ 2.x (and optionally
other high level GNOME libraries).

PR:             ports/73565
Submitted by:   Rene Ladan <r.c.ladan@student.tue.nl>
Original commit

Number of commits found: 71