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: lang/myrddin/Makefile
SVNWeb

Number of commits found: 15

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 28 Sep 2020
[ 05:05 tobik search for other commits by this committer ] Original commit   Revision:550400 (Only the first 10 of 163 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER
Sat, 30 May 2020
[ 16:19 tobik search for other commits by this committer ] Original commit   Revision:537093
lang/myrddin: Unbreak runtime without /usr/bin/as and pet portlint&portclippy
after r537091
[ 16:01 emaste search for other commits by this committer ] Original commit   Revision:537091
lang/myrddin: add BUILD_DEPENDS as:devel/binutils

/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.

Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.

PR:		205250 [exp-run]
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Sun, 1 Jul 2018
[ 11:13 tobik search for other commits by this committer ] Original commit   Revision:473665
Do not always run the test suite

Requested by:	mat
[ 06:48 tobik search for other commits by this committer ] Original commit   Revision:473654
lang/myrddin: Update to 0.3.1

- No functional change on FreeBSD in this version
- Building the bootstrap target is enough to build Myrddin
- Always run the test suite after the build
Sat, 30 Jun 2018
[ 03:26 tobik search for other commits by this committer ] Original commit   Revision:473595
lang/myrddin: Update to 0.3

Changes:	https://myrlang.org/release-notes/r0p3
Wed, 9 May 2018
[ 09:55 tobik search for other commits by this committer ] Original commit   Revision:469441
lang/myrddin: Update to 0.2.2

This release will build correctly with lld.
Thu, 29 Mar 2018
[ 15:02 emaste search for other commits by this committer ] Original commit   Revision:465900 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable

Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH.   Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.

Approved by:	portmgr (antoine)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D14876
Tue, 27 Mar 2018
[ 17:45 tobik search for other commits by this committer ] Original commit   Revision:465725
lang/myrddin: Fix build when ld is ld.lld

ld: error: <internal>: section sh_addralign is not a power of 2

Myrddin's build system directly calls ld so LLD_UNSAFE can't work
here.  Workaround the issue by adding a binary alias to ld.bfd to fix
the build for now.

PR:		226986
Reported by:	emaste
Fri, 8 Dec 2017
[ 18:42 tobik search for other commits by this committer ] Original commit   Revision:455792
lang/myrddin: Fix build when PREFIX != /usr/local
Fri, 22 Sep 2017
[ 11:11 tobik search for other commits by this committer ] Original commit   Revision:450355
lang/myrddin: Update to 0.2.0

Changes:	https://myrlang.org/release-notes/
Mon, 13 Mar 2017
[ 15:11 tobik search for other commits by this committer ] Original commit   Revision:436084
New port: lang/myrddin

Myrddin is a systems programming language that covers a similar niche
as C including desktop, OS, and embedded development, but at the same
time making it harder to shoot yourself in the foot.

It is designed to be a simple language that runs close to the metal,
giving the programmer predictable and transparent behavior and mental
model.  It also does strong type checking, generics, type inference,
closures, and traits.

Myrddin is not a language designed to explore the forefront of type
theory or compiler technology.  It is not a language that is focused
on guaranteeing perfect safety.  It is satisfied to be a practical,
small, fairly well defined, and easy to understand language for code
that needs to be close to the hardware.

WWW: https://myrlang.org/

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D9989

Number of commits found: 15