4483 Commits

Author SHA1 Message Date
kurt
caabf80130 remove BROKEN now that pthreads has been fixed. 2007-04-08 13:39:13 +00:00
kurt
3a2afa990f - fix the build for good on systems with >= 4G memory by limiting
the jdk's view of physical memory to datasize rlimit max
- remove and adjust old memory adjustments for OpenBSD
- shrink overhead on amd64 making more memory available for use
ok wilfried@
2007-04-08 12:43:06 +00:00
steven
f26b2d7db3 USE_LIBTOOL 2007-04-07 19:44:53 +00:00
steven
ed20381fd9 USE_LIBTOOL 2007-04-07 14:05:04 +00:00
ckuethe
15aac4904a Make jam define the $OS variable properly. From Josh Elsasser
ok steven
2007-04-07 03:49:39 +00:00
steven
86a5cd9c85 +rapidsvn 2007-04-06 16:01:05 +00:00
steven
51dc63d2a7 import rapidsvn 0.9.4
RapidSVN is a cross-platform GUI front-end for the Subversion revision
system written in C++ using the wxWidgets framework. This project also
includes a Subversion client C++ API.

from Vlad Glagolev <stelzy at gmail.com>
2007-04-06 16:00:20 +00:00
steven
0ccde4eecb USE_LIBTOOL 2007-04-06 06:40:09 +00:00
steven
5b60f74dfa USE_LIBTOOL 2007-04-06 05:42:26 +00:00
kurt
e31260f1cb Fix build on amd64 by adding missing -fPIC to swt-browser link. also
regen patches while here.
2007-04-06 02:16:21 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
david
c3cda7a2cf fix $OpenBSD$ RCS tags in patch header; no PKGNAME bump needed 2007-04-04 22:59:39 +00:00
martynas
bd7cfbeae8 remove some useless patches
ok wilfried@
2007-04-03 19:40:05 +00:00
aanriot
77c594cfe6 remove p5-Test-Builder-Tester, which was tagged "COMES_WITH= 3.9".
ok steven@
2007-04-03 14:00:53 +00:00
aanriot
468d0e5066 disconnect p5-Test-Builder-Tester. 2007-04-03 13:57:14 +00:00
jasper
4eb4b45d1d - update tcllib to 1.6
many many new libraries (eg: bibtex, blowfish, jpeg, etc)

ok martynas@
2007-04-02 18:59:46 +00:00
sturm
4742c644c3 arm-elf 2007-04-02 15:35:51 +00:00
sturm
9a9b1d2495 GNU cross compiler suite, configured for the arm-elf target.
from and maintained by Sebastian Trahm <basti at schleifi.com>
2007-04-02 15:35:01 +00:00
steven
4db7303ed2 USE_LIBTOOL and enable shared libraries.
fine with todd@
2007-04-02 07:12:27 +00:00
steven
7d32eddf97 add MODPY_SETUPTOOLS; unbreaks install if setuptools is installed.
ok djm@
2007-04-02 07:05:08 +00:00
pvalchev
aa6c165684 mark as broken on amd64 for now so this doesn't stop bulk builds:
java hangs compiling DDProvider.java
2007-04-02 00:48:32 +00:00
steven
7657738100 USE_LIBTOOL 2007-04-01 21:13:53 +00:00
kurt
4d71d63aee per POSIX accept(2) can return EINTR so have apr_socket_accept() retry
when this happens. http://issues.apache.org/bugzilla/show_bug.cgi?id=41975
fixes issues noticed while testing tomcat-native. regen patches and distinfo
while here.  "looks ok" steven@
2007-04-01 20:03:07 +00:00
sturm
a0b7d1520e really depend on specified autoconf/automake version 2007-04-01 16:44:19 +00:00
steven
9294c00b21 USE_LIBTOOL, regen plist 2007-04-01 06:16:08 +00:00
steven
a79e4f37e4 USE_LIBTOOL 2007-03-31 12:21:38 +00:00
jasper
e59f98056d update libmtp to 0.1.5 2007-03-30 16:49:07 +00:00
steven
4877cc1580 fix mt flavor 2007-03-28 07:02:07 +00:00
steven
7096a0e5d2 we don't have FAKE_ENV 2007-03-28 06:47:57 +00:00
jasper
32fefba1ae backout previous update as it depended on the new gtk..
noticed by sturm@
2007-03-27 18:19:41 +00:00
sturm
09f1168bcb sometimes, further PKGNAMEs hide further down the Makefile...bump them too 2007-03-27 14:29:22 +00:00
espie
867caa01a4 set USE_LIBTOOL, bump PKGNAME just in case. 2007-03-27 11:04:48 +00:00
djm
001382a2a4 force "zip_safe=False" to give consistent PLIST regardless of Python
version, bump PKGNAME; problem spotted by mestdagh@
2007-03-27 09:25:26 +00:00
espie
eab92da0b6 fix shared library numbers for OpenBSD. Patch may still change, but it
appears to work fine w/ kde4.

cmake will still generate a libfoo.so (which is useful as a placeholder to
know the lib has been built, since other directories don't have access to
the version number), but it obeys OpenBSD conventions for the actual library
now.

ld does the right thing, namely it ignores the libfoo.so and links against
libfoo.so.5.0 properly.

Also take environment into account to allow the ports tree to override
version numbers.

Todo: logfile of built libraries.
2007-03-26 21:27:44 +00:00
espie
30059c7ebb help people not mix up X11 with xenocara, by making sure they link against
X11 >= 10, and bump those major numbers accordingly, so that bug-reports
will get easier to process.

(artificial `flag day' as discussed with deraadt@)
2007-03-26 21:22:13 +00:00
jolan
93914f3768 +lpeg 2007-03-26 13:07:54 +00:00
jolan
0f13e23318 lpeg-0.5, parsing expression grammars library for lua 2007-03-26 13:03:57 +00:00
djm
eeebb2f00a bump pkgname; reminded by naddy@ 2007-03-25 22:36:36 +00:00
djm
721ccc9264 zap file that only belongs there if we use setuptools (which we don't) 2007-03-25 21:50:31 +00:00
mbalmer
bffaf52a08 Add poedit. 2007-03-25 13:07:14 +00:00
mbalmer
bbf03d53b3 GTK+-2 based PO-files editor for the translators.
From Vlad Glagoley <stelzy@gmail.com>
2007-03-25 13:02:29 +00:00
matthieu
4e9964992c Add an explicit check for shared libraries support in autoconf bits.
ok brad@, todd@.
2007-03-25 11:36:29 +00:00
djm
deb79be2f9 ctypes-1.0.1, patches no longer required thanks to responsive upstream 2007-03-25 10:34:12 +00:00
djm
1e6cb509b5 setuptools-0.6c5 2007-03-25 10:24:52 +00:00
djm
68d5535195 update to pytz-2006p, including some new timezones 2007-03-25 10:21:40 +00:00
steven
30d8f95123 fix install path of apu-1-config.
fixes subversion build failure noticed by Vlad Glagolev
2007-03-25 09:59:35 +00:00
todd
ec0058ce82 add apr,mt and apr-util,mt 2007-03-24 14:09:26 +00:00
todd
ae292e2030 add mt flavor that can co-exist with the default non-mt flavor
ok kurt@
2007-03-24 13:46:47 +00:00
todd
b2d1109146 add mt flavor capable of co-existing w/default non-mt flavor
ok kurt@
2007-03-24 13:45:12 +00:00
steven
d8554d1894 add to benchmarks category 2007-03-24 09:12:02 +00:00