Commit Graph

1751 Commits

Author SHA1 Message Date
jakemsr
c1d4cf76d9 use /dev/arandom instead of /dev/urandom. reading from /dev/urandom is
too slow.

ok bernd@
2009-03-23 00:35:44 +00:00
ajacoutot
2fe24cc433 - set maintainance to Hobbits Inc. 2009-03-22 19:25:41 +00:00
ajacoutot
5b58189176 - update vala to version 0.5.7 2009-03-22 19:18:32 +00:00
sthen
8b1055603f bump for tk; pointed out by jasper@ 2009-03-16 13:18:56 +00:00
espie
f2cea121fb a few deps 2009-03-16 11:40:24 +00:00
espie
78870ad865 update to 8.12.0 (new numbering scheme, but >old version)
a few patches to deal with shared libraries.
there is lisp code to deal with recognizing .so, so until someone dives
in and adapts it for OpenBSD, keep a libecl.so...
2009-03-16 11:19:12 +00:00
espie
e3545acf5d fix dep, regen adastrap for -current 2009-03-16 10:24:28 +00:00
espie
350fa604f2 fix depends 2009-03-16 09:51:44 +00:00
espie
412e42dbcd bump for python deps 2009-03-15 13:14:43 +00:00
espie
4a3813916a A few more python deps, tweak python module to handle tkinter 2009-03-15 13:03:41 +00:00
kurt
fff1431c9e - semop(2) is not supported by pthreads, so disable its use
- ensure boehm-gc headers are included with thread support enabled
okay robert@ jasper@
2009-03-15 02:19:31 +00:00
espie
6936deb3a3 bump for tk 2009-03-14 12:31:15 +00:00
sthen
438c027ae2 allow tclsh/wish substitution on lines 3 or 4, not just line 3 2009-03-13 13:46:21 +00:00
sthen
dfe5f95d84 bump pkgname following java dep change 2009-03-11 23:21:21 +00:00
sthen
2648669288 bump following tk dep changes 2009-03-11 21:37:27 +00:00
avsm
25c5604b41 update ocaml to 3.11.0
tested by krw@ and Richard Bonichon <richard.bonichon@gmail.com>
2009-03-11 21:19:49 +00:00
sthen
645604f593 switch to Tcl/Tk MODULEs to fix package spec 2009-03-11 20:11:30 +00:00
sthen
d76bfafd8a handle package spec for MODTCL_VERSION=8.4 2009-03-11 20:10:14 +00:00
espie
f4e4ac6742 a few spec fixes and assorted pkg bumps, more to come. 2009-03-09 23:09:19 +00:00
espie
ec94f4e745 zap obsolete spec, replace tk-8.5* with tk->=8.5,<8.6
bump corresponding pkgname
2009-03-09 17:54:21 +00:00
sthen
23e2a7489d fix WANTLIB and bump. 2009-03-08 23:05:12 +00:00
kurt
746defb0ff Fix an unterminated string in regress tests which caused the regress
tests to bail out early. no pkg bump since no change in package.
2009-03-08 02:30:23 +00:00
bernd
04529b0584 Bring back the fix for short-named constants.
This previous problems should be gone now.
(ruby svn r18485 and r22679)

Thanks to Jeremy Evans!
2009-03-07 12:30:17 +00:00
martynas
5acddb0235 make it build on amd64. ok naddy@ 2009-03-05 23:44:38 +00:00
sthen
5fa3c1cf10 add common in-place modifications to cope with the usual ways to start
Tcl scripts. from Stuart Cassoff, ok steven.
2009-02-15 22:27:44 +00:00
naddy
9ea99647ac bump PKGNAME for PLIST changes 4.4 -> 4.5 2009-02-09 20:48:23 +00:00
simon
0afb2e5670 update to version 0.9.0.1, move docs and examples to appropriate places
testing/feedback by ajacoutot@ (macppc) and jasper@ (amd64, i386 and
sparc64 which still fails to build), thanks!
2009-02-04 10:15:14 +00:00
martynas
513b069d09 fix endianness on arm. tested by, and ok kili@ 2009-02-03 22:22:11 +00:00
bernd
a588fcd431 Revert last "fix". I causes problems with some Ruby code which worked before. 2009-02-03 21:15:28 +00:00
ajacoutot
c45d7a62f8 - use gettext MODULE 2009-02-03 09:41:40 +00:00
bernd
bf613b4177 Fix usage of short-named constants. (ruby svn r18485)
From msf@.
2009-01-31 09:54:31 +00:00
landry
578f73fe7a SUBPACKAGE -estdc doesn't need to RUN_DEPENDS on gcc.
Diff from Mikolaj Kucharski on ports@, thanks!

ok espie@
2009-01-26 22:09:19 +00:00
steven
162b6cb0c9 change wish invocation line back; reminded by maintainer 2009-01-25 20:47:48 +00:00
ajacoutot
6fa2c207ca - update to vala 0.5.6 2009-01-24 16:50:45 +00:00
kili
27d5794352 Update to scm 5e5.
Update HOMEPAGE and MASTER_SITES.
Add license marker.

portswise ok, jasper@
"if it works...", espie@ (MAINTAINER).
2009-01-21 18:30:16 +00:00
ajacoutot
ee40acb2f3 - use FAKE_FLAGS instead of the post-install danse; install more @sample
files in the process
- link with -pthread, not -lpthread
2009-01-21 16:06:59 +00:00
naddy
d7a75797f5 Include the headers for MMX/SSE/etc on amd64, too.
From: Pierre Riteau <pierre.riteau@gmail.com>
2009-01-19 21:39:29 +00:00
robert
980a048fcc Enable sjlj exceptions by default because the other implementation does not
work on OpenBSD, and exceptions are hevaily used by OpenOffice.Org.

Backport PR libstdc++/31481 from GCC repository because this fix is needed
by openoffice:
	PR libstdc++/31481
	* include/ext/type_traits.h (__numeric_traits): Move...
	* include/ext/numeric_traits.h: ... here; fix type of
	__max_digits10.
	* include/ext/pb_ds/detail/type_utils.hpp: Include
	<ext/numeric_traits.h> too.
	* include/tr1/random: Likewise.

Tested with both openoffice and webkit. bump needed PKGNAMEs;
2009-01-18 18:47:05 +00:00
sthen
1453c19a8a update to 8.4.19, from new maintainer Stuart Cassoff. 2009-01-16 00:02:13 +00:00
naddy
c0473d8daf don't try to declare conflicting prototypes for functions already declared
by OpenSSL 0.9.8j
2009-01-10 17:03:34 +00:00
naddy
f3a004bec6 fix "underquoted definition" warnings from newer aclocal and
regen some patches
2009-01-09 17:43:38 +00:00
jasper
75a1acdf6e - update gawk to 3.1.6
* license changed to GPLv3 among other changes

ok wilfried@ (MAINTAINER)
2009-01-07 16:35:08 +00:00
djm
d71b9a7269 Updates and garbage collect all three Python ports:
2.4.4 => 2.4.8
    2.5.2 => 2.5.4
    2.6 => 2.6.1

Python 2.4 and 2.5 lose their build knobs to match 2.6.

Removes no longer needed Python 2.5 security patches backported
from the release25-maint SVN branch.

Remove the -bz2 subpackage from all three versions. It is silly
to make a subpackage to avoid depending on something tiny and
compatibly licensed.

Python 2.4 and 2.5 lose their -expat subpackages; expat has been
in base for some time.

Python 2.5 loses its sqlite subpackge. Again, sqlite is tiny,
compatibly licensed and is depended upon by more and more
applications. This brings it into line with the 2.6 version.

Rework all three version's handling of setup.py. Rather than regex
replacing LOCALBASE and X11BASE into setup.py post-configure, these
are passed in though environment variables. Will save hours of
frustrated cursing familiar to anyone who has accidently used the
update-patches target after configure and had to go back and redo
all the substitutions.

Rework the patching of setup.py for 2.4 and 2.5 to be more like
what we do for 2.6. I.e. keep the diff minimal and avoid deleting
huge blocks of code, so the diff has a chance of applying without
massive hand-editing each patch release.

Fix .py paths in installed .pyc files (patch from eric@)

feedback from several, particularly eric@, ajacoutot@ and Ingo
Schwarze; "get it in" ajacoutot@
2009-01-01 21:03:27 +00:00
steven
58ade8a96e update to 8.5.6
from maintainer Stuart Cassoff
2008-12-26 23:36:03 +00:00
ajacoutot
19d74d1e29 - update to vala-0.5.3
vala-gen-project has been moved to an external project: vtg (Vala Toys
for gedit)
2008-12-17 13:56:41 +00:00
fgsch
95bf280eb6 No expat dependency for 2.6. djm@ ok. 2008-12-16 06:32:27 +00:00
djm
75b30c5d9f unused for a long time; spotted by fgsch@ 2008-12-16 05:32:20 +00:00
djm
40f2faa1e4 more unused files; spotted by fgsch@ 2008-12-16 05:31:32 +00:00
djm
541153395a the python-2.6 port does not have a sqlite subpackage, so this file
is unused
2008-12-15 22:10:34 +00:00
sthen
49a758cc13 update maintainer's email address; corrected from a ports@ submission. 2008-12-14 21:30:27 +00:00