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: Mk/bsd.ocaml.mk

Number of commits found: 19

Sunday, 24 Apr 2022
10:00 Tobias C. Berner (tcberner) search for other commits by this committer
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 aa25396
Tuesday, 6 Apr 2021
14:27 Mathieu Arnold (mat) search for other commits by this committer
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 5d33e04
Thursday, 22 Oct 2020
12:48 bapt search for other commits by this committer
Use @rmempty

While here, prefer appending to the PLIST_FILES macro rather than creating a
custom
target
Original commitRevision:552968 
Sunday, 20 Nov 2016
12:35 bapt search for other commits by this committer
Use @postunexec instead of @unexec which is deprecated
Original commitRevision:426575 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 17 Jun 2016
12:42 mat search for other commits by this committer
Remove DO_NADA targets.

No need to have make(1) compute a target order graph for targets that
are empty.

Sponsored by:	Absolight
Original commitRevision:417004 
Friday, 29 Apr 2016
07:41 mat search for other commits by this committer
Remove ${PORTSDIR}/ from _DEPENDS for ocaml ports.

Sponsored by:	Absolight
Original commitRevision:414261 
Saturday, 26 Sep 2015
08:41 bapt search for other commits by this committer
Explicitly run the ocaml command in post (de)installation
Original commitRevision:397941 
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 
Saturday, 29 Nov 2014
23:56 antoine search for other commits by this committer
Cleanup plist of ocaml ports

With hat:	portmgr
Original commitRevision:373656 
Wednesday, 3 Sep 2014
05:47 bapt search for other commits by this committer
Convert some @unexec to their proper equivalent in keyword
Original commitRevision:367155 
Monday, 1 Sep 2014
05:43 bapt search for other commits by this committer
Remove support for NO_STAGE
Mark all current non staged ports as BROKEN

Reviewed by:	antoine
Exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D693
Original commitRevision:366839 
Wednesday, 11 Jun 2014
01:40 marino search for other commits by this committer
math/ocamlgsl: Update version 0.6.0 => 1.15.1

As part of this update, bsd.ocaml.mk has been updated to essentially
disable USE_OCAML_LDCONFIG for staged ports.  This means when all
ocaml ports are staged, USE_OCAML_LDCONFIG won't work at all.  It
breaks staging; I don't know what the long term plan is -- maybe some
sort of post-install script will arrive...

PR:		189039
Submitted by:	maintainer (Michael Gruenewald)
Portlint pets:	marino
Original commitRevision:357405 
Wednesday, 26 Mar 2014
20:07 antoine search for other commits by this committer
Make bsd.ocaml.mk more stage friendly

Reviewed by:	bapt
With hat:	portmgr
Original commitRevision:349286 
Friday, 20 Sep 2013
12:16 ak search for other commits by this committer
- Fix svn properties for Mk/bsd.ocaml.mk

PR:	ports/181613
Submitted by:	Konstantinos Koukopoulos <koukopoulos@gmail.com>
Original commitRevision:327696 
Thursday, 15 Dec 2011
19:47 tabthorpe search for other commits by this committer
- Assign bsd.ruby.mk to ruby@ [1]
- Assign bsd.efl.mk and bsd.ocaml.mk to ports@

With hat:       portmgr
Discussed with: swills@ [1]
Original commit
Monday, 19 May 2008
07:05 stas search for other commits by this committer
- Add a knob to generate pkg-plist for ocaml findlib
  ports automatically. Now if USE_OCAMLFIND_PLIST is defined
  all files under findlib target directories will be added
  to pkg-plist and thus requires no entries in static pkg-plist.
  This is important since a number of ocaml ports install its
  package files conditionally depending on platform and ocaml
  configurations and thus static entries are not possible.

PR:             ports/122844 (based on)
Submitted by:   Jaap Boender <jaapb@kerguelen.org>
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Wednesday, 14 Mar 2007
04:05 linimon search for other commits by this committer
Add bsd.ocaml.mk to support OCaml packages.

PR:             ports/101029
Submitted by:   Stanislav Sedov <ssedov at mbsd dot msk dot ru>
Original commit

Number of commits found: 19