Commit graph

808 commits

Author SHA1 Message Date
Mark Linimon
0323114808 Actually assign port to new maintainer.
Forgotten by:	itetcu
2006-09-05 09:04:21 +00:00
Martin Wilke
476628a9db - Update to R28
Submitted by:	andreas kohn via irc (maintainer)
2006-09-04 07:02:54 +00:00
Akinori MUSHA
a4b373bb16 This port has served its purpose. Just use the shells/zsh port with
the multibyte option turned on.
2006-09-01 14:21:39 +00:00
David E. O'Brien
5e595f7722 Rather than have to manually list every patch version, use some automation
(courtesy of 'jot').

Obtained from:	Vim port
2006-09-01 05:45:04 +00:00
David E. O'Brien
fae962b7dc Move bash2 specification to lower in the file. In its current position,
caused the %F to be redefined to "bash2" as a side effect.

Submitted by:	ru
2006-08-31 19:33:20 +00:00
Martin Wilke
1e48ead47e - Respect DESTDIR for all my ports
Reviewed by:	gabor
Approved by:	krion (mentor)
2006-08-07 07:58:28 +00:00
Jean-Yves Lefort
eb2c4e06a9 Update to 2.0.4
PR:		ports/98462
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-08-06 19:39:58 +00:00
Tilman Keskinoz
594b0dc64c Unbreak rsync comatibility when long opts ("--server", "--sender"
and "--delete" in this case) specified.

PR:		96295
Suggested by:	ueda _at_ drweb dot jp
Obtained from:	https://lists.ccs.neu.edu/pipermail/scponly/2006-March/001287.html
Approved by:	rushani (maintainer)
2006-08-06 17:38:15 +00:00
Akinori MUSHA
ea3abebc05 Update patches. 2006-08-02 07:33:25 +00:00
Martin Wilke
7e35a47175 - Improved description
PR:		ports/100757
Submitted by:	Parv <parv(at)pair.com>
Approved by:	krion (mentor), maintainer via irc
2006-07-25 11:41:05 +00:00
Akinori MUSHA
2368dab3c0 Update to 2.08d. 2006-07-24 09:44:11 +00:00
Martin Wilke
1f5d8f463c Add mksh , a Korn shell with many additions.
The MirOS Korn Shell, which contains many additions to the original
Korn shell.

WWW: http://mirbsd.de/mksh

PR:		ports/100713
Submitted by:	Andreas Kohn <andreas at syndrom23.de>
2006-07-22 10:55:20 +00:00
Rong-En Fan
b45f3b5e64 - Pass maintainership to submitter
- Reformat pkg-descr

PR:		ports/100447
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
2006-07-17 20:03:19 +00:00
David E. O'Brien
83df8a3817 Set conflicts with other bash ports.
PR:		99969
Submitted by:	Gabor Kovesdan <gabor@FreeBSD.org>
2006-07-11 18:34:21 +00:00
Mark Linimon
fb0914231a Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR:		ports/92445
Hat:		portmgr
2006-07-05 02:30:58 +00:00
Mark Linimon
4b1b4c16b1 Reset bouncing maintainer address enigmatyc@laposte.net.
Hat:		portmgr
2006-06-23 04:18:53 +00:00
Shaun Amott
5361678373 Switch to my @FreeBSD.org address.
Approved by:	ahze (mentor)
2006-06-19 20:06:59 +00:00
Martin Wilke
10591c2463 Obey conventions and change my mail to @FreeBSD.org address
Approved by:	krion (mentor)
2006-06-16 22:17:25 +00:00
David E. O'Brien
eca44c8543 Add vendor patch fixing array expansion fails with an arithmetic
syntax error when the subscript appears within double quotes.
For example: ${a["4"]}.
2006-06-09 03:54:02 +00:00
Ion-Mihai Tetcu
a48986cf21 - Shells/rc got a new MASTER_SITES [1]
- This software is now maintain by Erik Quanstrom <quanstro@quanstro.net> [1]
- OPTIONify [2]

PR:		ports/97298 [1]
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca> [1]
		itetcu (me) [2]
Approved by:	maintainer-timeout, lawrance (mentor, implicit)
2006-06-08 01:52:27 +00:00
Edwin Groothuis
aba2c3d647 Add SHA256 checksum 2006-06-07 14:38:02 +00:00
Marcus Alves Grando
70a44ff07f - Update to 4.6
PR:		98278
Submitted by:	maintainer
2006-06-03 02:59:04 +00:00
Akinori MUSHA
102e47aa5c Update to 2.08c. 2006-05-24 11:48:20 +00:00
Ion-Mihai Tetcu
08b3b4180f ${PREFIX}/www/data -> ${PREFIX}/www
PR:		ports/97274
Submitted by:	Shaun Amott <shaun@inerd.com> (maintainer)
Approved by:	lawrance (mentor)
2006-05-16 10:36:01 +00:00
Edwin Groothuis
a9d365bc22 shells/tcshrc:
- Use DATADIR macro

PR:		ports/95836
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:	maintainer timeout
2006-05-14 01:13:30 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Jean Milanez Melo
df4fd43703 - Fix mastersite.
- Remove WWW, site is gone.

PR:		ports/97098
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca>
Approved by:	Scott Kenney <saken@hotel.rmta.org> (maintainer), mnag (mentor)
2006-05-10 19:55:06 +00:00
Edwin Groothuis
e945f71e7d shells/scponly cannot work with rsync
From: Hideyuki KURASHINA <rushani@FreeBSD.org>

	I've confirmed the rsync compatibility in scponly 4.4 is broken.
	Unfortunately, at this moment I don't have enough time to
	test the patch you showed us...

PR:		ports/96295
Submitted by:	UEDA Hiroyuki <ueda@drweb.jp>
2006-05-09 20:54:19 +00:00
Sergei Kolobov
f6ea5c7be9 - Fix build under 4.x:
FreeBSD 4.x doesn't have wide character support,
  so avoid adding --enable-multibyte to CONFIGURE_ARGS on FreeBSD 4.x

PR:		ports/96645 [1]
Submitted by:	Tod McQuillin <devin@spamcop.net> [1],
		Hajimu UMEMOTO <ume@FreeBSD.org> (in private e-mail)
2006-05-02 09:03:06 +00:00
Sergei Kolobov
1951f82570 - Update to 4.3.2 [1], [3]
- Enable multibyte character support in Zsh by default [3], [4]
- Added new knob (WITHOUT_ZSH_MULTIBYTE) to disable multibyte support
- Fix zsh.info installation that was previously attempted before "su"
  (and thus could fail when running "make install" under a regular user) [2] -
  apply a different fix, though - move zsh.info generation from pre-install
  to post-build phase

PR:		ports/95970 [1], ports/94205 [2]
Submitted by:	Martin Wilke <freebsd@unixfreunde.de> [1],
		Michael Kuhn <mkuhn.nw@web.de> [2]
		umei [3] (in private e-mail),
		"J.R. Oldroyd" <jr@opal.com> [4] (in private e-mail)
2006-04-30 23:41:54 +00:00
Emanuel Haupt
f78cf042fb Add an additional mirror.
Submitted by:	Shaun Amott <shaun@inerd.com> (maintainer)
2006-04-29 09:14:52 +00:00
Volker Stolz
ab2382c79d - Update to latest version
- Assign maintainership to submitter

PR:		ports/95974
Submitted by:	Martin Wilke
2006-04-23 18:28:41 +00:00
Kris Kennaway
ac1097381b MANUAL_PACKAGE_BUILD: Doesn't build in tinderbox environment where
kernel != userland version
2006-04-22 22:21:28 +00:00
Volker Stolz
b4bbc2db8e - Update to 060124
- Assign maintainership to submitter

PR:		ports/95972
Submitted by:	Martin Wilke
2006-04-19 14:37:47 +00:00
Marcus Alves Grando
6a342e5b78 - Update to 3.1.16
PR:		95188
Submitted by:	Toni Viemero <toni.viemero___iki.fi>
Approved by:	portmgr (krion)
2006-04-13 17:34:07 +00:00
Akinori MUSHA
36b30af69f Add a patch to fix a problem that ~/.fd_history is truncated
when the home directory is on a file system without locking support.
2006-04-11 08:12:00 +00:00
Marcus Alves Grando
949ef8e014 - Fix plist
PR:		95491
Submitted by:	maintainer
2006-04-08 18:58:52 +00:00
Dirk Meyer
cb96a48d14 - use @dirrmtry 2006-04-08 15:16:30 +00:00
Akinori MUSHA
b4c999234f Update to 2.08b. 2006-04-07 04:25:11 +00:00
Edwin Groothuis
000de2cf3b shells/wapsh - update, make fetchable, take maintainership
- Upgrade to latest version (make fetchable again)
	- Add WWW line and more supported phones to pkg-descr
	- Single PLIST file addition
	- Replace rc.d script with new rc.subr-style
	- Install in more appropriate place
	- Take maintainership

PR:		ports/94243
Submitted by:	Shaun Amott <shaun@inerd.com>
2006-04-06 00:34:34 +00:00
Edwin Groothuis
8750d5977c Use SUB_FILES for pkg-message 2006-04-01 13:13:03 +00:00
Dirk Meyer
ccd3e4a8d4 - add USE_GNUSTEP_PREFIX 2006-03-19 04:35:47 +00:00
Marcus Alves Grando
beee07e38f - Update to 20060301
- portlint(1)

PR:		93995
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	maintainer
2006-03-15 14:31:33 +00:00
Marcus Alves Grando
73c716732d - Update to 2.3.2 and UnFORBIDDEN
PR:		94255
Submitted by:	delphij
Approved by:	portmgr (marcus)
2006-03-11 17:47:22 +00:00
Renato Botelho
3e1b437329 - Unbreak
- Update to 2006-02-14

PR:		ports/93733
Submitted by:	maintainer
Approved by:	portmgr (clement)
2006-03-07 13:34:28 +00:00
Kris Kennaway
8e180ab31a When bash is built with the bison 1.75 port present it breaks the ability
of bash to parse certain legal shell scripts (used by e.g. GNU configure).
Fix this by explicitly directing bash to use yacc.

Bump PORTREVISION since this is likely to be a common enough occurrence
that many users will benefit from the rebuild.

Submitted by:   Nicolas Rachinsky <nicolas-0@ml.turing-complete.org>
PR:             ports/94086
Approved by:    portmgr (implicit)
2006-03-06 21:58:25 +00:00
Kris Kennaway
35659c4fc1 BROKEN: Size mismatch
Approved by:    portmgr (implicit)
2006-03-06 20:35:29 +00:00
Hajimu UMEMOTO
efd8e663ea NLS catalog stuff of csh(1) was MFC'ed. So, enable building
on RELENG_6 as well.

Approved by:	portmgr (kris)
2006-02-26 06:52:04 +00:00
Marcus Alves Grando
a8efc057b3 - Fix master sites and patch sites
Reported by:	Guillermo MORENO-SOCIAS
Approved by:	portmgr (krion)
2006-02-25 18:11:18 +00:00
Renato Botelho
96a33532bb - Update to 3.1.10
PR:		ports/91036
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
Approved by:	maintainer timeout (54 days)
2006-02-21 15:29:59 +00:00