diff options
author | Cy Schubert <cy@FreeBSD.org> | 2013-01-31 02:33:26 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2013-01-31 02:33:26 +0000 |
commit | 8e80a3bae7fbc89f5b86f242b570f5bcd7874329 (patch) | |
tree | 425e8b774151f9c951fbdf9e75f04f490f128219 /lang | |
parent | 0416b39649afec1112cea4fe252761db969c7950 (diff) | |
download | ports-8e80a3bae7fbc89f5b86f242b570f5bcd7874329.tar.gz ports-8e80a3bae7fbc89f5b86f242b570f5bcd7874329.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dmd2/Makefile | 2 | ||||
-rw-r--r-- | lang/dmd2/distinfo | 4 | ||||
-rw-r--r-- | lang/dmd2/files/patch-src-dmd-posix.mk | 10 | ||||
-rw-r--r-- | lang/dmd2/pkg-plist | 23 |
4 files changed, 36 insertions, 3 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index fcd891f2f663..9a5755c311ca 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -7,7 +7,7 @@ PORTNAME= dmd PKGNAMESUFFIX= 2 -PORTVERSION= 2.060 +PORTVERSION= 2.061 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} diff --git a/lang/dmd2/distinfo b/lang/dmd2/distinfo index 3d45e2e0acb6..c2dbd97d7a19 100644 --- a/lang/dmd2/distinfo +++ b/lang/dmd2/distinfo @@ -1,2 +1,2 @@ -SHA256 (dmd.2.060.zip) = 8da5b46e34e476c29155eff8507aa7a6a82545b1e236f27bad2b6613d2165498 -SIZE (dmd.2.060.zip) = 26819944 +SHA256 (dmd.2.061.zip) = 13b546b69d628280f245ab19bf4ed27ab66a0085afdaf950e075e68acc7f4c93 +SIZE (dmd.2.061.zip) = 31601020 diff --git a/lang/dmd2/files/patch-src-dmd-posix.mk b/lang/dmd2/files/patch-src-dmd-posix.mk new file mode 100644 index 000000000000..a29bdf95860a --- /dev/null +++ b/lang/dmd2/files/patch-src-dmd-posix.mk @@ -0,0 +1,10 @@ +--- ../../src/dmd/posix.mak.orig 2013-01-30 16:22:38.591086765 -0800 ++++ ../../src/dmd/posix.mak 2013-01-30 16:23:37.631295903 -0800 +@@ -49,7 +49,6 @@ + TK=tk + ROOT=root + +-MODEL=32 + ifneq (x,x$(MODEL)) + MODEL_FLAG=-m$(MODEL) + endif diff --git a/lang/dmd2/pkg-plist b/lang/dmd2/pkg-plist index 79776ace1d36..3184e3b03580 100644 --- a/lang/dmd2/pkg-plist +++ b/lang/dmd2/pkg-plist @@ -66,11 +66,19 @@ include/d/druntime/import/core/sync/exception.di include/d/druntime/import/core/sync/semaphore.di include/d/druntime/import/core/sync/condition.di include/d/druntime/import/core/thread.di +include/d/druntime/import/core/sys/freebsd/dlfcn.d +include/d/druntime/import/core/sys/freebsd/execinfo.d include/d/druntime/import/core/sys/freebsd/sys/event.d +include/d/druntime/import/core/sys/linux/epoll.d +include/d/druntime/import/core/sys/linux/execinfo.d +include/d/druntime/import/core/sys/linux/sys/signalfd.d +include/d/druntime/import/core/sys/linux/sys/xattr.d +include/d/druntime/import/core/sys/osx/execinfo.d include/d/druntime/import/core/sys/osx/mach/kern_return.d include/d/druntime/import/core/sys/osx/mach/port.d include/d/druntime/import/core/sys/osx/mach/semaphore.d include/d/druntime/import/core/sys/osx/mach/thread_act.d +include/d/druntime/import/core/sys/osx/pthread.d include/d/druntime/import/core/sys/posix/arpa/inet.d include/d/druntime/import/core/sys/posix/config.d include/d/druntime/import/core/sys/posix/dirent.d @@ -90,11 +98,13 @@ include/d/druntime/import/core/sys/posix/setjmp.d include/d/druntime/import/core/sys/posix/signal.d include/d/druntime/import/core/sys/posix/stdio.d include/d/druntime/import/core/sys/posix/stdlib.d +include/d/druntime/import/core/sys/posix/sys/ioctl.d include/d/druntime/import/core/sys/posix/sys/ipc.d include/d/druntime/import/core/sys/posix/sys/mman.d include/d/druntime/import/core/sys/posix/sys/select.d include/d/druntime/import/core/sys/posix/sys/shm.d include/d/druntime/import/core/sys/posix/sys/socket.d +include/d/druntime/import/core/sys/posix/sys/statvfs.d include/d/druntime/import/core/sys/posix/sys/stat.d include/d/druntime/import/core/sys/posix/sys/time.d include/d/druntime/import/core/sys/posix/sys/types.d @@ -114,6 +124,7 @@ include/d/druntime/import/core/sys/windows/threadaux.d include/d/druntime/import/core/sys/windows/windows.d include/d/druntime/import/core/time.d include/d/druntime/import/core/vararg.d +include/d/druntime/import/etc/linux/memoryerror.d include/d/druntime/import/object.di include/d/phobos2/crc32.d include/d/phobos2/etc/c/zlib.d @@ -157,12 +168,18 @@ include/d/phobos2/std/csv.d include/d/phobos2/std/ctype.d include/d/phobos2/std/datetime.d include/d/phobos2/std/demangle.d +include/d/phobos2/std/digest/crc.d +include/d/phobos2/std/digest/digest.d +include/d/phobos2/std/digest/md.d +include/d/phobos2/std/digest/ripemd.d +include/d/phobos2/std/digest/sha.d include/d/phobos2/std/encoding.d include/d/phobos2/std/exception.d include/d/phobos2/std/file.d include/d/phobos2/std/format.d include/d/phobos2/std/functional.d include/d/phobos2/std/getopt.d +include/d/phobos2/std/internal/digest/sha_SSSE3.d include/d/phobos2/std/internal/math/biguintcore.d include/d/phobos2/std/internal/math/biguintnoasm.d include/d/phobos2/std/internal/math/biguintx86.d @@ -224,7 +241,9 @@ include/d/phobos2/unittest.d @dirrm include/d/phobos2/std/net @dirrm include/d/phobos2/std/internal/windows @dirrm include/d/phobos2/std/internal/math +@dirrm include/d/phobos2/std/internal/digest @dirrm include/d/phobos2/std/internal +@dirrm include/d/phobos2/std/digest @dirrm include/d/phobos2/std/c/windows @dirrm include/d/phobos2/std/c/osx @dirrm include/d/phobos2/std/c/linux @@ -234,6 +253,8 @@ include/d/phobos2/unittest.d @dirrm include/d/phobos2/etc/c @dirrm include/d/phobos2/etc @dirrm include/d/phobos2 +@dirrm include/d/druntime/import/etc/linux +@dirrm include/d/druntime/import/etc @dirrm include/d/druntime/import/core/sys/windows @dirrm include/d/druntime/import/core/sys/posix/sys @dirrm include/d/druntime/import/core/sys/posix/netinet @@ -242,6 +263,8 @@ include/d/phobos2/unittest.d @dirrm include/d/druntime/import/core/sys/posix @dirrm include/d/druntime/import/core/sys/osx/mach @dirrm include/d/druntime/import/core/sys/osx +@dirrm include/d/druntime/import/core/sys/linux/sys +@dirrm include/d/druntime/import/core/sys/linux @dirrm include/d/druntime/import/core/sys/freebsd/sys @dirrm include/d/druntime/import/core/sys/freebsd @dirrm include/d/druntime/import/core/sys |