1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 7.1.034.

- Modify plist to print a diagnostic instead of a pkg_delete warning
  if there's a license in the license directory.
This commit is contained in:
Alexander Leidinger 2003-12-13 13:11:20 +00:00
parent 46604d2303
commit 18a58e67ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95723
6 changed files with 12 additions and 20 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= icc
PORTVERSION= 7.1.033
PORTVERSION= 7.1.034
#PORTREVISION= 1
CATEGORIES= lang linux devel
MASTER_SITES=
@ -69,12 +69,8 @@ post-extract:
${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude
.endif
.for i in \
intel-icc7-7.1-35.i386.rpm
# intel-iidb7-7.2.2-72.i386.rpm \
# intel-isubh7-7.1-35.i386.rpm \
# intel-ecc7-7.1-35.ia64.rpm \
# intel-eidb7-7.2.2-72.ia64.rpm \
# intel-esubh7-7.1-35.ia64.rpm
intel-icc7-7.1-37.i386.rpm
# intel-iidb7-7.2.2-75.i386.rpm
@cd ${WRKSRC} && rpm2cpio.pl 2>/dev/null ${i} | \
${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet
.endfor

View File

@ -1 +1 @@
MD5 (l_cc_pc_7.1.033.tar) = 391f173c6c81756707a778481a657fed
MD5 (l_cc_pc_7.1.034.tar) = 1b53d88da56fdb30b002c0c1fb8e481f

View File

@ -1354,5 +1354,5 @@ intel/%%COMPILERDIR%%/ia32/lib/libunwind.a
%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/templ_im
%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training
@dirrm intel/%%COMPILERDIR%%
@dirrm intel/licenses
@dirrm intel
@unexec rmdir %D/intel/licenses >/dev/null 2>&1 || echo '*** license directory (%D/intel/licenses/) not removed, it may contain a license'
@unexec rmdir %D/intel >/dev/null 2>&1 || true

View File

@ -6,7 +6,7 @@
#
PORTNAME= icc
PORTVERSION= 7.1.033
PORTVERSION= 7.1.034
#PORTREVISION= 1
CATEGORIES= lang linux devel
MASTER_SITES=
@ -69,12 +69,8 @@ post-extract:
${FILESDIR}/cpio-exclude_noportdocs >>${WRKDIR}/cpio-exclude
.endif
.for i in \
intel-icc7-7.1-35.i386.rpm
# intel-iidb7-7.2.2-72.i386.rpm \
# intel-isubh7-7.1-35.i386.rpm \
# intel-ecc7-7.1-35.ia64.rpm \
# intel-eidb7-7.2.2-72.ia64.rpm \
# intel-esubh7-7.1-35.ia64.rpm
intel-icc7-7.1-37.i386.rpm
# intel-iidb7-7.2.2-75.i386.rpm
@cd ${WRKSRC} && rpm2cpio.pl 2>/dev/null ${i} | \
${CPIO} -idfuE ${WRKDIR}/cpio-exclude --quiet
.endfor

View File

@ -1 +1 @@
MD5 (l_cc_pc_7.1.033.tar) = 391f173c6c81756707a778481a657fed
MD5 (l_cc_pc_7.1.034.tar) = 1b53d88da56fdb30b002c0c1fb8e481f

View File

@ -1354,5 +1354,5 @@ intel/%%COMPILERDIR%%/ia32/lib/libunwind.a
%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training/templ_im
%%PORTDOCS%%@dirrm intel/%%COMPILERDIR%%/training
@dirrm intel/%%COMPILERDIR%%
@dirrm intel/licenses
@dirrm intel
@unexec rmdir %D/intel/licenses >/dev/null 2>&1 || echo '*** license directory (%D/intel/licenses/) not removed, it may contain a license'
@unexec rmdir %D/intel >/dev/null 2>&1 || true