summaryrefslogtreecommitdiff
path: root/lang/dmd
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2012-04-15 14:15:54 +0000
committerCy Schubert <cy@FreeBSD.org>2012-04-15 14:15:54 +0000
commitbc73661aa3f248d99a225de82ebcd489414435eb (patch)
tree33191a9c50cdd73392e76f4cbf66df272b3c109c /lang/dmd
parent- Update to 1.5.2 (diff)
Update 1.073 --> 1.074
Notes
Notes: svn path=/head/; revision=294856
Diffstat (limited to 'lang/dmd')
-rw-r--r--lang/dmd/Makefile2
-rw-r--r--lang/dmd/distinfo4
-rw-r--r--lang/dmd/files/patch-src-dmd-posix.mak12
-rw-r--r--lang/dmd/pkg-plist1
4 files changed, 10 insertions, 9 deletions
diff --git a/lang/dmd/Makefile b/lang/dmd/Makefile
index 3706db217fbb..a07d52a20660 100644
--- a/lang/dmd/Makefile
+++ b/lang/dmd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dmd
-PORTVERSION= 1.073
+PORTVERSION= 1.074
CATEGORIES= lang
MASTER_SITES= http://ftp.digitalmars.com/
DISTNAME= ${PORTNAME}.${PORTVERSION}
diff --git a/lang/dmd/distinfo b/lang/dmd/distinfo
index cc3586dd5cb3..4d51d2adc474 100644
--- a/lang/dmd/distinfo
+++ b/lang/dmd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dmd.1.073.zip) = 1f068d5d88897099ca416f96faddbebe6700332958d624301026f487bd002650
-SIZE (dmd.1.073.zip) = 11631697
+SHA256 (dmd.1.074.zip) = cd3dafcecaf671a2ea13c1f1566208b6b24d88bfd02759cc872c8394debcb890
+SIZE (dmd.1.074.zip) = 11650365
diff --git a/lang/dmd/files/patch-src-dmd-posix.mak b/lang/dmd/files/patch-src-dmd-posix.mak
index db02d77f2b9e..63b364d3c071 100644
--- a/lang/dmd/files/patch-src-dmd-posix.mak
+++ b/lang/dmd/files/patch-src-dmd-posix.mak
@@ -1,5 +1,5 @@
---- ../../src/dmd/posix.mak.orig 2012-02-08 01:17:24.000000000 -0800
-+++ ../../src/dmd/posix.mak 2012-02-15 20:14:30.649579678 -0800
+--- ../../src/dmd/posix.mak.orig 2012-04-10 22:34:58.000000000 -0700
++++ ../../src/dmd/posix.mak 2012-04-14 23:37:37.562325386 -0700
@@ -29,8 +29,6 @@
TK=tk
ROOT=root
@@ -18,7 +18,7 @@
#OPT=-g -g3
#OPT=-O2
-@@ -143,7 +141,7 @@
+@@ -144,7 +142,7 @@
all: dmd
dmd: $(DMD_OBJS)
@@ -27,12 +27,12 @@
clean:
rm -f $(DMD_OBJS) dmd optab.o id.o impcnvgen idgen id.c id.h \
-@@ -522,7 +520,7 @@
+@@ -523,7 +521,7 @@
$(CC) -c $(GFLAGS) -I$(ROOT) $<
strtold.o: $C/strtold.c
-- gcc -m$(MODEL) -c $<
-+ gcc -c $<
+- gcc -m$(MODEL) -I$(ROOT) -c $<
++ gcc -I$(ROOT) -c $<
struct.o: struct.c
$(CC) -c $(CFLAGS) $<
diff --git a/lang/dmd/pkg-plist b/lang/dmd/pkg-plist
index 46fc8318bc0b..0f744ad7b0b9 100644
--- a/lang/dmd/pkg-plist
+++ b/lang/dmd/pkg-plist
@@ -69,6 +69,7 @@ include/d/phobos/std/c/solaris/pthread.d
include/d/phobos/std/c/solaris/socket.d
include/d/phobos/std/c/solaris/solaris.d
include/d/phobos/std/c/stdarg.d
+include/d/phobos/std/c/stdint.d
include/d/phobos/std/c/stddef.d
include/d/phobos/std/c/stdio.d
include/d/phobos/std/c/stdlib.d