Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2000 13:18:59 +0400 (MSD)
From:      dsh@vlink.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21889: update comms/qico to 0.48
Message-ID:  <20001010091859.65A9EA0D01@wizard.vlink.ru>

next in thread | raw e-mail | index | archive | help

>Number:         21889
>Category:       ports
>Synopsis:       update comms/qico to 0.48
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 10 02:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Denis Shaposhnikov
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
>Environment:

>Description:

>How-To-Repeat:

diff -Nru qico.orig/Makefile qico/Makefile
--- qico.orig/Makefile	Thu Aug 24 02:12:22 2000
+++ qico/Makefile	Tue Oct 10 13:11:09 2000
@@ -1,5 +1,4 @@
 # New ports collection makefile for:	qico
-# Version required:	0.46.2
 # Date created:		13 Jan 2000
 # Whom:			Denis Shaposhnikov <dsh@vlink.ru>
 #
@@ -7,9 +6,12 @@
 #
 
 PORTNAME=	qico
-PORTVERSION=	0.46.2
+PORTVERSION=	0.48
+DISTNAME=	${PORTNAME}-${PORTVERSION}.0
 CATEGORIES=	comms
 MASTER_SITES=	http://lev.serebryakov.spb.ru/download/
+PATCH_SITES=	${MASTER_SITES}
+PATCHFILES=	${PORTNAME}-${PORTVERSION}.0-stable.patch.gz
 
 MAINTAINER=	dsh@vlink.ru
 
diff -Nru qico.orig/distinfo qico/distinfo
--- qico.orig/distinfo	Wed Aug 23 18:32:16 2000
+++ qico/distinfo	Tue Oct 10 13:11:08 2000
@@ -1 +1,2 @@
-MD5 (qico-0.46.2.tar.gz) = 5c585ae8266a8b5132ed4523024e5462
+MD5 (qico-0.48.0.tar.gz) = 7605f61fc4e6b550f66366e0f9016715
+MD5 (qico-0.48.0-stable.patch.gz) = c519677256297a9da8da3228c3b11fdb
diff -Nru qico.orig/files/patch-ac qico/files/patch-ac
--- qico.orig/files/patch-ac	Wed Aug 23 18:32:23 2000
+++ qico/files/patch-ac	Tue Oct 10 13:11:09 2000
@@ -1,5 +1,5 @@
 --- src/Makefile.orig	Tue Aug 15 20:53:42 2000
-+++ src/Makefile	Sun Aug 20 10:06:44 2000
++++ src/Makefile	Sat Oct  7 19:06:08 2000
 @@ -14,7 +14,7 @@
  #DEFS   += -DY_DEBUG #-DYYERROR_VERBOSE=1 -DYYDEBUG=100
  
@@ -9,3 +9,12 @@
  ifeq (1,$(STRIP))
  IFLAGS  = -s
  else
+@@ -23,7 +23,7 @@
+ endif
+ #DLIBS   = -lccmalloc -ldl
+ ifeq (1,$(FREE_BSD))
+-LIBS   += -lutil
++#LIBS   += -lutil
+ DEFS   += -DFREE_BSD=1
+ else
+ LIBS   +=
diff -Nru qico.orig/files/patch-ad qico/files/patch-ad
--- qico.orig/files/patch-ad	Wed Aug 23 18:32:23 2000
+++ qico/files/patch-ad	Thu Jan  1 03:00:00 1970
@@ -1,29 +0,0 @@
---- src/ftn.c.orig	Tue Aug 15 20:53:42 2000
-+++ src/ftn.c	Sun Aug 20 10:14:11 2000
-@@ -2,7 +2,7 @@
-  * File: ftn.c
-  * Created at Thu Jul 15 16:11:27 1999 by pk // aaz@ruxy.org.ru
-  * ftn tools
-- * $Id: ftn.c,v 1.8 2000/08/13 21:10:01 lev Exp $
-+ * $Id: ftn.c,v 1.9 2000/08/16 01:12:21 lev Exp $
-  **********************************************************/
- #include <sys/types.h>
- #include <sys/stat.h>
-@@ -476,7 +476,7 @@
- 
- int dosallowin83(int c)
- {
--	static char dos_allow[] = "!@#$%^&()~`'-_{}.";
-+	static char dos_allow[] = "!@#$%^&()~`'-_{}";
- 
- 	if((c >= 'a' && c <= 'z') ||
- 		(c >= 'A' && c <= 'Z') ||
-@@ -601,7 +601,7 @@
-     nl=el=ec=uc=lc=0;
-     f=1;
-     while(*p) {
--    	if(!dosallowin83(*p)) {
-+    	if(!dosallowin83(*p) && ('.'!=*p)) {
-     		f=0;
-     		break;
-     	}

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001010091859.65A9EA0D01>