Commit Graph

489 Commits

Author SHA1 Message Date
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Akinori MUSHA
a6b10352a7 Bump PORTREVISION for a couple of fixes I applied. 2003-02-19 08:48:16 +00:00
Akinori MUSHA
3e04b06448 Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls into
background as soon as it is invoked.
2003-02-19 08:46:56 +00:00
Akinori MUSHA
45de60a197 Add a patch to fix a glob expansion problem where special character
escaping does not work.
2003-02-19 08:44:58 +00:00
Akinori MUSHA
2cbde522d4 De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINER
while I'm hre.
2003-02-18 05:58:39 +00:00
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Christian Weisgerber
6492f3715f URL updates.
PR:		48167
Submitted by:	tadalunch@sources.redhat.com
2003-02-12 12:29:46 +00:00
Kris Kennaway
02baa4219f Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by:	lioux
2003-02-10 09:04:04 +00:00
Ying-Chieh Liao
0639074505 upgrade to 1.0107 2003-01-24 13:33:46 +00:00
Kris Kennaway
cae02560c6 Add missing manpage 2003-01-14 05:33:26 +00:00
Peter Wemm
ec2320a569 Make zsh not segfault on ia64 due to a generic misconfiguration that
just happens to be fatal there, and a coding botch.  The first problem is
that it assumes a termcap interface (which is an emulation on freebsd),
and provides its own terminfo wrappers around termcap..  so that's two
avoidable translation layers... termcap file -> terminfo (libncurses) ->
termcap API emulation (libncurses) -> terminfo (zsh emlulation).  zsh
forgot to prototype the tiget* functions (which return pointers) so we
have an integer (implicit declaration) being cast to a pointer which
is fatal.  The second problem is that zsh tries to use _mktemp() to get
around the __warn_references in our C library, but also neglects a
prototype there and has the same fatal int/pointer problem.

It is likely all the zsh* ports need these fixes.  A test compile on
pluto1.freebsd.org will highlight the problem.

I do not know why the packaging fails for ia64.  termcap.so and
terminfo.so are not being built for some reason, this change doesn't
solve that problem.
2003-01-11 23:45:20 +00:00
Peter Wemm
42dce6e924 Make this work on ia64. 2003-01-11 23:17:57 +00:00
Christian Weisgerber
d52ab23550 Update to release 2002-12-21. Notable changes:
* SIGALRM can now be used in applications.
* Numerous bug fixes.
2003-01-08 00:46:01 +00:00
Akinori MUSHA
a5b4c2a618 Ignore error in updating /etc/shells so that a normal user can build
and install this port.
2003-01-05 19:14:20 +00:00
Ying-Chieh Liao
1eebc3bb6b fix plist
PR:		46781
Submitted by:	Philip Paeps <philip@vitaya.be>
2003-01-05 18:30:28 +00:00
Ying-Chieh Liao
b688565f8f upgrade to 3.4
PR:		46243
Submitted by:	maintainer
2003-01-03 18:15:43 +00:00
Akinori MUSHA
4d347582f3 Update to 2.02a. 2003-01-03 11:20:51 +00:00
Kris Kennaway
8301ced068 Fix build on 5.0 (chase /usr/include/msdosfs to /usr/include/fs/msdosfs) 2002-11-30 22:52:07 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Tilman Keskinoz
ee40b04c65 Fix PLIST (bento)
PR:	36792
2002-11-03 23:39:37 +00:00
Kris Kennaway
f7d17ed2a2 Add missing files and manpages 2002-10-28 01:58:35 +00:00
Shigeyuki Fukushima
bde1614b6b Update to 4.1.0.dev5.
Remove FORBIDDEN mark.
2002-10-13 17:11:37 +00:00
Ying-Chieh Liao
7c19b9d582 fix obscure signal-handling bugs
add readline support

PR:		43945
Submitted by:	maintainer
2002-10-12 15:36:57 +00:00
Akinori MUSHA
c464828073 Update to 2.01c. 2002-10-06 18:52:30 +00:00
Christian Weisgerber
004568ebc8 Update to release 2002-09-22.
PR:		43423
Submitted by:	Joe Kelsey <joek@zircon.staff.flyingcroc.net>
2002-10-05 16:34:42 +00:00
David E. O'Brien
06c98b8989 Fix logic error when NOPORTDOCS is set.
Submitted by:	Peter Avalos <pavalos@theshell.com>
PR:		43459
2002-09-29 01:44:12 +00:00
Kris Kennaway
5d09c4546f Move files from illegal subdirectory src/ to files/ and fix
extract procedure.
2002-09-29 01:42:08 +00:00
David E. O'Brien
4aa5fb5d56 Mirror the patch files. 2002-09-20 00:13:43 +00:00
Akinori MUSHA
333a3e55be - Fix the .zip file list format.
- Recognize .tar.z as tar+gz archive.
2002-09-18 18:57:53 +00:00
Will Andrews
fe2235cdce PERL -> USE_REINPLACE
Submitted by:	David Yeske <dyeske@yahoo.com>
2002-09-17 14:58:44 +00:00
Akinori MUSHA
6a228fad08 - Apply a couple of patches posted on the FD-clone mailing list,
which fix bugs in file name completion and handling of tar archives
  that contain ".".

- Update fd2rc:
  o Properly call zip(1) with -r (recursive).
  o Make some file extensions case insensitive.
  o Source /etc/fd2rc.local so administrators can put their own local
    configurations in it.
  o Set FD_WRITEFS to 1 (do not ask).
  o Set FD_INHERITCOPY to 1 (preserve timestamps).
2002-09-15 20:55:58 +00:00
David E. O'Brien
a146f053ab Use offical vendor patches 1-4. 2002-09-13 00:43:09 +00:00
Oliver Braun
4eef8272b2 Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR:		ports/40935
Submitted by:	Ken McGlothlen <mcglk@artlogix.com>
2002-09-10 22:18:46 +00:00
David E. O'Brien
f71e7b3c60 Use the offical vendor patch for the directory space vs. slash command name
completion problem.

Submitted by:	Chet Ramey <chet@po.CWRU.Edu>
Bash PR:	http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
2002-09-09 22:25:50 +00:00
David E. O'Brien
fe3f550a4e Bump revision for directory command-line completion fix.
Always forgotten by:	me
2002-09-09 06:50:17 +00:00
David E. O'Brien
ce9d222b68 "In certain cases, Bash appends a space instead of a slash to a directory name
relative to the current directory when performing command name completion.
This affects partial completion of intermediate directory names."  Fix this.

Bash PR:	http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
Obtained from:	http://www.geocrawler.com/mail/msg.php3?msg_id=9514404&list=342
2002-09-09 01:19:52 +00:00
Akinori MUSHA
e675f0bc21 MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES because
it is slow and does not mirror bz2 distfiles at all.  Remove it and
add four other working mirror sites instead.

PR:		ports/41960 (different solution)
Submitted by:	keramida
2002-09-06 12:06:00 +00:00
David E. O'Brien
00c6d9d8ea We lie about fully having ISO C90 Amd.1 restartable wide and multibyte
character manipulation functions.
2002-08-26 03:42:41 +00:00
Christian Weisgerber
e4f94a5977 Fix core dump in glob expansion.
PR:		41778
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
Obtained from:	David Korn <dgk@research.att.com>
2002-08-20 14:36:32 +00:00
Akinori MUSHA
efbdb92482 Really commit the pkg-plist change. 2002-08-15 15:15:16 +00:00
Akinori MUSHA
e4594fd355 Update to 4.0.6.
PR:		ports/41662
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2002-08-14 21:28:36 +00:00
Akinori MUSHA
b5f4a336a7 - Update to 4.0.5.
- Use the .tar.bz2 distribution files.

PR:		ports/41483
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	will (MAINTAINER)
2002-08-12 02:40:34 +00:00
Akinori MUSHA
54801c4c69 - Recognize .tbz as a tar+bzip2 suffix.
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly.
2002-08-11 13:28:31 +00:00
David E. O'Brien
dfa32123f5 Simply typing Shift-Enter in bash-2.05b causes it to enter some kind of
CPU-consuming loop. A kill -9 from another terminal is required to end it.

Submitted by:	Chet Ramey <chet@nike.ins.cwru.edu>
2002-08-06 07:22:41 +00:00
David E. O'Brien
1659aea7bb `make reinstall' clean. 2002-08-06 07:21:44 +00:00
David E. O'Brien
b51fd57a8d Forgot to update pkg-plist with 5.0b upgrade.
Submitted by:	Neil Darlow <neil@darlow.co.uk>
2002-08-04 18:42:09 +00:00