kleink
a168b58f8e
Typo.
1999-05-06 13:47:37 +00:00
abs
bf9eaa9917
s/netbsd/${LOWER_OPSYS}/
1999-05-04 22:39:57 +00:00
tsarna
ee064857f5
Update to final 1.5.2 docs
1999-05-01 20:14:46 +00:00
tron
e3c75e0f00
Pass "${CFLAGS}" to configure script as suggested by Adam Ciarcinski.
1999-04-27 16:44:15 +00:00
garbled
c216c41c0a
add USE_X11=yes
1999-04-26 18:38:28 +00:00
mjl
750145536a
Make this work with egcs using the compilation notes provided
...
by Sean Doran <smd@ebone.net>. Closes PR/6339.
1999-04-17 01:55:55 +00:00
tron
23e0063766
Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
...
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
tron
9c4c0c2b50
Remove unnecessary slash from master site list.
1999-04-14 21:39:01 +00:00
bad
286099986e
${LOCALBAASE}/bin/perl or bust.
1999-04-14 18:00:47 +00:00
tsarna
5fabfe53ee
Update to 1.5.2b2. If 1.5.2 docs are released before the freeze, great.
...
If not, these are still better than the 1.5.1 docs.
XXX the issue of where HTML docs should be installed still needs to be
resolved. Left the same for now.
1999-04-14 05:56:45 +00:00
tsarna
bba9014b68
RCSid and comment on patch.
1999-04-14 05:11:22 +00:00
tsarna
aa36220459
Deal with our unusually long compiler version string.
1999-04-14 05:00:11 +00:00
tsarna
0437adc2d0
Upgrade to 1.5.2
1999-04-14 04:51:27 +00:00
jlam
dc4de853fb
Enable "smalleiffel", fixes PR pkg/7244 by Johnny C. Lam.
1999-04-12 18:38:18 +00:00
jlam
ee6eee599f
smalleiffel-0.79 -- the GNU Eiffel compiler
1999-04-12 18:19:27 +00:00
tron
b5a0e0c963
Use "BSD_INSTALL_..." instead of "INSTALL_..." in patches because these
...
are always added to the "make" environment.
1999-04-10 21:49:05 +00:00
simonb
78b9566951
Add an enable gforth.
1999-04-10 13:59:11 +00:00
simonb
d16c046896
gforth: A fast interpreter for the Forth language.
...
Enabled only for i386 at the moment. It definitely doesn't work on
mips, and I can't test anything else.
1999-04-10 13:56:57 +00:00
agc
79e49eaba2
s/netbsd/${LOWER_OPSYS}/g
1999-04-08 18:51:48 +00:00
tron
9063162cec
Install "Object.3" manual page as "Tcl_Object.3" to avoid conflict
...
with "lesstif" package in case *shudder* "xpkgwedge" is installed.
Fixes PR pkg/7340 by John Darrow.
1999-04-08 17:32:27 +00:00
agc
ab2965f5ac
Make this package work on Solaris.
1999-04-07 13:21:00 +00:00
agc
c4a78edda9
Add and enable egcs.
1999-04-07 10:38:12 +00:00
agc
e13f1b3093
Import of egcs-1.1.2, the the experimental GNU compiler suite, for use on
...
Solaris only (this package is part of the base NetBSD system).
1999-04-07 10:36:29 +00:00
tron
154f8d12c0
Thou shalt use "libtool".
1999-04-05 22:55:36 +00:00
tron
06ce6e17bc
Back out this change. The configuration file is obviously allright, it is
...
"ical" that is broken.
1999-04-05 22:54:52 +00:00
proff
fd6ba6da64
bind MASTER_SITE_SUBDIR
1999-04-04 17:06:58 +00:00
proff
5997166635
add $NetBSD$
1999-04-04 17:05:42 +00:00
proff
0343f1793b
ucblogo
1999-04-04 03:51:43 +00:00
proff
71aaaa38a0
The perils of having to entertain a pushy 8 year old :)
1999-04-04 03:49:22 +00:00
tron
f95e313993
Back out experimental change committed by mistake.
1999-04-03 14:30:54 +00:00
tron
126bbb1b81
Fix shell escaping so that "tclConfig.sh" actually works.
1999-04-03 14:26:01 +00:00
tron
a3c2614329
Update "tclX" package to version 8.0.4. Changes since version 8.0.2:
...
- Added fixes for handling some corner cases in saving and restoring
interp state on signals. Debugged and submitted by the ever-helpful
- Added --with-tcl dir and --with-tk configure options. Contributed by
- Added fixes for handling some corner cases in saving and restoring
interp state on signals. Debugged and submitted by the ever-helpful
- Fixed bug with .tndx libraries and references to commands in namespaces.
- Added -restart option to the signal command.
- Fixed TclX copy of Tcl auto_load proc out of sync; this broken ITcl.
- Include several Windows build fixes from Viktor Dukhovni
- Renamed --with-tk configure option to --enable-tk.
- Handle systems that don't implement restart of system calls on signal.
- Added infox have_signal_restart.
1999-04-03 00:51:30 +00:00
tron
efe3e98567
Strip "tclsh" binary during installation.
1999-04-03 00:29:16 +00:00
agc
171e025b4a
Rewrite the extraction commands to be more intuitive.
...
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).
EXTRACT_USING_PAX can be set as before.
For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
now use:
EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01 14:07:52 +00:00
agc
cedce5937a
Update the comment to explain what tcl is, rather than just expand the
...
acronym.
Update the PLIST to reflect new files added in new distribution.
1999-04-01 13:41:11 +00:00
agc
363146f85e
Update to tk version 8.0.5. This seems to be primarily a bug-fix release.
1999-04-01 13:38:43 +00:00
agc
aaac4bc29e
Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix
...
release.
1999-04-01 13:36:55 +00:00
agc
77d85795fa
Add support for Solaris, and document the changes made to the configure
...
script. The Solaris changes mirror the NetBSD ones, so that PLIST entries
etc remain the same.
1999-04-01 09:59:04 +00:00
agc
3bb0987aae
Explicitly remove the linkname before trying to link it again.
1999-04-01 09:57:07 +00:00
agc
ac38ab5c61
Do the calculation of shared lib name suffices in the configure script.
1999-04-01 09:55:42 +00:00
agc
1bb3007c04
s/make/${MAKE}/g
1999-03-08 10:53:55 +00:00
tron
7666d62a02
Update dependence for "png" package.
1999-03-04 14:59:23 +00:00
tsarna
719866dc46
Somone fixed the release date in the readme, causing the checksum to change.
1999-03-03 19:47:45 +00:00
hubertf
aeaeb3c044
fix MASTER_SITES, per PR 7069
1999-03-01 16:43:27 +00:00
dbj
77adeb3ade
Updated MASTER_SITES for elisp-manual to handle the gnu ftp reorganization.
...
Added elisp-manual to it's parent directory's makefile.
1999-02-28 10:39:29 +00:00
hubertf
2a95ad9c6b
Fix CONFLICTS (remove redundancy, mostly)
1999-02-20 22:48:24 +00:00
tv
111c4f44b0
Use install-info in $PATH, so that systems with it in base will work too.
1999-02-11 19:17:28 +00:00
frueauf
712e7a69a3
Update jdk from beta2 to 1.1.6. This one should also have all necessary
...
includes.
1999-02-05 16:33:34 +00:00
tv
2f728b6fc4
Re-enable 5.003 bin-compat. Though it's not *supposed* to do so,
...
compiling modules with this turned on makes the resulting modules or
libperl-linking programs reference 5.003 namespace symbols.
1999-02-04 22:16:00 +00:00
tron
ea7c158bec
Update for clisp package to version 19990108 supplied by Martin J. Laubach.
1999-01-31 23:37:28 +00:00