Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2013 23:25:23 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333361 - head/lang/gnat-aux
Message-ID:  <201311092325.rA9NPNvJ088248@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Nov  9 23:25:23 2013
New Revision: 333361
URL: http://svnweb.freebsd.org/changeset/ports/333361

Log:
  lang/gnat-aux: Remove FreeBSD 9.0-only installation notice
  
  FreeBSD 9.0 is no longer supported.

Modified:
  head/lang/gnat-aux/Makefile

Modified: head/lang/gnat-aux/Makefile
==============================================================================
--- head/lang/gnat-aux/Makefile	Sat Nov  9 23:13:56 2013	(r333360)
+++ head/lang/gnat-aux/Makefile	Sat Nov  9 23:25:23 2013	(r333361)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311092325.rA9NPNvJ088248>