svn commit: r384947 - in head/lang: . gcc5-devel
Gerald Pfeifer
gerald at FreeBSD.org
Tue Apr 28 23:40:38 UTC 2015
Author: gerald
Date: Tue Apr 28 23:40:37 2015
New Revision: 384947
URL: https://svnweb.freebsd.org/changeset/ports/384947
Log:
With lang/gcc5 now tracking GCC 5 releases, this new port -- gcc5-devel
-- is going to track regular development snapshots of GCC 5.
Added:
head/lang/gcc5-devel/
- copied from r384518, head/lang/gcc5/
Modified:
head/lang/Makefile
head/lang/gcc5-devel/Makefile
Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile Tue Apr 28 23:38:13 2015 (r384946)
+++ head/lang/Makefile Tue Apr 28 23:40:37 2015 (r384947)
@@ -90,6 +90,7 @@
SUBDIR += gcc49
SUBDIR += gcc5
SUBDIR += gcc5-aux
+ SUBDIR += gcc5-devel
SUBDIR += gcc6-devel
SUBDIR += gcl
SUBDIR += gforth
Modified: head/lang/gcc5-devel/Makefile
==============================================================================
--- head/lang/gcc5/Makefile Wed Apr 22 20:11:53 2015 (r384518)
+++ head/lang/gcc5-devel/Makefile Tue Apr 28 23:40:37 2015 (r384947)
@@ -4,8 +4,7 @@
PORTNAME= gcc
PORTVERSION= 5.0.1.s20150421
CATEGORIES= lang java
-MASTER_SITES= ${MASTER_SITE_GCC}
-MASTER_SITE_SUBDIR= snapshots/${DISTVERSION}
+MASTER_SITES= GCC/snapshots/${DISTVERSION}
PKGNAMESUFFIX= ${SUFFIX}
MAINTAINER= gerald at FreeBSD.org
More information about the svn-ports-head
mailing list