Commit Graph

38 Commits

Author SHA1 Message Date
Kris Kennaway
042afb8649 Before committing the previous BROKEN changes I carefully checked the status
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
2003-10-16 04:15:48 +00:00
Kris Kennaway
8431636b7c BROKEN on 5.x: does not compile 2003-10-16 01:57:27 +00:00
Alexander Leidinger
e51bf54b2d I forgot to remove the now empty cwchar patch in my last commit...
Reminded by:	Marius Strobl <marius@alchemy.franken.de>
2003-10-05 12:40:04 +00:00
Alexander Leidinger
4f51476e2a Fix stlport:
---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
2003-10-05 08:29:55 +00:00
Jun Kuriyama
42e475653b Update WWW.
PR:		ports/54925
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-17 09:53:37 +00:00
Kris Kennaway
1c24674242 Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
2003-02-28 22:53:02 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Alexander Leidinger
c430d93d77 This change only affects the icc part of stlport:
- link with the threaded libc (the gcc case does this already)

Submitted by:	marius@alchemy.franken.de
Approved by:	kris
2002-09-22 13:19:33 +00:00
Alexander Leidinger
5ca74f56d7 Patch to be able to make a slave port for Intels C/C++ compiler.
Submitted by:	marius@alchemy.franken.de
Approved by:	Paul Marquis <pmarquis@pobox.com> (maintainer)
2002-09-17 12:52:06 +00:00
Kevin Lo
567d5a0d94 Warn of potential exception handling bugs in FreeBSD versions < 4.6.
PR: 39921
Submitted by: MAINTAINER
2002-06-28 07:59:02 +00:00
Ying-Chieh Liao
73ec1cec8d Unbreak build for gcc-2.95.4
PR:		39826, 39872
Submitted by:	maintainer
2002-06-26 04:20:21 +00:00
Ying-Chieh Liao
e148c2cfd6 style cleanups
remove *.orig to make PLIST right

PR:		39838
Submitted by:	maintainer
2002-06-25 14:19:45 +00:00
Martin Blapp
6b2d9df912 - -D_REENTRANT is still needed. For STABLE and CURRENT.
- Delete obsoleted patch
2002-06-07 10:37:50 +00:00
Martin Blapp
d3b34bf04a - Respect USE_GCC=
- Make the library really threadsafe. This has been broken in CURRENT
  since the port exists.
- Add a gcc31 workaround
2002-06-07 09:31:19 +00:00
Martin Blapp
6e22f2c4fc Fix compile for gcc3. On CURRENT, the exception tests are failing. This
works fine on STABLE with gcc3. This is also the reason for the non working
Openoffice port, which depends on this port.
2002-06-06 21:47:30 +00:00
Mikhail Teterin
f82922d767 Do not tinker with the ALL_TARGET. The existing version makes clean
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
2002-03-10 23:24:14 +00:00
Martin Blapp
7a9c31fd2e The tests are only working if compiled without -O. With -O
we get a bus error. This may be true for other code who uses
the STLport.
2002-03-05 08:00:18 +00:00
Patrick Li
49b2e45d3a Update to 4.5.3
PR:		35054
Submitted by:	maintainer
2002-02-17 21:01:44 +00:00
Pete Fritchman
54728e6a38 - update to 4.5.1
- remove unnecessary master site
- fix typo in BROKEN (requires -> Requires)
- fix typo in INSTALLS_SHLIB (ye -> yes)

PR:		33152
Submitted by:	maintainer
2001-12-24 22:17:44 +00:00
Ying-Chieh Liao
518e36866f upgrade to 4.5
assign maintainer

PR:		31053
Submitted by:	Paul Marquis <pmarquis@pobox.com> (new maintainer)
2001-12-21 20:56:47 +00:00
David E. O'Brien
0335fb2b91 Mark broken for FreeBSD < 4.4.
Submitted by:	Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
PR:		30890
2001-10-17 16:01:20 +00:00
Mario Sergio Fujikawa Ferreira
9b68ceb7bc o fix installation permissions in do-install target
o un"echo" installation (less noise)
o add missing entry in PLIST

PR:		31016
Submitted by:	Patrick Li <pat@databits.net>
2001-10-04 00:37:35 +00:00
Trevor Johnson
d79d377611 The wchar.h header required by this port seems to have been added
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>
2001-08-31 16:36:50 +00:00
David E. O'Brien
f503d96fe5 Fix the STLport. It now compiles on 5-current and RELENG_4 !! 2001-08-21 22:54:13 +00:00
Dima Dorfman
74aada477d Remove duplicate words where appropriate.
Approved by:	sobomax, obrien
2001-06-24 20:29:39 +00:00
David E. O'Brien
d69b90c313 Mark this broken with "YES I _KNOW_ THIS IS BROKEN. DO **NOT** EMAIL ME ABOUT THIS PORT UNLESS YOU ARE FUNISHING A PATCH TO FIX IT."
I am sick and tired of getting usless email about this port.
2001-05-30 22:27:35 +00:00
David E. O'Brien
012ab0ea4f Upgrade the STLport to version 4.0.
With help from: NetBSD, Tim Tretyak <timothy@umc.com.ua>
2001-05-17 21:09:19 +00:00
David E. O'Brien
f2866c9b08 Upgrade to version 4.0. 2001-03-21 02:27:08 +00:00
David E. O'Brien
bc9859a267 fix WWW: formattin' 2001-03-21 01:35:58 +00:00
Satoshi Asami
dfee8150a0 Convert to PORTNAME/PORTVERSION. 2000-04-14 05:44:42 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
David E. O'Brien
0a2f9e05dc Adopt ports I care about. 1999-10-26 07:51:26 +00:00
Bill Fenner
fcde3f99f1 Remove josh@quick.net as MAINTAINER. Email to josh@quick.net has
been bouncing with:

<josh@quick.net>: host mx.quick.net said: 550 <josh@quick.net>... User
unknown

for over 2 months.
1999-10-21 19:02:29 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Justin M. Seger
ee8e25af3e Import of stlport:
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
1998-12-18 03:09:05 +00:00