diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-05 17:41:31 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-05 17:41:31 +0000 |
commit | db2c4d855262f88491719eda8075579e279c28b9 (patch) | |
tree | 7407a06fdc8de47e4088d20e0a781ebfee5456e3 | |
parent | Add a proper warning that this code is not tested and the previous version (diff) |
Mark mingw* ports as DEPRECATED with EXPIRATION_DATE set to 2006-11-04.
The reason is that they are unmaintained, outdated abd obsoleted by the
mingw32-* ports. Also they conflict with the new ones.
Notes
Notes:
svn path=/head/; revision=174567
Diffstat (limited to '')
-rw-r--r-- | devel/mingw-bin-msvcrt/Makefile | 3 | ||||
-rw-r--r-- | devel/mingw-binutils/Makefile | 3 | ||||
-rw-r--r-- | devel/mingw-gcc/Makefile | 3 | ||||
-rw-r--r-- | devel/mingw-opengl-headers/Makefile | 3 | ||||
-rw-r--r-- | devel/mingw/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/devel/mingw-bin-msvcrt/Makefile b/devel/mingw-bin-msvcrt/Makefile index e1bed56ef660..0564b9fe913b 100644 --- a/devel/mingw-bin-msvcrt/Makefile +++ b/devel/mingw-bin-msvcrt/Makefile @@ -21,6 +21,9 @@ COMMENT= Headers and Libraries for Windows cross-development CONFLICTS= mingw32-bin-msvcrt-* +DEPRECATED= use mingw32-* ports instead +EXPIRATION_DATE=2006-11-4 + NO_MTREE= yes NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/devel/mingw-binutils/Makefile b/devel/mingw-binutils/Makefile index 8084009268c8..9d8ef83087cb 100644 --- a/devel/mingw-binutils/Makefile +++ b/devel/mingw-binutils/Makefile @@ -20,6 +20,9 @@ COMMENT= FSF binutils-2.11.90 for Windows cross-development CONFLICTS= libbfd-[0-9]* +DEPRECATED= use mingw32-* ports instead +EXPIRATION_DATE=2006-11-4 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-20011113 USE_GETTEXT= yes diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index 929b5e930edb..b77893834d51 100644 --- a/devel/mingw-gcc/Makefile +++ b/devel/mingw-gcc/Makefile @@ -23,6 +23,9 @@ BUILD_DEPENDS= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binu 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-4 + WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}-20010828 USE_AUTOTOOLS= autoconf:253:env diff --git a/devel/mingw-opengl-headers/Makefile b/devel/mingw-opengl-headers/Makefile index c3a122579e50..44ca4523d632 100644 --- a/devel/mingw-opengl-headers/Makefile +++ b/devel/mingw-opengl-headers/Makefile @@ -19,6 +19,9 @@ 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-4 + RESTRICTED= "Not sure if we can redistribute it" USE_ZIP= yes diff --git a/devel/mingw/Makefile b/devel/mingw/Makefile index 7248d6e028e0..78d18d847504 100644 --- a/devel/mingw/Makefile +++ b/devel/mingw/Makefile @@ -21,6 +21,9 @@ RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \ RUN_DEPENDS+= ${LOCALBASE}/i386-mingw32msvc/include/GL/gl.h:${PORTSDIR}/devel/mingw-opengl-headers .endif +DEPRECATED= use mingw32-* ports instead +EXPIRATION_DATE=2006-11-4 + NO_BUILD= yes do-install: |