diff options
author | marino <marino@FreeBSD.org> | 2013-11-10 07:25:23 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-11-10 07:25:23 +0800 |
commit | 55d03ae53600cc1646dd6521c080f85fa33a5df3 (patch) | |
tree | c1eda99648458d872248a3add5e2ae39d979d6ae /lang | |
parent | 7618056f3d3bbe1c102533c7bc762336cda9f363 (diff) | |
download | freebsd-ports-gnome-55d03ae53600cc1646dd6521c080f85fa33a5df3.tar.gz freebsd-ports-gnome-55d03ae53600cc1646dd6521c080f85fa33a5df3.tar.zst freebsd-ports-gnome-55d03ae53600cc1646dd6521c080f85fa33a5df3.zip |
lang/gnat-aux: Remove FreeBSD 9.0-only installation notice
FreeBSD 9.0 is no longer supported.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnat-aux/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gnat-aux/Makefile b/lang/gnat-aux/Makefile index d215a08b5168..a018dcaae905 100644 --- a/lang/gnat-aux/Makefile +++ b/lang/gnat-aux/Makefile @@ -255,18 +255,5 @@ post-install: cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${SORT} -r | \ ${SED} -E -e '/^(bin|sbin|lib|libexec|share|man|include)$$/d' \ -e '/^man\/man[1-9]$$/d' -e 's/^/@dirrm /g' >> ${TMPPLIST} -.if ${OPSYS} == FreeBSD -. if ${OSVERSION} > 900000 && ${OSVERSION} < 900507 - @${ECHO_MSG} "====================================================================" - @${ECHO_MSG} " NOTICE REGARDING ADA TASKING ON FREEBSD 9.0:" - @${ECHO_MSG} " Due to a bug in the FreeBSD 9.0 threading library, an exiting task" - @${ECHO_MSG} " panics with the message: 'thread exits with resources held!'." - @${ECHO_MSG} " This behavior breaks Ada tasking. These are two solutions:" - @${ECHO_MSG} " 1) Upgrade to FreeBSD 9.1 or higher" - @${ECHO_MSG} " 2) Patch and rebuild thread library as described in" - @${ECHO_MSG} " http://www.dragonlace.net/posts/F9_Fix/" - @${ECHO_MSG} "====================================================================" -. endif -.endif .include <bsd.port.mk> |