Akinori MUSHA
f172aa6926
- Update to 2.01b.
...
- Honor CC and CFLAGS. (which hasn't been working since 2.0)
2002-07-13 04:19:38 +00:00
Pete Fritchman
2c046af0e6
Add nologinmsg 1.0, more functional native binary replacement for
...
/sbin/nologin.
Submitted by: Richard Rose <freebsd-security@rikrose.net>
2002-07-10 17:48:16 +00:00
Christian Weisgerber
4c3bd14e9a
Update to release 2002-06-28.
2002-06-28 16:17:51 +00:00
Patrick Li
850379f680
PERL -> REINPLACE_CMD
...
PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735
ports/39736, ports/39737, ports/39738, ports/39739 ports/39740
Submitted by: Scott Flatman <sf@dsinw.com>
2002-06-23 20:29:01 +00:00
Christian Weisgerber
f59cb6af19
Update to release 2002-06-14. Changes in this release:
...
* Numerous bug fixes.
Submitted by: Jerry A! <jerry@thehutt.org>
2002-06-23 11:55:28 +00:00
Kris Kennaway
1c26f5eca3
Fix build on -current.
...
Submitted by: mike
2002-06-16 09:03:53 +00:00
Akinori MUSHA
7c4a48cf79
Update to 2.01a.
...
Adjust tar_format for the latest GNU tar.
2002-06-11 12:31:41 +00:00
Kris Kennaway
ac4044231a
Remove scsh after repo-copy.
...
Pointy hat to: alex
2002-06-04 00:24:52 +00:00
Alexander Langer
2b4934106b
Move this file to the "lang" category, since it is not an interactive
...
shell like all other shells in "shells".
Suggested by: nectar
2002-05-28 19:35:23 +00:00
Alexander Langer
01ee33ab8f
Update port to version 0.6.2
2002-05-27 13:21:11 +00:00
Shigeyuki Fukushima
391a77aac8
Update to 4.1.0.dev4, new zsh development version.
2002-05-22 16:28:04 +00:00
Kris Kennaway
e86f9a98b7
Move a pre-everything target which displays a message and exits to
...
a FORBIDDEN tag.
2002-05-18 02:59:03 +00:00
Thomas Gellekum
0f235f3ad7
Serves me right to commit something in a hurry, untested. <:-(
...
Fix fetching.
PR: 38144
Submitted by: Alan Eldridge <ports@geeksrus.net>
2002-05-17 10:05:18 +00:00
Thomas Gellekum
414e8bb34f
Change version number from 5.2.14.p2 to 5.2.14p2, so our package
...
tools see this as an upgrade from 5.2.14.
PR: 38131
Submitted by: Alan Eldridge <ports@geeksrus.net>
2002-05-16 11:11:54 +00:00
Cy Schubert
2aac6117f5
Distfile has a home once again.
2002-05-16 00:32:52 +00:00
Akinori MUSHA
dfe1d08ca5
Update to 2.01.
...
Add compression/uncompression definitions for .Z/.gz/.bz2.
2002-05-15 18:17:31 +00:00
Thomas Gellekum
22263f8e81
Include distributed patches.
...
PR: 38071
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-05-15 11:49:00 +00:00
Akinori MUSHA
09bc82b7a0
Add pkg-descr.
...
Suggested by: max
2002-05-12 17:40:05 +00:00
Akinori MUSHA
f1f99beceb
Add zsh+euc, Zsh with EUC encoding support.
...
This is just an experimental hack and cannot happily be merged into
the upstream. Zsh's line editor apparently needs a rewrite in order
to support multi-byte encodings because it strongly relies on the
single-byte character scheme.
These patches are mostly based on the work by ono@ono.org (Thanks!):
http://www.ono.org/software/zsh-euc/
What I did over this is disable the hack for non-EUC locales. Maybe
the patches can be moved to shells/zsh in the future, but it's
premature for the moment.
Notes:
- forward-char, backward-char and backward-delete-char with no numeric
argument should work properly with this hack.
- Completion and redisplay should work fine.
- There can be some trivial side-effects.
- JIS X0201-Roman and JIS X0208-Kanji are supported.
- JIS X0201-Katakana and JIS X0212 Kanji are NOT supported.
- Only tested with the EUC-JP (ja_JP.eucJP) locale. I'm not sure if
it works for GB 2312/CNS 11643-1/KS X 1001. Any feedbacks is
welcome, especially a patch if it does not work. :)
2002-05-11 21:48:26 +00:00
David E. O'Brien
45666060ec
To ports@freebsd.org.
2002-05-08 21:03:16 +00:00
Kris Kennaway
99f937e31b
eaccess() only exists on recent versions of -current, not on -stable.
...
Pointy hat to: obrien
2002-05-05 04:09:03 +00:00
Christian Weisgerber
09bc821134
Install man page under ${MANPREFIX} rather than ${PREFIX}.
...
PR: 37670
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
2002-05-03 22:32:21 +00:00
Akinori MUSHA
c453eb1186
- Add a patch from the author that fixes a bug in file name
...
completion. Bump PORTREVISION accordingly.
- Default the number of columns to 1.
- Add some nifty launcher definitions.
Submitted by: nork (partly)
2002-04-15 17:55:19 +00:00
Alexander Langer
3dd44d03ca
Fix MASTER_SITES.
...
Submitted by: Jason R. Mastaler <jason-dated-1018213461.54d8b1@mastaler.com>
2002-04-03 15:31:25 +00:00
Akinori MUSHA
cabf887bfe
Update to 2.00b.
2002-03-31 18:28:32 +00:00
David E. O'Brien
4a5f3b215c
No longer need to explicitly provide a GNU autconf target.
2002-03-28 02:13:55 +00:00
Christian Weisgerber
5cd40233a7
Update to release 2002-03-17.
2002-03-26 16:19:08 +00:00
Akinori MUSHA
7181051572
Add a patch supplied by the author to fix a bug in glob expansion
...
where a series of globs was only partially expanded. (`echo a* b*' ->
`echo a aa aaa b*')
Bump PORTREVISION accordingly.
2002-03-25 21:04:50 +00:00
David E. O'Brien
a9b41500db
Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in the
...
FIGNORE list is the only possible match, expand it.
2002-03-25 03:18:52 +00:00
Akinori MUSHA
a12636276d
"GUI-based ... for text terminal" -> "CUI-based"
...
Suggested by: ume
2002-02-10 17:35:23 +00:00
Akinori MUSHA
6648b0f821
Update FD, a GUI-based file and directory management tool for text
...
terminal to version 2.00a.
Put MAINTAINER's suggestions into the default configuration file.
Transfer the maintainership over to knu@FreeBSD.org .
Approved by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (ex-MAINTAINER)
2002-02-10 17:12:36 +00:00
David E. O'Brien
6c19fe9879
Make compile on FreeBSD/sparc64 !
2002-02-10 10:58:07 +00:00
Jacques Vidrine
7a2c36bffc
Update 0.8 -> 0.8.5.
...
Release MAINTAINER.
2002-02-06 22:40:05 +00:00
Akinori MUSHA
a0332de98e
Repocopy and move "fd" from misc/ to shells/ which is more suitable
...
category for the port.
Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
Repocopied by: joe
2002-01-29 21:40:13 +00:00
Akinori MUSHA
77f6c01ede
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
...
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Akinori MUSHA
94f005e723
Add a patch submitted by the author which fixes a bug I reported where
...
fd occasionally dies of a segfault caused by a buffer overrun on
command invocation.
Bump PORTREVISION accordingly.
2002-01-21 16:02:52 +00:00
Akinori MUSHA
c45b04d7f0
Add a patch submitted by the author which fixes a bug I reported where
...
fd fails to expand a relative symlink in the root directory.
Bump PORTREVISION accordingly.
Remove an unneeded MASTER_SITE_SUBDIR line.
2002-01-19 11:43:30 +00:00
Joseph Koshy
963ec014d2
Upgrade to v0.6.0.
...
- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
"pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added
Approved by: alex [MAINTAINER]
2002-01-14 06:53:27 +00:00
Dirk Froemberg
8c0949d312
Use '::' as an dependency operator for pre-everything target. This is
...
needed because of the special nature of the pre-everything target.
See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
2001-12-31 10:20:19 +00:00
Ying-Chieh Liao
868dd870d0
upgrade to 1.03u
...
PR: 33226
Submitted by: maintainer
2001-12-27 08:58:20 +00:00
Dirk Froemberg
9439aeb2c5
portlint: remove extra whitespaces before end of line.
2001-12-24 10:37:45 +00:00
Patrick Li
b666502afd
- PORTDOCS police
...
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Christian Weisgerber
f54d549681
Fix LC_NUMERIC locale bug.
...
Submitted by: Alexander N. Kabaev <ak03@gte.com>
2001-12-04 21:31:54 +00:00
Christian Weisgerber
0f501f4553
* Update to release 2001-10-31.
...
* Re-enable WANT_STATIC.
* Remove license check and "Proprietary Notice" since we won't distribute
a package.
* Move notice about locale bug to pkg-descr.
PR: 32343
2001-12-02 17:43:15 +00:00
Maxim Sobolev
3d1f077b65
Override CONFIGURE_TARGET, so that this configure script generated by
...
autoconf-2.52 doesn't generate a warning.
2001-11-23 15:40:26 +00:00
Christian Weisgerber
452e627854
* Update to 2.05a.
...
* Split failglob patch into per-file patches.
Reviewed by: obrien
2001-11-21 01:40:39 +00:00
Will Andrews
d2c7ce6629
Update to 4.0.4.
...
PR: 31872
Submitted by: Anders Andersson <anders@codefactory.se>
2001-11-10 02:24:46 +00:00
Christian Weisgerber
4fbb2f66a7
Update my MAINTAINER address.
...
Approved by: trevor
2001-11-03 22:22:34 +00:00
Ying-Chieh Liao
217cd99bfe
- Remove BROKEN.
...
- Comment out WANT_STATIC, which is currently broken.
- Fix an mbstate_t syntax error; from Mitch Tishmack <otomo@qwest.net>.
- Skip unused floating point tests that prevent building on alpha.
- Point out LC_NUMERIC problem in pkg-message.
PR: 31197
Submitted by: MAINTAINER
2001-10-11 08:55:13 +00:00
Pete Fritchman
a57055def2
Fix a braino (having @unexec rmdir ... without 2>/dev/null || true really
...
defeats the purpose...)
2001-10-05 04:34:49 +00:00