| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Submitted by: linimon
Notes:
svn path=/head/; revision=98657
|
|
|
|
|
|
|
|
|
| |
cxa_atexit.c now (it has the same line count as the icc one).
Reviewed by: netchild
Notes:
svn path=/head/; revision=98655
|
|
|
|
|
|
|
| |
Approved by: tobez
Notes:
svn path=/head/; revision=98627
|
|
|
|
|
|
|
| |
Submitted by: Masakazu HIGAKI <higamasa@dream.com>
Notes:
svn path=/head/; revision=98564
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=98557
|
|
|
|
|
|
|
| |
Submitted by: Masakazu HIGAKI <higamasa@dream.com>
Notes:
svn path=/head/; revision=98550
|
|
|
|
|
|
|
|
|
|
|
| |
- Add dependency on iconv
PR: ports/59168, ports/61557
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>, Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: maintainer
Notes:
svn path=/head/; revision=98538
|
|
|
|
|
|
|
|
| |
PR: ports/52016
Submitted by: David G. Holm <harbour@netfang.net>
Notes:
svn path=/head/; revision=98525
|
|
|
|
|
|
|
| |
Approved by: nork (mentor)
Notes:
svn path=/head/; revision=98462
|
|
|
|
| |
Notes:
svn path=/head/; revision=98429
|
|
|
|
|
|
|
|
|
| |
change to the gcc34 port to adjust the renaming of gccbug to the scheme
used by the other programs installed by this port. Remove hack to provide
stubs for binaries not built on some platforms.
Notes:
svn path=/head/; revision=98414
|
|
|
|
| |
Notes:
svn path=/head/; revision=98295
|
|
|
|
| |
Notes:
svn path=/head/; revision=98277
|
|
|
|
|
|
|
|
|
|
|
| |
Chase freetds lib. Bump PORTREVISION.
Requested by: many
Submitted by: Michael Ranner <mranner@inode.at>
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=98234
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Welcome lang/ghc5 after repocopy from lang/ghc.
* Say goodbye to lang/ghc6.
* Fix dependency of devel/hs-tclhaskell-ghc and devel/hs-uni.
Approved by: portmgr (marcus), maintainer
Repocopy by: joe
Notes:
svn path=/head/; revision=98232
|
|
|
|
|
|
|
|
| |
not have a version number. Also install under ${LOCALBASE}/share/doc/ghc6
to avoid conflicts with ghc-doc.
Notes:
svn path=/head/; revision=98227
|
|
|
|
|
|
|
|
|
|
| |
* Use math/libgmp4 instead of included gmp.
Reviewed by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by: maintainer
Notes:
svn path=/head/; revision=98199
|
|
|
|
| |
Notes:
svn path=/head/; revision=98164
|
|
|
|
|
|
|
|
|
|
| |
of the APACHE_PORT variable in bsd.port.mk).
- Fix php5 pkg-list when built without sqlite.
Approved by: nork (mentor/implicitly)
Notes:
svn path=/head/; revision=98161
|
|
|
|
|
|
|
|
|
|
|
| |
of the package list for libraries and include files more failure tolerant, so
that at least `make install` now works on sparc64.
libgcj still is not supported and packaging is broken on sparc64; mark BROKEN
on that platform.
Notes:
svn path=/head/; revision=98110
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=97938
|
|
|
|
|
|
|
|
|
|
| |
upgrader adopters commit a better fix which also respects PREFIX.
Bump PORTREVISION for this fix, not bumping it for the bandaid fix
was intended.
Notes:
svn path=/head/; revision=97935
|
|
|
|
|
|
|
| |
Noticed by: Marius Strobl <marius@alchemy.franken.de>
Notes:
svn path=/head/; revision=97932
|
|
|
|
|
|
|
|
| |
- update icc7 to 7.1.035
- sync parts of icc7 with the icc (v8) port
Notes:
svn path=/head/; revision=97929
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
systems. It's tested on 4.x, but not on FreeBSD < 502101.
- Not all (new) options (including GCC compatibility) are thoroughly
tested.
When encountering problems please report to me first instead of directly
contacting Intel.
Ackknowledgements:
- Bradley T Hughes <bhughes@trolltech.com> for PR 59552, it resulted in
a modification of our libc (C++ DSO Object Destruction API) we
incorporate in the port on < 502101 systems.
- Marius Strobl <marius@alchemy.franken.de> for his help with the port
(e.g. ld.c, cxa).
Notes:
svn path=/head/; revision=97928
|
|
|
|
|
|
|
|
| |
address now bounces with permanent errors. It had previously been
scheduled for removal on Feb. 2nd and no one has objected.
Notes:
svn path=/head/; revision=97888
|
|
|
|
|
|
|
|
|
|
|
| |
o Small other fixes.
PR: ports/56205[1], ports/61169[2]
Submitted by: Christian Ullrich <chris+freebsd@chrullrich.de> [1]
ale (maintainer) [2]
Notes:
svn path=/head/; revision=97878
|
|
|
|
|
|
|
|
|
| |
PR: ports/56205[1], ports/61171 [2]
Submitted by: Christian Ullrich <chris+freebsd@chrullrich.de>
ale (maintainer) [2]
Notes:
svn path=/head/; revision=97877
|
|
|
|
|
|
|
|
|
| |
changes which combine and simplify the post-install handling of target
libraries and GCJ include files and my 2003-12-14 change which simplifies
handling of .info files from the lang/gcc33 port.
Notes:
svn path=/head/; revision=97870
|
|
|
|
|
|
|
|
| |
match the new versioning scheme in GCC-land and adjust the renaming of
gccbug to the scheme used by the other programs installed by this port.
Notes:
svn path=/head/; revision=97810
|
|
|
|
| |
Notes:
svn path=/head/; revision=97795
|
|
|
|
| |
Notes:
svn path=/head/; revision=97794
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist
- Give maintainership back to Jason Evans, who is also the author of Onyx
PR: 60877 [1]
Submitted by: Jason Evans <jasone@canonware.com>
Notes:
svn path=/head/; revision=97778
|
|
|
|
|
|
|
| |
Reported by: Mun-Kyo Seo <munggo@pmy.lv>
Notes:
svn path=/head/; revision=97730
|
|
|
|
| |
Notes:
svn path=/head/; revision=97728
|
|
|
|
| |
Notes:
svn path=/head/; revision=97727
|
|
|
|
| |
Notes:
svn path=/head/; revision=97726
|
|
|
|
|
|
|
| |
Q -- equational programming language
Notes:
svn path=/head/; revision=97653
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additional change according to the submitter:
- Port compiles for the first time
- Port has 'gone on a diet'
(forgot about this file in last commit, few seconds ago)
PR: 60912
Submitted by: maintainer
Notes:
svn path=/head/; revision=97565
|
|
|
|
|
|
|
|
|
|
|
|
| |
Additional change according to the submitter:
- Port compiles for the first time
- Port has 'gone on a diet'
PR: 60912
Submitted by: maintainer
Notes:
svn path=/head/; revision=97564
|
|
|
|
| |
Notes:
svn path=/head/; revision=97548
|
|
|
|
| |
Notes:
svn path=/head/; revision=97492
|
|
|
|
|
|
|
| |
post-install handling of target libraries and GCJ include files.
Notes:
svn path=/head/; revision=97408
|
|
|
|
|
|
|
|
| |
PR: 60953
Submitted by: maintainer
Notes:
svn path=/head/; revision=97407
|
|
|
|
|
|
|
|
| |
PR: 60933
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=97370
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
researchers, experimenters, and engineers interested in large-scale
numerical and graphic applications. Lush is designed to be used in
situations where one would want to combine the flexibility of a
high-level, loosely-typed interpreted language, with the efficiency
of a strongly-typed, natively-compiled language, and with the easy
integration of code written in C, C++, or other languages.
WWW: http://lush.sourceforge.net/
PR: ports/60906
Submitted by: David Yeske <dyeske@yahoo.com>
Notes:
svn path=/head/; revision=97320
|
|
|
|
|
|
|
|
|
|
| |
- Remove explicit CONFIGURE_TARGET, as it is defined in Makefile.kde
PR: 60831
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Notes:
svn path=/head/; revision=97110
|
|
|
|
| |
Notes:
svn path=/head/; revision=97019
|
|
|
|
|
|
|
| |
Noticed by: Kimura Fuyuki <fuyuki@nigredo.org>
Notes:
svn path=/head/; revision=96932
|
|
|
|
|
|
|
|
| |
PR: ports/60692
Submitted by: ale (maintainer)
Notes:
svn path=/head/; revision=96883
|