| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Apr 2013 08:57:13
8.1.038_1
|
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
18 Feb 2012 03:32:36
8.1.038_1
|
eadler  |
Remove quotes from BROKEN and IGNORE as they are not required |
03 Jul 2011 13:45:36
8.1.038_1
|
ohauer  |
- remove MD5 |
05 Jan 2009 20:36:33
8.1.038_1
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
03 Oct 2007 23:22:04
8.1.038_1
|
edwin  |
Remove support for OSVERSION < 5 |
04 Aug 2007 11:41:31
8.1.038_1
|
gabor  |
- 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) |
17 Dec 2006 15:14:27
8.1.038_1
|
netchild  |
- remove trailing slash in a variable to not have two of them in the plist [1]
- remove comment about stldport-icc [2]
- give up maintainership, I don't have time for it ATM
! interested parties should get in contact with me, I got some patches
! for icc v9, can provide insight into why some things are done like
! they are and maybe some contacts at Intel are still able to provide
! some help
PR: 105569 [1]
Noticed by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [1]
PR: 106707 [2]
Submitted by: vd [2] |
03 Sep 2006 17:30:12
8.1.038
|
kris  |
NO_PACKAGE and NO_CDROM are superfluous here |
04 Aug 2006 12:34:50
8.1.038
|
erwin  |
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 |
21 Jun 2006 12:51:01
8.1.038
|
kib  |
Forced commit: correct PR number for previous commit is 99198.
Pointy hat to: kib
Approved by: kan (mentor) |
21 Jun 2006 12:28:56
8.1.038
|
kib  |
Update to 8.1.038.
PR: 91998
Approved by: netchild (maintainer)
Approved by: kan (mentor) |
09 May 2006 20:52:24
8.1.036
|
edwin  |
Remove USE_REINPLACE from the categories starting with L |
11 Feb 2006 23:55:41
8.1.036
|
netchild  |
Update to 8.1.036. |
22 Jan 2006 05:52:28
8.1.035
|
edwin  |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
16 Oct 2005 20:28:59
8.1.035
|
netchild  |
Commit the distinfo too...
Noticed by: stefanf |
16 Oct 2005 14:58:00
8.1.035
|
netchild  |
Update to 8.1.035. |
12 Oct 2005 18:49:23
8.1.034
|
netchild  |
Update to 8.1.034.
PR: 87325 (contains the same update as I did too) |
18 Sep 2005 10:46:57
8.1.033
|
netchild  |
Update to 8.1.033. |
17 Jun 2005 22:59:29
8.1.032
|
netchild  |
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 ) |
04 Jun 2005 16:25:50
8.1.032
|
netchild  |
Update to 8.1.032. |
30 Apr 2005 10:42:42
8.1.030
|
netchild  |
Update to 8.1.030. |
06 Mar 2005 15:08:26
8.1.028
|
netchild  |
- update to 8.1.028
- 5.x got the header fix too, don't install replacement headers there [1]
- allow to override GXX_ROOT [2]
Note: you may see "as: Illegal seek" while compiling with icc (a simple test
didn't revealed the same message with icpc). I don't know the reason for it,
but the resulting executable seems to work, so I commit the update.
Thanks to: marius [1]
Requested by: mi [2] |
01 Mar 2005 21:51:49
8.1.026_3
|
trevor  |
Respect the user's USE_LINUX setting. |
19 Feb 2005 13:51:40
8.1.026_3
|
marius  |
Account for src/include/stdbool.h and src/sys/i386/include/_types.h have
been fixed in FreeBSD >= 600013 regarding using the GCC-compatibility.
Approved by: netchild (blanket) |
18 Feb 2005 21:21:49
8.1.026_2
|
netchild  |
The static linking case (C++ only) expects a crtbeginT.o. Based upon
inspection of src/contrib/gnu/crtstuff.c it seems it's the same as
crtbegin.o, so make a symlink for it. At least linking a "Hello World"
program with -static produces a working executable now.
Noticed by: Niklas Sorensson <nik@cs.chalmers.se> |
13 Feb 2005 10:20:59
8.1.026_1
|
netchild  |
Fix a system (all supported OS versions) header (stdbool.h) for the use with
icc.
Hint by: Ulrich Spoerlein <q@uni.de> |
31 Dec 2004 18:24:10
8.1.026
|
netchild  |
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 ) |
12 Dec 2004 17:12:26
8.1.026
|
netchild  |
Update to 8.1.026. |
16 Nov 2004 20:14:47
8.1.024
|
marius  |
- Update to 8.1.024.
- Declare a PATCH_DEPENDS on emulators/linux_base-8 only if actually using
RTPpatch to apply an Intel provided binary patch.
- Turn the GCC-compatibility of ICC on by default for FreeBSD >= 502108;
except for one bug which is worked around by this port and will be fixed
in src later FreeBSD gained support for using the GCC-compatibility along
with the patch to compile the kernel with ICC (but the ICC 8.0 series
wasn't configurable/hackable enough to actually use it on FreeBSD, which
resulted into the aforementioned bug).
- On FreeBSD >= 502108 default to using libstdc++ from the base as STL
instead of STLport unless "-cxxlib-icc" is passed to icpc (made possible
by turning on the GCC-compatibility and the compatibility to GCC 3.3 and
3.4 which was added to ICC 8.1). On FreeBSD < 502108 STLport i.e.
devel/stlport-icc is and will continue to be the only STL available.
Update the instructions displayed by the post-install target accordingly. (Only the first 15 lines of the commit message are shown above ) |
02 Nov 2004 23:27:27
8.1.022
|
marius  |
o Preliminary update to 8.1.022:
- For changes since the 8.0 series see the installed C++ReleaseNotes.htm
but note that information given there doesn't necessarily apply to ICC
on FreeBSD, e.g. -cxxlib-gcc isn't the default on FreeBSD yet and this
port also doesn't install the Eclipse and CDT IDEs.
- ICC now unfortunately requires emulators/linux_base-8.
- Works fine for compiling C source.
- A 6.0-current GENERIC kernel compiles and boots.
- The devel/stlport-icc port currently can't link the exception handling
testsuite with this ICC version (due to relying on a missbehaviour of
the old ICC versions) and has to be changed in a way that doesn't break
lang/icc7.
- Support for using the GCC-compatibility of ICC on FreeBSD and using
the GNU libstdc++ as the STL with ICC is in the works.
o Like with the system GCC, default to libpthread for the threads library
on FreeBSD >= 502102.
Approved by: netchild
In joint forces with: netchild |
24 Jul 2004 11:16:50
8.0.066p070.1
|
netchild  |
Update to 8.0.066p070.1. |
29 Jun 2004 16:13:11
8.0.066p069.1
|
netchild  |
Update to 8.0.066p069.1. |
03 Jun 2004 11:19:01
8.0.066p067.1
|
netchild  |
Change the way we handle the version numbering to be more correct
to the way pkg_version handles it.
Submitted by: eik |
02 Jun 2004 17:04:54
8.0.066.p067.1
|
netchild  |
Update to 8.0.066.p067.1. |
07 May 2004 11:54:56
8.0.066_1
|
netchild  |
icc 8.0.066 now adds "-m elf_i386" in some circumstances. Remove this part
of the command line in the ld wrapper.
Noticed by: Morten Rodal <morten@rodal.no> |
30 Apr 2004 11:34:24
8.0.066
|
netchild  |
Update to 8.0.066. |
27 Mar 2004 13:22:42
8.0.058.p063.1
|
netchild  |
Update to 8.0.058.p063.1. |
17 Mar 2004 14:00:03
8.0.058.p061
|
netchild  |
Update to 8.0.058.p061.
This version fixes the stlport test cases (heap corruption due to
inlining and exception handling). |
13 Mar 2004 10:33:18
8.0.058.p060_1
|
netchild  |
- 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] |
26 Feb 2004 13:21:47
8.0.058.p060
|
netchild  |
Update to 8.0.058.p060. |
01 Feb 2004 13:37:13
8.0.058.p059
|
netchild  |
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] |
30 Jan 2004 12:41:19
8.0.058.p059
|
netchild  |
- 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 |
22 Jan 2004 12:18:43
8.0.058
|
trevor  |
Use the CPIO macro defined in bsd.port.mk. |
19 Jan 2004 14:13:32
8.0.058
|
netchild  |
- update to 8.0.058
- add intel-patch target to easy porting effort of future versions [1]
- remove intel debugger rpm, as long as we don't have a libthread_db
we can't use it [2]
Note: The stlport-icc exception handling test will still fail with this
version.
Suggested by (sort of): Marius Strobl <marius@alchemy.franken.de> [1]
Noticed by: Marius Strobl <marius@alchemy.franken.de> [2] |
11 Jan 2004 15:32:07
8.0.055.p057
|
netchild  |
Update to 8.0.055.p057.
As Intel uses it's own directory for ifc and icc, we don't conflict with
ifc anymore.
Because of ABI changes, you have to recompile C++ programs (don't forget
stlport-icc).
Note that this port is a _work in progress_:
- Icc allows to use an already installed libstdc++ from gcc, this doesn't
work yet on FreeBSD. Libstdc++ on 4.x is too old, so it's unlikely we
can add support for it. The headers of libstdc++ shipping with FreeBSD
5.2-CURRENT use GCCisms not (yet) supported by icc, the hardcoded search
path for them also doesn't fit for FreeBSD 5.2-CURRENT.
- We've incorporated parts (cxa) of the FreeBSD >= 502101 libc on < 502101 (Only the first 15 lines of the commit message are shown above ) |
22 Dec 2003 15:03:23
7.1.034_1
|
netchild  |
- use the libc cxa support on a recent -current instead of the hack
NOTE: you need to rebuild stlport-icc and maybe some other C++
programs/libs.
- rework ld.c to fix the build of stlport-icc on 4.x (first part
of the build fix, the second part follows shortly in a stlport
commit) [1]
Submitted by: Marius Strobl <marius@alchemy.franken.de> [1] |
13 Dec 2003 13:11:20
7.1.034
|
netchild  |
- 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. |
12 Dec 2003 13:43:05
7.1.033
|
netchild  |
s/rpm2cpio/rpm2cpio.pl/ after the recent update of archivers/rpm2cpio (the
script was renamed to solve a conflict with archivers/rpm) to fix possible
build problems.
I've tested this with lang/icc. Any new errors because of this commit in
one of the modified ports may be because the ports previously may have used
rpm2cpio from archivers/rpm instead of the used {EXTRACT,BUILD}_DEPENDS
archivers/rpm2cpio. |
14 Nov 2003 12:23:12
7.1.032
|
netchild  |
correct the syntax of the warning -> error options |
14 Nov 2003 12:09:17
7.1.032
|
netchild  |
- Update to 7.1.032.
- Transform some warnings into errors as suggested by some included
docs (some kind of MSVC compatibility which isn't reverted in icc
for linux).
ld.c:
- add possibility to use a different threads lib via PTHREAD_LIBS
variable (e.g. PTHREAD_LIBS=-lthr) [1]
this may be subject to change when gcc learns how to handle our
different threads libs
- refactor some code [1][2]
- remove mailwrapper license, there's no code from mailwrapper
anymore [2]
- correct the order of libc and libc_r [1][2]
Submitted by: mi [1]
Submitted by: Marius Strobl <marius@alchemy.franken.de> [2]
Reviewed by: Marius Strobl <marius@alchemy.franken.de> [1] |
13 Nov 2003 13:30:42
7.1.031_1
|
trevor  |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
10 Nov 2003 21:32:11
7.1.031_1
|
netchild  |
Add a paragraph about Intels support in the post-install message. |
22 Oct 2003 13:21:30
7.1.031_1
|
netchild  |
- Fix icc and icpc scripts (variable overriding) [1]
- Don't extract ia64 RPMs [2]
- Fix bug on some 4.7 systems [3]
Noticed by: mi [1]
Suggested by: mi [2]
Tested by: Clint Olsen <clint@0lsen.net> |
21 Oct 2003 11:10:24
7.1.031
|
netchild  |
Update to 7.1.031. |
11 Oct 2003 10:59:45
7.1.030
|
netchild  |
Reword IGNORE text.
Suggested by: Intel Corporation |
03 Oct 2003 16:05:13
7.1.030
|
netchild  |
Commit the correct md5 sum.
Noticed by: Marius Strobl <marius@alchemy.franken.de> |
03 Oct 2003 12:12:06
7.1.030
|
netchild  |
Update to 7.1.030. |
24 Sep 2003 12:53:10
7.1.029
|
netchild  |
Update to 7.1.029. |
06 Sep 2003 10:09:19
7.1.028
|
netchild  |
Update to 7.1.028. |
22 Aug 2003 11:20:39
7.1.027_1
|
netchild  |
Fix __sigsetjmp linking problem. |
21 Aug 2003 14:55:44
7.1.027
|
netchild  |
- Update to 7.1.027.
- Teach the ld wrapper about /libexec on a recent -current. [1]
Submitted by: Marius Strobl <marius@alchemy.franken.de> [1] |
15 Aug 2003 13:00:08
7.1.025
|
netchild  |
- Update to 7.1.025.
- Fix spelling of CONFLICTS [1].
- Add request for benchmark numbers [2].
Noticed by: Andreas Schweitzer <Andreas.Schweitzer@hs.uni-hamburg.de> [1]
Discussed with: Intel [2] |
11 Jul 2003 15:48:05
7.1.021
|
netchild  |
Update to 7.1.021. |
26 Jun 2003 13:11:41
7.1.019
|
netchild  |
Update to 7.1.019. |
15 Jun 2003 17:57:26
7.1.018
|
netchild  |
Fix the "make fetch" help string.
Noticed by: markm |
12 Jun 2003 10:52:09
7.1.018
|
netchild  |
Update to 7.1.018. |
04 Jun 2003 18:37:08
7.1.017
|
netchild  |
Update to 7.1.017. |
09 May 2003 11:35:04
7.1.014
|
netchild  |
Update MD5 after the file changed on the server (IA64 license-check binary
changed, we don't use it).
Noticed by: Marius Strobl <marius@alchemy.franken.de> |
06 May 2003 15:52:01
7.1.014
|
netchild  |
Update to 7.1.014. |
26 Apr 2003 10:27:29
7.1.011_1
|
netchild  |
When trying to link dynamic libraries with dependancies, e.g:
icc -shared -o libfoo.so foo.o -lbaz
the ld wrapper gets confused and thinks that a static link is intended
and the link fails. This patch appears to fix things.
Submitted by: dfr |
24 Apr 2003 15:08:34
7.1.011
|
netchild  |
Update to 7.1.011. |
18 Apr 2003 09:10:23
7.1.006_2
|
netchild  |
- back out special '-I' handling, it causes problems with the stlport [1]
(this may break ports which depend upon OpenSSL from ports which was
compiled as a base system replacement because it includes a system
header directory again)
- ignore "-pipe" in CFLAGS, this should unbreak some ports with hardcoded
"-pipe"
Noticed by: Krzysztof Parzyszek <kristof@swissmail.org> [1]
Tested by: Krzysztof Parzyszek <kristof@swissmail.org> [1] |
02 Apr 2003 10:50:38
7.1.006_1
|
netchild  |
The new version of icc adds -I include paths before the standard include
path, thus adding a system path with -I results in not respecting the
sunstitute headers. This results in problems because we have some important
changes there.
Parts of this commit where
Submitted by: marius@alchemy.franken.de |
28 Mar 2003 10:45:57
7.1.006
|
netchild  |
- Update to 7.1.006.
Submitted by: marius@alchemy.franken.de
- Minor cosmetics (FIND) and corrections (COMMENT). |
07 Mar 2003 06:05:38
7.0.086
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
05 Mar 2003 18:55:31
7.0.086
|
netchild  |
Update to 7.0.086. |
15 Feb 2003 15:46:17
7.0.083
|
netchild  |
Update to 7.0.083.
I'm not aware of a change between 7.0.082 and this version which affects
FreeBSD, so no need to update if you already have 7.0.082 installed. |
10 Feb 2003 14:04:11
7.0.082
|
netchild  |
- update to 7.0.082
- fix [dfi]vec.h with stlport-iostreams
- do not install a Windows header (mathf.h)
- do not install libompstub (depends on pthread_atfork(), see PR 17437)
Submitted by: marius@alchemy.franken.de
- point to the icc errata after make install |
13 Jan 2003 10:39:23
7.0.078_1
|
netchild  |
Remove the "warning -> error" options for excessive function arguments,
they seem to cause problems in some cases.
Noticed by: roberto, marius@alchemy.franken.de |
11 Jan 2003 17:25:51
7.0.078
|
netchild  |
Add missing files for the 7.0.078 update.
Pointy hat to: netchild |
11 Jan 2003 17:21:41
7.0.078
|
netchild  |
Update icc to 7.0.078.
Note:
Object files built with version 6.0 of Intel(R) Compilers may not link
properly with objects built with version 7.0 of Intel(R) Compilers.
Rebuilding of the object files is suggested.
Changes between the submitted version and the committed version:
- update to 078 instead of 075
- treat excessive parameters in function calls as an error instead
of a warning (removed compatibility with a not named MS product, as
suggested by Intel)
- allow to override the INTEL_FLEXLM_LICENSE variable
From the submitter: (Only the first 15 lines of the commit message are shown above ) |
13 Nov 2002 14:39:52
6.0.1.304_1
|
netchild  |
- fix typo in message
- catch up with __sF change in -stable
Tested by: marius@alchemy.franken.de |
08 Nov 2002 20:17:54
6.0.1.304_1
|
netchild  |
- mark BROKEN when linux_devtools or ifc is installed
- make it more clear that you shouldn't install linux_devtools in the post
install message |
08 Nov 2002 15:59:38
6.0.1.304_1
|
netchild  |
- Keep up with changes on -current (__sF, elf_i386 -> elf_i386_fbsd).
- Use an exclude file for cpio, there's not much sense in extracting
and chmod'ing a whole bunch of files only to delete them afterwards.
- Fix two bugs in the ld-wrapper that could cause it to dump core in
rare cases.
- Remove a forgotten C++ include.
- Improve IGNORE message.
Submitted by: marius@alchemy.franken.de |
22 Sep 2002 13:05:52
6.0.1.304_1
|
netchild  |
- link libc_pic.a when compiling with "-KPIC -static"
- link libc_p.a/lib_c_r.a when compiling with "-pg -static"
- fix unresolved symbols to make "-pg" and "-prof_gen" work
Submitted by: marius@alchemy.franken.de
Approved by: kris |
20 Sep 2002 12:58:57
6.0.1.304
|
netchild  |
Add another possible download site (it isn't guaranteed that te file is
available from there).
Noticed by: "Ulrich 'Q' Spoerlein" <q@uni.de> |
20 Sep 2002 12:16:26
6.0.1.304
|
netchild  |
- Update to 6.0.1.304.
- Re-enable patching of iccvars.(c)sh (solely called by icid and therefore
overlooked), accidentally broken by last commit.
- Fix generation of multi-threaded code, triggered by the (badly documented)
compiler option "-mt".
- Disable compiler options "-openmp*" and "-parallel", they depend on
libguide which itself depends on pthread_atfork() (not provided by libc_r),
therefore don't install libguide.
Note: All compiler options are now believed to either work on FreeBSD or
be disabled (Maintainer note: '-prof_gen' is under investigation).
- Add a message about installing stlport-icc in order to get full C++ support.
- Remove workaround for generation of shared objects with binutils/ld 2.12.x,
appears to be fixed (unfortunately no confirmation by Intel Support, "That
is good news <...> then we should just close this issue." *sigh*).
Submitted by: marius@alchemy.franken.de
- Add note about a problem on P4 and how to solve it.
Suggested by: Martin Kahlert <martin.kahlert@infineon.com>
- Remove outdated information in pkg-descr. |
17 Sep 2002 12:10:47
6.0.159_3
|
netchild  |
- C++ support: fix to work also on -current, work around broken exception
handling when generating shared objects with binutils/ld 2.12.[0,1], link
in the icc C++ ABI definitions not those of gcc
- remove libcprts (STL): it has unresolvable glibc dependencies in both,
dynamic and static, versions, therefore is not usable and entirely unneeded
when libstlport is used instead
- add libimf (Intel's optimized math functions library), while there's no
measurable speed improvement (at least for the functions tested) in
comparison to FreeBSD's libm beyond the "normal" icc vs. gcc boost icc
occasionally produces code depending on libimf when told to optimize for
Pentium 4
- replace the ld-script with a wrapper written in C as (c)sh is a bit limited
and long winded for that purpose
- minor stuff and cleanup
Submitted by: marius@alchemy.franken.de |
22 Aug 2002 11:31:48
6.0.159_2
|
netchild  |
Fix syntax error in the no distfile case.
Submitted by: Lukas Ertl <l.ertl@univie.ac.at> |
20 Aug 2002 10:01:58
6.0.159_2
|
netchild  |
- add category: devel
- use reinplace command where appropriate
- gzip man page
- clarify download instructions (1)
- fix typo in a comment (2)
- preparation for successfull C++ compiles (2, minor changes by me)
Even if I bumped the port revision for the C++ parts, there's no need to
update yet, wait until I commit the icc-stlport.
Requested by: mi (1)
Submitted by: Marius Strobl <marius@alchemy.franken.de> (2) |
04 Aug 2002 20:40:14
6.0.159_1
|
netchild  |
1) The new icc doesn't respect icc.cfg, solve this issue.
2) An actual rpm2cpio talks a little bit more, redirect sdterr to /dev/null.
Noticed by: marius@alchemy.franken.de (1) |
14 Jul 2002 16:31:40
6.0.159
|
netchild  |
Document the bad interaction with the linux-devtools port.
Noticed by: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> |
13 Jul 2002 14:57:16
6.0.159
|
netchild  |
Update to 6.0.159. |
01 Jul 2002 17:25:31
6.0.149
|
netchild  |
Add another download location. |
14 Jun 2002 15:54:18
6.0.149
|
knu  |
Get the IGNORE warning working. ${DISTFILES} cannot be referenced in
a .if condition before reading through bsd.port.post.mk.
Approved by: netchild (MAINTAINER) |
08 Jun 2002 10:16:21
6.0.149
|
netchild  |
- update to icc 6.0.149
- use an empty MASTER_SITES to not get mail from fenner's distfile survey
Suggested by: fenner
- correct the message in IGNORE after obrien's change to linux-base
- fill in the product name in docs/csupport |
28 May 2002 03:22:32
6.0.139_1
|
obrien  |
Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7. |
14 May 2002 13:46:23
6.0.139_1
|
netchild  |
Oops, last commit was an old version, this one is at least able to link
build the LAME port with
make CC=icc CFLAGS="-tpp6 -DNDEBUG"
No port revision bump because of the short timeframe... |
14 May 2002 13:17:06
6.0.139_1
|
netchild  |
Wrapper script for ld, needed to link native binaries. |
14 May 2002 13:15:20
6.0.139_1
|
netchild  |
1) Document some steps in the targets of the Makefile.
2) icc is now able to link native binaries, at least a simple test case
(a little bit more than a "Hello World!") runs fine.
Our native ld is used here, so don't expect "-ipo" to work.
Major parts of 2) are
Submitted by: Dan Nelson <dnelson@allantgroup.com> |