aboutsummaryrefslogtreecommitdiff
path: root/lang/gdc
Commit message (Collapse)AuthorAgeFilesLines
* - Fix on CURRENT. The failure reason is that broken libphobos was produced, ↵Dmitry Marakasov2009-03-182-2/+78
| | | | | | | as the library used non-existing symbols from libc, namely tgammal, lgammal, erfcl, erfl, cbrtl, log1pl, expm1l. This somehow was not triggered before rev. 181074. So to fix this, add an extra patch to remove unimplemented math functions from libphobos. Notes: svn path=/head/; revision=230354
* - Mark broken on 8.x - gdc fails to link anythingDmitry Marakasov2009-02-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | May be tested on simple hello world: --- import std.stdio; int main() { std.stdio.writefln("Hello World!"); std.stdio.readln; return 0; } --- gdc test.d -o test --- /usr/local/lib/gcc/i386-portbld-freebsd8.0/../../libgphobos.a(math.o)(.text+0xa45): In function `_D3std4math6tgammaFeZe': ../.././../gcc-4.1-20080428/libphobos/std/math.d:1136: undefined reference to `tgammal' ... Notes: svn path=/head/; revision=228567
* - Bring back --disable-shared, as removing it was not needed to fix ↵Dmitry Marakasov2008-08-071-1/+2
| | | | | | | | | exceptions and it also broke gdc on 6.x Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=218207
* - Add patch to fix exceptions on FreeBSD (throwing exception from D will no ↵Dmitry Marakasov2008-08-072-3/+12
| | | | | | | | | | | longer lead straight to abort()) Obtained from: http://d.puremagic.com/issues/show_bug.cgi?id=2182 Thanks to: David Friedman Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=218190
* - Update to newer gcc snapshotDmitry Marakasov2008-06-263-14/+12
| | | | | | | | | | | | | - Fix socket problem - Add missing USE_ICONV - dirrmtry include/d as it may be used by other ports PRs: ports/124437 [1], ports/124567 [2] Submitted by: kevin <kevinxlinuz at 163 dot com> [1], myself [2] Approved by: miwi (mentor) Notes: svn path=/head/; revision=215814
* - Reset maintainship under maintainer's requestPietro Cerutti2008-06-261-1/+1
| | | | | | | | PR: 125000 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=215810
* - Update 4.1 target to 20071105Pav Lucistnik2007-12-152-8/+8
| | | | | | | | PR: ports/118492 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=203804
* lang/gdc: link error fixedDaichi GOTO2007-10-222-1/+32
| | | | | | | | | | | | | | | | - GDC gets a fail of link with GCC42(on 8-current/7-PR1) because libstdc++ is not in the default link target where libphobos of GDC needs it. To fix that issue, I have added a patch that make libstdc++ a link tareget of GDC. Sometimes 6-stable says that it is a overplus link but it is no problem. PR: ports/117318 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=201753
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* [PATCH]: lang/gdc: update to 0.24Edwin Groothuis2007-09-232-16/+15
| | | | | | | | | | | | - Update to 0.24 - Removed support for GCC 3.3.x - Changed the GCC_MASTER_SITE_SUBDIR for GCC 4.1.x PR: ports/116350 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Notes: svn path=/head/; revision=199925
* Use GCC 4.1.x on AMD64 to fix compilation errors.Stefan Walter2007-04-051-1/+2
| | | | | | | | PR: 111021 Submitted by: maintainer Notes: svn path=/head/; revision=189299
* lang/gdc: update to 0.23Daichi GOTO2007-03-283-43/+50
| | | | | | | | | | | | - updated to 0.23 - added amd64 arch support - added gcc41 for build PR: ports/110953 Submitted by: Masanori OZAWA (maintainer) Notes: svn path=/head/; revision=188628
* - Update to 0.21Rong-En Fan2007-01-083-15/+26
| | | | | | | | | | | | - Update to GCC 4.0.x to 4.0.4-20061228 - Add documenta PR: ports/107521 Submitted by: Armin Pirkovitsch <a.pirko at inode.at> Approved by: Masanori OZAWA <ozawa at ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=181786
* - Fix threading support, favor pthreadRong-En Fan2007-01-061-2/+3
| | | | | | | | | | | | | Since this port supports 5.x and later, we don't need to consider the 4.x case (-lc_r). Moreover, gdc uses ld as linker when compiling D source files, so PTHREAD_LIBS is not applicable here. PR: ports/107437 Submitted by: Jason DiCioccio <jd at ods.org> Approved by: Masanori OZAWA <ozawa at ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=181611
* fixes: lang/gdc: add the "dmd wrapper script"Daichi GOTO2006-09-052-2/+6
| | | | | | | | | | - add the "dmd wrapper script" PR: misc/102725 Submitted by: maintainer Notes: svn path=/head/; revision=172315
* - Update to 0.19Rong-En Fan2006-08-024-32/+13
| | | | | | | | | | - Update WWW PR: ports/101163 Submitted by: Masanori OZAWA <ozawa at ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=169429
* Prune an empty sub-directory.Thierry Thomas2006-06-112-1/+2
| | | | | | | Submitted by: Masanori OZAWA <ozawa (at) ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=165071
* Upgrade to 0.18.Thierry Thomas2006-06-103-63/+26
| | | | | | | | PR: ports/98527 Submitted by: Masanori OZAWA <ozawa (at) ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=165057
* lang/gdc: depend gcc update from 3.4.6 to 4.0.4Daichi GOTO2006-04-252-19/+20
| | | | | | | | PR: ports/96138 Submitted by: maintainer Notes: svn path=/head/; revision=160417
* Update to 0.17Marcus Alves Grando2005-12-044-16/+75
| | | | | | | | | | | Add knob to build with GCC 4.0.x Add SHA256 PR: 89928 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=150396
* Update to 0.16Marcus Alves Grando2005-11-083-4/+5
| | | | | | | | PR: 88597 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=147564
* - Remove alpha from list of supported architectures. The compiler will compilePav Lucistnik2005-10-213-261/+249
| | | | | | | | | | | | | | and run, but produce 32-bit code. - Use same gcc as gcc34 port - Move library test to check: target - Cleanup PR: ports/87690 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=146073
* Fix default include path.Renato Botelho2005-07-251-1/+6
| | | | | | | | | PR: ports/84046 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Approved by: flz (mentor) Notes: svn path=/head/; revision=140090
* - Update to 0.15Renato Botelho2005-07-212-10/+10
| | | | | | | | | PR: ports/83829 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Approved by: flz (mentor) Notes: svn path=/head/; revision=139834
* lang/gdc: update to 0.14Daichi GOTO2005-06-292-3/+3
| | | | | | | | PR: ports/82716 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=138162
* lang/gdc: update to 0.13Daichi GOTO2005-06-143-8/+24
| | | | | | | | | | | - Update to 0.13 - Update gcc target to 3.4.5-20050607 PR: ports/82196 Submitted by: maintainer Notes: svn path=/head/; revision=137417
* - update to 0.12Daichi GOTO2005-06-023-211/+213
| | | | | | | | | | | | - update gcc target to 3.4.5-20050524 - build fail fix on current PR: ports/81750 Pointed out by: pointyhat via kris Submitted by: maintainer Notes: svn path=/head/; revision=136658
* change maintainership (pre-commit is not enough :(Daichi GOTO2005-05-271-1/+1
| | | | Notes: svn path=/head/; revision=136246
* - fix build failDaichi GOTO2005-05-271-0/+2
| | | | | | | | | | - change maintainership Pointed out by: pointyhat via kris Reviewed by: ozawa@ongs.co.jp Notes: svn path=/head/; revision=136244
* lang/gdc update to 0.11Daichi GOTO2005-05-235-539/+233
| | | | | | | | PR: ports/81043 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Notes: svn path=/head/; revision=135957
* Update GCC version to 20050211 from 20050107.Daichi GOTO2005-02-282-5/+6
| | | | | | | Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Notes: svn path=/head/; revision=129995
* amd64 build is broken now.Daichi GOTO2005-01-231-1/+1
| | | | | | | Submitted by: ozawa@ongs.net Notes: svn path=/head/; revision=127138
* o update to 0.10Daichi GOTO2005-01-134-136/+96
| | | | | | | | | o build fail problem fixed Submitted by: ozawa@ongs.co.jp Notes: svn path=/head/; revision=126304
* - update to 0.9Daichi GOTO2005-01-103-13/+14
| | | | | | | | | - support to latest gcc34 Submitted by: ozawa@ongs.co.jp Notes: svn path=/head/; revision=126030
* o support for latest gcc34Daichi GOTO2005-01-093-14/+269
| | | | | | | | | o not depend on lang/boehm-gc port Submitted by: ozawa@ongs.co.jp Notes: svn path=/head/; revision=125960
* Makefile contains an erroneous NUL (ascii \000) characterDaichi GOTO2004-11-221-0/+0
| | | | | | | | PR: ports/74222 Submitted by: Conrad J. Sabatier <conrads@cox.net> Notes: svn path=/head/; revision=122134
* Add gdc 0.8, D Front End for GCC.Daichi GOTO2004-11-184-0/+278
PR: ports/74072 Submitted by: Masanori OZAWA (ozawa@ongs.co.jp) Notes: svn path=/head/; revision=121875