svn commit: r384834 - in head/lang/gcc: . files

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 27 14:03:52 UTC 2015


Author: bapt
Date: Mon Apr 27 14:03:51 2015
New Revision: 384834
URL: https://svnweb.freebsd.org/changeset/ports/384834

Log:
  Reverting temporary r384814
  
  While the feature has a great value, it is right now breaking the build of
  lang/gcc. Given the importance of lang/gcc it is better to revert now and
  reapply the patch once it has been fixed and passes an exp-run on all supported
  version
  
  With hat:	portmgr

Deleted:
  head/lang/gcc/files/patch-libgomp-freebsd-affinity
  head/lang/gcc/files/patch-libgomp-posix-affinity
Modified:
  head/lang/gcc/Makefile

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Mon Apr 27 13:58:14 2015	(r384833)
+++ head/lang/gcc/Makefile	Mon Apr 27 14:03:51 2015	(r384834)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	4.8.4
-PORTREVISION=	2
+PORTREVISION=	1
 CATEGORIES=	lang java
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITE_SUBDIR=	releases/gcc-${DISTVERSION}


More information about the svn-ports-all mailing list