espie
19e58d397a
Fiddle with openbsd.h, rs6000/openbsd.h so that it can include the
...
current configuration.
Fix blunder in Makefile.
1999-02-04 13:21:12 +00:00
espie
d70b8769c0
Synch with gcc 2.8.1 config fix.
1999-02-03 18:04:30 +00:00
espie
7a613f1639
Thread support, approximation...
1999-02-03 18:02:53 +00:00
espie
033355874a
Remove ONLY_FOR_ARCHS, makes little sense now...
...
rs6000 is special, as it incorporates everything into one file...
1999-02-02 01:19:36 +00:00
espie
776fd00568
Preliminary rs6000 configuration.
...
`older' ns32k/vax configuration, if someone wishes to look at them.
1999-02-02 01:17:19 +00:00
espie
aca254847e
Update to 19990131 situation
1999-02-01 23:34:08 +00:00
espie
3d312a4346
Update to 19990131 snapshot, plus rename libiberty/mkstemp.c to
...
a more sensible name for autoconfiguration.
1999-01-31 23:20:41 +00:00
espie
f02d753a4e
Clean up mkstemp patch mess.
1999-01-31 23:19:24 +00:00
espie
cda4357241
Add new snapshot checksums...
1999-01-31 17:55:48 +00:00
espie
f9541c2974
get gcov name correct
1999-01-31 17:53:28 +00:00
espie
1308348a1b
Important bug-fix (already in egcs-snapshot) to allow compiling
...
libssl with -O2 on m68k.
1999-01-31 16:51:50 +00:00
marc
4dc993c625
fix the remainder of long COMMENT files
1999-01-27 00:22:28 +00:00
espie
24df53d0c7
Fixed-up tests. Everything a-ok after unwind info correction.
1999-01-26 11:12:28 +00:00
espie
b2b7dfe30e
DWARF2_UNWIND_INFO
1999-01-25 20:33:45 +00:00
espie
8007a472bc
New snapshot results
1999-01-25 14:47:01 +00:00
espie
6270519121
Stupid mistake... this is the real Mc Coy,
...
Thanks niklas !
1999-01-25 14:46:10 +00:00
espie
e6bd2e83d8
Update to 19990124 snapshot.
...
Adjust PLIST.template as it was missing some directories.
Rebuild configure.in patch to only add collect2 when needed, plus typo fix.
1999-01-24 21:36:11 +00:00
espie
3ccde88cc7
Working.
...
Probably an obvious bug that explains the inordinately high number
of g++ failures.
1999-01-24 18:25:28 +00:00
espie
3d156dcaaa
working :)
1999-01-24 13:13:25 +00:00
espie
eb82052148
Adjust alpha for current linker.
...
(this is an artifact of the way I proceed for cleaning up stuff: I am
removing everything I don't understand, then I put it back when I find
the reason for which it's needed :) )
1999-01-24 13:12:40 +00:00
espie
26dc1bd859
Get rid of assembler constructs that alpha does not like.
1999-01-22 22:40:17 +00:00
espie
9e4ed0ba71
Remove MI_THUNK specialization as our gas/PIC does not like it.
1999-01-22 22:35:06 +00:00
espie
f38c652e46
Sigh...
...
*ALL* type names in those files *MUST* follow the
"(size) (signedness) base-type" pattern.
- order is important,
- base-type is not optional...
1999-01-21 16:58:08 +00:00
espie
c4609584ef
Nasty bug.
...
SIZE_TYPE documentation:
The string must exactly match one of the data types defined in
the function `init_decl_processing in the file c-decl.c.
Otherwise, first invocation of newly-built cc1 will result in a core-dump.
1999-01-21 16:39:26 +00:00
espie
a197ce64d4
Results for 990117 snapshot
1999-01-21 14:32:37 +00:00
espie
d610d20563
Forgot that one.
1999-01-18 10:24:19 +00:00
espie
ec4539d95a
Upgrade to 19990117. Fix a few details for integrating pa & alpha.
...
First shot at mips.
1999-01-18 10:23:25 +00:00
espie
0b0a68840b
A few tweaks, easing the life of c++filt...
...
documentation for rationale behind new config.
1999-01-13 13:58:45 +00:00
espie
4efff76354
New snapshot is out.
...
Upgrade i386.readme to results of previous snapshots.
Come on, give me alpha/sparc test result files :)
1999-01-13 00:09:03 +00:00
espie
96b033bd0d
Better...
1999-01-12 17:18:31 +00:00
espie
20f2c93644
spelling family names from memory is a bad idea...
1999-01-12 11:28:44 +00:00
espie
1770daac5a
- fixed up i386/*VTABLE once more... this time for good.
...
- clean up openbsd.h comments
- add patch to auto-detect mkstemps. Accordingly, need to run
autoreconf in gcc and in libiberty.
1999-01-12 11:27:39 +00:00
espie
204aea09bf
Oops
1999-01-12 00:41:09 +00:00
espie
7d42d0d4e1
partial archives are no longer bogus.
...
i386/openbsd.h does include unix.h which yields a perfectly good definition
of the *THUNK macro.
trivial fix to a bug in gcc.c.
1999-01-12 00:19:49 +00:00
espie
1237398b0a
Some cleaning up, triggered by alpha.
...
- TARGET_CPU_DEFAULT belongs in configure.in, not in various .h files.
If it goes out wrong, it's the output of uname that needs to be fixed
(or config.guess, e.g., even pentium gives out i386, as intended). Makes
it possible to configure a i586-unknown-openbsd system if one really WANTS
to output only pentium specific code.
- ASM_FILE_START put into alpha/openbsd.h. Used to be in alpha.h, but
elf & osf diverged...
- set xfrag=none for alpha, as the default config is bogus and supplies
a dec-osf specific xalpha.
1999-01-11 21:23:25 +00:00
espie
aadacc7c85
I'm stupid.
...
(managed to commit the wrong file, with two extraneous endif)
1999-01-11 14:11:22 +00:00
marc
54935fbb9b
fix packing list (ldconfig)
1999-01-11 04:52:28 +00:00
marc
a34e4799ac
update to tcl 8.0.4
1999-01-11 01:21:18 +00:00
espie
e4628fe129
Update to 990103 snapshot.
...
Inform user of the warnings file in case of a bootstrap crash.
Major change: add alpha & pa configuration, and clean up ALL
openbsd configuration files thoroughly... this is probably going to
break a few things.
1999-01-10 02:50:02 +00:00
espie
5f1c9b66a3
and accordingly, this is no longer necessary...
1999-01-09 16:56:19 +00:00
espie
0a8c2a9dd3
CFLAGS buglet.
...
autoconf 2.13 available.
1999-01-09 16:55:27 +00:00
espie
e66c1e8834
There apparently is a bug in gas that makes it necessary to bootstrap
...
with standard CFLAGS (-g -O2).
1999-01-09 16:53:22 +00:00
todd
e28014c41d
o grammer correction from Corey Brenner <coreybrenner@hotmail.com>
...
o update offsets for new tcl version
1999-01-01 23:16:25 +00:00
ian
a11dd5a44f
Upgraded from 1.0b1 to 1.0b3; remove old Makefile comments; do better
...
job of passing args to GNU configure. Mention need for audit in pkg/SECURITY.
1998-12-24 03:37:10 +00:00
espie
e6a50eb914
*Use* the AUTOCONF macros I added to bsd.port.mk.
...
Thanks jason@ for reminding me...
1998-12-23 02:45:07 +00:00
espie
b6254b2a76
Sync with snapshot changes & update checksum.
1998-12-22 23:44:50 +00:00
espie
ba33ad12d2
Update to 1998-12-20 snapshot,
...
update test results as well,
add threads to openbsd.h.
1998-12-21 21:13:01 +00:00
espie
8b2c4949ac
Mirrors & finicking
1998-12-19 00:57:57 +00:00
espie
dcfdfc4946
checked some mirrors
1998-12-19 00:55:44 +00:00
espie
d17ed721f6
spurious warning. marc@
1998-12-19 00:11:00 +00:00
espie
6127c27c82
Updated to latest snapshot.
1998-12-17 23:04:10 +00:00
marc
4ca85c47a8
MIRROR_DISTFILE=no; changes to often to mirror
1998-12-17 05:13:23 +00:00
marc
c252a398be
add egcs and icon_lib to Makefile
1998-12-17 04:52:14 +00:00
espie
646bb8a000
Update to 19981213 snapshot.
...
- use new `enable-languages' mechanism,
- depend i386/openbsd.h on flag_pic
- remove temp fix for m68k
1998-12-16 17:52:29 +00:00
marc
57af1fa853
add erlang to makefile
1998-12-11 00:22:32 +00:00
marc
e1d1f25b51
add erlang port
1998-12-11 00:20:44 +00:00
d
8bc76ac48a
australians have mirrors too
1998-12-10 12:24:21 +00:00
jasoni
14de286fcb
fix configure environment
1998-12-06 20:19:18 +00:00
jasoni
e735539b9e
Update to v1.0.b2.
1998-12-06 19:33:28 +00:00
espie
323bce159b
m68k builds, at least this release!
1998-12-05 23:25:58 +00:00
espie
0e4277a594
Forgot to clean up those for 19981130
1998-12-05 16:15:53 +00:00
espie
2ddf1af1f8
Update to release 1.1.1
1998-12-04 00:24:31 +00:00
espie
5765d8b8a0
Update to snapshot 981130.
1998-12-03 02:33:34 +00:00
espie
845a1c01e6
Port by Bruno Rohee, seems clean enough.
1998-12-02 15:48:26 +00:00
espie
0faf34a329
Okay, I'm an idiot, I haven't figured out how to remove these files
...
along with the previous commmit...
1998-11-25 00:54:53 +00:00
espie
b1a8264baf
Moving stuff around, now that we have a better Makefile.
...
More configurability, newer snapshot, and killed gnu-make
1998-11-25 00:54:02 +00:00
espie
265ec0c55e
better COMMENTS, to the point
1998-11-19 04:52:26 +00:00
espie
e5d266fafd
... and finally, remove the old named patches.
1998-11-17 17:45:21 +00:00
espie
dcca223ff9
Clean Makefile up, mv patches around for conditional inclusion,
...
add beginning of m68k config.
1998-11-17 17:39:33 +00:00
espie
f6f3063ebc
Update to recent snapshot, make it more configurable too
1998-11-16 21:11:13 +00:00
jason
8f770164d7
Initial stuff for sparc (sparc still not added to ONLY_FOR_ARCH's)
1998-11-16 02:03:09 +00:00
niklas
e2f78deeb5
Forgot to update this one
1998-11-03 17:52:44 +00:00
niklas
63761ead7a
Updated to 8.0.3, new mastersite
1998-11-03 15:43:16 +00:00
marc
fe93913a26
back out recent change. CVS is LOCKED until 2.4 is cut.
1998-10-23 20:59:40 +00:00
ian
213d41781d
Switch from CONFIGURE_ARGS to CONFIGURE_ENV to beat gnu configure over
...
the head into using /usr/local. Copy the ENVIRONMENT setup file.
Bump version number by one since it seems to fix the configuration problems.
1998-10-23 16:25:37 +00:00
niklas
b3128e100a
Comment out MASTER_SITE as it has a new version we have not yet tested.
...
This makes the port use the ftp.openbsd.org version instead.
1998-10-21 17:31:44 +00:00
ian
84632274c4
Typo in URL
1998-10-20 23:56:39 +00:00
marc
cb73ca98dd
comment out the BROKEN reason for all ports where the reason
...
was source files out of date and we have a copy of the required
version on ftp.openbsd.org
1998-10-18 05:01:58 +00:00
espie
4e5c5f1e97
Also build vib and xtiles.
1998-10-13 15:01:45 +00:00
espie
8fc2e7a630
Generate dummy rswitch.c for architectures w/o coexpr. Remove debug clutter.
1998-10-13 14:58:39 +00:00
espie
367f3c3889
Clean-up.
1998-10-13 14:52:34 +00:00
ian
ca1a7a80d5
Fix broken packing list entries.
1998-10-12 17:30:02 +00:00
espie
439b9b13d4
use collect2. If we don't, egcs emits wrong stabs for global CTORS in
...
-O3. With collect2, it no longer uses stabs for that, hence the bug is
no longer visible...
1998-10-11 22:33:07 +00:00
espie
280635435f
Omission...
1998-10-11 14:20:22 +00:00
espie
59cca78a8e
Tentative configurations for some more architectures,
...
Fix buglet: PLIST generated from template, shouldn't be in repo.
Add large list of mirrors to Makefile, change config slightly.
Man/info pages installed under nicer names.
1998-10-11 14:08:23 +00:00
espie
41e15dfbeb
Slight changes, check compilation on i386.
1998-10-02 18:57:28 +00:00
espie
88322beb2b
Some files moved around to accommodate libstdc++ config.
...
i386 setup checked, initial m68k setup (not yet tested).
1998-10-02 18:51:24 +00:00
espie
4176801391
Oops...
1998-10-02 18:26:09 +00:00
espie
c82d7eb030
Icon again, the corresponding library of useful/useless programs.
1998-10-02 17:11:44 +00:00
espie
bdea9e92b1
Initial port of the Icon programming language, misses coexpr-handling
...
for anything but i386.
1998-10-02 17:10:51 +00:00
marc
4c68432aac
PLIST updated; Felix Schroeter <uk1o@rz.uni-karlsruhe.de>
1998-09-28 20:50:26 +00:00
espie
ac00d0f03b
egcs ports, stable release flavor
1998-09-26 08:53:03 +00:00
espie
c0f0d5d208
recent egcs snapshot
1998-09-25 22:45:26 +00:00
ian
0f5340d0bf
Add kaffe1, and comment to differentiate from kaffe.
1998-09-09 15:05:09 +00:00
ian
1d281e553b
kaffe1.0(==JDK1.1) port
1998-09-09 01:33:25 +00:00
marc
73926b04ce
remove unneeded @exec ranlib %D/%F from packing lists
1998-09-08 18:01:33 +00:00
marc
5e7e9034d8
add kaffe (thanks to Dug Song <dugsong@monkey.org>) to Makefile
1998-09-03 18:28:37 +00:00
marc
e7efd68014
kaffe from Dug Song <dugsong@monkey.org>
1998-09-03 18:24:29 +00:00
marc
94034fbdd7
update to 1.2
1998-08-28 19:58:16 +00:00
marc
20e585ef1b
updata alpha packing list
1998-08-27 20:03:45 +00:00
marc
ca1a5a050e
update to version 5.26
1998-08-27 04:36:32 +00:00
marc
7c95e8b1ee
add packing list for alpha that does not reference shared libs
1998-06-30 01:12:05 +00:00
marc
a295e20543
add packing list for alpha that does not reference shared libs
1998-06-29 23:46:44 +00:00
marc
b526839f7e
use -O2 instead of -O as gcc barfs on tclExecute on the m68k with -O;
...
bug report submitted to bug-gcc
1998-06-26 05:53:21 +00:00
marc
fcf37f3376
oops: ranlib on install, too
1998-04-16 17:33:56 +00:00
marc
273c321cd1
ranlib libtcl80.a when building both shared and static libs.
...
patch from Matthieu Herrb <matthieu@laas.fr>, PR 438.
1998-04-16 17:01:44 +00:00
marc
8d3421a975
Add one more NO_CDROM reason; replace the file LEGAL that primarily
...
contained info about non-existing ports with the file LICENSE that
specifies every current port.
1998-04-13 03:35:18 +00:00
marc
34190e0cfa
add existing Gofer and STk subdirectories to makefile
1998-04-09 21:07:35 +00:00
marc
4900188f20
tweak packing list
1998-04-08 21:15:29 +00:00
angelos
bc672e5266
Added ocaml port.
1998-02-13 02:09:56 +00:00
angelos
0cb15fd6dd
O-Caml 1.07
1998-02-13 02:09:02 +00:00
marc
b723ae726c
Use -fPIC for sparc, needed by tk which uses tcl config. Split patches
...
into two files, one for each file patched
1998-02-11 07:05:48 +00:00
niklas
d0c641ec9b
On a current system LDCONFIG need not be special cased for mips/alpha
1998-02-10 10:45:16 +00:00
don
715b9c691c
Initial import
1998-02-05 17:17:21 +00:00
don
47b3021b39
Initial import
1998-02-03 06:01:57 +00:00
niklas
8a7aa23937
LDCONFIG is not uniform in our world
1998-01-30 22:13:57 +00:00
niklas
0a3ec7474c
DOH no gzipped manpages, please
1998-01-29 23:22:17 +00:00
niklas
dea1a93699
Update to fresher versions, so OpenBSD really works. Forgot this first round
1998-01-29 23:20:25 +00:00
niklas
b9a8eaf4d2
expect
1998-01-29 23:13:24 +00:00
niklas
ad86867153
Expect 5.25, cloned from FreeBSD
1998-01-29 23:12:42 +00:00
graichen
1d3f54f4e8
disable dynamic loading stuff (dl* functions) not only for the pmax
...
-> all mips machines use the same shared lib sheme -> enable it for
mips
1998-01-29 08:18:29 +00:00
don
da3cc35d68
These are the *right* files.
1998-01-29 05:36:10 +00:00
don
47afe13edc
Don't gzip manpages
1998-01-29 05:35:11 +00:00
don
a4dc53f9e4
make shared libs on all platform save pmax, instead of the other way around.
1998-01-29 05:32:19 +00:00
don
11d47da7de
Initial import
1998-01-24 22:42:47 +00:00
don
fb19dd8d10
Initial import
1998-01-24 22:33:50 +00:00
jason
ce2d5b9246
pmax is missing dl functions, so disable dynamic 'load' command
1998-01-21 22:06:59 +00:00
joey
f1425704c9
clean up makefiles, dont forget to add your new port to /dir/Makefile
1998-01-05 14:40:43 +00:00
todd
3776b996d9
man pages are not gzip'ed here
...
any unix requires g++ and libg++ of a specific revision, not just FreeBSD
1997-12-27 18:00:06 +00:00
todd
0c7687d65a
Guavac 1.0
1997-12-27 06:13:28 +00:00
niklas
c4e1de020c
man pages are not gzipped here
1997-12-23 10:32:18 +00:00
niklas
9457768670
enable tcl80 subdir
1997-12-02 16:43:07 +00:00
niklas
efe0da6436
TCL 8.0
1997-12-02 16:15:24 +00:00
niklas
b19481f283
Prepare for lang/ ports
1997-12-02 10:58:17 +00:00