diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-06 01:41:31 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-06 01:41:31 +0800 |
commit | e91354909b90224c781574afbf293a13a6b99a9b (patch) | |
tree | d6bbbc5455d4b069476595217f9660eaa1d5cab0 /devel/mingw-binutils | |
parent | 713c8ae8e79361e9dc4a5392104ae5aa78ae4c12 (diff) | |
download | freebsd-ports-gnome-e91354909b90224c781574afbf293a13a6b99a9b.tar.gz freebsd-ports-gnome-e91354909b90224c781574afbf293a13a6b99a9b.tar.zst freebsd-ports-gnome-e91354909b90224c781574afbf293a13a6b99a9b.zip |
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.
Diffstat (limited to 'devel/mingw-binutils')
-rw-r--r-- | devel/mingw-binutils/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |