notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/dmd2/Makefile

Number of commits found: 68

Sunday, 7 Apr 2019
07:43 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:498264 
Sunday, 4 Nov 2018
13:44 antoine search for other commits by this committer
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
Original commitRevision:484039 
Tuesday, 23 Oct 2018
16:34 jbeich search for other commits by this committer
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Original commitRevision:482846 
Thursday, 30 Nov 2017
06:13 linimon search for other commits by this committer
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
Original commitRevision:455167 
Wednesday, 5 Jul 2017
02:45 cy search for other commits by this committer
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.
Original commitRevision:445044 
01:50 cy search for other commits by this committer
Fixup WITH_DEBUG, introduced in r281595, to actually make it work.
Original commitRevision:445043 
Saturday, 27 May 2017
21:16 linimon search for other commits by this committer
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)
Original commitRevision:441875 
Saturday, 29 Apr 2017
05:44 linimon search for other commits by this committer
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:439717 
Friday, 10 Mar 2017
10:44 cy search for other commits by this committer
Update 2.073.1 --> 2.073.2
Original commitRevision:435823 
Friday, 17 Feb 2017
08:06 cy search for other commits by this committer
Update 2.073.0 --> 2.073.1
Original commitRevision:434274 
Wednesday, 15 Feb 2017
20:22 cy search for other commits by this committer
Address build failutre default-build-as-user:

	=> /portdistfiles/ is not writable by you; cannot fetch.
Original commitRevision:434193 
Tuesday, 14 Feb 2017
06:53 cy search for other commits by this committer
Bump portrevision to accommodate plist changes in r434066.
Original commitRevision:434067 
06:27 cy search for other commits by this committer
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>
Original commitRevision:434066 
Monday, 13 Feb 2017
22:51 cy search for other commits by this committer
Update 2.071.1 --> 2.073.0
Original commitRevision:434060 
Tuesday, 15 Nov 2016
04:07 cy search for other commits by this committer
Pet portlint.

PR:		214521
Submitted by:	linimon
Original commitRevision:426141 
Tuesday, 28 Jun 2016
17:07 cy search for other commits by this committer
Update 2.071.0 --> 2.071.1
Original commitRevision:417739 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Saturday, 9 Apr 2016
07:26 cy search for other commits by this committer
This port should compile on powerpc.
Original commitRevision:412799 
07:23 cy search for other commits by this committer
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.
Original commitRevision:412798 
Thursday, 7 Apr 2016
13:32 cy search for other commits by this committer
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.
Original commitRevision:412664 
02:20 cy search for other commits by this committer
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.
Original commitRevision:412652 
Friday, 4 Mar 2016
09:17 cy search for other commits by this committer
Update 2.070.1 --> 2.070.2
Original commitRevision:410093 
Sunday, 28 Feb 2016
13:52 cy search for other commits by this committer
Update 2.070.0 --> 2.070.1
Original commitRevision:409741 
Tuesday, 16 Feb 2016
14:20 cy search for other commits by this committer
Do not hard code SYSCONFDIR. This inadvertently was included in r407421.

PR:		207233
Noticed by:	gahr
Pointy hat to:	yours truly
Original commitRevision:408998 
03:30 cy search for other commits by this committer
Correctly locate dmd.conf.

PR:		207233
Original commitRevision:408973 
Thursday, 28 Jan 2016
20:47 cy search for other commits by this committer
Update 2.069.2 --> 2.070.0
Original commitRevision:407421 
Friday, 22 Jan 2016
07:03 cy search for other commits by this committer
Adjust PKGNAMESUFFIX and PORTREVISION

Noticed by:	gahr
Pointy hat toy:	yours truly
Original commitRevision:406891 
Wednesday, 23 Dec 2015
19:25 cy search for other commits by this committer
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
Original commitRevision:404315 
Friday, 4 Dec 2015
06:29 cy search for other commits by this committer
Update 2.069.1 --> 2.069.2
Original commitRevision:402911 
Sunday, 15 Nov 2015
10:34 cy search for other commits by this committer
Self-host dmd bootstrap (dmd 2.067.1).
Original commitRevision:401683 
Saturday, 14 Nov 2015
19:54 cy search for other commits by this committer
Keep temporary build dirs within WRKDIR.

Don't include the results of post-patch in the patch file.

Suggested by:	bdrewery
Original commitRevision:401591 
16:45 cy search for other commits by this committer
Also, clean up after ourselves.
Original commitRevision:401580 
16:39 cy search for other commits by this committer
Previously failed builds will not remove this directory. Make sure
it is gone prior to a fresh new build.
Original commitRevision:401579 
Friday, 13 Nov 2015
04:58 cy search for other commits by this committer
Update 2.067.0 --> 2.069.1
Original commitRevision:401477 
Friday, 3 Apr 2015
11:26 mat search for other commits by this committer
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
Original commitRevision:383107 
Thursday, 26 Mar 2015
13:31 cy search for other commits by this committer
Update 2.066.1 --> 2.067.0
Original commitRevision:382305 
Wednesday, 25 Feb 2015
00:30 cy search for other commits by this committer
By default dmd uses gcc to invoke the linker. Fix linking on
FreeBSD systems that use clang as the system compiler (FreeBSD 10+).
Original commitRevision:379858 
Friday, 23 Jan 2015
03:03 cy search for other commits by this committer
Update 2.066.0 --> 2.066.1

Convert to @sample.
Original commitRevision:377710 
Monday, 18 Aug 2014
18:43 cy search for other commits by this committer
Update 2.065.0 --> 2.066.0
Original commitRevision:365338 
Friday, 4 Jul 2014
00:24 adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
Original commitRevision:360495 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
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
Original commitRevision:359185 
Sunday, 1 Jun 2014
22:02 cy search for other commits by this committer
Specify defaults for amd64. This resolves an object.d not found error.
Original commitRevision:356182 
Monday, 14 Apr 2014
20:00 cy search for other commits by this committer
Fix up conflict with lang/dmd1.
Original commitRevision:351282 
19:28 cy search for other commits by this committer
Update 2.064.2 --> 2.065.0
Original commitRevision:351279 
Monday, 10 Mar 2014
16:01 bapt search for other commits by this committer
Convert l* to USES=zip
Original commitRevision:347773 
Sunday, 9 Feb 2014
14:57 cy search for other commits by this committer
Update dmd2-2.064 --> dmd2-2.064.2

Submitted by:	Cristian Ferretti <cristian_ferretti@yahoo.com>
Original commitRevision:343508 
Wednesday, 6 Nov 2013
04:15 cy search for other commits by this committer
Update 2.063.2 --> 2.064

Support staging.
Original commitRevision:332942 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Thursday, 27 Jun 2013
04:13 cy search for other commits by this committer
Update 2.063 --> 2.063.2
Original commitRevision:321847 
Tuesday, 19 Mar 2013
14:08 cy search for other commits by this committer
Update 2.062 --> 2.063
Original commitRevision:314648 
Sunday, 17 Mar 2013
17:18 cy search for other commits by this committer
Update 2.061 --> 2.062
Original commitRevision:314469 
Thursday, 31 Jan 2013
02:33 cy search for other commits by this committer
Update 2.060 --> 2.061
Original commitRevision:311284 
Thursday, 23 Aug 2012
15:16 cy search for other commits by this committer
Update 2.059 --> 2.060
Original commit
Monday, 16 Apr 2012
05:34 cy search for other commits by this committer
Fix runtime error (unable to find libphobos2).
Original commit
Sunday, 15 Apr 2012
14:25 cy search for other commits by this committer
Update 2.058 --> 2.059
Original commit
Thursday, 16 Feb 2012
04:44 cy search for other commits by this committer
Update 2.057 --> 2.058
Original commit
Saturday, 7 Jan 2012
20:39 cy search for other commits by this committer
Update 2.056 --> 2.057
Original commit
Sunday, 13 Nov 2011
16:02 cy search for other commits by this committer
Update 2.055 --> 2.056

Submitted by:   nox
Feature safe:   yes
Original commit
Thursday, 10 Nov 2011
06:14 linimon search for other commits by this committer
Mark as broken on powerpc and sparc64: not ported to the former, and
fails to install on the latter.

Hat:            portmgr
Original commit
Saturday, 10 Sep 2011
18:59 cy search for other commits by this committer
Update 2.054 --> 2.055

Submitted by:   nox
Original commit
Saturday, 6 Aug 2011
19:12 cy search for other commits by this committer
Update 2.053 --> 2.054.

Fix amd64 issue.

PR:             159555
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de>
Original commit
Saturday, 25 Jun 2011
00:46 cy search for other commits by this committer
Fix build for amd64.
Original commit
00:44 cy search for other commits by this committer
Pkg-plist fixup.
Original commit
Monday, 6 Jun 2011
15:13 cy search for other commits by this committer
Update 2.052 --> 2.053.
Original commit
Thursday, 3 Mar 2011
05:13 cy search for other commits by this committer
Update 2.051 --> 2.052.
Original commit
Wednesday, 12 Jan 2011
01:23 cy search for other commits by this committer
dmd2 fails to build under FreeBSD 7.

Feature safe:   yes
Original commit
Monday, 3 Jan 2011
22:07 cy search for other commits by this committer
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>
Original commit
21:50 cy search for other commits by this committer
This forced commit documents the repocopy of ports/lang/dmd to ports/lang/dmd2.

PR:             153480
Original commit

Number of commits found: 68