aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2004-01-30 20:41:19 +0800
committernetchild <netchild@FreeBSD.org>2004-01-30 20:41:19 +0800
commit2fb986fc317c2a9b8036ab03421b6f20a4ed859c (patch)
tree8ce56a8cfd5a4330d57df011911a75d2b0d6ca26
parent14af3fa7978dad4579d9ebb0c4bec982e62c2415 (diff)
downloadfreebsd-ports-graphics-2fb986fc317c2a9b8036ab03421b6f20a4ed859c.tar.gz
freebsd-ports-graphics-2fb986fc317c2a9b8036ab03421b6f20a4ed859c.tar.zst
freebsd-ports-graphics-2fb986fc317c2a9b8036ab03421b6f20a4ed859c.zip
- update to 8.0.058.p059
- use SIZE - remove variables for objcopy and brandelf, they're now available from bsd.port.mk - use a more generic chmod command
-rw-r--r--lang/icc/Makefile8
-rw-r--r--lang/icc/distinfo3
2 files changed, 6 insertions, 5 deletions
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index 4f896b146b2..8d464371637 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= icc
-PORTVERSION= 8.0.058
+PORTVERSION= 8.0.058.p059
CATEGORIES= lang linux devel
MASTER_SITES=
DISTNAME= l_cc_pc_${PORTVERSION:C/\.p.+$//}
@@ -31,6 +31,7 @@ CONFLICTS= linux_devtools*
USE_LINUX= yes
USE_REINPLACE= yes
+USE_SIZE= yes
NO_FILTER_SHLIBS= yes
COMPILERDIR= intel_cc_80
@@ -53,9 +54,6 @@ EXTRACT_AFTER_ARGS= | tar -xf - \
ICCCFGVAL!= ${UNAME} -r | ${SED} -e 's/\..*//'
-BRANDELF?= /usr/bin/brandelf
-OBJCOPY?= /usr/bin/objcopy
-
.for file in ${DISTFILES}
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${file})
IGNORE= "Go to Intel Premier Support, https://premier.intel.com, to obtain ${DISTFILES}. Product updates such as this compiler are posted regularly on Premier Support. You must have a license to obtain access to Premier Support. If you do not already have a license go to ${ICC_SITE} to review licensing options \(evaluation, commercial, and free non-commercial\) and obtain a license. Put ${DISTFILES} into ${DISTDIR} and run make again"
@@ -93,7 +91,7 @@ pre-patch: intel-patch
# Remove unneeded/unsafe access rights.
.for i in doc include lib
@${FIND} ${WRKSRC}/opt/${COMPILERDIR}/${i} -type f -print0 | \
- ${XARGS} -0 ${CHMOD} a-x,g-w
+ ${XARGS} -0 ${CHMOD} a-x,og-w
.endfor
@${FIND} ${WRKSRC}/opt -type d -print0 | ${XARGS} -0 ${CHMOD} go-w
@${CHMOD} a-x ${WRKSRC}/opt/${COMPILERDIR}/bin/Errormatch.txt
diff --git a/lang/icc/distinfo b/lang/icc/distinfo
index bf8931bc36a..ce0e031000b 100644
--- a/lang/icc/distinfo
+++ b/lang/icc/distinfo
@@ -1 +1,4 @@
MD5 (l_cc_pc_8.0.058.tar.gz) = 51375cce8ef8bd9ff41fed5395b1ee5b
+SIZE (l_cc_pc_8.0.058.tar.gz) = 67771485
+MD5 (l_cc_pc_8.0.058_pe059.tar.gz) = ef8ae94b3f76e859e20bb2ac6fcf0f69
+SIZE (l_cc_pc_8.0.058_pe059.tar.gz) = 2577264