notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: lang/erlang/pkg-plist
SVNWeb

Number of commits found: 33

Sat, 13 Apr 2019
[ 09:39 olgeni search for other commits by this committer ] Original commit   Revision:498799
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.
Tue, 10 Apr 2018
[ 15:19 olgeni search for other commits by this committer ] Original commit   Revision:466967 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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
Sat, 24 Jun 2017
[ 18:34 olgeni search for other commits by this committer ] Original commit   Revision:444236
Downgrade Erlang to version 19 until it is clear how the new term format
affects all ports, or dependencies on runtime19 are in place.
Fri, 23 Jun 2017
[ 13:46 olgeni search for other commits by this committer ] Original commit   Revision:444179
Update Erlang ports to version 20.0.
Mon, 18 May 2015
[ 10:44 olgeni search for other commits by this committer ] Original commit   Revision:386669
Upgrade to version 17.5.4 and link snmpc binary into bin/.
Thu, 9 Oct 2014
[ 12:50 olgeni search for other commits by this committer ] Original commit   Revision:370521
Fix SSL handshake when SNI-extension is empty.

While I'm here:

- Cleanup plist
- Unmute an install command

PR:		194214
Submitted by:	Dave Cottlehuber
Wed, 8 Jan 2014
[ 11:45 olgeni search for other commits by this committer ] Original commit   Revision:339103
- Upgrade to version R16B03.
- Add MANPATH entry.
- Do not mute the remaining install commands.
Sun, 17 Nov 2013
[ 21:49 olgeni search for other commits by this committer ] Original commit   Revision:334126
Upgrade to version R16B02.
Tue, 22 Oct 2013
[ 19:02 olgeni search for other commits by this committer ] Original commit   Revision:331306
- 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]
Sun, 5 May 2013
[ 12:20 olgeni search for other commits by this committer ] Original commit   Revision:317409
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.
Wed, 15 Aug 2012
[ 20:01 olgeni search for other commits by this committer ] Original commit 
- 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]
Mon, 27 Sep 2010
[ 20:17 olgeni search for other commits by this committer ] Original commit 
Upgrade to version R14B, with a couple of fixes from the Erlang
mailing lists.
Sat, 14 Aug 2010
[ 12:40 olgeni search for other commits by this committer ] Original commit 
Bring back a few docs that used to live in lang/erlang-doc.
Thu, 4 Jun 2009
[ 11:20 olgeni search for other commits by this committer ] Original commit 
Restore installation of erl_call.
Wed, 3 Jun 2009
[ 13:47 olgeni search for other commits by this committer ] Original commit 
Upgrade to version R13B.

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

Noticed by:     kris
Sun, 28 May 2006
[ 14:20 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Upgrade to release R11B-0.
Sat, 4 Feb 2006
[ 23:52 olgeni search for other commits by this committer ] Original commit 
* 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.
Sun, 22 Jan 2006
[ 02:18 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
Fri, 28 Oct 2005
[ 19:51 olgeni search for other commits by this committer ] Original commit 
Upgrade to release R10B-8.
Sat, 29 Jan 2005
[ 13:51 olgeni search for other commits by this committer ] Original commit 
Create empty directories from pkg-plist.
Wed, 22 Dec 2004
[ 15:31 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Upgrade to version r10b2.
Sun, 27 Jun 2004
[ 09:38 olgeni search for other commits by this committer ] Original commit 
Enable SAE/escript function, which allows creation of standalone Erlang
scripts.
Sat, 24 Jan 2004
[ 22:14 olgeni search for other commits by this committer ] Original commit 
Do not install dangling symlinks.

Noticed by:     Chris Pressey
Wed, 13 Nov 2002
[ 10:38 olgeni search for other commits by this committer ] Original commit 
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.
Sat, 2 Nov 2002
[ 18:40 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} rather
than hardcoding root:wheel.
Sun, 31 Mar 2002
[ 18:08 olgeni search for other commits by this committer ] Original commit 
Add a link to the erl_call utility in ${LOCALBASE}/bin (useful for shell
scripts controlling erlang nodes).
[ 10:23 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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).
Wed, 6 Jun 2001
[ 21:57 olgeni search for other commits by this committer ] Original commit 
Update port to version 7.3.0 (OTP-R7B-3), and add some improvements to  
pkg-plist generation (vim5-style).    
Wed, 7 Mar 2001
[ 21:59 olgeni search for other commits by this committer ] Original commit 
Update port to version R7B-2.    
Tue, 20 Feb 2001
[ 14:15 olgeni search for other commits by this committer ] Original commit 
Misc. Makefile, docs and pkg-plist fixes.    
Tue, 23 Jan 2001
[ 20:50 pb search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update port to erlang 7.1.0.   Change maintainer (agreed to by previous
maintainer).    

Number of commits found: 33