non port: lang/ldc/Makefile |
SVNWeb
|
Number of commits found: 33 |
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Tue, 11 Apr 2023
|
[ 20:04 Gleb Popov (arrowd) ] 4d555f0
lang/ldc: Update to 1.32
Approved by: acm (maintainer timeout)
Sponsored by: Serenity Cybersecurity, LLC
|
Tue, 22 Nov 2022
|
[ 19:38 Piotr Kubaj (pkubaj) ] 29962a7
lang/ldc: fix runtime on powerpc*
Fixes build of x11-toolkits/gtkd:
ld: error: undefined symbol: __tls_get_addr_opt
>>> referenced by sections_elf_shared.d
>>>
sections_elf_shared.o:(_D2rt19sections_elf_shared3DSO8tlsRangeMxFNbNiZAv) in
archive /usr/local/lib/libdruntime-ldc.a
>>> referenced by sections_elf_shared.d
>>>
sections_elf_shared.o:(_D2rt19sections_elf_shared11getTLSRangeFNbNimmmZAv) in
archive /usr/local/lib/libdruntime-ldc.a
>>> referenced by sections_elf_shared.d
>>> sections_elf_shared.o:(_d_dso_registry) in archive
/usr/local/lib/libdruntime-ldc.a
>>> referenced 1 more times
|
Wed, 16 Nov 2022
|
[ 00:26 Jose Alonso Cardenas Marquez (acm) ] faab0eb
lang/ldc: Make portlint friendly
PR: 264100
Reported by: jwb
|
Tue, 15 Nov 2022
|
[ 16:33 Jose Alonso Cardenas Marquez (acm) ] 5045eaf
lang/ldc: Add forgotten change
- Move llvm to LIB_DEPENDS
|
[ 16:17 Jose Alonso Cardenas Marquez (acm) ] 1fca3ae
lang/ldc: Improve port
- STRIP binary files
- Add GCC to LIB_DEPENDS
- Remove obsolete lines
|
[ 00:26 Jose Alonso Cardenas Marquez (acm) Author: Daniel Engberg ] f3b1ad4
lang/ldc: Update to 1.30.0
- Commit forgotten files
ChangeLog at: https://github.com/ldc-developers/ldc/releases/tag/v1.30.0
PR: 266828
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 26 Jan 2022
|
[ 07:46 Marius Strobl (marius) ] 8c30deb (Only the first 10 of 27 ports in this commit are shown above. )
devel/libconfig: update to 1.7.3
- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.
PR: 261062
Reported by: dizzy [1]
Approved by: maintainer timeout
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 12 Jan 2021
|
[ 22:53 linimon ]
Mark as BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
|
Tue, 29 Sep 2020
|
[ 13:49 mikael ] (Only the first 10 of 14 ports in this commit are shown above. )
lang/ldc: update to 1.23.0
Changelog from 1.14.0 to 1.23.0 can be found here:
https://github.com/ldc-developers/ldc/releases
PR: 237427
Approved by: acm (maintainer timeout)
|
Sun, 21 Apr 2019
|
[ 18:11 antoine ]
Mark BROKEN on i386
Reported by: pkg-fallout
MFH: 2019Q2
|
Thu, 7 Mar 2019
|
[ 06:08 acm ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update to 1.14.0
- Fix build on FreeBSD 12+ (lot of extra patch files)
- Remove obsolete patch file
- Update LLVM dependency to 7.0
Changelog at: https://github.com/ldc-developers/ldc/releases/tag/v1.14.0
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Tue, 20 Nov 2018
|
[ 02:37 acm ]
- Update to 1.12.0
|
Mon, 6 Aug 2018
|
[ 17:22 fernape ] (Only the first 10 of 19 ports in this commit are shown above. )
devel/libconfig: update to 1.7.2
* Change to USE_GH
* Bump PORTREVISION of dependant ports.
Committing after maintainer timeout
PR: 229961
Submitted by: che@bein.link
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16442
|
Sun, 3 Jun 2018
|
[ 06:31 acm ]
- Update to 1.9.0 (jit support was dropped with llvm < 5.0). It doesn't compile
with llvm 5.x on FreeBSD
|
Wed, 21 Mar 2018
|
[ 03:45 bdrewery ]
Fix CCACHE_BUILD support.
|
Sun, 11 Feb 2018
|
[ 07:44 antoine ]
Depend on llvm40 package instead of clang40 binary
|
Sat, 10 Feb 2018
|
[ 10:12 antoine ]
Add a run dependency on llvm40, some binaries link against libLLVM
Reported by: pkg-fallout (via devel/dub)
|
Sat, 3 Feb 2018
|
[ 04:36 acm ]
- Revert latest commit because it didn't solve pkg-plist problem. jit support
depends of LLVM version
- Change llvm dependency to devel/llvm40
- Respect llvm40 detection
|
Fri, 2 Feb 2018
|
[ 21:25 acm ]
- Fix pkg-plist on i386
|
Thu, 1 Feb 2018
|
[ 20:03 acm ]
- Update to 1.7.0
|
Thu, 30 Nov 2017
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Sun, 16 Jul 2017
|
[ 08:49 acm ]
- Update to 1.3.0
|
Fri, 7 Jul 2017
|
[ 03:15 acm ]
- Update to 1.2.0
|
Sat, 20 May 2017
|
[ 16:58 linimon ] (Only the first 10 of 23 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Reported by: swills
Approved by: portmgr (tier-2 blanket)
|
Tue, 2 May 2017
|
[ 22:23 linimon ]
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Sun, 5 Mar 2017
|
[ 03:07 acm ]
- Fix build on FreeBSD 11
|
Tue, 28 Feb 2017
|
[ 14:52 acm ]
New ports: lang/ldc
The LDC project aims to provide a portable D programming language compiler
with modern optimization and code generation capabilities.
The compiler uses the official DMD frontends to support the latest version of
D2, and relies on the LLVM Core libraries for code generation.
LDC is fully Open Source; the parts of the code not taken/adapted from other
projects are BSD-licensed (see the LICENSE file for details).
WWW: http://wiki.dlang.org/LDC
|
Number of commits found: 33 |