Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant bootstrap distfile entry as it causes make fetch a bit | cy | 2016-06-30 | 1 | -2/+0 |
| | | | | of gas. | ||||
* | Update 2.071.0 --> 2.071.1 | cy | 2016-06-29 | 2 | -4/+6 |
| | |||||
* | many ports: mark broken on powerpc64 | swills | 2016-04-22 | 1 | -0/+2 |
| | |||||
* | Update to r413270 standards, include a maintainer inMakefile.bootstrap. | cy | 2016-04-19 | 1 | -0/+1 |
| | | | | PR: 208902 | ||||
* | This port should compile on powerpc. | cy | 2016-04-09 | 2 | -6/+0 |
| | |||||
* | Previously this port used library files packaged in the distribution | cy | 2016-04-09 | 3 | -2/+40 |
| | | | | | | | | | 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. | ||||
* | Missed these updates in r410093. | cy | 2016-04-07 | 2 | -56/+8 |
| | | | | Pointy hat to: myself | ||||
* | The port fails to extract due to different types of extract suffixes. | cy | 2016-04-07 | 2 | -3/+3 |
| | | | | Revert to using zip format because it's required by the bootsrap file. | ||||
* | Update to 2.071.0. | cy | 2016-04-07 | 2 | -7/+13 |
| | | | | | | | | | 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. | ||||
* | Update 2.070.1 --> 2.070.2 | cy | 2016-03-04 | 2 | -3/+3 |
| | |||||
* | Update 2.070.0 --> 2.070.1 | cy | 2016-02-28 | 2 | -4/+3 |
| | |||||
* | Do not hard code SYSCONFDIR. This inadvertently was included in r407421. | cy | 2016-02-16 | 2 | -10/+1 |
| | | | | | | PR: 207233 Noticed by: gahr Pointy hat to: yours truly | ||||
* | Correctly locate dmd.conf. | cy | 2016-02-16 | 1 | -1/+1 |
| | | | | PR: 207233 | ||||
* | Update 2.069.2 --> 2.070.0 | cy | 2016-01-29 | 4 | -17/+245 |
| | |||||
* | Adjust PKGNAMESUFFIX and PORTREVISION | cy | 2016-01-22 | 1 | -1/+2 |
| | | | | | Noticed by: gahr Pointy hat toy: yours truly | ||||
* | Correctly locate the config file and use the correct complier when | cy | 2015-12-24 | 1 | -2/+5 |
| | | | | | | | linking. Submitted by: gahr Obtained from: https://people.freebsd.org/~gahr/lang-dmd2.diff | ||||
* | Update 2.069.1 --> 2.069.2 | cy | 2015-12-04 | 2 | -6/+3 |
| | |||||
* | Self-host dmd bootstrap (dmd 2.067.1). | cy | 2015-11-15 | 4 | -4/+120 |
| | |||||
* | Keep temporary build dirs within WRKDIR. | cy | 2015-11-15 | 2 | -62/+12 |
| | | | | | | Don't include the results of post-patch in the patch file. Suggested by: bdrewery | ||||
* | Also, clean up after ourselves. | cy | 2015-11-15 | 1 | -0/+3 |
| | |||||
* | Previously failed builds will not remove this directory. Make sure | cy | 2015-11-15 | 1 | -0/+1 |
| | | | | it is gone prior to a fresh new build. | ||||
* | Fix build. | cy | 2015-11-15 | 1 | -4/+61 |
| | |||||
* | Update 2.067.0 --> 2.069.1 | cy | 2015-11-13 | 4 | -15/+35 |
| | |||||
* | Remove OSVERSION checks that do not make sense any more. | mat | 2015-04-03 | 1 | -4/+0 |
| | | | | | | | | | | 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 | ||||
* | Update 2.066.1 --> 2.067.0 | cy | 2015-03-26 | 3 | -9/+60 |
| | |||||
* | By default dmd uses gcc to invoke the linker. Fix linking on | cy | 2015-02-25 | 6 | -19/+39 |
| | | | | FreeBSD systems that use clang as the system compiler (FreeBSD 10+). | ||||
* | Update 2.066.0 --> 2.066.1 | cy | 2015-01-23 | 3 | -8/+7 |
| | | | | Convert to @sample. | ||||
* | Cleanup plist | bapt | 2014-10-27 | 1 | -44/+0 |
| | |||||
* | Update 2.065.0 --> 2.066.0 | cy | 2014-08-19 | 5 | -28/+36 |
| | |||||
* | Remove NOPORTDOCS and NOPORTEXAMPLES. | adamw | 2014-07-04 | 1 | -2/+2 |
| | |||||
* | Convert GMAKE to MAKE_CMD | bapt | 2014-06-25 | 1 | -2/+2 |
| | | | | | | | 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 | ||||
* | Specify defaults for amd64. This resolves an object.d not found error. | cy | 2014-06-02 | 1 | -1/+3 |
| | |||||
* | Fix up conflict with lang/dmd1. | cy | 2014-04-15 | 1 | -2/+2 |
| | |||||
* | Update 2.064.2 --> 2.065.0 | cy | 2014-04-15 | 6 | -54/+48 |
| | |||||
* | Convert l* to USES=zip | bapt | 2014-03-11 | 1 | -2/+1 |
| | |||||
* | Update dmd2-2.064 --> dmd2-2.064.2 | cy | 2014-02-09 | 3 | -11/+29 |
| | | | | Submitted by: Cristian Ferretti <cristian_ferretti@yahoo.com> | ||||
* | Update 2.063.2 --> 2.064 | cy | 2013-11-06 | 3 | -32/+30 |
| | | | | Support staging. | ||||
* | Fix build under 10-CURRENT. | cy | 2013-09-28 | 1 | -0/+29 |
| | |||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | bapt | 2013-09-21 | 1 | -5/+2 |
| | | | | lang) | ||||
* | Update 2.063 --> 2.063.2 | cy | 2013-06-27 | 4 | -17/+7 |
| | |||||
* | Update 2.062 --> 2.063 | cy | 2013-03-19 | 2 | -3/+3 |
| | |||||
* | Update 2.061 --> 2.062 | cy | 2013-03-18 | 3 | -3/+5 |
| | |||||
* | Update 2.060 --> 2.061 | cy | 2013-01-31 | 4 | -3/+36 |
| | |||||
* | Update 2.059 --> 2.060 | cy | 2012-08-23 | 3 | -102/+88 |
| | |||||
* | Fix runtime error (unable to find libphobos2). | cy | 2012-04-16 | 2 | -0/+9 |
| | |||||
* | Update 2.058 --> 2.059 | cy | 2012-04-15 | 3 | -8/+6 |
| | |||||
* | Update 2.057 --> 2.058 | cy | 2012-02-16 | 3 | -3/+7 |
| | |||||
* | Update 2.056 --> 2.057 | cy | 2012-01-08 | 3 | -4/+5 |
| | |||||
* | Update 2.055 --> 2.056 | cy | 2011-11-14 | 3 | -3/+6 |
| | | | | | Submitted by: nox Feature safe: yes | ||||
* | Mark as broken on powerpc and sparc64: not ported to the former, and | linimon | 2011-11-10 | 1 | -0/+7 |
| | | | | | | fails to install on the latter. Hat: portmgr | ||||
* | Remove 0-byte files | dougb | 2011-09-25 | 2 | -0/+0 |
| | |||||
* | Update 2.054 --> 2.055 | cy | 2011-09-11 | 5 | -105/+22 |
| | | | | Submitted by: nox | ||||
* | Remove extraneous .orig file. | cy | 2011-08-07 | 1 | -11/+0 |
| | |||||
* | Update 2.053 --> 2.054. | cy | 2011-08-07 | 5 | -9/+64 |
| | | | | | | | Fix amd64 issue. PR: 159555 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> | ||||
* | Fix build for amd64. | cy | 2011-06-25 | 3 | -1/+58 |
| | |||||
* | Pkg-plist fixup. | cy | 2011-06-25 | 2 | -1/+2 |
| | |||||
* | Update 2.052 --> 2.053. | cy | 2011-06-06 | 4 | -21/+14 |
| | |||||
* | Update 2.051 --> 2.052. | cy | 2011-03-03 | 4 | -85/+4 |
| | |||||
* | This files contains trailing CRLF (msdos format). Remove the trailing CR, | cy | 2011-03-03 | 1 | -8/+8 |
| | | | | converting the CRLF at the end of each line to LF. | ||||
* | dmd2 fails to build under FreeBSD 7. | cy | 2011-01-12 | 1 | -0/+4 |
| | | | | Feature safe: yes | ||||
* | Welcome to the new Digital Mars D Version 2 port. | cy | 2011-01-04 | 6 | -221/+374 |
| | | | | | | | | | 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> | ||||
* | Take over maintainership. | cy | 2010-12-28 | 1 | -1/+1 |
| | | | | Submitted by: Maintainer: "Ruben" <chromium@hybridsource.org> | ||||
* | Remove temporary file added by mistake | bapt | 2010-11-29 | 1 | -108/+0 |
| | |||||
* | Add dmd 1.065, official compiler for the D 1.0 programming language. | bapt | 2010-11-29 | 5 | -0/+413 |
PR: ports/152282 Submitted by: Ruben <chromium at hybridsource.org> |