svn commit: r346580 - in head: . lang lang/gcc44 lang/gcc49

Gerald Pfeifer gerald at FreeBSD.org
Fri Feb 28 22:56:09 UTC 2014


Author: gerald
Date: Fri Feb 28 22:56:08 2014
New Revision: 346580
URL: http://svnweb.freebsd.org/changeset/ports/346580
QAT: https://qat.redports.org/buildarchive/r346580/

Log:
  Remove lang/gcc44 aka GCC 4.4 which has been deprecated since 2011-05-08
  and was originally created 2008-03-01, thirteen months before the upstream
  release of GCC 4.4.0.  Even lang/gcc45 has been gone for more than two
  years now.
  
  Recommend the generic lang/gcc as a replacement.

Deleted:
  head/lang/gcc44/
Modified:
  head/MOVED
  head/lang/Makefile
  head/lang/gcc49/Makefile
  head/lang/gcc49/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri Feb 28 22:02:14 2014	(r346579)
+++ head/MOVED	Fri Feb 28 22:56:08 2014	(r346580)
@@ -5504,3 +5504,4 @@ lang/expect-devel||2014-02-28|No longer 
 x11-drivers/xf86-video-radeonhd|x11-drivers/xf86-video-ati|2014-02-28|Has expired: Abandoned upstream since 2010
 net/asterisk10||2014-02-28|Has expired: asterisk 10 reached EOL on 2013-12-15
 textproc/py-lucene||2014-02-28|Has expired: Broken for more than 6 month
+lang/gcc44|lang/gcc|2014-02-28|Superseded by GCC 4.6 or later

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Fri Feb 28 22:02:14 2014	(r346579)
+++ head/lang/Makefile	Fri Feb 28 22:56:08 2014	(r346580)
@@ -87,7 +87,6 @@
     SUBDIR += gcc
     SUBDIR += gcc-aux
     SUBDIR += gcc-ecj45
-    SUBDIR += gcc44
     SUBDIR += gcc46
     SUBDIR += gcc47
     SUBDIR += gcc48

Modified: head/lang/gcc49/Makefile
==============================================================================
--- head/lang/gcc49/Makefile	Fri Feb 28 22:02:14 2014	(r346579)
+++ head/lang/gcc49/Makefile	Fri Feb 28 22:56:08 2014	(r346580)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc49
-PORTVERSION=	4.9.0.20140216
+PORTVERSION=	4.9.0.20140223
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	snapshots/${DISTVERSION}

Modified: head/lang/gcc49/distinfo
==============================================================================
--- head/lang/gcc49/distinfo	Fri Feb 28 22:02:14 2014	(r346579)
+++ head/lang/gcc49/distinfo	Fri Feb 28 22:56:08 2014	(r346580)
@@ -1,2 +1,2 @@
-SHA256 (gcc-4.9-20140216.tar.bz2) = e324608d4fa03356f7854cf2925fdbadd3244704ac3516015f53653b3664f63b
-SIZE (gcc-4.9-20140216.tar.bz2) = 85110946
+SHA256 (gcc-4.9-20140223.tar.bz2) = 9ad922988e9a535ac5892f64cc67d9345bf40c042a471e55923a2d7e0ed9e0c7
+SIZE (gcc-4.9-20140223.tar.bz2) = 85087748


More information about the svn-ports-all mailing list