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: lang/erlang/pkg-plist

Number of commits found: 33

Saturday, 13 Apr 2019
09:39 olgeni search for other commits by this committer
lang/erlang: split man pages into lang/erlang-man, and add the FOP/PDF options.

Erlang man pages are delivered as a separate distfile; with this commit
lang/erlang depends on the GitHub sources only. The MANPAGES option now just
adds a dependency on lang/erlang-man.

This allows man pages to be upgraded independently and cover more recent
Erlang runtimes.

The FOP option has been added to allow building the full documentation from
sources. When enabled, man pages will be built and installed based on the
latest sources. When PDF is enabled, documentation in PDF format will also be
installed. These options are disabled by default as they depend on
textprop/fop, and thus Java/X11.

On Erlang 21 the Corba applications have been moved to a separate repository
upstream, but their build still requires a full source tree, so they are not
really independent.

FOP/PDF are provided for when Corba support will be merged back after the
Erlang 21 upgrade. This will make it possible to build the documentation that
has been removed upstream and is no longer delivered in the prebuilt
documentation distfile.
Original commitRevision:498799 
Tuesday, 10 Apr 2018
15:19 olgeni search for other commits by this committer
Modernization of Erlang ports:

- Convert all ports to options helpers
- Add MANPAGES option to lang/erlang
- Remove HTML and PDF documentation from lang/erlang (went into erlang-doc)
- Remove APP_UPGRADE code because of the doc split
- Reduce diffs between all Makefiles
- Enable dirty schedulers by default on version 20
- Non-SMP beam is deprecated on version 20, so enable SMP unconditionally
Original commitRevision:466967 
Saturday, 24 Jun 2017
18:34 olgeni search for other commits by this committer
Downgrade Erlang to version 19 until it is clear how the new term format
affects all ports, or dependencies on runtime19 are in place.
Original commitRevision:444236 
Friday, 23 Jun 2017
13:46 olgeni search for other commits by this committer
Update Erlang ports to version 20.0.
Original commitRevision:444179 
Monday, 18 May 2015
10:44 olgeni search for other commits by this committer
Upgrade to version 17.5.4 and link snmpc binary into bin/.
Original commitRevision:386669 
Thursday, 9 Oct 2014
12:50 olgeni search for other commits by this committer
Fix SSL handshake when SNI-extension is empty.

While I'm here:

- Cleanup plist
- Unmute an install command

PR:		194214
Submitted by:	Dave Cottlehuber
Original commitRevision:370521 
Wednesday, 8 Jan 2014
11:45 olgeni search for other commits by this committer
- Upgrade to version R16B03.
- Add MANPATH entry.
- Do not mute the remaining install commands.
Original commitRevision:339103 
Sunday, 17 Nov 2013
21:49 olgeni search for other commits by this committer
Upgrade to version R16B02.
Original commitRevision:334126 
Tuesday, 22 Oct 2013
19:02 olgeni search for other commits by this committer
- Add staging support and simplify plist generation.
- Add LDFLAGS to unbreak the ODBC build.
- Remove unnecessary USE_CSTD (see r331232). [1]
- Remove build_plt target, which is overkill for normal usage anyway.

PR:           ports/180017 [1]
Submitted by: Stefan Grundmann <sg2342@googlemail.com> [1]
Original commitRevision:331306 
Sunday, 5 May 2013
12:20 olgeni search for other commits by this committer
Add support for an ERLANG_LIB variable, which will allow repocopied
ports to provide different Erlang runtimes in separate locations.

These will be useful for testing and for running rebar builds without
module conflicts.

No package changes or PORTREVISION bump so far.
Original commitRevision:317409 
Wednesday, 15 Aug 2012
20:01 olgeni search for other commits by this committer
- Upgrade to version R15B01, plus a general cleanup and lots of
  fixes (notably SSL and SCTP). [0]

- Switch to a more common version numbering in package name.

Submitted by:	ale[0]
Original commit
Monday, 27 Sep 2010
20:17 olgeni search for other commits by this committer
Upgrade to version R14B, with a couple of fixes from the Erlang
mailing lists.
Original commit
Saturday, 14 Aug 2010
12:40 olgeni search for other commits by this committer
Bring back a few docs that used to live in lang/erlang-doc.
Original commit
Thursday, 4 Jun 2009
11:20 olgeni search for other commits by this committer
Restore installation of erl_call.
Original commit
Wednesday, 3 Jun 2009
13:47 olgeni search for other commits by this committer
Upgrade to version R13B.

Submitted by:   Kenji Rikitake <kenji.rikitake at acm.org> (with a few changes)
Original commit
Saturday, 14 Jun 2008
23:39 olgeni search for other commits by this committer
Upgrade to version R12B-3.
Original commit
Friday, 1 Jun 2007
09:36 olgeni search for other commits by this committer
Add missing files.

Noticed by:     kris
Original commit
Sunday, 28 May 2006
14:20 olgeni search for other commits by this committer
Upgrade to release R11B-0.
Original commit
Saturday, 4 Feb 2006
23:52 olgeni search for other commits by this committer
* Clean up Java support.
* Use USE_TK.
* Make sure that ODBC is not built if WITHOUT_ODBC is defined.
* Disable ODBC if ${OSVERSION} < 500000.
* Fix pkg-plist using PLIST_SUB.
* Fix some portlint warnings.
Original commit
Sunday, 22 Jan 2006
02:18 edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Original commit
Friday, 28 Oct 2005
19:51 olgeni search for other commits by this committer
Upgrade to release R10B-8.
Original commit
Saturday, 29 Jan 2005
13:51 olgeni search for other commits by this committer
Create empty directories from pkg-plist.
Original commit
Wednesday, 22 Dec 2004
15:31 olgeni search for other commits by this committer
Upgrade to version r10b2.
Original commit
Sunday, 27 Jun 2004
09:38 olgeni search for other commits by this committer
Enable SAE/escript function, which allows creation of standalone Erlang
scripts.
Original commit
Saturday, 24 Jan 2004
22:14 olgeni search for other commits by this committer
Do not install dangling symlinks.

Noticed by:     Chris Pressey
Original commit
Wednesday, 13 Nov 2002
10:38 olgeni search for other commits by this committer
Change PLIST generation to allow installing custom libraries in
erlang/lib. Makefile.lib lists the stock OTP libraries to avoid
cluttering the main Makefile. Time for PORTREVISION bump.
Original commit
Saturday, 2 Nov 2002
18:40 olgeni search for other commits by this committer
Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} rather
than hardcoding root:wheel.
Original commit
Sunday, 31 Mar 2002
18:08 olgeni search for other commits by this committer
Add a link to the erl_call utility in ${LOCALBASE}/bin (useful for shell
scripts controlling erlang nodes).
Original commit
10:23 olgeni search for other commits by this committer
Update port to version 8.0 (R8B-0).

Remove my code to handle the documentation merge for patched releases, it
was rather obscure and error-prone. I'll rewrite it in a simpler way next
time I'll need to perform the merge.

Also include a fix for erlang-mode under emacs21 (by Hal Snyder
<hal@vailsys.com> on the erlang mailing list).
Original commit
Wednesday, 6 Jun 2001
21:57 olgeni search for other commits by this committer
Update port to version 7.3.0 (OTP-R7B-3), and add some improvements to  
pkg-plist generation (vim5-style).    
Original commit
Wednesday, 7 Mar 2001
21:59 olgeni search for other commits by this committer
Update port to version R7B-2.    
Original commit
Tuesday, 20 Feb 2001
14:15 olgeni search for other commits by this committer
Misc. Makefile, docs and pkg-plist fixes.    
Original commit
Tuesday, 23 Jan 2001
20:50 pb search for other commits by this committer
Update port to erlang 7.1.0.   Change maintainer (agreed to by previous
maintainer).    
Original commit

Number of commits found: 33