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
non port: Mk/Uses/erlang.mk
SVNWeb

Number of commits found: 18

Wed, 30 Nov 2022
[ 13:40 Dave Cottlehuber (dch) search for other commits by this committer ]    commit hash:fbe4a1a48b4c76bc6004cb119f109c1abf074ac9  commit hash:fbe4a1a48b4c76bc6004cb119f109c1abf074ac9  commit hash:fbe4a1a48b4c76bc6004cb119f109c1abf074ac9  fbe4a1a 
Uses/erlang.mk: remove version checking from enc

BUILD_DEPENDS doesn't recognise version response from enc, so it is
not accepted in poudriere, when the test doesn't succeed.

Sponsored by:	SkunkWerks, GmbH
[ 08:03 Dave Cottlehuber (dch) search for other commits by this committer ]    commit hash:82d5f86a111d078023658fe72d8c3ba50465b969  commit hash:82d5f86a111d078023658fe72d8c3ba50465b969  commit hash:82d5f86a111d078023658fe72d8c3ba50465b969  82d5f86 
Uses/erlang.mk: add new native compiler hook

rebar2 -> rebar3 removed the very useful helper tools that allow
compiling native code into the BEAM. enc is a small tool already in
ports that provides this functionality.

Sponsored by:	SkunkWerks, GmbH
Sun, 24 Apr 2022
[ 10:00 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  aa25396  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 6 Apr 2021
[ 14:27 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  5d33e04  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
Thu, 23 Jan 2020
[ 11:31 dch search for other commits by this committer ] Original commit   Revision:523922
uses: suppress grep warnings when updating file paths

USES=erlang:rebar does a global replace on files to correct LOCALBASE.
This should only be run on files, as dirs cause needless log spam.

Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D23293
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Tue, 23 Aug 2016
[ 11:00 olgeni search for other commits by this committer ] Original commit   Revision:420660
Pass MAKE_ENV to the ERLANG_COMPILE command, so that CFLAGS and
LDFLAGS actually reach the C compiler when invoked by rebar.
Sun, 27 Mar 2016
[ 01:23 bapt search for other commits by this committer ] Original commit   Revision:411970 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Thu, 15 Oct 2015
[ 07:36 bapt search for other commits by this committer ] Original commit   Revision:399326 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched

This gives more time for tools to get updated, available in packages etc before
bothering users
Wed, 14 Oct 2015
[ 16:49 bapt search for other commits by this committer ] Original commit   Revision:399278 (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Drop the necessity to add ${PORTSDIR} to dependency line

Modify make describe to automatically prepend ${PORTSDIR} if the path for the
port is not absolute

Checked with poudriere, portmaster, portupgrade

PR:		203685
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D3866
Tue, 8 Sep 2015
[ 22:12 olgeni search for other commits by this committer ] Original commit   Revision:396442
Fix build_fs_violation for rebar3 builds.

rebar3 has the uncontrollable urge to write some stuff into the user's
HOME, even if just an empty directory. Redirect HOME to WRKDIR so that it
at least shoots a blank and does not bump into build_fs_violation checks.

This fixes devel/erlang-bbmustache and www/erlang-hackney.
Mon, 17 Aug 2015
[ 13:31 mat search for other commits by this committer ] Original commit   Revision:394503 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Rewrite the target ordering code.

The targets now have priority assigned to them, and, when the dependency
ordering magic is done at the end of bsd.port.mk, they are sorted
according to their priority.

This allows USES to add targets easily and have them run whenever they
want without touching bsd.port.mk.

To add a target that runs just before post-configure run, do:

_USES_configure+=  695:my-post-configure
my-post-configure:
	do something
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 21 Jul 2015
[ 15:56 olgeni search for other commits by this committer ] Original commit   Revision:392640
Fix regular expressions for "./rebar" and "./rebar3".
Tue, 14 Jul 2015
[ 10:44 olgeni search for other commits by this committer ] Original commit   Revision:391976
Improvements in erlang.mk:

- Replace %%PORTVERSION%% in all source files
- Fix vsn tag in app files, whatever its format
Fri, 10 Jul 2015
[ 11:31 olgeni search for other commits by this committer ] Original commit   Revision:391699
Fix installation of ERL_DOCS directories.
[ 10:10 olgeni search for other commits by this committer ] Original commit   Revision:391696
Fix typo in variable name.
Tue, 7 Jul 2015
[ 23:06 olgeni search for other commits by this committer ] Original commit   Revision:391538
Improve working of comment.

In erlang.mk, replace "none" with "no argument" in the "Valid ARGS"
example; "none" looks an actual argument.
Mon, 6 Jul 2015
[ 21:40 olgeni search for other commits by this committer ] Original commit   Revision:391481
Add Uses/erlang.mk.

It can handle simple Erlang libraries and applications that install
in LOCALBASE/lib/erlang/lib.

Number of commits found: 18