non port: lang/dmd2/Makefile |
Number of commits found: 68 |
Sunday, 7 Apr 2019
|
07:43 antoine
Deprecate ports broken for more than 6 months
|
Sunday, 4 Nov 2018
|
13:44 antoine
Mark BROKEN: fails to build
backend/go.c:80:11: error: constant expression evaluates to -1 which cannot be
narrowed to type 'mftype' (aka 'unsigned int') [-Wc++11-narrowing]
{ 0,MFall,MFcnp,MFcp,MFcse,MFda,MFdc,MFdv,MFli,MFliv,MFlocal,MFloop,
^~~~~
Reported by: pkg-fallout
|
Tuesday, 23 Oct 2018
|
16:34 jbeich
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
|
Thursday, 30 Nov 2017
|
06:13 linimon
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
|
Wednesday, 5 Jul 2017
|
02:45 cy
Fixing stack corruption in DMD=../dmd/generated/freebsd/release/64/dmd
due to inode64 on 12-CURRENT will take more than a trivial amount of time.
|
01:50 cy
Fixup WITH_DEBUG, introduced in r281595, to actually make it work.
|
Saturday, 27 May 2017
|
21:16 linimon
Mark some ports failing on armv6, for errors classified as "coredump".
This skips the ports that possibly only coredump under qemu.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Saturday, 29 Apr 2017
|
05:44 linimon
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Friday, 10 Mar 2017
|
10:44 cy
Update 2.073.1 --> 2.073.2
|
Friday, 17 Feb 2017
|
08:06 cy
Update 2.073.0 --> 2.073.1
|
Wednesday, 15 Feb 2017
|
20:22 cy
Address build failutre default-build-as-user:
=> /portdistfiles/ is not writable by you; cannot fetch.
|
Tuesday, 14 Feb 2017
|
06:53 cy
Bump portrevision to accommodate plist changes in r434066.
|
06:27 cy
Modernize dmd2:
- Removal of three patches; call bootstrap directly.
- Distinfo for bootstrap is now in its own distfile.
- Make examples optional.
- Use GH instead of distrubuted .zip file.
- Fully implement options helpers.
PR: 217076
Submitted by: John Colvin <john.loughran.colvin@gmail.com>
|
Monday, 13 Feb 2017
|
22:51 cy
Update 2.071.1 --> 2.073.0
|
Tuesday, 15 Nov 2016
|
04:07 cy
Pet portlint.
PR: 214521
Submitted by: linimon
|
Tuesday, 28 Jun 2016
|
17:07 cy
Update 2.071.0 --> 2.071.1
|
Thursday, 21 Apr 2016
|
16:43 swills
many ports: mark broken on powerpc64
|
Saturday, 9 Apr 2016
|
07:26 cy
This port should compile on powerpc.
|
07:23 cy
Previously this port used library files packaged in the distribution
tarball. However the latest tarball released by Digital Mars contains
library files for only the O/S-architecture supported by the tarball.
The port now builds all libraries and files required to build the port
from source, installing the library needed to run compiled D programs.
The advantage to this is that previously only i386 and amd64 were
supported whereas now this port should install on all architectures.
|
Thursday, 7 Apr 2016
|
13:32 cy
The port fails to extract due to different types of extract suffixes.
Revert to using zip format because it's required by the bootsrap file.
|
02:20 cy
Update to 2.071.0.
The source distribution file this port previously used is no longer
distributed by Digital Mars. The port now fetches the 64-bit FreeBSD
binary distribution file and uses the sources that are bundled in the
tarball to build its own binaries. The port can use sources in the 32-bit
FreeBSD binary or linux binary files instead -- a diff will show that the
src and html directories are the same in each distribution file.
|
Friday, 4 Mar 2016
|
09:17 cy
Update 2.070.1 --> 2.070.2
|
Sunday, 28 Feb 2016
|
13:52 cy
Update 2.070.0 --> 2.070.1
|
Tuesday, 16 Feb 2016
|
14:20 cy
Do not hard code SYSCONFDIR. This inadvertently was included in r407421.
PR: 207233
Noticed by: gahr
Pointy hat to: yours truly
|
03:30 cy
Correctly locate dmd.conf.
PR: 207233
|
Thursday, 28 Jan 2016
|
20:47 cy
Update 2.069.2 --> 2.070.0
|
Friday, 22 Jan 2016
|
07:03 cy
Adjust PKGNAMESUFFIX and PORTREVISION
Noticed by: gahr
Pointy hat toy: yours truly
|
Wednesday, 23 Dec 2015
|
19:25 cy
Correctly locate the config file and use the correct complier when
linking.
Submitted by: gahr
Obtained from: https://people.freebsd.org/~gahr/lang-dmd2.diff
|
Friday, 4 Dec 2015
|
06:29 cy
Update 2.069.1 --> 2.069.2
|
Sunday, 15 Nov 2015
|
10:34 cy
Self-host dmd bootstrap (dmd 2.067.1).
|
Saturday, 14 Nov 2015
|
19:54 cy
Keep temporary build dirs within WRKDIR.
Don't include the results of post-patch in the patch file.
Suggested by: bdrewery
|
16:45 cy
Also, clean up after ourselves.
|
16:39 cy
Previously failed builds will not remove this directory. Make sure
it is gone prior to a fresh new build.
|
Friday, 13 Nov 2015
|
04:58 cy
Update 2.067.0 --> 2.069.1
|
Friday, 3 Apr 2015
|
11:26 mat
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
|
Thursday, 26 Mar 2015
|
13:31 cy
Update 2.066.1 --> 2.067.0
|
Wednesday, 25 Feb 2015
|
00:30 cy
By default dmd uses gcc to invoke the linker. Fix linking on
FreeBSD systems that use clang as the system compiler (FreeBSD 10+).
|
Friday, 23 Jan 2015
|
03:03 cy
Update 2.066.0 --> 2.066.1
Convert to @sample.
|
Monday, 18 Aug 2014
|
18:43 cy
Update 2.065.0 --> 2.066.0
|
Friday, 4 Jul 2014
|
00:24 adamw
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Wednesday, 25 Jun 2014
|
05:35 bapt
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
Sunday, 1 Jun 2014
|
22:02 cy
Specify defaults for amd64. This resolves an object.d not found error.
|
Monday, 14 Apr 2014
|
20:00 cy
Fix up conflict with lang/dmd1.
|
19:28 cy
Update 2.064.2 --> 2.065.0
|
Monday, 10 Mar 2014
|
16:01 bapt
Convert l* to USES=zip
|
Sunday, 9 Feb 2014
|
14:57 cy
Update dmd2-2.064 --> dmd2-2.064.2
Submitted by: Cristian Ferretti <cristian_ferretti@yahoo.com>
|
Wednesday, 6 Nov 2013
|
04:15 cy
Update 2.063.2 --> 2.064
Support staging.
|
Friday, 20 Sep 2013
|
19:53 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Thursday, 27 Jun 2013
|
04:13 cy
Update 2.063 --> 2.063.2
|
Tuesday, 19 Mar 2013
|
14:08 cy
Update 2.062 --> 2.063
|
Sunday, 17 Mar 2013
|
17:18 cy
Update 2.061 --> 2.062
|
Thursday, 31 Jan 2013
|
02:33 cy
Update 2.060 --> 2.061
|
Thursday, 23 Aug 2012
|
15:16 cy
Update 2.059 --> 2.060
|
Monday, 16 Apr 2012
|
05:34 cy
Fix runtime error (unable to find libphobos2).
|
Sunday, 15 Apr 2012
|
14:25 cy
Update 2.058 --> 2.059
|
Thursday, 16 Feb 2012
|
04:44 cy
Update 2.057 --> 2.058
|
Saturday, 7 Jan 2012
|
20:39 cy
Update 2.056 --> 2.057
|
Sunday, 13 Nov 2011
|
16:02 cy
Update 2.055 --> 2.056
Submitted by: nox
Feature safe: yes
|
Thursday, 10 Nov 2011
|
06:14 linimon
Mark as broken on powerpc and sparc64: not ported to the former, and
fails to install on the latter.
Hat: portmgr
|
Saturday, 10 Sep 2011
|
18:59 cy
Update 2.054 --> 2.055
Submitted by: nox
|
Saturday, 6 Aug 2011
|
19:12 cy
Update 2.053 --> 2.054.
Fix amd64 issue.
PR: 159555
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
|
Saturday, 25 Jun 2011
|
00:46 cy
Fix build for amd64.
|
00:44 cy
Pkg-plist fixup.
|
Monday, 6 Jun 2011
|
15:13 cy
Update 2.052 --> 2.053.
|
Thursday, 3 Mar 2011
|
05:13 cy
Update 2.051 --> 2.052.
|
Wednesday, 12 Jan 2011
|
01:23 cy
dmd2 fails to build under FreeBSD 7.
Feature safe: yes
|
Monday, 3 Jan 2011
|
22:07 cy
Welcome to the new Digital Mars D Version 2 port.
As per PR ports/152698 this port is not an officially validated
distribution of Digital Mars D by the upline author of the software,
Walter Bright.
PR: 152698
Submitted by: Ruben <chromium@hybridsource.org>
|
21:50 cy
This forced commit documents the repocopy of ports/lang/dmd to ports/lang/dmd2.
PR: 153480
|
Number of commits found: 68 |