aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile5
-rw-r--r--devel/mingw-bin-msvcrt/Makefile42
-rw-r--r--devel/mingw-bin-msvcrt/distinfo6
-rw-r--r--devel/mingw-bin-msvcrt/pkg-descr5
-rw-r--r--devel/mingw-bin-msvcrt/pkg-plist287
-rw-r--r--devel/mingw-binutils/Makefile62
-rw-r--r--devel/mingw-binutils/distinfo3
-rw-r--r--devel/mingw-binutils/files/patch-configure11
-rw-r--r--devel/mingw-binutils/pkg-descr3
-rw-r--r--devel/mingw-binutils/pkg-plist50
-rw-r--r--devel/mingw-gcc/Makefile75
-rw-r--r--devel/mingw-gcc/distinfo3
-rw-r--r--devel/mingw-gcc/files/patch-aa29
-rw-r--r--devel/mingw-gcc/files/patch-ab53
-rw-r--r--devel/mingw-gcc/files/patch-ac845
-rw-r--r--devel/mingw-gcc/files/patch-ad11
-rw-r--r--devel/mingw-gcc/pkg-descr1
-rw-r--r--devel/mingw-gcc/pkg-plist231
-rw-r--r--devel/mingw-opengl-headers/Makefile40
-rw-r--r--devel/mingw-opengl-headers/distinfo3
-rw-r--r--devel/mingw-opengl-headers/pkg-descr6
-rw-r--r--devel/mingw-opengl-headers/pkg-plist7
-rw-r--r--devel/mingw/Makefile32
-rw-r--r--devel/mingw/pkg-descr10
-rw-r--r--devel/mingw/pkg-plist1
25 files changed, 0 insertions, 1821 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9e82dd0b8343..ca9a3a172957 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -659,11 +659,6 @@
SUBDIR += mico
SUBDIR += mime
SUBDIR += mimir
- SUBDIR += mingw
- SUBDIR += mingw-bin-msvcrt
- SUBDIR += mingw-binutils
- SUBDIR += mingw-gcc
- SUBDIR += mingw-opengl-headers
SUBDIR += mingw32-bin-msvcrt
SUBDIR += mingw32-binutils
SUBDIR += mingw32-directx
diff --git a/devel/mingw-bin-msvcrt/Makefile b/devel/mingw-bin-msvcrt/Makefile
deleted file mode 100644
index bdc956235bd9..000000000000
--- a/devel/mingw-bin-msvcrt/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: mingw-bin-msvcrt
-# Date created: 6 June 2000
-# Whom: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bin-msvcrt
-PORTVERSION= 1.2
-PORTEPOCH= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= mingw
-PKGNAMEPREFIX= mingw-
-DISTFILES= mingw-runtime-${PORTVERSION}${EXTRACT_SUFX} \
- w32api-${PORTVERSION}${EXTRACT_SUFX}
-DIST_SUBDIR= mingw
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Headers and Libraries for Windows cross-development
-
-CONFLICTS= mingw32-bin-msvcrt-*
-
-DEPRECATED= use mingw32-* ports instead
-EXPIRATION_DATE=2006-11-04
-
-NO_MTREE= yes
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-STRIP=
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/mingwm10.dll ${PREFIX}/bin
- ${MKDIR} ${PREFIX}/i386-mingw32msvc/lib
- ${MKDIR} ${PREFIX}/i386-mingw32msvc/include/sys
- ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/i386-mingw32msvc/lib/
- ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/i386-mingw32msvc/include
- ${INSTALL_DATA} ${WRKSRC}/include/sys/* ${PREFIX}/i386-mingw32msvc/include/sys/
- ${INSTALL_DATA} ${WRKSRC}/mingw32/lib/* ${PREFIX}/i386-mingw32msvc/lib/
- ${INSTALL_DATA} ${WRKSRC}/mingw32/include/* ${PREFIX}/i386-mingw32msvc/include
-
-.include <bsd.port.mk>
diff --git a/devel/mingw-bin-msvcrt/distinfo b/devel/mingw-bin-msvcrt/distinfo
deleted file mode 100644
index 4c16070ac4ba..000000000000
--- a/devel/mingw-bin-msvcrt/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (mingw/mingw-runtime-1.2.tar.gz) = f9ef95108a426422ed6b59f73b4dea9d
-SHA256 (mingw/mingw-runtime-1.2.tar.gz) = fd9dc5e099f0371557ab2d5348b4fa17610b285e8d93a52689f897bec2ba34c7
-SIZE (mingw/mingw-runtime-1.2.tar.gz) = 168042
-MD5 (mingw/w32api-1.2.tar.gz) = 7d72d7be6c9b4c1549c0f86149659e21
-SHA256 (mingw/w32api-1.2.tar.gz) = 4449abe41bd9f111b383906a8d11a66c52725f42cbe58802bf302a27356efbd6
-SIZE (mingw/w32api-1.2.tar.gz) = 737584
diff --git a/devel/mingw-bin-msvcrt/pkg-descr b/devel/mingw-bin-msvcrt/pkg-descr
deleted file mode 100644
index 2237b0207fa3..000000000000
--- a/devel/mingw-bin-msvcrt/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Headers and Libraries for Windows cross-development.
-
-This port is needed by mingw-gcc/devel.
-
-WWW: http://mingw.sourceforge.net
diff --git a/devel/mingw-bin-msvcrt/pkg-plist b/devel/mingw-bin-msvcrt/pkg-plist
deleted file mode 100644
index 0919658facac..000000000000
--- a/devel/mingw-bin-msvcrt/pkg-plist
+++ /dev/null
@@ -1,287 +0,0 @@
-bin/mingwm10.dll
-i386-mingw32msvc/include/_mingw.h
-i386-mingw32msvc/include/accctrl.h
-i386-mingw32msvc/include/aclapi.h
-i386-mingw32msvc/include/assert.h
-i386-mingw32msvc/include/basetsd.h
-i386-mingw32msvc/include/basetyps.h
-i386-mingw32msvc/include/cderr.h
-i386-mingw32msvc/include/cguid.h
-i386-mingw32msvc/include/commctrl.h
-i386-mingw32msvc/include/commdlg.h
-i386-mingw32msvc/include/conio.h
-i386-mingw32msvc/include/cpl.h
-i386-mingw32msvc/include/cplext.h
-i386-mingw32msvc/include/ctype.h
-i386-mingw32msvc/include/custcntl.h
-i386-mingw32msvc/include/dbt.h
-i386-mingw32msvc/include/dde.h
-i386-mingw32msvc/include/ddeml.h
-i386-mingw32msvc/include/dir.h
-i386-mingw32msvc/include/direct.h
-i386-mingw32msvc/include/dirent.h
-i386-mingw32msvc/include/dlgs.h
-i386-mingw32msvc/include/dos.h
-i386-mingw32msvc/include/errno.h
-i386-mingw32msvc/include/excpt.h
-i386-mingw32msvc/include/fcntl.h
-i386-mingw32msvc/include/float.h
-i386-mingw32msvc/include/gmon.h
-i386-mingw32msvc/include/httpext.h
-i386-mingw32msvc/include/imagehlp.h
-i386-mingw32msvc/include/imm.h
-i386-mingw32msvc/include/initguid.h
-i386-mingw32msvc/include/intshcut.h
-i386-mingw32msvc/include/io.h
-i386-mingw32msvc/include/ipexport.h
-i386-mingw32msvc/include/iphlpapi.h
-i386-mingw32msvc/include/ipifcons.h
-i386-mingw32msvc/include/iprtrmib.h
-i386-mingw32msvc/include/iptypes.h
-i386-mingw32msvc/include/isguids.h
-i386-mingw32msvc/include/largeint.h
-i386-mingw32msvc/include/limits.h
-i386-mingw32msvc/include/lm.h
-i386-mingw32msvc/include/lmaccess.h
-i386-mingw32msvc/include/lmalert.h
-i386-mingw32msvc/include/lmapibuf.h
-i386-mingw32msvc/include/lmat.h
-i386-mingw32msvc/include/lmaudit.h
-i386-mingw32msvc/include/lmbrowsr.h
-i386-mingw32msvc/include/lmchdev.h
-i386-mingw32msvc/include/lmconfig.h
-i386-mingw32msvc/include/lmcons.h
-i386-mingw32msvc/include/lmerr.h
-i386-mingw32msvc/include/lmerrlog.h
-i386-mingw32msvc/include/lmmsg.h
-i386-mingw32msvc/include/lmremutl.h
-i386-mingw32msvc/include/lmrepl.h
-i386-mingw32msvc/include/lmserver.h
-i386-mingw32msvc/include/lmshare.h
-i386-mingw32msvc/include/lmsname.h
-i386-mingw32msvc/include/lmstats.h
-i386-mingw32msvc/include/lmsvc.h
-i386-mingw32msvc/include/lmuse.h
-i386-mingw32msvc/include/lmuseflg.h
-i386-mingw32msvc/include/lmwksta.h
-i386-mingw32msvc/include/locale.h
-i386-mingw32msvc/include/lzexpand.h
-i386-mingw32msvc/include/malloc.h
-i386-mingw32msvc/include/math.h
-i386-mingw32msvc/include/mciavi.h
-i386-mingw32msvc/include/mcx.h
-i386-mingw32msvc/include/mem.h
-i386-mingw32msvc/include/memory.h
-i386-mingw32msvc/include/mmsystem.h
-i386-mingw32msvc/include/mswsock.h
-i386-mingw32msvc/include/nb30.h
-i386-mingw32msvc/include/nddeapi.h
-i386-mingw32msvc/include/nspapi.h
-i386-mingw32msvc/include/ntdef.h
-i386-mingw32msvc/include/ntsecapi.h
-i386-mingw32msvc/include/oaidl.h
-i386-mingw32msvc/include/objbase.h
-i386-mingw32msvc/include/objfwd.h
-i386-mingw32msvc/include/objidl.h
-i386-mingw32msvc/include/ocidl.h
-i386-mingw32msvc/include/odbcinst.h
-i386-mingw32msvc/include/ole.h
-i386-mingw32msvc/include/ole2.h
-i386-mingw32msvc/include/ole2ver.h
-i386-mingw32msvc/include/oleauto.h
-i386-mingw32msvc/include/olectl.h
-i386-mingw32msvc/include/olectlid.h
-i386-mingw32msvc/include/oledlg.h
-i386-mingw32msvc/include/oleidl.h
-i386-mingw32msvc/include/pbt.h
-i386-mingw32msvc/include/poppack.h
-i386-mingw32msvc/include/process.h
-i386-mingw32msvc/include/profil.h
-i386-mingw32msvc/include/profile.h
-i386-mingw32msvc/include/prsht.h
-i386-mingw32msvc/include/psapi.h
-i386-mingw32msvc/include/pshpack1.h
-i386-mingw32msvc/include/pshpack2.h
-i386-mingw32msvc/include/pshpack4.h
-i386-mingw32msvc/include/pshpack8.h
-i386-mingw32msvc/include/rapi.h
-i386-mingw32msvc/include/ras.h
-i386-mingw32msvc/include/raserror.h
-i386-mingw32msvc/include/rassapi.h
-i386-mingw32msvc/include/regstr.h
-i386-mingw32msvc/include/richedit.h
-i386-mingw32msvc/include/richole.h
-i386-mingw32msvc/include/rpc.h
-i386-mingw32msvc/include/rpcdce.h
-i386-mingw32msvc/include/rpcdce2.h
-i386-mingw32msvc/include/rpcdcep.h
-i386-mingw32msvc/include/rpcndr.h
-i386-mingw32msvc/include/rpcnsi.h
-i386-mingw32msvc/include/rpcnsip.h
-i386-mingw32msvc/include/rpcnterr.h
-i386-mingw32msvc/include/rpcproxy.h
-i386-mingw32msvc/include/scrnsave.h
-i386-mingw32msvc/include/setjmp.h
-i386-mingw32msvc/include/setupapi.h
-i386-mingw32msvc/include/share.h
-i386-mingw32msvc/include/shellapi.h
-i386-mingw32msvc/include/shlguid.h
-i386-mingw32msvc/include/shlobj.h
-i386-mingw32msvc/include/signal.h
-i386-mingw32msvc/include/sql.h
-i386-mingw32msvc/include/sqlext.h
-i386-mingw32msvc/include/sqltypes.h
-i386-mingw32msvc/include/sqlucode.h
-i386-mingw32msvc/include/stdarg.h
-i386-mingw32msvc/include/stddef.h
-i386-mingw32msvc/include/stdint.h
-i386-mingw32msvc/include/stdio.h
-i386-mingw32msvc/include/stdlib.h
-i386-mingw32msvc/include/string.h
-i386-mingw32msvc/include/strings.h
-i386-mingw32msvc/include/subauth.h
-i386-mingw32msvc/include/sys/fcntl.h
-i386-mingw32msvc/include/sys/file.h
-i386-mingw32msvc/include/sys/locking.h
-i386-mingw32msvc/include/sys/stat.h
-i386-mingw32msvc/include/sys/time.h
-i386-mingw32msvc/include/sys/timeb.h
-i386-mingw32msvc/include/sys/types.h
-i386-mingw32msvc/include/sys/unistd.h
-i386-mingw32msvc/include/sys/utime.h
-i386-mingw32msvc/include/tchar.h
-i386-mingw32msvc/include/time.h
-i386-mingw32msvc/include/tlhelp32.h
-i386-mingw32msvc/include/unistd.h
-i386-mingw32msvc/include/unknwn.h
-i386-mingw32msvc/include/userenv.h
-i386-mingw32msvc/include/values.h
-i386-mingw32msvc/include/varargs.h
-i386-mingw32msvc/include/w32api.h
-i386-mingw32msvc/include/wchar.h
-i386-mingw32msvc/include/wctype.h
-i386-mingw32msvc/include/winbase.h
-i386-mingw32msvc/include/wincon.h
-i386-mingw32msvc/include/wincrypt.h
-i386-mingw32msvc/include/windef.h
-i386-mingw32msvc/include/windows.h
-i386-mingw32msvc/include/windowsx.h
-i386-mingw32msvc/include/winerror.h
-i386-mingw32msvc/include/wingdi.h
-i386-mingw32msvc/include/wininet.h
-i386-mingw32msvc/include/winioctl.h
-i386-mingw32msvc/include/winnetwk.h
-i386-mingw32msvc/include/winnls.h
-i386-mingw32msvc/include/winnt.h
-i386-mingw32msvc/include/winperf.h
-i386-mingw32msvc/include/winreg.h
-i386-mingw32msvc/include/winresrc.h
-i386-mingw32msvc/include/winsock.h
-i386-mingw32msvc/include/winsock2.h
-i386-mingw32msvc/include/winspool.h
-i386-mingw32msvc/include/winsvc.h
-i386-mingw32msvc/include/winuser.h
-i386-mingw32msvc/include/winver.h
-i386-mingw32msvc/include/ws2tcpip.h
-i386-mingw32msvc/include/wtypes.h
-i386-mingw32msvc/include/zmouse.h
-i386-mingw32msvc/lib/CRT_noglob.o
-i386-mingw32msvc/lib/crt1.o
-i386-mingw32msvc/lib/crt2.o
-i386-mingw32msvc/lib/crtmt.o
-i386-mingw32msvc/lib/crtst.o
-i386-mingw32msvc/lib/dllcrt1.o
-i386-mingw32msvc/lib/dllcrt2.o
-i386-mingw32msvc/lib/gcrt1.o
-i386-mingw32msvc/lib/gcrt2.o
-i386-mingw32msvc/lib/libadvapi32.a
-i386-mingw32msvc/lib/libcap.a
-i386-mingw32msvc/lib/libcoldname.a
-i386-mingw32msvc/lib/libcomctl32.a
-i386-mingw32msvc/lib/libcomdlg32.a
-i386-mingw32msvc/lib/libcrtdll.a
-i386-mingw32msvc/lib/libctl3d32.a
-i386-mingw32msvc/lib/libd3dim.a
-i386-mingw32msvc/lib/libd3drm.a
-i386-mingw32msvc/lib/libd3dxof.a
-i386-mingw32msvc/lib/libddraw.a
-i386-mingw32msvc/lib/libdinput.a
-i386-mingw32msvc/lib/libdlcapi.a
-i386-mingw32msvc/lib/libdplayx.a
-i386-mingw32msvc/lib/libdsetup.a
-i386-mingw32msvc/lib/libdsound.a
-i386-mingw32msvc/lib/libdxguid.a
-i386-mingw32msvc/lib/libgdi32.a
-i386-mingw32msvc/lib/libglaux.a
-i386-mingw32msvc/lib/libglu32.a
-i386-mingw32msvc/lib/libglut.a
-i386-mingw32msvc/lib/libglut32.a
-i386-mingw32msvc/lib/libgmon.a
-i386-mingw32msvc/lib/libimagehlp.a
-i386-mingw32msvc/lib/libimm32.a
-i386-mingw32msvc/lib/libiphlpapi.a
-i386-mingw32msvc/lib/libkernel32.a
-i386-mingw32msvc/lib/liblargeint.a
-i386-mingw32msvc/lib/liblz32.a
-i386-mingw32msvc/lib/libm.a
-i386-mingw32msvc/lib/libmapi32.a
-i386-mingw32msvc/lib/libmfcuia32.a
-i386-mingw32msvc/lib/libmgmtapi.a
-i386-mingw32msvc/lib/libmingw32.a
-i386-mingw32msvc/lib/libmingwthrd.a
-i386-mingw32msvc/lib/libmoldname.a
-i386-mingw32msvc/lib/libmpr.a
-i386-mingw32msvc/lib/libmsacm32.a
-i386-mingw32msvc/lib/libmsvcp60.a
-i386-mingw32msvc/lib/libmsvcrt.a
-i386-mingw32msvc/lib/libmsvcrt20.a
-i386-mingw32msvc/lib/libmsvcrt40.a
-i386-mingw32msvc/lib/libmswsock.a
-i386-mingw32msvc/lib/libnddeapi.a
-i386-mingw32msvc/lib/libnetapi32.a
-i386-mingw32msvc/lib/libodbc32.a
-i386-mingw32msvc/lib/libodbccp32.a
-i386-mingw32msvc/lib/libole32.a
-i386-mingw32msvc/lib/liboleaut32.a
-i386-mingw32msvc/lib/libolecli32.a
-i386-mingw32msvc/lib/liboledlg.a
-i386-mingw32msvc/lib/libolepro32.a
-i386-mingw32msvc/lib/libolesvr32.a
-i386-mingw32msvc/lib/libopengl32.a
-i386-mingw32msvc/lib/libpenwin32.a
-i386-mingw32msvc/lib/libpkpd32.a
-i386-mingw32msvc/lib/libpsapi.a
-i386-mingw32msvc/lib/librapi.a
-i386-mingw32msvc/lib/librasapi32.a
-i386-mingw32msvc/lib/librpcdce4.a
-i386-mingw32msvc/lib/librpcns4.a
-i386-mingw32msvc/lib/librpcrt4.a
-i386-mingw32msvc/lib/libscrnsave.a
-i386-mingw32msvc/lib/libscrnsavw.a
-i386-mingw32msvc/lib/libsecur32.a
-i386-mingw32msvc/lib/libsetupapi.a
-i386-mingw32msvc/lib/libshell32.a
-i386-mingw32msvc/lib/libsvrapi.a
-i386-mingw32msvc/lib/libtapi32.a
-i386-mingw32msvc/lib/libth32.a
-i386-mingw32msvc/lib/libthunk32.a
-i386-mingw32msvc/lib/liburl.a
-i386-mingw32msvc/lib/libuser32.a
-i386-mingw32msvc/lib/libuserenv.a
-i386-mingw32msvc/lib/libuuid.a
-i386-mingw32msvc/lib/libvdmdbg.a
-i386-mingw32msvc/lib/libversion.a
-i386-mingw32msvc/lib/libvfw32.a
-i386-mingw32msvc/lib/libwin32spl.a
-i386-mingw32msvc/lib/libwininet.a
-i386-mingw32msvc/lib/libwinmm.a
-i386-mingw32msvc/lib/libwinspool.a
-i386-mingw32msvc/lib/libwinstrm.a
-i386-mingw32msvc/lib/libwow32.a
-i386-mingw32msvc/lib/libws2_32.a
-i386-mingw32msvc/lib/libwsock32.a
-i386-mingw32msvc/lib/libwst.a
-@dirrm i386-mingw32msvc/include/sys
-@dirrm i386-mingw32msvc/include
-@dirrm i386-mingw32msvc/lib
-@dirrmtry i386-mingw32msvc
diff --git a/devel/mingw-binutils/Makefile b/devel/mingw-binutils/Makefile
deleted file mode 100644
index 5c219adb3c92..000000000000
--- a/devel/mingw-binutils/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: mingw-binutils
-# Date created: 6 June 2000
-# Whom: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= binutils
-PORTVERSION= 2.11.92
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= mingw
-PKGNAMEPREFIX= mingw-
-DISTNAME= ${PORTNAME}-${PORTVERSION}-20011113-src${EXTRACT_SUFFIX}
-DIST_SUBDIR= mingw
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= FSF binutils-2.11.90 for Windows cross-development
-
-CONFLICTS= libbfd-[0-9]*
-
-DEPRECATED= use mingw32-* ports instead
-EXPIRATION_DATE=2006-11-04
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-20011113
-
-USE_GETTEXT= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --target=i386-mingw32msvc
-
-MAN1= i386-mingw32msvc-addr2line.1 \
- i386-mingw32msvc-ar.1 \
- i386-mingw32msvc-as.1 \
- i386-mingw32msvc-dlltool.1 \
- i386-mingw32msvc-c++filt.1 \
- i386-mingw32msvc-ld.1 \
- i386-mingw32msvc-nlmconv.1 \
- i386-mingw32msvc-nm.1 \
- i386-mingw32msvc-objcopy.1 \
- i386-mingw32msvc-objdump.1 \
- i386-mingw32msvc-ranlib.1 \
- i386-mingw32msvc-readelf.1 \
- i386-mingw32msvc-size.1 \
- i386-mingw32msvc-strings.1 \
- i386-mingw32msvc-strip.1 \
- i386-mingw32msvc-windres.1
-
-post-install:
- @for f in \
- addr2line ar as c++filt dlltool gasp ld nm \
- objcopy objdump ranlib size strings strip windres; \
- do \
- ${STRIP_CMD} ${PREFIX}/bin/i386-mingw32msvc-$${f}; \
- done
- @for f in ar as dlltool ld nm ranlib strip; \
- do \
- ${STRIP_CMD} ${PREFIX}/i386-mingw32msvc/bin/$${f}; \
- done
-
-.include <bsd.port.mk>
diff --git a/devel/mingw-binutils/distinfo b/devel/mingw-binutils/distinfo
deleted file mode 100644
index 943fc448ff32..000000000000
--- a/devel/mingw-binutils/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mingw/binutils-2.11.92-20011113-src.tar.gz) = f7d5ffdfe568d08099640825f5d1a0ed
-SHA256 (mingw/binutils-2.11.92-20011113-src.tar.gz) = fd9bc995ce64c2b47431d3e1628ec8736df05a5078e46ad138accecb5b04ec10
-SIZE (mingw/binutils-2.11.92-20011113-src.tar.gz) = 10310634
diff --git a/devel/mingw-binutils/files/patch-configure b/devel/mingw-binutils/files/patch-configure
deleted file mode 100644
index 99d65d41d32c..000000000000
--- a/devel/mingw-binutils/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Mon Dec 23 09:17:24 2002
-+++ configure Mon Dec 23 09:17:42 2002
-@@ -848,7 +848,7 @@
- # Generate a default definition for YACC. This is used if the makefile can't
- # locate bison or byacc in objdir.
-
--for prog in 'bison -y' byacc yacc
-+for prog in byacc yacc
- do
- set dummy $prog; tmp=$2
- IFS="${IFS= }"; save_ifs="$IFS"; IFS="${IFS}:"
diff --git a/devel/mingw-binutils/pkg-descr b/devel/mingw-binutils/pkg-descr
deleted file mode 100644
index aeff2a3ff3cc..000000000000
--- a/devel/mingw-binutils/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-FSF binutils-2.11.90 for Windows cross-development.
-
-This port is needed by mingw-gcc/devel.
diff --git a/devel/mingw-binutils/pkg-plist b/devel/mingw-binutils/pkg-plist
deleted file mode 100644
index 5db84f577455..000000000000
--- a/devel/mingw-binutils/pkg-plist
+++ /dev/null
@@ -1,50 +0,0 @@
-bin/i386-mingw32msvc-addr2line
-bin/i386-mingw32msvc-ar
-bin/i386-mingw32msvc-as
-bin/i386-mingw32msvc-c++filt
-bin/i386-mingw32msvc-dlltool
-bin/i386-mingw32msvc-dllwrap
-bin/i386-mingw32msvc-gasp
-bin/i386-mingw32msvc-ld
-bin/i386-mingw32msvc-nm
-bin/i386-mingw32msvc-objcopy
-bin/i386-mingw32msvc-objdump
-bin/i386-mingw32msvc-ranlib
-bin/i386-mingw32msvc-readelf
-bin/i386-mingw32msvc-size
-bin/i386-mingw32msvc-strings
-bin/i386-mingw32msvc-strip
-bin/i386-mingw32msvc-windres
-i386-mingw32msvc/bin/ar
-i386-mingw32msvc/bin/as
-i386-mingw32msvc/bin/dlltool
-i386-mingw32msvc/bin/ld
-i386-mingw32msvc/bin/nm
-i386-mingw32msvc/bin/ranlib
-i386-mingw32msvc/bin/strip
-i386-mingw32msvc/lib/ldscripts/i386pe.x
-i386-mingw32msvc/lib/ldscripts/i386pe.xbn
-i386-mingw32msvc/lib/ldscripts/i386pe.xn
-i386-mingw32msvc/lib/ldscripts/i386pe.xr
-i386-mingw32msvc/lib/ldscripts/i386pe.xu
-@dirrm i386-mingw32msvc/bin
-@dirrm i386-mingw32msvc/lib/ldscripts
-@unexec rmdir -p %D/i386-mingw32msvc/lib 2>/dev/null || true
-include/ansidecl.h
-include/bfd.h
-include/bfdlink.h
-include/symcat.h
-lib/libbfd.a
-lib/libbfd.la
-lib/libiberty.a
-lib/libopcodes.a
-lib/libopcodes.la
-share/locale/fr/LC_MESSAGES/bfd.mo
-share/locale/fr/LC_MESSAGES/binutils.mo
-share/locale/fr/LC_MESSAGES/gas.mo
-share/locale/fr/LC_MESSAGES/ld.mo
-share/locale/fr/LC_MESSAGES/opcodes.mo
-share/locale/sv/LC_MESSAGES/ld.mo
-share/locale/sv/LC_MESSAGES/opcodes.mo
-share/locale/tr/LC_MESSAGES/binutils.mo
-share/locale/tr/LC_MESSAGES/opcodes.mo
diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile
deleted file mode 100644
index cebe8cc40164..000000000000
--- a/devel/mingw-gcc/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# New ports collection makefile for: mingw-gcc
-# Date created: 6 June 2000
-# Whom: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gcc
-PORTVERSION= 2.95.3
-PORTREVISION= 5
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= mingw
-PKGNAMEPREFIX= mingw-
-DISTNAME= ${PORTNAME}-${PORTVERSION}-20010828-src
-DIST_SUBDIR= mingw
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= FSF gcc-2.95.3 for Windows cross-development
-
-BUILD_DEPENDS= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binutils \
- ${LOCALBASE}/bin/mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
-RUN_DEPENDS= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binutils \
- ${LOCALBASE}/bin/mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
-
-DEPRECATED= use mingw32-* ports instead
-EXPIRATION_DATE=2006-11-04
-
-WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}-20010828
-
-USE_AUTOTOOLS= autoconf:253:env
-USE_GMAKE= yes
-WITHOUT_CPU_CFLAGS= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --target=i386-mingw32msvc \
- --with-gxx-include-dir=${PREFIX}/lib/gcc-lib/i386-mingw32msvc/${PORTVERSION}/include/g++
-
-PLIST_SUB= PORTVERSION="${PORTVERSION}"
-
-MAN1= cccp.1 \
- i386-mingw32msvc-g++.1 \
- i386-mingw32msvc-g77.1 \
- i386-mingw32msvc-gcc.1
-INFO= cpp g77 gcc
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -e 's/install-libiberty//' ${WRKSRC}/Makefile.in
- ${REINPLACE_CMD} -E -e 's/([^x])str(error|signal).[co]/\1/g' \
- ${WRKSRC}/libiberty/Makefile.in ${WRKSRC}/libstdc++/Makefile.in
-
-pre-install:
- ${MV} ${PREFIX}/bin/i386-mingw32msvc-c++filt \
- ${PREFIX}/bin/i386-mingw32msvc-c++filt.binutils
-
-post-install:
- @for file in \
- cpp gcov \
- i386-mingw32msvc-c++ \
- i386-mingw32msvc-c++filt \
- i386-mingw32msvc-g++ \
- i386-mingw32msvc-g77 \
- i386-mingw32msvc-gcc \
- i386-mingw32msvc-protoize \
- i386-mingw32msvc-unprotoize; \
- do \
- ${STRIP_CMD} ${PREFIX}/bin/$${file}; \
- done
-
-.include <bsd.port.post.mk>
diff --git a/devel/mingw-gcc/distinfo b/devel/mingw-gcc/distinfo
deleted file mode 100644
index cdb8715f7980..000000000000
--- a/devel/mingw-gcc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mingw/gcc-2.95.3-20010828-src.tar.gz) = 1fc0c647b42e8278e5906ee540defd3c
-SHA256 (mingw/gcc-2.95.3-20010828-src.tar.gz) = 54d628d4c6739e14677be1cc04ab311407b29d0df54dcf22a7ae41d6fea30d81
-SIZE (mingw/gcc-2.95.3-20010828-src.tar.gz) = 11580051
diff --git a/devel/mingw-gcc/files/patch-aa b/devel/mingw-gcc/files/patch-aa
deleted file mode 100644
index 29cdf81e1bb9..000000000000
--- a/devel/mingw-gcc/files/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
---- gcc/configure.orig Thu Aug 24 19:33:08 2000
-+++ gcc/configure Thu Aug 24 19:52:57 2000
-@@ -763,7 +763,7 @@
- gcc_gxx_include_dir='${libsubdir}/include/g++'
- else
- topsrcdir=${srcdir}/.. . ${srcdir}/../config.if
-- gcc_gxx_include_dir="\$(libsubdir)/\$(unlibsubdir)/..\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/[^/]*|/..|g'\`/include/g++"-${libstdcxx_interface}
-+ gcc_gxx_include_dir="\$(local_prefix)\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/[^/]*|/..|g'\`/include/g++"-${libstdcxx_interface}
- fi
- fi
-
-@@ -8530,7 +8530,7 @@
- # make and thus we'd get different behavior depending on where we built the
- # sources.
- if test x$exec_prefix = xNONE -o x$exec_prefix = x$prefix; then
-- gcc_tooldir='$(libsubdir)/$(unlibsubdir)/../$(target_alias)'
-+ gcc_tooldir='$(local_prefix)/$(target_alias)'
- else
- # An explanation of the sed strings:
- # -e 's|^\$(prefix)||' matches and eliminates 'prefix' from 'exec_prefix'
-@@ -8554,7 +8554,7 @@
- # /foo /foo/bar/ugg ../../
- #
- dollar='$$'
-- gcc_tooldir="\$(libsubdir)/\$(unlibsubdir)/\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/\$(dollar)||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`\$(target_alias)"
-+ gcc_tooldir="\$(libdir)/\`echo \$(exec_prefix) | sed -e 's|^\$(prefix)||' -e 's|/\$(dollar)||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'\`\$(target_alias)"
- fi
-
-
diff --git a/devel/mingw-gcc/files/patch-ab b/devel/mingw-gcc/files/patch-ab
deleted file mode 100644
index 55c611144673..000000000000
--- a/devel/mingw-gcc/files/patch-ab
+++ /dev/null
@@ -1,53 +0,0 @@
---- gcc/Makefile.in.orig Thu Aug 24 19:46:43 2000
-+++ gcc/Makefile.in Thu Aug 24 19:50:43 2000
-@@ -1407,12 +1407,12 @@
- # Language-independent files.
-
- DRIVER_DEFINES = \
-- -DSTANDARD_STARTFILE_PREFIX=\"$(unlibsubdir)/\" \
-+ -DSTANDARD_STARTFILE_PREFIX=\"$(libdir)/\" \
- -DSTANDARD_EXEC_PREFIX=\"$(libdir)/gcc-lib/\" \
- -DDEFAULT_TARGET_VERSION=\"$(version)\" \
- -DDEFAULT_TARGET_MACHINE=\"$(target_alias)\" \
- -DSTANDARD_BINDIR_PREFIX=\"$(bindir)/\" \
-- -DTOOLDIR_BASE_PREFIX=\"$(unlibsubdir)/../\"
-+ -DTOOLDIR_BASE_PREFIX=\"$(local_prefix)/\"
- gcc.o: gcc.c $(CONFIG_H) system.h intl.h multilib.h \
- Makefile $(lang_specs_files) prefix.h
- $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-@@ -1972,7 +1972,7 @@
- $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
- -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
- -DGPLUSPLUS_INCLUDE_DIR=\"$(gcc_gxx_include_dir)\" \
-- -DLOCAL_INCLUDE_DIR=\"$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include\" \
-+ -DLOCAL_INCLUDE_DIR=\"$(local_prefix)`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include\" \
- -DCROSS_INCLUDE_DIR=\"$(gcc_tooldir)/sys-include\" \
- -DTOOL_INCLUDE_DIR=\"$(gcc_tooldir)/include\" \
- -c `echo $(srcdir)/cccp.c | sed 's,^\./,,'`
-@@ -2006,7 +2006,7 @@
- $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
- -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
- -DGPLUSPLUS_INCLUDE_DIR=\"$(gcc_gxx_include_dir)\" \
-- -DLOCAL_INCLUDE_DIR=\"$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include\" \
-+ -DLOCAL_INCLUDE_DIR=\"$(local_prefix)`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include\" \
- -DCROSS_INCLUDE_DIR=\"$(gcc_tooldir)/sys-include\" \
- -DTOOL_INCLUDE_DIR=\"$(gcc_tooldir)/include\" \
- -c `echo $(srcdir)/cppinit.c | sed 's,^\./,,'`
-@@ -2031,7 +2031,7 @@
- -DGPLUSPLUS_INCLUDE_DIR=\"$(gcc_gxx_include_dir)\" \
- -DCROSS_INCLUDE_DIR=\"$(gcc_tooldir)/sys-include\" \
- -DTOOL_INCLUDE_DIR=\"$(gcc_tooldir)/include\" \
-- -DLOCAL_INCLUDE_DIR=\"$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include\" \
-+ -DLOCAL_INCLUDE_DIR=\"$(local_prefix)`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include\" \
- -DSTD_PROTO_DIR=\"$(libsubdir)\" \
- $(srcdir)/protoize.c
-
-@@ -2042,7 +2042,7 @@
- -DGPLUSPLUS_INCLUDE_DIR=\"$(gcc_gxx_include_dir)\" \
- -DCROSS_INCLUDE_DIR=\"$(gcc_tooldir)/sys-include\" \
- -DTOOL_INCLUDE_DIR=\"$(gcc_tooldir)/include\" \
-- -DLOCAL_INCLUDE_DIR=\"$(libsubdir)/$(unlibsubdir)/..`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include\" \
-+ -DLOCAL_INCLUDE_DIR=\"$(local_prefix)`echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include\" \
- -DSTD_PROTO_DIR=\"$(libsubdir)\" \
- $(srcdir)/unprotoize.c
-
diff --git a/devel/mingw-gcc/files/patch-ac b/devel/mingw-gcc/files/patch-ac
deleted file mode 100644
index 1e93cbec7dc1..000000000000
--- a/devel/mingw-gcc/files/patch-ac
+++ /dev/null
@@ -1,845 +0,0 @@
-*** libf2c/g2c.hin.orig Fri Jan 25 16:35:46 2002
---- libf2c/g2c.hin Fri Jan 25 16:36:32 2002
-***************
-*** 18,37 ****
-
- /* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */
- /* we assume short, float are OK */
-! typedef @F2C_INTEGER@ /* long int */ integer;
-! typedef unsigned @F2C_INTEGER@ /* long */ uinteger;
- typedef char *address;
- typedef short int shortint;
- typedef float real;
- typedef double doublereal;
- typedef struct { real r, i; } complex;
- typedef struct { doublereal r, i; } doublecomplex;
-! typedef @F2C_INTEGER@ /* long int */ logical;
- typedef short int shortlogical;
- typedef char logical1;
- typedef char integer1;
-! typedef @F2C_LONGINT@ /* long long */ longint; /* system-dependent */
-! typedef unsigned @F2C_LONGINT@ /* long long */ ulongint; /* system-dependent */
- #define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b)))
- #define qbit_set(a,b) ((a) | ((ulongint)1 << (b)))
-
---- 18,37 ----
-
- /* F2C_INTEGER will normally be `int' but would be `long' on 16-bit systems */
- /* we assume short, float are OK */
-! typedef int /* long int */ integer;
-! typedef unsigned int /* long */ uinteger;
- typedef char *address;
- typedef short int shortint;
- typedef float real;
- typedef double doublereal;
- typedef struct { real r, i; } complex;
- typedef struct { doublereal r, i; } doublecomplex;
-! typedef int /* long int */ logical;
- typedef short int shortlogical;
- typedef char logical1;
- typedef char integer1;
-! typedef long long int /* long long */ longint; /* system-dependent */
-! typedef unsigned long long int /* long long */ ulongint; /* system-dependent */
- #define qbit_clear(a,b) ((a) & ~((ulongint)1 << (b)))
- #define qbit_set(a,b) ((a) | ((ulongint)1 << (b)))
-
-***************
-*** 52,60 ****
- typedef short ftnlen;
- typedef short ftnint;
- #else
-! typedef @F2C_INTEGER@ /* long int */ flag;
-! typedef @F2C_INTEGER@ /* long int */ ftnlen;
-! typedef @F2C_INTEGER@ /* long int */ ftnint;
- #endif
-
- /*external read, write*/
---- 52,60 ----
- typedef short ftnlen;
- typedef short ftnint;
- #else
-! typedef int /* long int */ flag;
-! typedef int /* long int */ ftnlen;
-! typedef int /* long int */ ftnint;
- #endif
-
- /*external read, write*/
-*** libf2c/configure.in.orig Fri Jan 25 16:35:53 2002
---- libf2c/configure.in Fri Jan 25 16:36:55 2002
-***************
-*** 99,196 ****
- extra_includes="-I$topsrcdir/gcc/f -I$topsrcdir/gcc -I$topsrcdir/include -I$topsrcdir/gcc/config -I$r/gcc"
- ac_cpp="$late_ac_cpp -DIN_GCC -DHAVE_CONFIG_H $extra_includes"
-
-- # The AC_EGREP_CPPs below have been known to fail when the header
-- # path is wrong after things have been moved about; the cpp error status
-- # counts for nothing. First check that there aren't any errors from
-- # the headers.
-- CFLAGS="$CFLAGS -DHAVE_CONFIG_H -DIN_GCC $extra_includes"
-- AC_TRY_COMPILE([#include "proj.h"
-- #define FFECOM_DETERMINE_TYPES 1
-- #include "com.h"],,,
-- AC_MSG_ERROR([Can't run check for integer sizes -- see config.log]))
-- CFLAGS=$late_cflags
--
-- AC_CACHE_VAL(g77_cv_sys_f2cinteger,
-- echo "configure:__oline__: using $ac_cpp" >&AC_FD_CC
-- AC_EGREP_CPP(F2C_INTEGER=long int,
-- [#include "proj.h"
-- #define FFECOM_DETERMINE_TYPES 1
-- #include "com.h"
-- #if FFECOM_f2cINTEGER == FFECOM_f2ccodeLONG
-- F2C_INTEGER=long int
-- #elif FFECOM_f2cINTEGER == FFECOM_f2ccodeINT
-- F2C_INTEGER=int
-- #else
-- # error "Cannot find a suitable type for F2C_INTEGER"
-- #endif
-- ],
-- g77_cv_sys_f2cinteger="long int",)
-- if test "$g77_cv_sys_f2cinteger" = ""; then
-- echo "configure:__oline__: using $ac_cpp" >&AC_FD_CC
-- AC_EGREP_CPP(F2C_INTEGER=int,
-- [#include "proj.h"
-- #define FFECOM_DETERMINE_TYPES 1
-- #include "com.h"
-- #if FFECOM_f2cINTEGER == FFECOM_f2ccodeLONG
-- F2C_INTEGER=long int
-- #elif FFECOM_f2cINTEGER == FFECOM_f2ccodeINT
-- F2C_INTEGER=int
-- #else
-- # error "Cannot find a suitable type for F2C_INTEGER"
-- #endif
-- ],
-- g77_cv_sys_f2cinteger=int,)
-- fi
-- if test "$g77_cv_sys_f2cinteger" = ""; then
-- AC_MSG_RESULT("")
-- AC_MSG_ERROR([Can't determine type for f2c integer; config.log may help.])
-- fi
-- )
-- AC_MSG_RESULT($g77_cv_sys_f2cinteger)
-- F2C_INTEGER=$g77_cv_sys_f2cinteger
-- AC_SUBST(F2C_INTEGER)
--
-- AC_MSG_CHECKING(f2c long int type)
-- AC_CACHE_VAL(g77_cv_sys_f2clongint,
-- echo "configure:__oline__: using $ac_cpp" >&AC_FD_CC
-- AC_EGREP_CPP(F2C_LONGINT=long int,
-- [#include "proj.h"
-- #define FFECOM_DETERMINE_TYPES 1
-- #include "com.h"
-- #if FFECOM_f2cLONGINT == FFECOM_f2ccodeLONG
-- F2C_LONGINT=long int
-- #elif FFECOM_f2cLONGINT == FFECOM_f2ccodeLONGLONG
-- F2C_LONGINT=long long int
-- #else
-- # error "Cannot find a suitable type for F2C_LONGINT"
-- #endif
-- ],
-- g77_cv_sys_f2clongint="long int",)
--
-- if test "$g77_cv_sys_f2clongint" = ""; then
-- echo "configure:__oline__: using $ac_cpp" >&AC_FD_CC
-- AC_EGREP_CPP(F2C_LONGINT=long long int,
-- [#include "proj.h"
-- #define FFECOM_DETERMINE_TYPES 1
-- #include "com.h"
-- #if FFECOM_f2cLONGINT == FFECOM_f2ccodeLONG
-- F2C_LONGINT=long int
-- #elif FFECOM_f2cLONGINT == FFECOM_f2ccodeLONGLONG
-- F2C_LONGINT=long long int
-- #else
-- # error "Cannot find a suitable type for F2C_LONGINT"
-- #endif
-- ],
-- g77_cv_sys_f2clongint="long long int",)
-- fi
-- if test "$g77_cv_sys_f2clongint" = ""; then
-- AC_MSG_RESULT("")
-- AC_MSG_ERROR([Can't determine type for f2c long int; config.log may help.])
-- fi
-- )
-- AC_MSG_RESULT($g77_cv_sys_f2clongint)
-- F2C_LONGINT=$g77_cv_sys_f2clongint
-- AC_SUBST(F2C_LONGINT)
- ac_cpp=$late_ac_cpp
-
- # avoid confusion in case the `makefile's from the f2c distribution have
---- 99,104 ----
-*** libf2c/configure.orig Fri Jan 25 16:35:57 2002
---- libf2c/configure Fri Jan 25 16:37:03 2002
-***************
-*** 28,33 ****
---- 28,34 ----
- program_transform_name=s,x,x,
- silent=
- site=
-+ sitefile=
- srcdir=
- target=NONE
- verbose=
-***************
-*** 142,147 ****
---- 143,149 ----
- --help print this message
- --no-create do not create output files
- --quiet, --silent do not print \`checking...' messages
-+ --site-file=FILE use FILE as the site file
- --version print the version of autoconf that created configure
- Directory and file names:
- --prefix=PREFIX install architecture-independent files in PREFIX
-***************
-*** 312,317 ****
---- 314,324 ----
- -site=* | --site=* | --sit=*)
- site="$ac_optarg" ;;
-
-+ -site-file | --site-file | --site-fil | --site-fi | --site-f)
-+ ac_prev=sitefile ;;
-+ -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
-+ sitefile="$ac_optarg" ;;
-+
- -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
- ac_prev=srcdir ;;
- -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-***************
-*** 477,488 ****
- srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
-
- # Prefer explicitly selected file to automatically selected ones.
-! if test -z "$CONFIG_SITE"; then
-! if test "x$prefix" != xNONE; then
-! CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
-! else
-! CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
- fi
- fi
- for ac_site_file in $CONFIG_SITE; do
- if test -r "$ac_site_file"; then
---- 484,499 ----
- srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
-
- # Prefer explicitly selected file to automatically selected ones.
-! if test -z "$sitefile"; then
-! if test -z "$CONFIG_SITE"; then
-! if test "x$prefix" != xNONE; then
-! CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
-! else
-! CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
-! fi
- fi
-+ else
-+ CONFIG_SITE="$sitefile"
- fi
- for ac_site_file in $CONFIG_SITE; do
- if test -r "$ac_site_file"; then
-***************
-*** 558,564 ****
- compiler_name=f771
- rm -f skip-this-dir
- echo $ac_n "checking if compiler $compiler_name has been built""... $ac_c" 1>&6
-! echo "configure:562: checking if compiler $compiler_name has been built" >&5
- if eval "test \"`echo '$''{'g77_cv_compiler_exists'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
---- 569,575 ----
- compiler_name=f771
- rm -f skip-this-dir
- echo $ac_n "checking if compiler $compiler_name has been built""... $ac_c" 1>&6
-! echo "configure:573: checking if compiler $compiler_name has been built" >&5
- if eval "test \"`echo '$''{'g77_cv_compiler_exists'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-***************
-*** 589,595 ****
- # Extract the first word of "gcc", so it can be a program name with args.
- set dummy gcc; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-! echo "configure:593: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
---- 600,606 ----
- # Extract the first word of "gcc", so it can be a program name with args.
- set dummy gcc; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-! echo "configure:604: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-***************
-*** 619,625 ****
- # Extract the first word of "cc", so it can be a program name with args.
- set dummy cc; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-! echo "configure:623: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
---- 630,636 ----
- # Extract the first word of "cc", so it can be a program name with args.
- set dummy cc; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-! echo "configure:634: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-***************
-*** 670,676 ****
- # Extract the first word of "cl", so it can be a program name with args.
- set dummy cl; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-! echo "configure:674: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
---- 681,687 ----
- # Extract the first word of "cl", so it can be a program name with args.
- set dummy cl; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-! echo "configure:685: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-***************
-*** 702,708 ****
- fi
-
- echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-! echo "configure:706: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
-
- ac_ext=c
- # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
---- 713,719 ----
- fi
-
- echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-! echo "configure:717: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
-
- ac_ext=c
- # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
-***************
-*** 713,724 ****
-
- cat > conftest.$ac_ext << EOF
-
-! #line 717 "configure"
- #include "confdefs.h"
-
- main(){return(0);}
- EOF
-! if { (eval echo configure:722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- ac_cv_prog_cc_works=yes
- # If we can't run a trivial program, we are probably using a cross compiler.
- if (./conftest; exit) 2>/dev/null; then
---- 724,735 ----
-
- cat > conftest.$ac_ext << EOF
-
-! #line 728 "configure"
- #include "confdefs.h"
-
- main(){return(0);}
- EOF
-! if { (eval echo configure:733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- ac_cv_prog_cc_works=yes
- # If we can't run a trivial program, we are probably using a cross compiler.
- if (./conftest; exit) 2>/dev/null; then
-***************
-*** 744,755 ****
- { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
- fi
- echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-! echo "configure:748: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
- echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
- cross_compiling=$ac_cv_prog_cc_cross
-
- echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-! echo "configure:753: checking whether we are using GNU C" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
---- 755,766 ----
- { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
- fi
- echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-! echo "configure:759: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
- echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
- cross_compiling=$ac_cv_prog_cc_cross
-
- echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-! echo "configure:764: checking whether we are using GNU C" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-***************
-*** 758,764 ****
- yes;
- #endif
- EOF
-! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:762: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
- ac_cv_prog_gcc=yes
- else
- ac_cv_prog_gcc=no
---- 769,775 ----
- yes;
- #endif
- EOF
-! if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:773: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
- ac_cv_prog_gcc=yes
- else
- ac_cv_prog_gcc=no
-***************
-*** 777,783 ****
- ac_save_CFLAGS="$CFLAGS"
- CFLAGS=
- echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-! echo "configure:781: checking whether ${CC-cc} accepts -g" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
---- 788,794 ----
- ac_save_CFLAGS="$CFLAGS"
- CFLAGS=
- echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-! echo "configure:792: checking whether ${CC-cc} accepts -g" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-***************
-*** 817,823 ****
- # Extract the first word of "ranlib", so it can be a program name with args.
- set dummy ranlib; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-! echo "configure:821: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
---- 828,834 ----
- # Extract the first word of "ranlib", so it can be a program name with args.
- set dummy ranlib; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-! echo "configure:832: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
-***************
-*** 857,863 ****
- # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
- # ./install, which can be erroneously created by make from ./install.sh.
- echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-! echo "configure:861: checking for a BSD compatible install" >&5
- if test -z "$INSTALL"; then
- if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
---- 868,874 ----
- # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
- # ./install, which can be erroneously created by make from ./install.sh.
- echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-! echo "configure:872: checking for a BSD compatible install" >&5
- if test -z "$INSTALL"; then
- if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-***************
-*** 910,916 ****
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
- echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-! echo "configure:914: checking whether ${MAKE-make} sets \${MAKE}" >&5
- set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
---- 921,927 ----
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
- echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-! echo "configure:925: checking whether ${MAKE-make} sets \${MAKE}" >&5
- set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-***************
-*** 939,945 ****
-
- # Sanity check for the cross-compilation case:
- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-! echo "configure:943: checking how to run the C preprocessor" >&5
- # On Suns, sometimes $CPP names a directory.
- if test -n "$CPP" && test -d "$CPP"; then
- CPP=
---- 950,956 ----
-
- # Sanity check for the cross-compilation case:
- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-! echo "configure:954: checking how to run the C preprocessor" >&5
- # On Suns, sometimes $CPP names a directory.
- if test -n "$CPP" && test -d "$CPP"; then
- CPP=
-***************
-*** 954,966 ****
- # On the NeXT, cc -E runs the code through the compiler's parser,
- # not just through cpp.
- cat > conftest.$ac_ext <<EOF
-! #line 958 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-! { (eval echo configure:964: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- :
---- 965,977 ----
- # On the NeXT, cc -E runs the code through the compiler's parser,
- # not just through cpp.
- cat > conftest.$ac_ext <<EOF
-! #line 969 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-! { (eval echo configure:975: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- :
-***************
-*** 971,983 ****
- rm -rf conftest*
- CPP="${CC-cc} -E -traditional-cpp"
- cat > conftest.$ac_ext <<EOF
-! #line 975 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-! { (eval echo configure:981: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- :
---- 982,994 ----
- rm -rf conftest*
- CPP="${CC-cc} -E -traditional-cpp"
- cat > conftest.$ac_ext <<EOF
-! #line 986 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-! { (eval echo configure:992: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- :
-***************
-*** 988,1000 ****
- rm -rf conftest*
- CPP="${CC-cc} -nologo -E"
- cat > conftest.$ac_ext <<EOF
-! #line 992 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-! { (eval echo configure:998: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- :
---- 999,1011 ----
- rm -rf conftest*
- CPP="${CC-cc} -nologo -E"
- cat > conftest.$ac_ext <<EOF
-! #line 1003 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-! { (eval echo configure:1009: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- :
-***************
-*** 1020,1036 ****
-
- ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
-! echo "configure:1024: checking for stdio.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
-! #line 1029 "configure"
- #include "confdefs.h"
- #include <stdio.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-! { (eval echo configure:1034: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- rm -rf conftest*
---- 1031,1047 ----
-
- ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
-! echo "configure:1035: checking for stdio.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- cat > conftest.$ac_ext <<EOF
-! #line 1040 "configure"
- #include "confdefs.h"
- #include <stdio.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-! { (eval echo configure:1045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
- rm -rf conftest*
-***************
-*** 1061,1225 ****
- # (via com.h). proj.h and com.h are in gcc/f/, config.h which they need
- # is in gcc/ and the config files are in gcc/config/.
- echo $ac_n "checking f2c integer type""... $ac_c" 1>&6
-! echo "configure:1065: checking f2c integer type" >&5
- # Set this back later below!
- late_ac_cpp=$ac_cpp
- late_cflags=$CFLAGS
- extra_includes="-I$topsrcdir/gcc/f -I$topsrcdir/gcc -I$topsrcdir/include -I$topsrcdir/gcc/config -I$r/gcc"
- ac_cpp="$late_ac_cpp -DIN_GCC -DHAVE_CONFIG_H $extra_includes"
-
-- # The AC_EGREP_CPPs below have been known to fail when the header
-- # path is wrong after things have been moved about; the cpp error status
-- # counts for nothing. First check that there aren't any errors from
-- # the headers.
-- CFLAGS="$CFLAGS -DHAVE_CONFIG_H -DIN_GCC $extra_includes"
-- cat > conftest.$ac_ext <<EOF
-- #line 1078 "configure"
-- #include "confdefs.h"
-- #include "proj.h"
-- #define FFECOM_DETERMINE_TYPES 1
-- #include "com.h"
-- int main() {
--
-- ; return 0; }
-- EOF
-- if { (eval echo configure:1087: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-- :
-- else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- { echo "configure: error: Can't run check for integer sizes -- see config.log" 1>&2; exit 1; }
-- fi
-- rm -f conftest*
-- CFLAGS=$late_cflags
--
-- if eval "test \"`echo '$''{'g77_cv_sys_f2cinteger'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
-- else
-- echo "configure:1101: using $ac_cpp" >&5
-- cat > conftest.$ac_ext <<EOF
-- #line 1103 "configure"
-- #include "confdefs.h"
-- #include "proj.h"
-- #define FFECOM_DETERMINE_TYPES 1
-- #include "com.h"
-- #if FFECOM_f2cINTEGER == FFECOM_f2ccodeLONG
-- F2C_INTEGER=long int
-- #elif FFECOM_f2cINTEGER == FFECOM_f2ccodeINT
-- F2C_INTEGER=int
-- #else
-- # error "Cannot find a suitable type for F2C_INTEGER"
-- #endif
--
-- EOF
-- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-- egrep "F2C_INTEGER=long int" >/dev/null 2>&1; then
-- rm -rf conftest*
-- g77_cv_sys_f2cinteger="long int"
-- fi
-- rm -f conftest*
--
-- if test "$g77_cv_sys_f2cinteger" = ""; then
-- echo "configure:1125: using $ac_cpp" >&5
-- cat > conftest.$ac_ext <<EOF
-- #line 1127 "configure"
-- #include "confdefs.h"
-- #include "proj.h"
-- #define FFECOM_DETERMINE_TYPES 1
-- #include "com.h"
-- #if FFECOM_f2cINTEGER == FFECOM_f2ccodeLONG
-- F2C_INTEGER=long int
-- #elif FFECOM_f2cINTEGER == FFECOM_f2ccodeINT
-- F2C_INTEGER=int
-- #else
-- # error "Cannot find a suitable type for F2C_INTEGER"
-- #endif
--
-- EOF
-- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-- egrep "F2C_INTEGER=int" >/dev/null 2>&1; then
-- rm -rf conftest*
-- g77_cv_sys_f2cinteger=int
-- fi
-- rm -f conftest*
--
-- fi
-- if test "$g77_cv_sys_f2cinteger" = ""; then
-- echo "$ac_t""""" 1>&6
-- { echo "configure: error: Can't determine type for f2c integer; config.log may help." 1>&2; exit 1; }
-- fi
--
-- fi
--
-- echo "$ac_t""$g77_cv_sys_f2cinteger" 1>&6
-- F2C_INTEGER=$g77_cv_sys_f2cinteger
--
--
-- echo $ac_n "checking f2c long int type""... $ac_c" 1>&6
-- echo "configure:1161: checking f2c long int type" >&5
-- if eval "test \"`echo '$''{'g77_cv_sys_f2clongint'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
-- else
-- echo "configure:1165: using $ac_cpp" >&5
-- cat > conftest.$ac_ext <<EOF
-- #line 1167 "configure"
-- #include "confdefs.h"
-- #include "proj.h"
-- #define FFECOM_DETERMINE_TYPES 1
-- #include "com.h"
-- #if FFECOM_f2cLONGINT == FFECOM_f2ccodeLONG
-- F2C_LONGINT=long int
-- #elif FFECOM_f2cLONGINT == FFECOM_f2ccodeLONGLONG
-- F2C_LONGINT=long long int
-- #else
-- # error "Cannot find a suitable type for F2C_LONGINT"
-- #endif
--
-- EOF
-- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-- egrep "F2C_LONGINT=long int" >/dev/null 2>&1; then
-- rm -rf conftest*
-- g77_cv_sys_f2clongint="long int"
-- fi
-- rm -f conftest*
--
--
-- if test "$g77_cv_sys_f2clongint" = ""; then
-- echo "configure:1190: using $ac_cpp" >&5
-- cat > conftest.$ac_ext <<EOF
-- #line 1192 "configure"
-- #include "confdefs.h"
-- #include "proj.h"
-- #define FFECOM_DETERMINE_TYPES 1
-- #include "com.h"
-- #if FFECOM_f2cLONGINT == FFECOM_f2ccodeLONG
-- F2C_LONGINT=long int
-- #elif FFECOM_f2cLONGINT == FFECOM_f2ccodeLONGLONG
-- F2C_LONGINT=long long int
-- #else
-- # error "Cannot find a suitable type for F2C_LONGINT"
-- #endif
--
-- EOF
-- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-- egrep "F2C_LONGINT=long long int" >/dev/null 2>&1; then
-- rm -rf conftest*
-- g77_cv_sys_f2clongint="long long int"
-- fi
-- rm -f conftest*
--
-- fi
-- if test "$g77_cv_sys_f2clongint" = ""; then
-- echo "$ac_t""""" 1>&6
-- { echo "configure: error: Can't determine type for f2c long int; config.log may help." 1>&2; exit 1; }
-- fi
--
-- fi
--
-- echo "$ac_t""$g77_cv_sys_f2clongint" 1>&6
-- F2C_LONGINT=$g77_cv_sys_f2clongint
--
- ac_cpp=$late_ac_cpp
-
- # avoid confusion in case the `makefile's from the f2c distribution have
---- 1072,1084 ----
- # (via com.h). proj.h and com.h are in gcc/f/, config.h which they need
- # is in gcc/ and the config files are in gcc/config/.
- echo $ac_n "checking f2c integer type""... $ac_c" 1>&6
-! echo "configure:1076: checking f2c integer type" >&5
- # Set this back later below!
- late_ac_cpp=$ac_cpp
- late_cflags=$CFLAGS
- extra_includes="-I$topsrcdir/gcc/f -I$topsrcdir/gcc -I$topsrcdir/include -I$topsrcdir/gcc/config -I$r/gcc"
- ac_cpp="$late_ac_cpp -DIN_GCC -DHAVE_CONFIG_H $extra_includes"
-
- ac_cpp=$late_ac_cpp
-
- # avoid confusion in case the `makefile's from the f2c distribution have
-***************
-*** 1267,1273 ****
- fi
-
- echo $ac_n "checking host system type""... $ac_c" 1>&6
-! echo "configure:1271: checking host system type" >&5
-
- host_alias=$host
- case "$host_alias" in
---- 1126,1132 ----
- fi
-
- echo $ac_n "checking host system type""... $ac_c" 1>&6
-! echo "configure:1130: checking host system type" >&5
-
- host_alias=$host
- case "$host_alias" in
-***************
-*** 1288,1294 ****
- echo "$ac_t""$host" 1>&6
-
- echo $ac_n "checking target system type""... $ac_c" 1>&6
-! echo "configure:1292: checking target system type" >&5
-
- target_alias=$target
- case "$target_alias" in
---- 1147,1153 ----
- echo "$ac_t""$host" 1>&6
-
- echo $ac_n "checking target system type""... $ac_c" 1>&6
-! echo "configure:1151: checking target system type" >&5
-
- target_alias=$target
- case "$target_alias" in
-***************
-*** 1306,1312 ****
- echo "$ac_t""$target" 1>&6
-
- echo $ac_n "checking build system type""... $ac_c" 1>&6
-! echo "configure:1310: checking build system type" >&5
-
- build_alias=$build
- case "$build_alias" in
---- 1165,1171 ----
- echo "$ac_t""$target" 1>&6
-
- echo $ac_n "checking build system type""... $ac_c" 1>&6
-! echo "configure:1169: checking build system type" >&5
-
- build_alias=$build
- case "$build_alias" in
-***************
-*** 1487,1494 ****
- s%@INSTALL_DATA@%$INSTALL_DATA%g
- s%@SET_MAKE@%$SET_MAKE%g
- s%@CPP@%$CPP%g
-- s%@F2C_INTEGER@%$F2C_INTEGER%g
-- s%@F2C_LONGINT@%$F2C_LONGINT%g
- s%@gcc_version@%$gcc_version%g
- s%@gcc_version_trigger@%$gcc_version_trigger%g
- s%@host@%$host%g
---- 1346,1351 ----
-
diff --git a/devel/mingw-gcc/files/patch-ad b/devel/mingw-gcc/files/patch-ad
deleted file mode 100644
index 8a190876a244..000000000000
--- a/devel/mingw-gcc/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/f/com.h.orig Wed Jan 12 11:57:10 2005
-+++ gcc/f/com.h Wed Jan 12 11:57:37 2005
-@@ -310,7 +310,7 @@
- void ffecom_finish_progunit (void);
- tree ffecom_get_invented_identifier (const char *pattern, const char *text,
- int number);
--ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix);
-+ffeinfoBasictype ffecom_gfrt_basictype (ffecomGfrt ix);
- ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix);
- void ffecom_init_0 (void);
- void ffecom_init_2 (void);
diff --git a/devel/mingw-gcc/pkg-descr b/devel/mingw-gcc/pkg-descr
deleted file mode 100644
index 3f821830b254..000000000000
--- a/devel/mingw-gcc/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-FSF gcc-2.95.2 for Windows cross-development.
diff --git a/devel/mingw-gcc/pkg-plist b/devel/mingw-gcc/pkg-plist
deleted file mode 100644
index cc254d1ea204..000000000000
--- a/devel/mingw-gcc/pkg-plist
+++ /dev/null
@@ -1,231 +0,0 @@
-bin/cpp
-bin/gcov
-bin/i386-mingw32msvc-c++
-@exec mv %D/bin/i386-mingw32msvc-c++filt %D/bin/i386-mingw32msvc-c++filt.binutils
-bin/i386-mingw32msvc-c++filt
-@unexec mv %D/bin/i386-mingw32msvc-c++filt.binutils %D/bin/i386-mingw32msvc-c++filt
-bin/i386-mingw32msvc-g++
-bin/i386-mingw32msvc-g77
-bin/i386-mingw32msvc-gcc
-bin/i386-mingw32msvc-protoize
-bin/i386-mingw32msvc-unprotoize
-i386-mingw32msvc/bin/gcc
-i386-mingw32msvc/include/_G_config.h
-i386-mingw32msvc/lib/libiberty.a
-i386-mingw32msvc/lib/libstdc++.a.2.10.0
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/SYSCALLS.c.X
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/cc1
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/cc1obj
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/cc1plus
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/cpp0
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/f771
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/README
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/exception
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/fixed
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/float.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/g2c.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/iso646.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/limits.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/new
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/new.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/NXConstStr.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/Object.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/Protocol.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/encoding.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/hash.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/objc-api.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/objc-list.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/objc.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/sarray.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/thr.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc/typedstream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/proto.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/stdarg.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/stdbool.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/stddef.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/syslimits.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/typeinfo
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-alpha.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-arc.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-c4x.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-clipper.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-h8300.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-i860.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-i960.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-m32r.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-m88k.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-mips.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-mn10200.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-mn10300.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-pa.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-ppc.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-pyr.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-sh.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-sparc.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-spur.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/va-v850.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/varargs.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/libgcc.a
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/libg2c.a
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/libobjc.a
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/libstdc++.a
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/specs
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/PlotFile.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/SFile.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/algo.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/algobase.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/algorithm
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/alloc.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/bitset
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/builtinbuf.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/bvector.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cassert
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cctype
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cerrno
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cfloat
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/ciso646
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/climits
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/clocale
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cmath
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/complex
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/complex.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/csetjmp
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/csignal
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cstdarg
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cstddef
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cstdio
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cstdlib
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cstring
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/ctime
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cwchar
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/cwctype
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/defalloc.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/deque
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/deque.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/dummy.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/editbuf.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/floatio.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/fstream
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/fstream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/function.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/functional
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/hash_map
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/hash_map.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/hash_set
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/hash_set.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/hashtable.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/heap.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/indstream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/iolibio.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/iomanip
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/iomanip.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/iosfwd
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/iostdio.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/iostream
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/iostream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/iostreamP.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/istream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/iterator
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/iterator.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/libio.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/libioP.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/list
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/list.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/map
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/map.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/memory
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/multimap.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/multiset.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/numeric
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/ostream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/pair.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/parsestream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/pfstream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/procbuf.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/pthread_alloc
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/pthread_alloc.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/queue
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/rope
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/rope.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/ropeimpl.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/set
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/set.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/slist
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/slist.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/sstream
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stack
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stack.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/bastring.cc
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/bastring.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/complext.cc
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/complext.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/dcomplex.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/fcomplex.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/gslice.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/gslice_array.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/indirect_array.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/ldcomplex.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/mask_array.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/slice.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/slice_array.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/std_valarray.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/straits.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/valarray_array.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/valarray_array.tcc
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std/valarray_meta.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stdexcept
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stdiostream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_algo.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_algobase.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_alloc.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_bvector.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_config.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_construct.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_deque.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_function.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_hash_fun.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_hash_map.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_hash_set.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_hashtable.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_heap.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_iterator.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_list.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_map.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_multimap.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_multiset.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_numeric.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_pair.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_queue.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_raw_storage_iter.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_relops.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_rope.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_set.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_slist.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_stack.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_tempbuf.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_tree.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_uninitialized.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stl_vector.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/stream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/streambuf.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/strfile.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/string
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/strstream
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/strstream.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/tempbuf.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/tree.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/type_traits.h
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/utility
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/valarray
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/vector
-lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/vector.h
-@dirrm lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++/std
-@dirrm lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include/g++
-@dirrm lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%/include
-@dirrm lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include/objc
-@dirrm lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6/include
-@dirrm lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%-6
-@dirrm lib/gcc-lib/i386-mingw32msvc/%%PORTVERSION%%
-@dirrm lib/gcc-lib/i386-mingw32msvc
-@dirrmtry lib/gcc-lib
diff --git a/devel/mingw-opengl-headers/Makefile b/devel/mingw-opengl-headers/Makefile
deleted file mode 100644
index 6b69fc92c0a2..000000000000
--- a/devel/mingw-opengl-headers/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: OpenGL headers for Mingw32
-# Date created: 29 Dec 2001
-# Whom: Michal Pasternak <doc@lublin.t1.pl>
-#
-# $FreeBSD$
-
-PORTNAME= opengl
-PORTVERSION= 20011229
-CATEGORIES= devel graphics
-MASTER_SITES= http://download.microsoft.com/download/win95upg/info/1/W95/EN-US/
-PKGNAMEPREFIX= mingw-
-PKGNAMESUFFIX= -headers
-DISTNAME= Opengl95
-EXTRACT_SUFX= .exe
-DIST_SUBDIR= mingw
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= OpenGL headers from Microsoft(TM) for Windows development with Mingw
-
-BUILD_DEPENDS= mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
-
-DEPRECATED= use mingw32-* ports instead
-EXPIRATION_DATE=2006-11-04
-
-RESTRICTED= "Not sure if we can redistribute it"
-
-USE_ZIP= yes
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-do-install:
- ${MKDIR} ${PREFIX}/i386-mingw32msvc/include/GL
- ${LN} -s ${PREFIX}/i386-mingw32msvc/include/GL ${PREFIX}/i386-mingw32msvc/include/gl
- ${CP} ${WRKSRC}/INCLUDE/GL/GL.H ${PREFIX}/i386-mingw32msvc/include/GL/gl.h
- ${CP} ${WRKSRC}/INCLUDE/GL/GLAUX.H ${PREFIX}/i386-mingw32msvc/include/GL/glaux.h
- ${CP} ${WRKSRC}/INCLUDE/GL/GLU.H ${PREFIX}/i386-mingw32msvc/include/GL/glu.h
- ${CP} ${WRKSRC}/DLL/GLU32.DLL ${PREFIX}/i386-mingw32msvc/lib/glu32.dll
- ${CP} ${WRKSRC}/DLL/OPENGL32.DLL ${PREFIX}/i386-mingw32msvc/lib/opengl32.dll
-
-.include <bsd.port.mk>
diff --git a/devel/mingw-opengl-headers/distinfo b/devel/mingw-opengl-headers/distinfo
deleted file mode 100644
index d7b2eb91ddd8..000000000000
--- a/devel/mingw-opengl-headers/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mingw/Opengl95.exe) = edb0a9c371be828d2b5d2e90c5c89cb3
-SHA256 (mingw/Opengl95.exe) = a84f934eff0f0950b8e6f6df6f121f5107983df68ef42dd3e12671944e95c6b7
-SIZE (mingw/Opengl95.exe) = 495458
diff --git a/devel/mingw-opengl-headers/pkg-descr b/devel/mingw-opengl-headers/pkg-descr
deleted file mode 100644
index bd9695200ed4..000000000000
--- a/devel/mingw-opengl-headers/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Headers and DLLs for OpenGL development, missing in MinGW installation.
-
-Read more about MinGW + OpenGL at
-WWW: http://mywebpage.netscape.com/PtrPck/
-
--- Michal Pasternak <doc@lublin.t1.pl>
diff --git a/devel/mingw-opengl-headers/pkg-plist b/devel/mingw-opengl-headers/pkg-plist
deleted file mode 100644
index 976fda12cce0..000000000000
--- a/devel/mingw-opengl-headers/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-i386-mingw32msvc/include/gl
-i386-mingw32msvc/include/GL/gl.h
-i386-mingw32msvc/include/GL/glaux.h
-i386-mingw32msvc/include/GL/glu.h
-i386-mingw32msvc/lib/glu32.dll
-i386-mingw32msvc/lib/opengl32.dll
-@dirrm i386-mingw32msvc/include/GL
diff --git a/devel/mingw/Makefile b/devel/mingw/Makefile
deleted file mode 100644
index 633a9f80e9a8..000000000000
--- a/devel/mingw/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: mingw
-# Date created: 6 June 2000
-# Whom: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mingw
-PORTVERSION= 20011229
-CATEGORIES= devel
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Cross development for Windows
-
-RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
- mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \
- i386-mingw32msvc-gcc:${PORTSDIR}/devel/mingw-gcc
-.if !defined(PACKAGE_BUILDING)
-RUN_DEPENDS+= ${LOCALBASE}/i386-mingw32msvc/include/GL/gl.h:${PORTSDIR}/devel/mingw-opengl-headers
-.endif
-
-DEPRECATED= use mingw32-* ports instead
-EXPIRATION_DATE=2006-11-04
-
-NO_BUILD= yes
-
-do-install:
- @${DO_NADA}
-
-.include <bsd.port.mk>
diff --git a/devel/mingw/pkg-descr b/devel/mingw/pkg-descr
deleted file mode 100644
index 3d588e3e0e23..000000000000
--- a/devel/mingw/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-`Mingw' refers to the "Minimalist" GNU-Win32 project.
-
-Mingw is a compiler system based on the GNU gcc/egcs projects
-that compiles code to be run on Win32 (Windows) systems.
-It provides C, C++ and Fortran compilers plus other related tools.
-
-This package is a meta port that depends on other packages:
- mingw-binutils, mingw-bin-msvcrt, mingw-gcc
-
-WWW: http://www.mingw.org/
diff --git a/devel/mingw/pkg-plist b/devel/mingw/pkg-plist
deleted file mode 100644
index 2443c6dfea42..000000000000
--- a/devel/mingw/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment no files - this is a meta port