aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-09-01 15:06:45 +0000
committerRene Ladan <rene@FreeBSD.org>2013-09-01 15:06:45 +0000
commit27abcfb125b957a3b2ea92c3a3447e162febcd88 (patch)
treec3cd600bf732276ea53c01aeb9ac670282ee253b /lang
parentfff0ec48b7d159a57542b153b21c286badc0987d (diff)
downloadports-27abcfb125b957a3b2ea92c3a3447e162febcd88.tar.gz
ports-27abcfb125b957a3b2ea92c3a3447e162febcd88.zip
Remove expired ports:
2013-08-28 lang/gdc: Broken for more than 6 month 2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013 2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc 2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version 2013-09-01 devel/dsss: Depends on expired lang/gdc 2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer 2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer 2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer 2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer 2013-09-01 net/ipex: Broken on FreeBSD 8 and newer 2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer 2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer 2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer 2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer 2013-09-01 net/libproxy-mozjs: Does not work with newer libxul 2013-09-01 www/helixplugin: Does not work with newer libxul 2013-09-01 deskutils/chmsee: Does not work with newer libxul 2013-09-01 www/moonshine: Does not work with newer libxul 2013-09-01 x11/ggiterm: Unmaintained and broken 2013-09-01 graphics/libggigcp: Unmaintained 2013-09-01 graphics/libggimisc: Unmaintained 2013-09-01 graphics/libggiwmh: Unmaintained 2013-09-01 devel/libgiigic: Unmaintained 2013-09-01 games/koth: Unmaintained
Notes
Notes: svn path=/head/; revision=325862
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/gdc/Makefile144
-rw-r--r--lang/gdc/distinfo14
-rw-r--r--lang/gdc/files/extra-patch-gcc-d-phobos-std-math.d76
-rw-r--r--lang/gdc/files/patch-gcc-config-freebsd-spec.h10
-rw-r--r--lang/gdc/files/patch-gcc_d_d-spec.c31
-rw-r--r--lang/gdc/pkg-descr3
-rw-r--r--lang/gdc/pkg-plist171
8 files changed, 0 insertions, 450 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 605f466339cb..8985f210be6f 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -97,7 +97,6 @@
SUBDIR += gcc48
SUBDIR += gcc49
SUBDIR += gcl
- SUBDIR += gdc
SUBDIR += gforth
SUBDIR += ghc
SUBDIR += gjs
diff --git a/lang/gdc/Makefile b/lang/gdc/Makefile
deleted file mode 100644
index dbc8629cc53a..000000000000
--- a/lang/gdc/Makefile
+++ /dev/null
@@ -1,144 +0,0 @@
-# Created by: Masanori OZAWA (ozawa@ongs.co.jp)
-# $FreeBSD$
-
-PORTNAME= gdc
-PORTVERSION= 0.24
-PORTREVISION= 6
-CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_GCC} \
- SF/dgcc/${PORTNAME}/${PORTVERSION}:gdc
-MASTER_SITE_SUBDIR= ${GCC_MASTER_SITE_SUBDIR}
-DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX}:gdc \
- gcc-core-${GCC_VERSIONSTRING}${EXTRACT_SUFX} \
- gcc-g++-${GCC_VERSIONSTRING}${EXTRACT_SUFX}
-
-MAINTAINER= cy@FreeBSD.org
-COMMENT= D Front End for GCC
-
-ONLY_FOR_ARCHS= i386 amd64
-
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2013-08-28
-
-BROKEN= fails to build
-
-USES= bison iconv
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_PERL5= yes
-
-SRCDIR= ${WRKDIR}/gcc-${GCC_VERSIONSTRING}
-WRKSRC= ${WRKDIR}/build
-PATCH_WRKSRC= ${SRCDIR}
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--disable-nls \
- --with-system-zlib \
- --with-libiconv-prefix=${LOCALBASE} \
- --disable-shared \
- --enable-languages=c,c++,d \
- --enable-thread-lib=-pthread
-CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}\///}/configure
-
-PLIST_SUB= GCC_VER=${GCC_VERSION} CONF_TARGET=${CONFIGURE_TARGET}
-
-MAN1= gdc.1 gdmd.1
-
-GCCDIR= ${SRCDIR}/gcc
-GDC_INC= ${PREFIX}/include/d/${GCC_VERSION}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800041
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gcc-d-phobos-std-math.d
-.endif
-
-.ifndef TARGET_GCC
-.if ${OSVERSION} >= 700000 || ${ARCH} == "amd64"
-TARGET_GCC= 4.1
-.else
-TARGET_GCC= 3.4
-.endif
-.elif ${TARGET_GCC} != 3.4 && ${TARGET_GCC} != 4.0 && ${TARGET_GCC} != 4.1
-.error it cannot be specified as TARGET_GCC other than 3.4, 4.0 or 4.1
-.endif
-
-.if ${TARGET_GCC} == 4.1
-GCC_VERSION= 4.1.3
-GCC_REVISION= 20080428
-GCC_VERSIONSTRING= 4.1-${GCC_REVISION}
-GCC_MASTER_SITE_SUBDIR= snapshots/${GCC_VERSIONSTRING}
-.elif ${TARGET_GCC} == 4.0
-GCC_VERSION= 4.0.4
-GCC_VERSIONSTRING= ${GCC_VERSION}
-GCC_MASTER_SITE_SUBDIR= releases/gcc-${GCC_VERSIONSTRING}
-.else
-GCC_VERSION= 3.4.6
-GCC_VERSIONSTRING= ${GCC_VERSION}
-GCC_MASTER_SITE_SUBDIR= releases/gcc-${GCC_VERSIONSTRING}
-.endif
-
-.if ${ARCH} == "amd64"
-CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
-.endif
-
-pre-fetch:
- @${ECHO_CMD}
- @${ECHO_CMD} "========================================================="
- @${ECHO_CMD}
- @${ECHO_CMD} "GDC is built with GCC version '${TARGET_GCC}'."
- @${ECHO_CMD}
- @${ECHO_CMD} "You can set one of the following variables as TARGET_GCC."
- @${ECHO_CMD}
- @${ECHO_CMD} " '3.4' , '4.0' , '4.1'"
- @${ECHO_CMD}
- @${ECHO_CMD} "========================================================="
- @${ECHO_CMD}
-
-post-extract:
- @${MV} ${WRKDIR}/d ${GCCDIR}
-
-post-patch:
- @(cd ${SRCDIR} && ${SH} ./gcc/d/setup-gcc.sh)
- @${REINPLACE_CMD} -e \
- 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \
- ${GCCDIR}/version.c
- @${REINPLACE_CMD} -e \
- 's|^\(gcc_d_include_dir\).*|\1 = ${GDC_INC}|' \
- ${GCCDIR}/d/Make-lang.in
- @${REINPLACE_CMD} -e 's, BsdSockets_salen, GNU_BsdSockets_salen,' \
- ${GCCDIR}/d/phobos/config/unix-mid
-
-pre-configure:
- @(cd ${SRCDIR} && contrib/gcc_update --touch)
- @${RM} -f ${SRCDIR}/gcc/*/*.info*
- @${MKDIR} ${CONFIGURE_WRKSRC}
-
-post-build:
- @${ECHO_CMD}
- @${ECHO_CMD} "========================================================="
- @${ECHO_CMD}
- @${ECHO_CMD} "To test the Phobos run-time library run 'make check'."
- @${ECHO_CMD}
- @${ECHO_CMD} "Note that some tests will fail."
- @${ECHO_CMD}
- @${ECHO_CMD} "========================================================="
- @${ECHO_CMD}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gcc/gdc ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/gcc/cc1d ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${GCCDIR}/d/dmd-script ${PREFIX}/bin/gdmd
-.ifndef NOPORTDOCS
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${GCCDIR}/d/GDC.html ${DOCSDIR}
- ${INSTALL_DATA} ${GCCDIR}/d/README ${DOCSDIR}/README.gdc
-.endif
- ${INSTALL_MAN} ${GCCDIR}/d/gdc.1 ${PREFIX}/man/man1
- ${INSTALL_MAN} ${GCCDIR}/d/dmd-script.1 ${PREFIX}/man/man1/gdmd.1
- @(cd ${WRKSRC} && ${GMAKE} install-target-libphobos)
-
-check: build
- @(cd ${WRKSRC} && ${GMAKE} check-target-libphobos)
-
-.include <bsd.port.post.mk>
diff --git a/lang/gdc/distinfo b/lang/gdc/distinfo
deleted file mode 100644
index 9e95eb1b6f8f..000000000000
--- a/lang/gdc/distinfo
+++ /dev/null
@@ -1,14 +0,0 @@
-SHA256 (gdc-0.24-src.tar.bz2) = cc6a97c76c9e6db31e76ff97014d24b3d43e21f018a3c6218e3fb2a4500fc79a
-SIZE (gdc-0.24-src.tar.bz2) = 1012099
-SHA256 (gcc-core-3.4.6.tar.bz2) = 3aab171d86e5a6c14cb9de35467a0472a7d5ef1d5b79a1df72ca533f8e82a133
-SIZE (gcc-core-3.4.6.tar.bz2) = 13366790
-SHA256 (gcc-g++-3.4.6.tar.bz2) = f186937402752d25317adf2832b0b1d316334e158ae380471ab62509e4ea90b1
-SIZE (gcc-g++-3.4.6.tar.bz2) = 2511332
-SHA256 (gcc-core-4.0.4.tar.bz2) = e9bf58c761a4f988311aef6b41f12fd5c7e51d09477468fb73826aecc1be32e7
-SIZE (gcc-core-4.0.4.tar.bz2) = 15583411
-SHA256 (gcc-g++-4.0.4.tar.bz2) = c1ff47701a5dc77690fe9e687001546b54f03b7383a89d5b4b11178aaf31f76e
-SIZE (gcc-g++-4.0.4.tar.bz2) = 2698519
-SHA256 (gcc-core-4.1-20080428.tar.bz2) = 66b0020233b2c7655168c574b685e69579444383d7fe649bac606b5bf5d9ad87
-SIZE (gcc-core-4.1-20080428.tar.bz2) = 15218360
-SHA256 (gcc-g++-4.1-20080428.tar.bz2) = bfd0dc6bcd18272f2de20176bb009c85cb0cfa99e55186eebb6002fe0b12e935
-SIZE (gcc-g++-4.1-20080428.tar.bz2) = 3848158
diff --git a/lang/gdc/files/extra-patch-gcc-d-phobos-std-math.d b/lang/gdc/files/extra-patch-gcc-d-phobos-std-math.d
deleted file mode 100644
index a0afce7c7080..000000000000
--- a/lang/gdc/files/extra-patch-gcc-d-phobos-std-math.d
+++ /dev/null
@@ -1,76 +0,0 @@
---- gcc/d/phobos/std/math.d.orig 2007-03-09 05:02:35.000000000 +0300
-+++ gcc/d/phobos/std/math.d 2009-03-18 05:04:19.000000000 +0300
-@@ -638,8 +638,6 @@
- * )
- */
-
--version (GNU_msvcrt_math) { /* nothing */ } else
--real expm1(real x) { return std.c.math.expm1l(x); }
-
-
- /*********************************************************************
-@@ -842,7 +840,6 @@
- * )
- */
-
--real log1p(real x) { return std.c.math.log1pl(x); }
-
- /***************************************
- * Calculates the base-2 logarithm of x:
-@@ -922,7 +919,6 @@
- * <tr> <td> &plusmn;&infin; <td> &plusmn;&infin; <td> no
- * )
- */
--real cbrt(real x) { return std.c.math.cbrtl(x); }
-
-
- /*******************************
-@@ -1066,16 +1062,12 @@
- *
- * <img src="erf.gif" alt="error function">
- */
--version (GNU_msvcrt_math) { /* nothing */ } else
--real erf(real x) { return std.c.math.erfl(x); }
-
- /**********************************
- * Returns the complementary error function of x, which is 1 - erf(x).
- *
- * <img src="erfc.gif" alt="complementary error function">
- */
--version (GNU_msvcrt_math) { /* nothing */ } else
--real erfc(real x) { return std.c.math.erfcl(x); }
-
- /***********************************
- * Natural logarithm of gamma function.
-@@ -1093,12 +1085,6 @@
- * )
- */
- /* Documentation prepared by Don Clugston */
--real lgamma(real x)
--{
-- return std.c.math.lgammal(x);
--
-- // Use etc.gamma.lgamma for those C systems that are missing it
--}
-
- /***********************************
- * The Gamma function, $(GAMMA)(x)
-@@ -1125,18 +1111,6 @@
- * $(LINK http://www.netlib.org/cephes/ldoubdoc.html#gamma)
- */
- /* Documentation prepared by Don Clugston */
--version (GNU_Need_tgamma)
--{
-- private import etc.gamma;
-- alias etc.gamma.tgamma tgamma;
--}
--else
--real tgamma(real x)
--{
-- return std.c.math.tgammal(x);
--
-- // Use etc.gamma.tgamma for those C systems that are missing it
--}
-
- /**************************************
- * Returns the value of x rounded upward to the next integer
diff --git a/lang/gdc/files/patch-gcc-config-freebsd-spec.h b/lang/gdc/files/patch-gcc-config-freebsd-spec.h
deleted file mode 100644
index 38665efdadf2..000000000000
--- a/lang/gdc/files/patch-gcc-config-freebsd-spec.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- gcc/config/freebsd-spec.h.orig 2007-11-04 23:09:45.000000000 +0300
-+++ gcc/config/freebsd-spec.h 2008-08-07 05:10:48.000000000 +0400
-@@ -164,3 +164,7 @@
- #else
- #define FBSD_DYNAMIC_LINKER "/libexec/ld-elf.so.1"
- #endif
-+
-+#if defined(HAVE_LD_EH_FRAME_HDR)
-+#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
-+#endif
diff --git a/lang/gdc/files/patch-gcc_d_d-spec.c b/lang/gdc/files/patch-gcc_d_d-spec.c
deleted file mode 100644
index 7dbf489b5119..000000000000
--- a/lang/gdc/files/patch-gcc_d_d-spec.c
+++ /dev/null
@@ -1,31 +0,0 @@
---- gcc/d/d-spec.c.orig 2007-10-16 20:24:22.000000000 +0900
-+++ gcc/d/d-spec.c 2007-10-16 20:29:07.000000000 +0900
-@@ -46,6 +46,10 @@
- #define MATH_LIBRARY_PROFILE "-lm"
- #endif
-
-+#ifndef LIBSTDCXX
-+#define LIBSTDCXX "-lstdc++"
-+#endif
-+
- #ifndef LIBPHOBOS
- #define LIBPHOBOS "-lgphobos"
- #endif
-@@ -295,7 +299,7 @@
- /* There is one extra argument added here for the runtime
- library: -lgphobos. The -pthread argument is added by
- setting need_pthreads. */
-- num_args = argc + added + need_math + shared_libgcc + (library > 0 ? 1 : 0) + 1;
-+ num_args = argc + added + need_math + shared_libgcc + (library > 0 ? 2 : 0) + 1;
- arglist = xmalloc (num_args * sizeof (char *));
-
- i = 0;
-@@ -353,6 +357,8 @@
- /* Add `-lstdc++' if we haven't already done so. */
- if (library > 0)
- {
-+ arglist[j++] = LIBSTDCXX;
-+ added_libraries++;
- arglist[j++] = saw_profile_flag ? LIBPHOBOS_PROFILE : LIBPHOBOS;
- added_libraries++;
- need_pthreads = 1;
diff --git a/lang/gdc/pkg-descr b/lang/gdc/pkg-descr
deleted file mode 100644
index 6c9ca675b7dc..000000000000
--- a/lang/gdc/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-D Front End for GCC
-
-WWW: http://dgcc.sourceforge.net/
diff --git a/lang/gdc/pkg-plist b/lang/gdc/pkg-plist
deleted file mode 100644
index c3caa0d4f1c2..000000000000
--- a/lang/gdc/pkg-plist
+++ /dev/null
@@ -1,171 +0,0 @@
-bin/gdc
-bin/cc1d
-bin/gdmd
-include/d/%%GCC_VER%%/etc/gamma.d
-include/d/%%GCC_VER%%/etc/c/zlib.d
-include/d/%%GCC_VER%%/etc/c/zlib/crc32.h
-include/d/%%GCC_VER%%/etc/c/zlib/deflate.h
-include/d/%%GCC_VER%%/etc/c/zlib/inffast.h
-include/d/%%GCC_VER%%/etc/c/zlib/inffixed.h
-include/d/%%GCC_VER%%/etc/c/zlib/inflate.h
-include/d/%%GCC_VER%%/etc/c/zlib/inftrees.h
-include/d/%%GCC_VER%%/etc/c/zlib/trees.h
-include/d/%%GCC_VER%%/etc/c/zlib/zconf.h
-include/d/%%GCC_VER%%/etc/c/zlib/zconf.in.h
-include/d/%%GCC_VER%%/etc/c/zlib/zlib.h
-include/d/%%GCC_VER%%/etc/c/zlib/zutil.h
-include/d/%%GCC_VER%%/gcc/aix_float.h
-include/d/%%GCC_VER%%/gcc/builtins.d
-include/d/%%GCC_VER%%/gcc/configext.d
-include/d/%%GCC_VER%%/gcc/deh.d
-include/d/%%GCC_VER%%/gcc/fpmath.d
-include/d/%%GCC_VER%%/gcc/support.d
-include/d/%%GCC_VER%%/gcc/threadsem.d
-include/d/%%GCC_VER%%/gcc/unwind.d
-include/d/%%GCC_VER%%/std/array.d
-include/d/%%GCC_VER%%/std/asserterror.d
-include/d/%%GCC_VER%%/std/base64.d
-include/d/%%GCC_VER%%/std/bind.d
-include/d/%%GCC_VER%%/std/bitarray.d
-include/d/%%GCC_VER%%/std/boxer.d
-include/d/%%GCC_VER%%/std/compiler.d
-include/d/%%GCC_VER%%/std/conv.d
-include/d/%%GCC_VER%%/std/cover.d
-include/d/%%GCC_VER%%/std/cpuid.d
-include/d/%%GCC_VER%%/std/cstream.d
-include/d/%%GCC_VER%%/std/ctype.d
-include/d/%%GCC_VER%%/std/date.d
-include/d/%%GCC_VER%%/std/dateparse.d
-include/d/%%GCC_VER%%/std/demangle.d
-include/d/%%GCC_VER%%/std/file.d
-include/d/%%GCC_VER%%/std/format.d
-include/d/%%GCC_VER%%/std/gc.d
-include/d/%%GCC_VER%%/std/intrinsic.d
-include/d/%%GCC_VER%%/std/loader.d
-include/d/%%GCC_VER%%/std/math.d
-include/d/%%GCC_VER%%/std/math2.d
-include/d/%%GCC_VER%%/std/md5.d
-include/d/%%GCC_VER%%/std/metastrings.d
-include/d/%%GCC_VER%%/std/mmfile.d
-include/d/%%GCC_VER%%/std/moduleinit.d
-include/d/%%GCC_VER%%/std/openrj.d
-include/d/%%GCC_VER%%/std/outbuffer.d
-include/d/%%GCC_VER%%/std/outofmemory.d
-include/d/%%GCC_VER%%/std/path.d
-include/d/%%GCC_VER%%/std/perf.d
-include/d/%%GCC_VER%%/std/process.d
-include/d/%%GCC_VER%%/std/random.d
-include/d/%%GCC_VER%%/std/regexp.d
-include/d/%%GCC_VER%%/std/signals.d
-include/d/%%GCC_VER%%/std/socket.d
-include/d/%%GCC_VER%%/std/socketstream.d
-include/d/%%GCC_VER%%/std/stdarg.d
-include/d/%%GCC_VER%%/std/stdint.d
-include/d/%%GCC_VER%%/std/stdio.d
-include/d/%%GCC_VER%%/std/stream.d
-include/d/%%GCC_VER%%/std/string.d
-include/d/%%GCC_VER%%/std/switcherr.d
-include/d/%%GCC_VER%%/std/syserror.d
-include/d/%%GCC_VER%%/std/system.d
-include/d/%%GCC_VER%%/std/thread.d
-include/d/%%GCC_VER%%/std/traits.d
-include/d/%%GCC_VER%%/std/typetuple.d
-include/d/%%GCC_VER%%/std/uni.d
-include/d/%%GCC_VER%%/std/uri.d
-include/d/%%GCC_VER%%/std/utf.d
-include/d/%%GCC_VER%%/std/zip.d
-include/d/%%GCC_VER%%/std/zlib.d
-include/d/%%GCC_VER%%/std/c/dirent.d
-include/d/%%GCC_VER%%/std/c/fenv.d
-include/d/%%GCC_VER%%/std/c/locale.d
-include/d/%%GCC_VER%%/std/c/math.d
-include/d/%%GCC_VER%%/std/c/process.d
-include/d/%%GCC_VER%%/std/c/stdarg.d
-include/d/%%GCC_VER%%/std/c/stddef.d
-include/d/%%GCC_VER%%/std/c/stdio.d
-include/d/%%GCC_VER%%/std/c/stdlib.d
-include/d/%%GCC_VER%%/std/c/string.d
-include/d/%%GCC_VER%%/std/c/time.d
-include/d/%%GCC_VER%%/std/c/darwin/ldblcompat.d
-include/d/%%GCC_VER%%/std/c/linux/ldblcompat.d
-include/d/%%GCC_VER%%/std/c/linux/linux.d
-include/d/%%GCC_VER%%/std/c/linux/linuxextern.d
-include/d/%%GCC_VER%%/std/c/linux/socket.d
-include/d/%%GCC_VER%%/std/c/%%PERL_ARCH%%/mach.d
-include/d/%%GCC_VER%%/std/c/%%PERL_ARCH%%/mach_extern.d
-include/d/%%GCC_VER%%/std/c/skyos/compat.d
-include/d/%%GCC_VER%%/std/c/skyos/skyos.d
-include/d/%%GCC_VER%%/std/c/unix/unix.d
-include/d/%%GCC_VER%%/std/c/windows/com.d
-include/d/%%GCC_VER%%/std/c/windows/stat.d
-include/d/%%GCC_VER%%/std/c/windows/windows.d
-include/d/%%GCC_VER%%/std/c/windows/winsock.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_AC.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Abit.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Acdouble.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Acfloat.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Acreal.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Adouble.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Afloat.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Ag.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Aint.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Along.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Areal.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_Ashort.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_C.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_bit.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_byte.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_cdouble.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_cfloat.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_char.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_creal.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_dchar.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_delegate.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_double.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_float.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_idouble.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_ifloat.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_int.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_ireal.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_long.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_ptr.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_real.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_short.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_ubyte.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_uint.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_ulong.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_ushort.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_void.d
-include/d/%%GCC_VER%%/std/typeinfo/ti_wchar.d
-include/d/%%GCC_VER%%/std/windows/charset.d
-include/d/%%GCC_VER%%/std/windows/iunknown.d
-include/d/%%GCC_VER%%/std/windows/registry.d
-include/d/%%GCC_VER%%/std/windows/syserror.d
-include/d/%%GCC_VER%%/crc32.d
-include/d/%%GCC_VER%%/gcstats.d
-include/d/%%GCC_VER%%/object.d
-include/d/%%GCC_VER%%/%%CONF_TARGET%%/gcc/config.d
-include/d/%%GCC_VER%%/%%CONF_TARGET%%/gcc/configunix.d
-include/d/%%GCC_VER%%/%%CONF_TARGET%%/phobos-ver-syms
-lib/libgphobos.a
-%%PORTDOCS%%%%DOCSDIR%%/GDC.html
-%%PORTDOCS%%%%DOCSDIR%%/README.gdc
-@dirrm include/d/%%GCC_VER%%/etc/c/zlib
-@dirrm include/d/%%GCC_VER%%/etc/c
-@dirrm include/d/%%GCC_VER%%/etc
-@dirrm include/d/%%GCC_VER%%/gcc
-@dirrm include/d/%%GCC_VER%%/std/c/darwin
-@dirrm include/d/%%GCC_VER%%/std/c/linux
-@dirrm include/d/%%GCC_VER%%/std/c/mach
-@dirrm include/d/%%GCC_VER%%/std/c/skyos
-@dirrm include/d/%%GCC_VER%%/std/c/unix
-@dirrm include/d/%%GCC_VER%%/std/c/windows
-@dirrm include/d/%%GCC_VER%%/std/typeinfo
-@dirrm include/d/%%GCC_VER%%/std/windows
-@dirrm include/d/%%GCC_VER%%/std/c
-@dirrm include/d/%%GCC_VER%%/std
-@dirrm include/d/%%GCC_VER%%/%%CONF_TARGET%%/gcc
-@dirrm include/d/%%GCC_VER%%/%%CONF_TARGET%%
-@dirrm include/d/%%GCC_VER%%
-@dirrmtry include/d
-%%PORTDOCS%%@dirrm %%DOCSDIR%%