patch some bad bounds which might cause junk output

revert maintainer to ports@; old one no longer has openbsd
bump PKGNAME
This commit is contained in:
avsm 2003-06-24 20:04:14 +00:00
parent c411447a30
commit 5727228136
2 changed files with 14 additions and 4 deletions

View File

@ -1,18 +1,16 @@
# $OpenBSD: Makefile,v 1.37 2003/05/14 00:52:36 brad Exp $
# $OpenBSD: Makefile,v 1.38 2003/06/24 20:04:14 avsm Exp $
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
COMMENT= "alternative ircII color client"
VERSION= 1.0c18
DISTNAME= ircii-pana-${VERSION}
PKGNAME= BitchX-${VERSION}p2
PKGNAME= BitchX-${VERSION}p3
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/old/ \
ftp://ftp.bitchx.org/pub/BitchX/source/old/
MAINTAINER= Vincent Derrien <vincent.derrien@free.fr>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-source_output_c,v 1.1 2003/06/24 20:04:14 avsm Exp $
--- source/output.c.orig Tue Jun 17 15:38:45 2003
+++ source/output.c Tue Jun 17 15:42:06 2003
@@ -73,7 +73,7 @@ void unflash (void)
#if defined(HARD_UNFLASH) && !defined(CHARSET_CUSTOM)
fwrite("\033c", 5, 1, current_ftarget); /* hard reset */
#else
- fwrite("\033)0", 6, 1, current_ftarget); /* soft reset */
+ fwrite("\033)0", 4, 1, current_ftarget); /* soft reset */
#endif
#if defined(LATIN1)