Commit Graph

2268 Commits

Author SHA1 Message Date
wilfried
7c450c645f better plugin-dirs, ok maintainer 2004-02-19 20:26:23 +00:00
drahn
8f7dd8b4fc Align sections on sparc32 as openbsd wants them. prevents cache aliasing
problems. ok brad@
2004-02-19 05:57:15 +00:00
brad
c258a643ac set MAXPAGESIZE before including elf_obsd.sh 2004-02-19 05:51:13 +00:00
xsa
f8d898c380 remove MAINTAINER per his resquest;
via and ok ish@.
2004-02-18 20:05:11 +00:00
avsm
076680d302 plug off-by-one, submitted to and ok author 2004-02-14 16:10:55 +00:00
avsm
5c9e31f6f5 fix sscanf off-by-ones, spotted with -Wbounded
maintainer ok
2004-02-14 15:09:44 +00:00
naddy
dab6fa42df update to 15.5; from Matthew Kolb <muk@msu.edu> 2004-02-12 18:47:26 +00:00
sturm
4b917073c3 update to File-ReadBackwards 1.02
from maintainer William Yodlowsky <bsd at openbsd.rutgers.edu>
2004-02-11 18:15:20 +00:00
brad
74ffd7dcbb grok VIA C3 xmove-* and xcrypt-* instructions 2004-02-10 23:27:14 +00:00
brad
9cc0d86a15 Add support for xmove-rng and xcrypt-{ecb,cbc,cfb,ofb} instructions found
in VIA C3 cpus. Very simple encoding: 0f a7 {c0, c8, d0, e0, d8}.  This
change is placed into the public domain, so someone get it back to FSF
2004-02-10 23:26:46 +00:00
brad
81cb83ac58 - CONFIGURE_STYLE= simple -> gnu
- add missing objcopy
--
From: drahn@
2004-02-10 22:49:36 +00:00
espie
f244adcf90 try to prevent automake from running, if present.
even if it runs, ensure the OpenBSD setup will be recognized.
2004-02-10 00:47:57 +00:00
espie
c81a56bc77 +2.58 2004-02-10 00:29:23 +00:00
espie
e36921e702 version 2.58, identical to 2.59 except for a bug-fix.
intended usage is to be able to diff configure scripts generated by
autoconf 2.58 for trojans.
2004-02-10 00:27:01 +00:00
espie
5d976f6ed8 +2.59 2004-02-10 00:01:46 +00:00
espie
fac37e0d34 new version, autoconf 2.59. A few tweaks, as usual... 2004-02-10 00:00:14 +00:00
espie
23eb49df7c missing std::, needed for gcc 3.3.2 2004-02-09 11:59:28 +00:00
sturm
35a21459b4 update to BSD-Resource 1.23
from maintainer Dan Weeks <danimal at danimal.org>
2004-02-07 11:58:31 +00:00
brad
f2a485d6fb Permit '-' in a mnemonic. This is needed for the new VIA C3 xmove-rng
and xcrypt-{ecb,cbc,cfb,ofb} instructions.
2004-02-06 08:46:11 +00:00
xsa
c5fca1d835 update to 1.24 - now also using the python module;
ok sturm@.
2004-02-05 23:29:34 +00:00
sturm
afbbb3b0b9 no systrace for now if 1.3-linux jdk is used (extraction fails due to
systrace bug)
2004-02-04 09:17:37 +00:00
sturm
7297ccd7b0 mark some subpackages arch independent
ok naddy@
2004-02-04 07:39:18 +00:00
sturm
c606093535 mark arch independent 2004-02-03 07:20:42 +00:00
pvalchev
ad55c52b4c - fix 1.3-linux dependency (restrict to newest version)
- enable/reset linux emulation automagically ala the change to 1.3-linux
  (for when that's used for bootstrapping)
from maintainer Kurt Millert
2004-02-03 03:30:55 +00:00
brad
36f7e6acad don't set NATIVE_LIB_DIRS here. 2004-02-02 06:52:45 +00:00
wilfried
0ea512671e mark arch independent 2004-02-01 20:17:43 +00:00
naddy
8c09065052 - mark as arch-independent
- install README.chroot
2004-02-01 19:47:27 +00:00
xsa
013e5953ed update to 3.0.1; ok sturm@. 2004-02-01 10:33:23 +00:00
marcm
caeea08a93 For reasons totally unclear to me, hppa segfaults with the included
glib code but not when statically linked with the in-tree glib.

So, on hppa, solve this by statically linking to the in-tree glib.
2004-02-01 07:20:04 +00:00
brad
0b497c8f9c - add license marker
- don't need to specify --enable-static
- use Perl instead of sed, shorter and simpler
2004-01-31 21:41:56 +00:00
wilfried
e988b58aca fix build conflict, from maintainer 2004-01-30 13:52:27 +00:00
xsa
c76bc8c71b change my MAINTAINER address to @openbsd.org; ok sturm@. 2004-01-30 08:39:48 +00:00
naddy
7adf93b320 update to 0.12.0; from Andrew Dalgleish <openbsd@ajd.net.au> 2004-01-30 01:01:11 +00:00
pvalchev
fd7018ebec fix link to BSD patchset; reminded by wilfried 2004-01-29 22:17:09 +00:00
pvalchev
c2ced449fb + 1.3 2004-01-29 22:03:33 +00:00
pvalchev
52164fc27e Import of NATIVE jdk-1.3.1
The Java 2 SDK software includes tools useful for developing and 
testing programs written in the Java programming language and
running on the Java platform.

i386-only for now.
Requires manual registration/fetch of distfile from Sun due to
their restrictions.

From maintainer Kurt Miller <truk@optonline.net>
2004-01-29 22:02:18 +00:00
pvalchev
6c62af1151 + nspr 2004-01-29 21:58:48 +00:00
pvalchev
f33abbf72f Import of nspr-4.4.1
Netscape Portable Runtime (NSPR) provides a platform-neutral
API for system level and libc like functions. The API is used
in the Mozilla client, many of Netscape/AOL/iPlanet's and other
software offerings.

i386-only for now.

From maintainer Kurt Miller <truk@optonline.net>
2004-01-29 21:57:53 +00:00
sturm
5c176483e8 + p5-Number-Compare
+ p5-Number-Compare-Date
2004-01-29 18:17:01 +00:00
sturm
58f1cd4c10 Initial import of Number-Compare-Date-0.02
A module for comparison of dates in any format readable by Date::Parse.

from Sam Smith <S at msmith.net>
2004-01-29 18:15:28 +00:00
sturm
0a8abdbee7 Initial import of Number-Compare-0.01
A module for doing numeric comparisons. It can compare numbers expressed
in different comparable units.

from Sam Smith <S at msmith.net>
2004-01-29 18:11:02 +00:00
sturm
7349e2bcce NOT_FOR_ARCHS=${NO_SHARED_ARCHS}
from Xavier Santolaria
2004-01-29 17:13:37 +00:00
jose
2fff566616 add vtcl 2004-01-29 04:06:07 +00:00
jose
1276189f11 visual tcl development environment. advice, ok sturm@
Visual Tcl is a freely-available, high-quality application development
environment for UNIX, Windows, Macintosh and AS400 platforms. Visual
Tcl is written entirely in Tcl/Tk and generates pure Tcl/Tk code.
This makes porting your Visual Tcl applications either unnecessary
or trivial.
2004-01-29 03:27:57 +00:00
sturm
b6eaf3bbdc move p5-Log4perl to its proper destination 2004-01-28 14:06:20 +00:00
sturm
e10b3e77f8 move p5-Log4perl to its proper destination 2004-01-28 14:04:25 +00:00
espie
922d6d47f0 bogus dirname! 2004-01-28 12:24:41 +00:00
sturm
1f912cce23 add p5-Log-Log4perl 2004-01-27 18:54:57 +00:00
sturm
75008ef179 Initial import of Log-Log4perl 0.41
Log::Log4perl lets you remote-control and fine-tune the
logging behaviour of your system from the outside. It
implements the widely popular (Java-based) Log4j logging
package in pure Perl.

from Sam Smith <S at msmith.net>
2004-01-27 18:49:45 +00:00
sturm
f8301209f0 use default MODPY_VERSION (currently 2.3)
from Xavier Santolaria
2004-01-25 16:46:30 +00:00