Thread overview
lang/ldc and devel/dub ports on FreeBSD
Apr 21, 2017
Alonso Cárdenas
Apr 21, 2017
David Nadlinger
Apr 23, 2017
Joakim
Apr 23, 2017
Kai Nacke
April 21, 2017
Hi

I have added ldc (http://www.freshports.org/lang/ldc) and dub ((http://www.freshports.org/devel/dub) to FreeBSD ports tree . Maybe it should be added to ldc webpage at github/wiki. FreeBSD binary packages are generated automatically each time new versions are committed to ports tree (currently ldc 1.1.0 and dub 1.3.0). You can install them using pkg tool or otherwise you can install them by compiling from source code using ports tree.

Btw, I'm testing 1.2.0-beta2 and it is compiling without problems on FreeBSD from ports tree

Enjoy it

Greetings
Alonso
April 21, 2017
Hi Alonso,

On 21 Apr 2017, at 22:30, Alonso Cárdenas via digitalmars-d-ldc wrote:
> I have added ldc (http://www.freshports.org/lang/ldc) and dub ((http://www.freshports.org/devel/dub) to FreeBSD ports tree.

Great news!

> Maybe it should be added to ldc webpage at github/wiki.

Will do.

> Btw, I'm testing 1.2.0-beta2 and it is compiling without problems on FreeBSD from ports tree

How is the test suite looking?

 — David
April 23, 2017
On Friday, 21 April 2017 at 20:30:35 UTC, Alonso Cárdenas wrote:
> Hi
>
> I have added ldc (http://www.freshports.org/lang/ldc) and dub ((http://www.freshports.org/devel/dub) to FreeBSD ports tree . Maybe it should be added to ldc webpage at github/wiki. FreeBSD binary packages are generated automatically each time new versions are committed to ports tree (currently ldc 1.1.0 and dub 1.3.0). You can install them using pkg tool or otherwise you can install them by compiling from source code using ports tree.
>
> Btw, I'm testing 1.2.0-beta2 and it is compiling without problems on FreeBSD from ports tree

Nice, I tried to get it in six years ago, but it didn't stick:

http://www.freshports.org/lang/ldc-devel/

There have been some issues with dmd on FreeBSD, maybe you want to look at those:

http://forum.dlang.org/thread/obmmhe$j64$1@digitalmars.com


April 23, 2017
On Friday, 21 April 2017 at 20:30:35 UTC, Alonso Cárdenas wrote:
> Hi
>
> I have added ldc (http://www.freshports.org/lang/ldc) and dub ((http://www.freshports.org/devel/dub) to FreeBSD ports tree . Maybe it should be added to ldc webpage at github/wiki. FreeBSD binary packages are generated automatically each time new versions are committed to ports tree (currently ldc 1.1.0 and dub 1.3.0). You can install them using pkg tool or otherwise you can install them by compiling from source code using ports tree.
>
> Btw, I'm testing 1.2.0-beta2 and it is compiling without problems on FreeBSD from ports tree
>
> Enjoy it
>
> Greetings
> Alonso

Awesome! This is something I always wanted to have.

Regards,
Kai