| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
|
|
|
| |
Assume maintainership of this port.
|
| |
|
|
|
|
| |
starting with H,I,J,K,L
|
|
|
|
|
|
| |
PR: ports/136771
Exp Run by: pav
Approved by: portmgr (pav)
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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'
...
|
|
|
|
|
|
| |
exceptions and it also broke gdc on 6.x
Approved by: miwi (mentor implicit)
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
PR: 125000
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
|
|
|
|
|
| |
PR: ports/118492
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
PR: 117086
Tested by: -exp runs
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
| |
PR: 111021
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- updated to 0.23
- added amd64 arch support
- added gcc41 for build
PR: ports/110953
Submitted by: Masanori OZAWA (maintainer)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
- add the "dmd wrapper script"
PR: misc/102725
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Update WWW
PR: ports/101163
Submitted by: Masanori OZAWA <ozawa at ongs.co.jp> (maintainer)
|
|
|
|
| |
Submitted by: Masanori OZAWA <ozawa (at) ongs.co.jp> (maintainer)
|
|
|
|
|
| |
PR: ports/98527
Submitted by: Masanori OZAWA <ozawa (at) ongs.co.jp> (maintainer)
|
|
|
|
|
| |
PR: ports/96138
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Add knob to build with GCC 4.0.x
Add SHA256
PR: 89928
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
|
|
|
|
|
| |
PR: 88597
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
PR: ports/84046
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Approved by: flz (mentor)
|
|
|
|
|
|
| |
PR: ports/83829
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Approved by: flz (mentor)
|
|
|
|
|
| |
PR: ports/82716
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
|
|
|
|
|
|
|
|
| |
- Update to 0.13
- Update gcc target to 3.4.5-20050607
PR: ports/82196
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
- change maintainership
Pointed out by: pointyhat via kris
Reviewed by: ozawa@ongs.co.jp
|
|
|
|
|
| |
PR: ports/81043
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
|
|
|
|
| |
Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
|
|
|
|
| |
Submitted by: ozawa@ongs.net
|
|
|
|
|
|
| |
o build fail problem fixed
Submitted by: ozawa@ongs.co.jp
|
|
|
|
|
|
| |
- support to latest gcc34
Submitted by: ozawa@ongs.co.jp
|
|
|
|
|
|
| |
o not depend on lang/boehm-gc port
Submitted by: ozawa@ongs.co.jp
|
|
|
|
|
| |
PR: ports/74222
Submitted by: Conrad J. Sabatier <conrads@cox.net>
|
|
PR: ports/74072
Submitted by: Masanori OZAWA (ozawa@ongs.co.jp)
|