svn commit: r439850 - in head/lang/gcc48: . files

Gerald Pfeifer gerald at FreeBSD.org
Sun Apr 30 21:40:25 UTC 2017


Author: gerald
Date: Sun Apr 30 21:40:23 2017
New Revision: 439850
URL: https://svnweb.freebsd.org/changeset/ports/439850

Log:
  Remove files/patch-unwind-ia64.h which has been obsolete for a while
  since ONLY_FOR_ARCHS does not include ia64.
  
  Streamline the setting of INFO.

Deleted:
  head/lang/gcc48/files/patch-unwind-ia64.h
Modified:
  head/lang/gcc48/Makefile

Modified: head/lang/gcc48/Makefile
==============================================================================
--- head/lang/gcc48/Makefile	Sun Apr 30 21:36:36 2017	(r439849)
+++ head/lang/gcc48/Makefile	Sun Apr 30 21:40:23 2017	(r439850)
@@ -107,12 +107,9 @@ INFO=		gcc${SUFFIX}/cpp \
 		gcc${SUFFIX}/gccinstall \
 		gcc${SUFFIX}/gccint \
 		gcc${SUFFIX}/gfortran \
-		gcc${SUFFIX}/libgomp
-# Release tarballs (as opposed to snapshots) always carry this.
-#.if ${ARCH} == "i386" || ${ARCH} == "amd64"
-INFO+=		gcc${SUFFIX}/libquadmath \
-		gcc${SUFFIX}/libitm
-#.endif
+		gcc${SUFFIX}/libgomp \
+		gcc${SUFFIX}/libitm \
+		gcc${SUFFIX}/libquadmath
 SUB_FILES=	pkg-message
 SUB_LIST+=	TARGLIB=${TARGLIB}
 


More information about the svn-ports-head mailing list