notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
icc7 Intels C/C++ compiler, set up to produce native FreeBSD binaries
7.1.042_1 lang Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.1.042_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: sources not available
Expired This port expired on: 2010-09-01
Ignore IGNORE: is only for i386, while you are running amd64
Restricted RESTRICTED: Intel forbids any redistribution
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-01-11 15:34:55
Last Update: 2010-09-05 01:06:44
SVN Revision: UNKNOWN
People watching this port, also watch:: icc, mplayer-skins
Also Listed In: devel linux
License: not specified in port
WWW:
http://www.intel.com/software/products/compilers/clin
Description:
This is Intels C/C++ compiler, it is set up to produce native FreeBSD binaries. WWW: http://www.intel.com/software/products/compilers/clin
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • icc7>0:lang/icc7
No installation instructions:
This port has been deleted.
PKGNAME: icc7
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. fedora-release : emulators/linux_base-fc4
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.1.042_1
05 Sep 2010 01:06:44
Original commit files touched by this commit
dougb search for other commits by this committer
As previously advertised, remove the remaining ports that have no
SHA256 checksum information in the distinfo file.
7.1.042_1
08 Aug 2010 23:02:30
Original commit files touched by this commit
dougb search for other commits by this committer
Deprecate ports that have been unfetchable for so long that they
do not have SIZE and/or SHA256 in their distinfo files.
7.1.042_1
05 Jan 2009 20:36:33
Original commit files touched by this commit
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
7.1.042_1
03 Oct 2007 23:22:04
Original commit files touched by this commit
edwin search for other commits by this committer
Remove support for OSVERSION < 5
7.1.042_1
04 Aug 2007 11:41:31
Original commit files touched by this commit
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
7.1.042_1
17 Dec 2006 15:17:40
Original commit files touched by this commit
netchild search for other commits by this committer
Give up maintaineship, I do not have time ATM. Could get removed, it is too
old.wq
7.1.042_1
03 Sep 2006 17:30:12
Original commit files touched by this commit
kris search for other commits by this committer
NO_PACKAGE and NO_CDROM are superfluous here
7.1.042_1
04 Aug 2006 12:34:50
Original commit files touched by this commit
erwin search for other commits by this committer
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
7.1.042_1
09 May 2006 20:52:24
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
7.1.042_1
22 Jan 2006 05:52:28
Original commit files touched by this commit
edwin search for other commits by this committer
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
7.1.042_1
17 Jun 2005 22:59:29
Original commit files touched by this commit
netchild search for other commits by this committer
Mega-patch to cleanup the ports infrastructure regarding our linux bits:
  - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
(Only the first 15 lines of the commit message are shown above View all of this commit message)
7.1.042_1
01 Mar 2005 21:51:49
Original commit files touched by this commit
trevor search for other commits by this committer
Respect the user's USE_LINUX setting.
7.1.042_1
31 Dec 2004 18:24:10
Original commit files touched by this commit
netchild search for other commits by this committer
Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
(Only the first 15 lines of the commit message are shown above View all of this commit message)
7.1.042
16 Oct 2004 17:04:51
Original commit files touched by this commit
netchild search for other commits by this committer
Update to 7.1.042.
7.1.040
24 Jul 2004 10:43:25
Original commit files touched by this commit
netchild search for other commits by this committer
Update to 7.1.040.
7.1.038
26 May 2004 14:51:16
Original commit files touched by this commit
netchild search for other commits by this committer
Update to 7.1.038.
7.1.037
20 Mar 2004 16:16:37
Original commit files touched by this commit
netchild search for other commits by this committer
- Update to 7.1.037.
- Incorporate the C++ DSO Object Destruction API for < 502101 systems
  (icc v8 already does this). [1]
  If you use icc7 on such a system, you have to recompile C++ programs
  (including stldport-icc).
- Simplify the post-extract now that we only extract one rpm. [1]

Submitted by:   Marius Strobl <marius@alchemy.franken.de> [1]
7.1.035_2
13 Mar 2004 10:33:18
Original commit files touched by this commit
netchild search for other commits by this committer
- some base system headers know about icc now, don't override them
  where appropriate [1]
- make portlint happy [1]
- sync icc7 and icc [1]
- add linux_base as a patch depends for icc v8

Submitted by:   Marius Strobl <marius@alchemy.franken.de> [1]
Requested by:   maintainer [1]
7.1.035_1
01 Feb 2004 13:37:13
Original commit files touched by this commit
netchild search for other commits by this committer
icc & icc7:
 - correct the use of ECHO_CMD and ECHO (swap them) [1]

icc:
 - fix the DISTFILE handling, it's automatically available after
   bsd.port.post.mk, not after bsd.port.pre.mk, so set it explicitly
   to be able to use it in the check for the IGNORE message [1]

icc7:
 - don't extract the Intel debugger, it's not usable without a
   threads debugging lib
 - USE_SIZE

Noticed after:                  reading the commit log/diff of the
                                ifc port [1]
Submitted indirectly by:        maho, hrs [1]
7.1.035_1
22 Jan 2004 12:18:43
Original commit files touched by this commit
trevor search for other commits by this committer
Use the CPIO macro defined in bsd.port.mk.
7.1.035_1
11 Jan 2004 17:59:28
Original commit files touched by this commit
netchild search for other commits by this committer
Ok, it's not my day... gimme that extra large pointy hat please.

There slipped in a hardcoded /usr/local, it was supposed to be a
placeholder for LOCALBASE (to find the stlport lib in the ld wrapper).

Thanks to:      Marius Strobl <marius@alchemy.franken.de>
                for reviewing the commits.
7.1.035_1
11 Jan 2004 17:35:29
Original commit files touched by this commit
netchild search for other commits by this committer
After the fast bandaid fix for patch-...{icc,icpc} for those fast
upgrader adopters commit a better fix which also respects PREFIX.

Bump PORTREVISION for this fix, not bumping it for the bandaid fix
was intended.
7.1.035
11 Jan 2004 16:46:44
Original commit files touched by this commit
netchild search for other commits by this committer
Urgs... fix the patches, so they actually result in a working icc...

Noticed by:     Marius Strobl <marius@alchemy.franken.de>
7.1.035
11 Jan 2004 15:34:17
Original commit files touched by this commit
netchild search for other commits by this committer
- connect icc7 to the build after a repocopy from icc
- update icc7 to 7.1.035
- sync parts of icc7 with the icc (v8) port

Number of commits found: 24