marc
|
5f98700b1c
|
teach configure that bash is not to use the malloc that comes with bash on
OpenBSD systems as it doesn't work correctly on all architectures; e.g it
gets alignment restrictions wrong on the sparc
|
1998-07-03 21:40:45 +00:00 |
|
gene
|
923a6dc380
|
Remove version-specific references in PLIST and spell "Bourne" correctly.
Noticed by Jon Ribbons (jon@oaktree.co.uk).
|
1998-05-20 18:08:26 +00:00 |
|
gene
|
ac8bf4456a
|
Bugfix to be removed after the release of tcsh 6.08.
From christos@tac.nyc.ny.us courtesy of Vadim Vygonets <vadik@cs.huji.ac.il>.
|
1998-05-20 04:35:21 +00:00 |
|
gene
|
f41e8f6be3
|
Re-add patch to fix enable -f functionallity from FreeBSD. Authored by ache:
Fix for 'enable -f'
Submitted by: "Eric L. Hernes" <erich@lodgenet.com>
|
1998-05-19 17:47:59 +00:00 |
|
gene
|
111231de98
|
Update to bash version 2.02.
|
1998-05-19 17:01:29 +00:00 |
|
marc
|
fdd93ba3c8
|
change tcsh version (printed by set) from arch-vendor-bsd44
to arch-vendor-OpenBSD. From form@vs.itam.nsc.ru
|
1998-04-25 02:33:29 +00:00 |
|
marc
|
6c1e61eabe
|
fix typo noted by Oleg Form <form@vs.itam.nsc.ru>
|
1998-04-20 04:41:29 +00:00 |
|
marc
|
8da457b1fc
|
update NO_CDROM reason for scsh
|
1998-04-12 22:26:30 +00:00 |
|
marc
|
afb9dcc77e
|
minor tweaks to makefile so the "check /etc/shells"
message stands out; clean up PLIST so package uninstalls
completely; test package create/add/delete.
|
1998-03-31 05:26:11 +00:00 |
|
marc
|
44499a41cb
|
upgrade to bash-2.01.1; Make "check /etc/shells" message
stand out; update DESC; update PLIST so a package can be generated;
verify package add and delete work correctly.
|
1998-03-30 22:03:43 +00:00 |
|
marc
|
d98e6c9ee7
|
remove pdksh from the category makefile, port doesn't exist anymore
|
1998-02-27 02:45:14 +00:00 |
|
niklas
|
a3a9de8c3b
|
we do not wand siglist declared
|
1998-01-30 22:24:10 +00:00 |
|
niklas
|
51327bb605
|
chown needs abs path
|
1998-01-17 12:03:33 +00:00 |
|
weingart
|
13f43cfd6f
|
Master site seems to have moved.
|
1998-01-07 17:22:39 +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 |
|
imp
|
2137f65f2f
|
Use system malloc always on OpenBSD. Smaller and doesn't break on mips
|
1997-12-22 23:07:12 +00:00 |
|
don
|
d6a6aff74b
|
Don't strip things that aren't programs.
|
1997-12-15 07:17:28 +00:00 |
|
gene
|
c16c188837
|
Don't muck with /etc/shells but print a warning to the user to do so again.
Also, OpenBSD doesn't install gzip'ed manpages.
|
1997-12-15 06:54:00 +00:00 |
|
gene
|
b022f103e5
|
Use variables instead of explicit calls. Also, make sure to to warn user
about /etc/shells rather then mucking with it ourselves.
|
1997-12-15 04:48:03 +00:00 |
|
gene
|
79fa7a9c3d
|
Sadly, bsd.port.mk doesn't define $(CHOWN), thouhg it should, so back this
out.
Also, warn the user about /etc/shells additions.
|
1997-12-14 02:02:58 +00:00 |
|
gene
|
1f6e300030
|
Use variables instead of hardcoded references to binaries. Especially,
let's be careful of bin.bin where $(BINOWN):$(BINGRP) is appropriate since
there are religous issues under different OSes.
|
1997-12-14 01:08:53 +00:00 |
|
gene
|
879ce933b8
|
Don't mess with /etc/shells but rahter print a warning about it.
Also, we aren't installing a gzip'ed manpage.
|
1997-12-14 01:01:17 +00:00 |
|
gene
|
f73573c206
|
Stop building pdksh. We already have it.
|
1997-12-13 05:07:03 +00:00 |
|
gene
|
ea75734fc1
|
Don't screw with /etc/shells on install and uninstall.
And, install the manpage ungzip'ed.
|
1997-12-13 01:06:11 +00:00 |
|
gene
|
37c02b8acd
|
Prompt the user with a warning about /etc/shells and that they should add es
to it.
|
1997-12-13 01:03:08 +00:00 |
|
gene
|
0d5fba6caa
|
Explicitly warn about /etc/shells empowering the system administrator rather
then editing /etc/shells for them.
|
1997-12-13 00:20:42 +00:00 |
|
gene
|
3fa68bfe66
|
We don't have gzip'ed manpages, remove those extensions, so that the
manpages get handled properly by pkg_*.
Also, don't attempt to edit /etc/shells on uninstall.
|
1997-12-13 00:09:10 +00:00 |
|
gene
|
fe2854060e
|
Don't auto-edit /etc/shells with sed but notify the user of the existence of
/etc/shells when you've finished isntalling.
Also, use $(CP) instead of 'cp'.
|
1997-12-13 00:07:24 +00:00 |
|
gene
|
fa3bf6c935
|
What on Earth was I thinking?
We run pdksh by default anyway, so this is unnecessarry.
|
1997-12-12 23:35:21 +00:00 |
|
niklas
|
ff751ca666
|
Add makefiles from FreeBSD adapted to our current port set
|
1997-11-27 23:44:36 +00:00 |
|
gene
|
8038fab39e
|
Add a patch cleaning up the rest of the places where __OpenBSD__ should be
tested for. This causes things to work on teh sparc.
Problem noticed by Clarence Wilkerson <wilker@hopf.math.purdue.edu>
|
1997-11-27 03:52:02 +00:00 |
|
joey
|
ecc8e1c1ca
|
the first line of the Makefile should be OpenBSD makefile for: not New ports...
removed FreeBSD's $id. no need for it.
|
1997-11-19 01:07:49 +00:00 |
|
gene
|
085231a538
|
FreeBSD->OpenBSD
|
1997-11-18 07:38:46 +00:00 |
|
gene
|
eaa5d39aa8
|
Cleanup of ownership and history of ports based on instructions from joey.
|
1997-11-18 02:15:38 +00:00 |
|
gene
|
830bad2034
|
Import of FreeBSD shells with some modifications by myself and Don Schmidt.
|
1997-11-18 01:20:00 +00:00 |
|