Commit Graph

1100 Commits

Author SHA1 Message Date
sturm
706f3c88e2 python module for all standard python ports
from Xavier Santolaria <xavier@santolaria.net>
2003-07-28 17:48:13 +00:00
brad
e6561f7229 don't hardcode the default linker emulation type. 2003-07-24 13:43:44 +00:00
naddy
fca2b085a0 Twiddle debugging format; originally from art@ a long time ago
This may need revisiting later, but it allows us to build a rather
functional compiler on alpha.
2003-07-24 12:15:48 +00:00
avsm
34b97c484f no need to define YACC, add in a ghc module Makefile to set common ghc defines 2003-07-23 18:26:35 +00:00
avsm
c860d8934c Update from maintainer Don Stewart (dons at cse.unsw.edu.au):
- Updated to ghc-6.0
- Halved (roughly) the build time; by using the 6.0 in-tree build
we only have to build the 6.0 libraries once. Also we only build the
necessary parts of the bootstrap compiler.
- The ugly lndir/stage1 build is also gone.
- The full ghc regression suite is now part of the port!
"make regress" will run around 3000 regress tests.
- The regression tests revealed that the C foreign function
- The Makefile is simplified, using more default targets
- The documentation is updated to 6.0
- I put some of the 5.04.3 patches into ghc cvs, so they are
now obsolete.

Unfortunately, this lets mozilla back in the race for longest
package building time...
2003-07-20 21:57:10 +00:00
pvalchev
b22923e13d this crashes & hangs the build process on m68k as well, mark busted for now 2003-07-14 17:45:30 +00:00
jolan
ec7e75194d update to expect-5.38.3 2003-07-13 08:04:41 +00:00
espie
70ac7a3024 oops, killing it locally is not enough... I forgot the cvs rm -f. 2003-06-30 17:29:12 +00:00
espie
6fa6af0b89 Minor update, gcc 3.2.3. Only bug-fixes. 2003-06-30 12:19:23 +00:00
avsm
f6c7377e68 Add in some documentation in a ghc-doc-5.04.3 subpackage
Based on a port by Donald Bruce Stewart (maintainer)
2003-06-30 03:45:34 +00:00
espie
66f1b0c1b1 -lestdc++, will fix a handful of tests. 2003-06-28 09:57:05 +00:00
espie
fac37da0da autoheader/autoconf doesn't regen config.h.in in libstdc++-v3 correctly.
Do not attempt it until it's fixed.
There's currently no patch that requires this anyways...
2003-06-27 23:02:45 +00:00
pvalchev
a3ccd7d927 not for vax, until someone hacks support 2003-06-26 21:51:22 +00:00
avsm
3ef9f242ca add in a stub for -Wbounded and attribute((bounded)) until its ported
over to gcc3
2003-06-26 18:39:52 +00:00
espie
27d64312b6 Reactivate objc and Fortran, as these work...
C++ really is a problem.
2003-06-26 15:00:14 +00:00
espie
1e0ea1a04c Don't build C++, Fortran, Objective-C yet on i386. 2003-06-26 00:22:01 +00:00
espie
0e31e0a30e Preliminary work at making it run on i386-ELF.
From dale and me.
2003-06-26 00:19:50 +00:00
sturm
96632cc291 add dummy -fno-stack-protector to gcc/g++, does nothing
bump version on gcc/g++ packages
2003-06-16 17:25:19 +00:00
brad
8fa304a59c duplicate of devel/dejagnu but slightly older 2003-06-10 15:47:46 +00:00
brad
d869ce88a5 lang/egcs/dejagnu -> devel/dejagnu 2003-06-10 15:43:20 +00:00
brad
18846513ef the MAINTAINER should have been removed some time ago. 2003-06-02 15:13:42 +00:00
avsm
8f95fa7510 +ghc 2003-05-29 16:39:21 +00:00
avsm
5854c73dfa initial import of ghc-5.04.3, which takes the "longest compilation
time" award from mozilla and gcc3

From Don Stewart <dons@cse.unsw.edu.au> with tweaks from me

(i386 only for the moment)
--
The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98.

GHC compiles Haskell to either native code or C. It implements
numerous experimental language extensions to Haskell, including
concurrency, a foreign language interface, several type-system
extensions, exceptions, and so on. GHC comes with a generational
garbage collector, a space and time profiler, and a comprehensive
set of libraries.
2003-05-29 16:38:31 +00:00
pvalchev
d4b9842a04 resolve some libtool/other magic to make this at least build on ELF
regress tests are not working, ian is supposed to look at that
some help from naddy; ok maintainer ian
2003-05-23 05:03:46 +00:00
naddy
07bfa62c94 * Update to 4.0.1, which also fixes DESTDIR/PREFIX handling.
* Fix dynamic loading patches.
* General clean-up.
2003-05-19 08:50:43 +00:00
naddy
11dc42b4bb As per miod@, the vax problem has been fixed but trying to build this
port will still panic any m68k machine.
2003-05-17 03:15:31 +00:00
margarida
0c8f243123 Update librep to version 0.16.2
--
Make it work on powerpc.
Bring PLIST and PFRAG.shared to reality.
2003-05-15 05:26:58 +00:00
naddy
39a1f431fb remove a bizarre abuse of SYSCONFDIR; ok espie@ 2003-05-14 23:34:09 +00:00
jolan
67e58ed296 update e-mail address, ok brad@ 2003-05-12 08:23:45 +00:00
naddy
ae6bb35aee bootstrap on ELF; ok espie@ 2003-05-11 22:42:32 +00:00
naddy
a66c50e872 bootstrap on ELF 2003-05-08 01:34:43 +00:00
jsyn
43d7195899 quote COMMENTs; ok naddy@ 2003-04-10 18:08:56 +00:00
ian
d4f4424769 Upgrade to 1.18, mostly from Tom Gelhausen, previous pushes from
naddy and kevlo.  New HOMEPAGE and MASTER_SITES, fix tabs in Makefile,
depend on converters/libiconv.  Update path to license in MESSAGE.
Now includes a compiler API hence one .h file.
2003-04-07 17:20:49 +00:00
wilfried
26f883bd85 update to gawk-3.1.2 2003-04-02 08:37:48 +00:00
sturm
89c8fed2d6 USE_X11=Yes 2003-03-31 14:11:50 +00:00
couderc
fde3ba29a1 Fix tk flavor, noticed by Harry Pehkonen <harry.pehkonen@hotpop.com> 2003-03-29 15:31:12 +00:00
david
e74e4a4773 fix more spelling errors/typos
ok pvalchev@
2003-03-02 05:35:10 +00:00
naddy
142e661495 Don't include "recursive ftp" example script; conflicts with socks5.
From: Jolan Luff <jolan@cryptonomicon.org>
2003-02-27 12:49:16 +00:00
espie
144f889e35 heh, ldconfig matches dir names. 2003-02-16 14:26:07 +00:00
naddy
b9b81bfb85 Remove some useless contortions. 2003-02-16 14:24:32 +00:00
espie
1500e41506 Update to gcc 3.2.2 and fix autoconf issue 2003-02-15 14:38:27 +00:00
pvalchev
5ac2ac9ad8 make a link to f77 too, not only g77, in case the fortran off gcc3 is desired
(since some apps look for it under that name)
2003-02-10 03:29:28 +00:00
lebel
db749bfd4b allow g77 as a MODGCC3_LANGS 2003-02-09 23:10:11 +00:00
jcs
9748be61fb remove brian as maintainer at his request 2003-01-17 04:02:26 +00:00
fgsch
acdfd4ea13 zap NEED_VERSION. 2002-12-29 20:41:07 +00:00
couderc
0a0fe177e0 Update to 1.6.8 2002-12-26 15:48:22 +00:00
pvalchev
3101b76380 Remove Angelos from maintainer per his request 2002-12-23 00:37:49 +00:00
sturm
62600d161c these remove some 64bit warnings
from naddy@, thanks
2002-12-15 17:52:44 +00:00
brad
29228c9852 upgrade to expect 5.38.0
--
From: new MAINTAINER -- Jolan Luff <jolan@cryptonomicon.org>
2002-12-15 00:22:03 +00:00
sturm
c9ebe13829 remove hardcoded "-O" from compiler calls
naddy@ OK
2002-12-14 20:03:21 +00:00
couderc
d7a1517f02 add comments 2002-12-09 21:04:08 +00:00
couderc
d354d26f2b Added doc and example directories 2002-12-09 20:26:36 +00:00
naddy
cf4d76664c brute force fix; this allows us to build XF4 again 2002-12-04 21:06:31 +00:00
kevlo
faf08cceec upgrade to 8.3.5 2002-11-29 09:45:48 +00:00
margarida
950fcd3d72 Take maintainership, agreed by previous
MAINTAINER: Robbie Gates <robbie@g7.org>

brad@ ok
2002-11-28 16:34:29 +00:00
sturm
2dc2bc39e0 This adds support for flavored ocaml ports.
Because of the distinction between nativecode and bytecodefiles in ocaml-
ports, special filenames have to be used for flavors. These are documented
in the modul.

naddy@ OK
2002-11-26 20:11:24 +00:00
brad
b4a58c4b66 add crtsavres.o to PLIST if on powerpc
--
espie@ & drahn@ ok
2002-11-25 15:37:59 +00:00
espie
3ba8111022 gcc -> egcc in ada tools.
From John R. Shannon.
2002-11-24 15:43:30 +00:00
espie
a435eb713a Synch line numbers for 3.2.1 2002-11-24 15:42:48 +00:00
espie
76eca84a2a Update to 3.2.1
Remove a large number of `speed-up patches' as they are likely to be
the cause for sparc64 and friends issues.
2002-11-24 11:52:32 +00:00
brad
f7251f3624 remove stub. 2002-11-24 00:56:50 +00:00
sturm
c539ea8fde set MAINTAINER to sturm@openbsd.org
naddy@ OK
2002-11-22 16:43:44 +00:00
sturm
ce795aa2f0 {RUN,BUILD}_DEPENDS+= :ocaml-*:lang/ocaml -> ::lang/ocaml 2002-11-22 15:13:42 +00:00
naddy
f107824102 First cut at OCaml module.
From: Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
2002-11-13 21:42:15 +00:00
pvalchev
a408408cb3 oops, ate a letter before commit by accident 2002-11-12 21:14:24 +00:00
pvalchev
482756a7b6 Add gcc3 module. OK espie naddy
MODGCC3_ARCHES should be set to use this, as addition to MODULES=gcc3
MODGCC3_LANGS accepts C++ (C default) and adds proper dependencies, etc
(more languages can be added later on eventually.)

Those will start getting splattered around the tree as time goes now
that the support is there (sparc64 & alpha can make use)
2002-11-12 03:50:56 +00:00
naddy
e38608844b No regression tests available. 2002-10-27 14:12:47 +00:00
naddy
80c7ae1856 Enable regression tests. 2002-10-27 14:10:23 +00:00
pvalchev
37bc212a57 js 2002-10-22 22:17:50 +00:00
pvalchev
b4261b617b Import js-0.2.5
The NGS JavaScript interpreter is an independent implementation of the
JavaScript language, developed by Netscape et al. This implementation
is designed to be re-entrant, extendible, fast, and programmable.

Maintainer Jose Nazario <jose@crimelabs.net>
2002-10-22 22:17:02 +00:00
brad
0da69615f6 Fix security issue with Python 2.1/2.2
Zack Weinberg found a vulnerability in the way the exevpe() method
from the os.py module uses a temporary file name. A file which
supposedly should not exist is created in a unsafe way and the method
tries to execute it. The objective of such code is to discover what
error the operating system returns in a portable way.

By exploiting this vulnerability a local attacker can execute
arbitrary code with the privileges of the user running python code
which uses the execvpe() method.

http://python.org/sf/590294
http://python.org/sf/601077
2002-10-08 02:52:25 +00:00
espie
94a5faf4ac non-insane name for libstdc++. 2002-10-05 09:40:58 +00:00
naddy
655a5a57a4 Sync version number.
From: David Krause <openbsd@davidkrause.com>
2002-10-01 00:34:17 +00:00
naddy
22478210d4 Split libestdc into a separate package so we can add a dependency
for ports built with g++-3.  From pvalchev@ and yours truly; ok pvalchev@
2002-09-30 20:52:45 +00:00
brad
b0f39f243d remove another dir from the linker cache durring post-install 2002-09-28 19:19:51 +00:00
lebel
6c546738c9 in fact, it should be everything other than i386 that disable java and ada;
from brad@
2002-09-25 19:44:32 +00:00
lebel
28c0f57fa8 Make gcc 3.2 build by default on sparc64 by desactivating ada and java;
pval@ ok
2002-09-25 17:20:23 +00:00
pvalchev
ad9159a1cd not for static arches (otherwise even configure complains & exits) 2002-09-24 07:35:13 +00:00
couderc
ca4f859d70 Fix tk flavor (noticed by Jim Geovedi) 2002-09-20 14:58:38 +00:00
todd
7b1c05f896 o redo patches for modern day naming conventions
o remove NEED_VERSION
o rename master site; from Sam Smith <S@mSmith.net>
2002-09-19 22:29:36 +00:00
naddy
09082c7516 don't double-quote BROKEN, bsd.port.mk already does the same 2002-09-19 11:57:36 +00:00
ian
4dc13d0791 Turn off PERMIT_*_CDROM after jsyn discovered a bizarre indemnity clause
in the IBM Public License.
2002-09-18 15:39:57 +00:00
espie
9fb62f07bd sigh... both 20020909 and 20020916 don't build, for apparently different
reasons.
2002-09-18 15:35:39 +00:00
todd
80d23346f2 tweak autoconf to be a .for construct, rm to be a list of files; ok espie@ 2002-09-17 22:16:25 +00:00
wilfried
519b108933 remove NEED_VERSION from my remaining ports 2002-09-17 15:22:26 +00:00
espie
f2a7f9fe44 make sure to bootstrap with ada i ada is requested.
disable libiconv entirely.
2002-09-17 12:56:19 +00:00
espie
6134e93659 recognize syslog as a valid format. 2002-09-17 12:55:05 +00:00
lebel
42d1432480 oups, this was a new file 2002-09-16 18:55:04 +00:00
lebel
b160b04516 this now builds on macppc and sparc64,
thanks to Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
2002-09-16 18:54:37 +00:00
shell
ee38ab61ac Drop maintainership, follow-up ? 2002-09-15 11:46:09 +00:00
avsm
e20b7d8701 correct MASTER_SITE 2002-09-14 10:59:44 +00:00
espie
ca3b55113f Update to gcc 3.2, remove integrated patches.
Fix packing lists, including missing %%SHARED%%.
2002-09-14 10:14:50 +00:00
pvalchev
a626ddb9df New maintainer Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>
angelos ok
2002-09-14 03:21:29 +00:00
pvalchev
23cceff11f at least recognise OpenBSD/macppc, does not work yet fully; from Nikolay Sturm 2002-09-12 17:02:47 +00:00
pvalchev
bc8ba8602a not for macppc, for now 2002-09-12 17:01:16 +00:00
pvalchev
85273af281 .section .rodata rather than .rdata on alpha; suggested by art@ 2002-09-11 04:41:40 +00:00
lebel
5769198ff0 NOT_FOR_ARCHS=sparc64; this needs to be investigated 2002-09-10 18:09:25 +00:00
pvalchev
d5d9e260c2 not for powerpc, this hangs in the build so mark it as such for now; ok espie
note that this only works successfully on i386..
2002-09-09 16:07:10 +00:00
naddy
bf1cc6d98d Don't depend on X11; prodded by wcobb@ 2002-09-07 14:02:35 +00:00
espie
65931f1edc Add non-exec trampoline stub (mprotect stack).
Fixes ada build.
2002-08-30 08:33:14 +00:00
naddy
d5a02e2b01 Stub out camlp4, which has been included in ocaml. 2002-08-25 20:55:49 +00:00
naddy
3e98d5ff11 Update to 3.06 which includes camlp4.
From Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.
2002-08-25 20:44:40 +00:00
brad
a4c3c6c27e remove myself as MAINTAINER from a number of ports that I don't use anymore, don't want to maintain, etc. 2002-07-30 14:36:49 +00:00
brad
a494bfe945 oops, the expect man page shouldn't be here.
--
Pointed out by: marc@
2002-07-22 23:54:52 +00:00
brad
9f86be6010 export all symbols in the symbol table when on an ELF system.
--
Ok'd by: MAINTAINER
2002-07-15 21:38:07 +00:00
pvalchev
e9cf15b045 Miod says attempting to build those will panic any vax, and while a fix
is being looked at, marked those with a nice fat NOT_FOR_ARCHS so that
people do not get bitten.
2002-07-15 06:29:20 +00:00
matt
5f9671ba58 taken by Chris Humphries <chumphries@drauku.net> 2002-07-09 12:32:34 +00:00
couderc
2446aa575b Move tk stuff to a flavor so default install does not need tcl/tk. 2002-07-03 16:31:28 +00:00
brad
a4f5caf4d8 - add a no_tk FLAVOR.
- remove separate config.guess.
--
The FLAVOR from: Chad Loder <cloder@acm.org>
2002-06-30 17:50:28 +00:00
espie
0ec56ebed6 Remove some shit, thx Nikolai 2002-06-30 16:06:12 +00:00
espie
046169fd14 Better attempt at getting canonical path 2002-06-30 13:37:42 +00:00
naddy
60e469aab3 prettify; gmake dependency is required 2002-06-30 01:02:47 +00:00
couderc
80017ea49d Fix for ELF machines from drahn@, ok krw@
Taking maintainer, ok krw@ & espie@
2002-06-29 13:39:26 +00:00
espie
45dbff910a +smlnj 2002-06-29 13:27:31 +00:00
espie
b649e5e881 New Jersey sml, from Jens Gerlach Christensen
with heavy modifications of the build system to fit our system better.
Someone make it non-i386 only, PLEASE !
2002-06-29 13:25:10 +00:00
naddy
2bb3e6e1be regen with update-patches 2002-06-18 16:11:30 +00:00
espie
8a759f8bf2 Update somewhat 2002-06-10 21:05:21 +00:00
espie
6196e6bcf2 beginning of a.out openbsd shared libs support in boehm-gc.
Not enough yet for it to work.
2002-06-09 00:35:38 +00:00
espie
10c0b4a5bd somewhat larger speed-up: shared rtx for hardware registers, instead of
generating them again and again.

From Jeff Law, again.
2002-06-09 00:34:37 +00:00
espie
a30267600b Forgot 2002-06-09 00:33:57 +00:00
espie
588e346c45 small speed-up: inline list freeing. Adapted from Jeff Law. 2002-06-09 00:31:52 +00:00
drahn
996926ccdf Changes to allow gcc3.1 to build on powerpc (macppc), likely some of the
mods are wrong, work in progress.
2002-06-07 01:38:59 +00:00
espie
f78314fae8 dependencies should refer to snapshot, not stable. 2002-06-06 13:46:39 +00:00
espie
337e0bd375 missed 2002-06-06 00:05:14 +00:00
espie
a822083c5f obsolete files. 2002-06-06 00:01:08 +00:00
espie
12e5a6e18d Resurrect snapshot port, easy to do,since it's the gcc 3.1 branch. 2002-06-05 23:58:49 +00:00
espie
da78518d96 bad V. One is OSREV, the other is truely V.
Use CONFIG=${MACHINE_ARCH}-unknown-openbsd${OSREV} instead.
2002-06-05 23:31:06 +00:00
espie
403c8b9192 more flattening of config files... 2002-06-03 18:33:33 +00:00
espie
d432a4aa74 Re-do check for nl_langinfo(CODESET) in a more correct way. 2002-06-03 18:32:30 +00:00
espie
aa633b5bdb speed-up look-up of incomplete structs. Patch by Stan Shebs.
Noticeable effect on kernel compilation speed (a few percents)
2002-06-03 14:37:19 +00:00
art
cd46c4a0f9 undef CPLUSPLUS_CPP_SPEC that we happen to inherit from sol2.h (we shouldn't include that)
espie@ ok.
2002-06-03 10:13:34 +00:00
espie
917dcf8464 jbne is a new alias in newer binutils. 2002-06-02 19:55:20 +00:00
espie
3b7765f2b7 grmbl, rs6000.h != ${tm_file}. 2002-05-30 21:15:28 +00:00
espie
e8c1062941 assume sparc64 will build... we'll see. 2002-05-30 12:28:10 +00:00
espie
59bdfd9c45 A few sparc64 tweaks. based on Richard Henderson and Neil Booth comments,
mostly.
2002-05-30 12:20:09 +00:00
espie
1870a5bcd4 clean-up Makefile, add test sections. 2002-05-30 08:57:32 +00:00
espie
ab6056dd33 fix libffi symbols... java is broken right now, since boehm-gc isn't working
at all....
2002-05-30 00:32:03 +00:00
espie
269ad0eee1 flattened rs6000 config files, so use them... 2002-05-29 23:00:27 +00:00
espie
dbd88d50fd ... and yet another one. 2002-05-29 22:53:03 +00:00
espie
fed9181784 another errant CODESET 2002-05-29 22:42:43 +00:00
espie
cd908a9de0 zap obsolete macros 2002-05-29 15:43:13 +00:00
espie
b7f65b11b0 combinations without MASK_LONG_DOUBLE_128 are explicitly not supported. 2002-05-29 15:18:10 +00:00
espie
b8b368f5dc okay, it definitely looks like some symbols don't even exist without this
file...
2002-05-29 14:51:52 +00:00
espie
c7b4764c2b more tweaks, we'll see later if this builds a working compiler. 2002-05-29 14:33:26 +00:00
espie
affa534b30 typo 2002-05-29 14:21:25 +00:00
espie
db33d9ef2d give sparc64 a fighting chance. 2002-05-29 14:10:40 +00:00
espie
2d524f931c basic merge of config stuff for missing openbsd arches. 2002-05-29 13:22:11 +00:00
espie
dd0498e6d3 no CODESET for us. 2002-05-29 10:39:53 +00:00
espie
9d9df4db11 use mkstemp on OpenBSD too. 2002-05-29 01:42:08 +00:00
espie
dcac1922d3 Ada build infrastructure.
Note that Ada needs an ada compiler to bootstrap....

Binary packages soon to appear for i386.
2002-05-29 01:02:39 +00:00
espie
9e13ee767a don't package pic/libiberty.a, since it's not always built. 2002-05-29 00:41:58 +00:00
espie
5c121603a7 Move a few files where they belong.
Introduce Ada packing-list.
2002-05-29 00:30:54 +00:00
espie
29164403d9 Seems that java is compiling alright too...
ada will be a tougher matter...
2002-05-28 01:13:46 +00:00
espie
88317a7622 Update to gcc 3.1, should compile at least on i386. 2002-05-27 16:58:29 +00:00
wilfried
18de2f05bf Update to gawk-3.1.1 2002-05-15 08:02:52 +00:00
espie
8e0401df9e More MASTER_SITES_SUBDIR out 2002-05-13 23:31:24 +00:00
naddy
b915991f69 replace %SUBDIR% usage 2002-05-13 12:23:49 +00:00
wilfried
157cd20d96 bye MASTER_SITES_SUBDIR 2002-05-13 08:18:19 +00:00
matt
debc4b10c2 > Changes by: brad@cvs.openbsd.org 2002/05/11 19:05:49
>
> Modified files:
>         lang/python/2.2/patches: patch-configure_in
>
> Log message:
> fixes for shared lib support

if it's good enough for 2.2, it's good enough for 2.1
2002-05-12 19:32:41 +00:00
brad
2ca43de5eb fixes for shared lib support 2002-05-12 01:05:49 +00:00
matt
585f78ec56 - 2.2 -> 2.2.1
- annotate patches submitted to Python patch tracker
- 100% license compliance: install CHANGES.OpenBSD file
2002-05-11 21:35:13 +00:00
pvalchev
e6853897ea + hugs 2002-04-27 20:09:44 +00:00
wcobb
c67789c880 Hugs 98, from maintainer.
Hugs 98 is a functional programming system which provides an almost
complete implementation of Haskell 98.
2002-04-27 06:16:18 +00:00
matt
4a6074040c teach testsuite about OpenBSD >= 3.0 2002-04-19 12:54:13 +00:00
matt
9b44287b51 upgrade to 2.1.3
2.1.3 has very few improvements over 2.1.2, but the most important
are some thread-safety fixes that were causing heavily loaded Zope
sites to keel over.
2002-04-19 12:19:30 +00:00
brad
5f23fa06f4 OpenBSD threads. 2002-04-16 03:40:02 +00:00
espie
8963b84279 Fix regress target 2002-04-15 07:25:31 +00:00
naddy
e5230d5c9f Add missing RCS Id. 2002-04-07 01:54:47 +00:00
naddy
586a9519dc Do not include mkpasswd example script, which conflicts with the
net/bnc command of the same name and as distributed produces
incredibly insecure passwords.  ok niklas@
2002-03-29 22:18:46 +00:00
pvalchev
cb08f55831 signal.h needed for protos and zergs 2002-03-29 07:09:51 +00:00
wilfried
eabe27475e add minor number to sharedlib, ok espie@ 2002-03-27 13:29:15 +00:00
pvalchev
724f243e9b - workaround for powerpc suggested by espie
- add libtool patches for squeak to properly build on ELF arches
2002-03-25 01:00:53 +00:00
brad
160c224e3a don't bother trying to build on unsupported archs 2002-03-24 22:47:39 +00:00
brad
df8f11f231 MACHINE vs. MACHINE_ARCH problem, change SUB to use MACHINE_ARCH to fix the generated PLIST. Fixes breakage on powerpc systems, should fix m68k too. 2002-03-24 22:38:50 +00:00
espie
0ea73ef364 real 3.0 has been out forever... 2002-03-24 16:31:39 +00:00
matt
240c522768 fix dependencies
- subpackage @pkgdep -> RUN_DEPENDS
- no no_tkinter shouldn't unconditionally add LIB_DEPENDS of tk
2002-03-23 04:34:22 +00:00
espie
e82b62f79c Bump NEED_VERSION 2002-03-21 21:09:16 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00
couderc
bb1f18eb5d Add ruby module, ok espie@ 2002-03-17 22:29:02 +00:00
drahn
f09bd9153d Fix vararg handling where code wants to double parse varargs data. ok matt@ 2002-03-16 15:24:26 +00:00
krw
7105baeb90 Update to version 1.6.7.
The release of 1.6.7 was brought to my attention by
John.Jeffery@jpj.com.au.
2002-03-16 01:03:56 +00:00
pvalchev
a9c87139c3 when you disable dynamic loading on a shared platform, NO_SHARED_LIBS needs
to be set to Yes, otherwise PFRAG.shared files get read anyway...
XXX someone may want to see why dynamic loading is disabled in the first place
2002-03-13 22:15:59 +00:00
lebel
b6b1da773e XXX workaround a gcc optimization bug on sparc64 (for sha1.o) 2002-03-06 18:59:21 +00:00
naddy
274bf7f109 better 2002-03-02 19:38:04 +00:00
naddy
98cdcbd01a +intel2gas 2002-03-02 19:25:54 +00:00
naddy
38bdcc9b5f Import intel2gas 1.3.3.
Submitted by Vincent Derrien <vincent.derrien@free.fr>.

Intel2gas is a small text parser that can convert assembler source
written in NASM syntax to gas syntax.  And nowadays more often also
the other way.
2002-03-02 19:24:50 +00:00
kevlo
1ad8d24ed2 - upgrade to version 1.0a7
- bump NEED_VERSION
2002-02-28 15:21:32 +00:00
matt
1ee8599ea4 Restore shared libpython. The problem was that pthreads' 64k stack
size is not adequate for some of the complex processing that Zope
does, and -fPIC was aggravating that condition.  Now, if we're using
shared libs, up the stack size to 128k.

Also remove some stray files that never should have been committed
in the first place.
2002-02-25 21:25:37 +00:00
krw
443f9e4716 libruby.so.1.6.6 -> libruby.so.1.66. From Couderc Damien. 2002-02-23 14:10:48 +00:00
naddy
05cc8bd526 +ezm3 2002-02-23 12:31:34 +00:00
naddy
4c17e1e178 Import ezm3-1.0; adapted from espie@'s lang/pm3 port.
Ezm3 is a smaller, more portable distribution of the Modula-3 compiler
and runtime system for people whose only need for Modula-3 is to build
CVSup.
2002-02-23 12:30:08 +00:00
krw
07c7462da1 Update to version 1.6.6.
Remove files/* in favour of distinfo.

Update master sites to ones with 1.6.6, drop unresponsive sites
and those who still don't have 1.6.6.

Cosmetic whitespace adjustments in Makefile.
2002-02-21 00:48:11 +00:00
matt
518c580e61 test code crept in, oops 2002-02-15 19:55:14 +00:00
matt
fa5b2ea85c Update Python dependencies. 2002-02-15 19:53:42 +00:00
matt
cf056f6c83 Python 2.1.2 and Python 2.2.
Major changes:

- no more threads flavor, threads is now the default.

- subpackage modules that depend on other packages instead of having
largely redundant flavors (unless platform has no shared libs, then
flavors count again)

- shared libpython stuff disabled until someone can figure out why
it makes Zope crash
2002-02-15 19:42:18 +00:00
wilfried
ec16b26937 add gawk 2002-02-12 15:47:31 +00:00
wilfried
bebb1c905f Import of gawk-3.1.0
The GNU AWK utility, a pattern scanning and processing tool
2002-02-12 15:45:45 +00:00
pvalchev
8aa544c9c1 fix this on sparc64 - use -fPIC, not -fpic 2002-02-05 22:33:49 +00:00
pvalchev
bf54d96348 -O0 on sparc64 to workaround gcc bugs 2002-01-30 21:17:26 +00:00
jsyn
915a051140 back out part of change; my bad 2002-01-25 23:46:33 +00:00
jsyn
0b7140939b these are sorted too now 2002-01-25 23:11:06 +00:00
brad
1cd5003fa1 - use MASTER_SITE_BACKUP, original dist site does not contain the
distfile. Pointed out by: Zak <zak@cyberpunkz.org>
- rename checksums file
- add regress
2002-01-10 15:02:19 +00:00
espie
d9d61d37ca forgot the checksum 2002-01-05 11:00:40 +00:00
espie
79c7ab5123 switch to real 3.0.3 distrib, the 3.0.2 + 3.0.2-3.0.3 patch was only
because of faulty net connectivity.
2002-01-05 11:00:03 +00:00
espie
34fa96d086 forgotten file 2002-01-01 09:32:27 +00:00
espie
84763e2c13 3.0.3, at least working on i386.
Rename libstdc++ to libestdc++ to avoid confusion with /usr/src
2002-01-01 01:21:18 +00:00
pvalchev
0ad073a081 Fix PLIST on ${MACHINE_ARCH} != i386 2002-01-01 00:51:50 +00:00
pvalchev
19afd26ab0 remove libdl hacks from here, too 2001-11-21 00:45:21 +00:00
pvalchev
b454511cb8 libdl hacks no more 2001-11-20 07:21:17 +00:00
jasoni
428a49333b add regress target 2001-11-16 22:18:27 +00:00
espie
0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00
heko
16013d5acf Use libungif instead of libgif.
brad@ ok
2001-11-10 11:13:48 +00:00
shell
90eec6783e oops.. missed '\' in my last commit.
reported by Kenneth R Westerback <kwesterback@home.com>
2001-11-06 17:40:31 +00:00
shell
db677c6d74 new MASTER_SITES, ok jasoni@ 2001-11-05 22:46:53 +00:00
kevlo
1a57c9f2ae upgrade to version 1.15
--
Ok'd by maintainer
2001-11-02 07:51:58 +00:00
espie
f5575afe98 gcc 3.0.2. Some patches gone.
Rename packages for various reasons.
2001-10-31 18:46:28 +00:00
krw
ee850e05b4 Fix HOMEPAGE. Noted by Sebastian Stark. 2001-10-29 23:01:07 +00:00
espie
100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00
brad
90159fbd3d deal with threads properly on OpenBSD. 2001-10-28 01:52:44 +00:00
marc
b84b6a1c52 Remove .orig files accidently commited; OK espie@ 2001-10-27 19:06:18 +00:00
brad
2e3c79152a - only enable threads FLAVOR by default on i386.
- mark threads usage BROKEN on anything other than i386 for now.
- suggest using env when trying to set FLAVOR variable from command line.
- simplify Makefile a bit and push some of it out into the autoconf script where it properly
belongs.
2001-10-27 03:01:53 +00:00
kevlo
a0ec256eca fix CATEGORIES and bump NEED_VERSION 2001-10-26 06:57:10 +00:00
kevlo
9513d43f13 - upgrade to version 8.3.4
- fix CATEGORIES
- bump NEED_VERSION
2001-10-26 06:48:13 +00:00
krw
f343329aa3 Update to 1.6.5 2001-10-26 01:25:05 +00:00
krw
00dcd179d8 Update ruby port to 1.6.4. Take over as maintainer. ok espie@. 2001-10-26 00:35:51 +00:00
brad
db3b6acb30 use gettext module. 2001-10-25 03:04:18 +00:00
brad
8ca62b899e We get 64bit bins by default on 64bit archs. There is no need to add
this crap.
2001-10-24 14:37:53 +00:00
brad
c94dbc0f68 sync with update-patches 2001-10-24 14:34:08 +00:00
naddy
3793f36d89 As previously discussed, remove python15 which has long been superseded
by python version 2.
2001-10-24 12:22:01 +00:00
naddy
9b5bbcce2e fix fake step 2001-10-20 13:31:26 +00:00
naddy
7792a9b4b1 if we install a shared lib, we also need DYNLIBDIR; ok brad@ 2001-10-19 14:32:08 +00:00
naddy
f35f396730 fix on ELF architectures; from drahn@ 2001-10-18 18:52:51 +00:00
drahn
b1b48e4d7c Patch to fix python15 for OpenBSD ELF. 2001-10-16 18:46:00 +00:00
brad
df33eaa1f8 fix dependency entries for gmp. BUILD_DEPENDS -> LIB_DEPENDS. 2001-10-16 16:34:01 +00:00
naddy
425dc928fa do not pick up db3 in bsddb extension 2001-10-16 15:46:51 +00:00
naddy
7031aca6ff - openbsd2 -> openbsd3; pointed out by brad@
- add RCS Ids while we're here
2001-10-16 15:38:15 +00:00
naddy
9aa4caea7c master site has moved; from kjell@ 2001-10-15 14:41:10 +00:00
espie
9589e17003 Don't patch config.guess when we are going to overwrite it anyways...
Rename other patches.

Brute force FAKE. Easier than I would have thought.
2001-10-14 17:24:12 +00:00
wilfried
11e2d20a5b sparc64 is a 64bit platform, ok espie@ 2001-10-12 13:41:05 +00:00
wilfried
f0b14fd592 Don't use threads as default FLAVOR for sparc/sparc64, ok espie@ 2001-10-12 13:40:14 +00:00
espie
63b02ec8fd gcc 3.0.1 regression tests want dejagnu >1.4, for libstdc++-v3 testing. 2001-10-10 15:09:09 +00:00
pvalchev
31d940450e - Link with -ldl on all ELF platforms
- Rename patches while here
2001-10-10 04:17:40 +00:00
pvalchev
7e2cbb50f7 Link with libdl on all ELF platforms, instead of fixing those for every
case one by one; fixes alpha.  Relies on __ELF__ being predefined.
tested on i386, ppc, alpha
2001-10-10 01:01:44 +00:00
espie
76c4361172 fit tests into regress framework. 2001-10-08 19:10:03 +00:00
matthieu
dc071bd1b3 First pass at getting tcl 8.3 working on sparc64.
A number of regression tests fail though. ok pvalchev@
2001-10-08 09:21:38 +00:00
wilfried
048ef2af44 not for sparc64 2001-10-07 22:41:46 +00:00
espie
9a85c1b3f1 Run testsuites... some minor problems. 2001-10-07 14:20:13 +00:00
espie
1b20c8506f More regression tests.
- the tcl ports need a home for file tests to work.
- the tk ports need built tcl to run.
- all of this marked as interactive, and it's not even clear how to run
the tclsuite to completion yet...
2001-10-07 11:35:39 +00:00
naddy
9ce5340d9c proper MODGNU_CONFIG_GUESS_DIRS 2001-10-06 21:54:38 +00:00
espie
b1c51dd7e7 Adapt to regress framework 2001-10-06 17:45:06 +00:00