| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
I can build the new version on amd64, and i couldn't find a recent
pointyhat errorlog, so remove BROKEN for amd64
|
|
|
|
|
| |
PR: ports/74550
Submitted by: Sepherosa Ziehau <sepherosa(at)softhome.net>
|
| |
|
|
|
|
|
|
| |
PR: ports/73604
Submitted by: Sepherosa Ziehau <sepherosa@softhome.net>
Approved by: maintainer timeout (2 weeks)
|
|
|
|
| |
Approved by: adamw (mentor)
|
|
|
|
| |
Approved by: portmgr (self)
|
| |
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
| |
use the correct defaults...
|
|
|
|
|
|
|
|
|
|
|
| |
This patch modifies some gcc parts too, but basically it makes the port
respect CFLAGS. Because of bugs in combination with gcc 3.x and some
optimization options the CFLAGS are hardcoded (better safe than sorry).
I've tested the gcc part of the fix on 4-stable and two 5.x systems.
Submitted by: Marius Strobl <marius@alchemy.franken.de> [1]
Approved by: maintainer timeout (for devel/stlport)
|
|
|
|
|
|
|
|
|
| |
of each port on bento and for recent fixes. Unfortunately at some point I
got confused and switched to the wrong list :-) As a result I picked up a
number of ports that were fixed a while ago. Sorry for the false alarm,
maintainers.
Pointy hat to: kris
|
| |
|
|
|
|
| |
Reminded by: Marius Strobl <marius@alchemy.franken.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
---snip---
The patch is tested (and works) on FreeBSD/i386 -stable and -current with
GCC. Although there are no ICC-specific changes I verified that it doesn't
break lang/stlport-icc.
On FreeBSD/alpha and FreeBSD/sparc64 -current lang/stlport compiles with
this patch however the exception handling test fails. On alpha this looks
like a GCC-bug, on sparc64 it could be also a bug in FreeBSD however GCC
is known to have bugs there.
The patch has also a small fix for the Makefile of the port to allow
concurrent buils with `make -jX`.
The wchar-related part of the patch (which is also needed to fix
compilation on -current) is obtained from the STLport CVS repository.
---snip---
PR: 57267
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer
|
|
|
|
|
| |
PR: ports/54925
Submitted by: Jens Rehsack <rehsack@liwing.de>
|
|
|
|
| |
targets in bsd.port.mk
|
| |
|
|
|
|
|
|
|
| |
- link with the threaded libc (the gcc case does this already)
Submitted by: marius@alchemy.franken.de
Approved by: kris
|
|
|
|
|
| |
Submitted by: marius@alchemy.franken.de
Approved by: Paul Marquis <pmarquis@pobox.com> (maintainer)
|
|
|
|
|
| |
PR: 39921
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 39826, 39872
Submitted by: maintainer
|
|
|
|
|
|
|
| |
remove *.orig to make PLIST right
PR: 39838
Submitted by: maintainer
|
|
|
|
| |
- Delete obsoleted patch
|
|
|
|
|
|
| |
- Make the library really threadsafe. This has been broken in CURRENT
since the port exists.
- Add a gcc31 workaround
|
|
|
|
|
| |
works fine on STABLE with gcc3. This is also the reason for the non working
Openoffice port, which depends on this port.
|
|
|
|
|
|
|
| |
before all, which will restart the whole build every time you interrupt
it... Run the bundled tests after in post-build. Obey the CXXFLAGS.
Approved by: maintainer
|
|
|
|
|
| |
we get a bus error. This may be true for other code who uses
the STLport.
|
|
|
|
|
| |
PR: 35054
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
- remove unnecessary master site
- fix typo in BROKEN (requires -> Requires)
- fix typo in INSTALLS_SHLIB (ye -> yes)
PR: 33152
Submitted by: maintainer
|
|
|
|
|
|
|
| |
assign maintainer
PR: 31053
Submitted by: Paul Marquis <pmarquis@pobox.com> (new maintainer)
|
|
|
|
|
| |
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
PR: 30890
|
|
|
|
|
|
|
|
| |
o un"echo" installation (less noise)
o add missing entry in PLIST
PR: 31016
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
|
|
| |
to -STABLE without a change in __FreeBSD_version . Check for the
existence of the header, and mark BROKEN if it is missing.
PR: 30121
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
|
| |
|
|
|
|
| |
Approved by: sobomax, obrien
|
|
|
|
|
|
| |
ABOUT THIS PORT UNLESS YOU ARE FUNISHING A PATCH TO FIX IT."
I am sick and tired of getting usless email about this port.
|
|
|
|
| |
With help from: NetBSD, Tim Tretyak <timothy@umc.com.ua>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
been bouncing with:
<josh@quick.net>: host mx.quick.net said: 550 <josh@quick.net>... User
unknown
for over 2 months.
|
| |
|
|
|
|
| |
chown -> ${CHOWN}
|
|
STLport is an an adaptation of SGI's Standard Template Library.
The goal of the STLport effort is to make SGI's STL
implementation usable with most compilers while retaining full
functionality.
The Standard Template Library is a C++ library of container
classes, algorithms, and iterators providing many of the basic
algorithms and data structures of computer science.
PR: ports/8939
Submitted by: josh@quick.net
|