Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 May 2004 21:12:04 +0300
From:      Andrey Slusar <vasallia@ukr.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@vlink.ru
Subject:   ports/67354: [PATCH] comms/qico: update to 0.49.10-p3
Message-ID:  <E1BU8JQ-0002kE-08@santinel.home.ua>
Resent-Message-ID: <200405291820.i4TIKLqE098213@freefall.freebsd.org>

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

>Number:         67354
>Category:       ports
>Synopsis:       [PATCH] comms/qico: update to 0.49.10-p3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 29 11:20:21 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Fri May 28 16:44:48 EEST 2004 root@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	Update to 0.49.10-p3
>How-To-Repeat:
	N/A
>Fix:

--- qico.diff begins here ---
diff -ruN qico/Makefile qico.new/Makefile
--- qico/Makefile	Thu Feb  5 08:49:24 2004
+++ qico.new/Makefile	Sat May 29 21:06:46 2004
@@ -6,27 +6,27 @@
 #
 
 PORTNAME=	qico
-PORTVERSION=	0.48.5
-PORTREVISION=	1
+PORTVERSION=	0.49.10.3
 CATEGORIES=	comms
-MASTER_SITES=	http://lev.serebryakov.spb.ru/download/0.48/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=${PORTNAME}
+DISTNAME=	${PORTNAME}-0.49.10-p3
 
 MAINTAINER=	dsh@vlink.ru
 COMMENT=	An FidoNet Technology Network (FTN) compatible mailer for Unix systems
 
-USE_GMAKE=	yes
-MAKE_ENV+=	SH=${SH} AWK=${AWK} MORDA="${MORDA}" DEFS="${DEFS}"
+USE_BZIP2=	yes
+GNU_CONFIGURE=	yes
 
 .if defined(WITH_QICO_AMIGA4D)
-DEFS+=		-DAMIGA4D
+CONFIGURE_ARGS+=--enable-aso
 .endif
 
-.if defined(WITH_QICO_MORDA)
-MORDA=		1
-PLIST_SUB+=	WITH_QICO_MORDA=""
-.else
-PLIST_SUB+=	WITH_QICO_MORDA="@comment "
+.if !defined(WITH_QICO_MORDA)
+CONFIGURE_ARGS+=--disable-qcc
 .endif
+
+CONFIGURE_TARGET=       --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/qico.conf.sample ${PREFIX}/etc/
diff -ruN qico/distinfo qico.new/distinfo
--- qico/distinfo	Wed Mar 31 07:17:40 2004
+++ qico.new/distinfo	Sat May 29 20:59:29 2004
@@ -1,2 +1,2 @@
-MD5 (qico-0.48.5.tar.gz) = 0879986b7e1794c2ec5afa9cf6646904
-SIZE (qico-0.48.5.tar.gz) = 103893
+MD5 (qico-0.49.10-p3.tar.bz2) = 1fd5a72976c5d8f71a762b1243513093
+SIZE (qico-0.49.10-p3.tar.bz2) = 229434
diff -ruN qico/files/patch-aa qico.new/files/patch-aa
--- qico/files/patch-aa	Sat Nov  4 16:14:45 2000
+++ qico.new/files/patch-aa	Thu Jan  1 03:00:00 1970
@@ -1,49 +0,0 @@
---- CONFIG.orig	Sat Oct 28 00:02:38 2000
-+++ CONFIG	Fri Nov  3 20:39:19 2000
-@@ -6,7 +6,7 @@
- BINDIR  = /usr/local/bin
- 
- # default config (can be overridden with -I) 
--CONF    = /etc/ftn/qico.conf
-+CONF    = ${PREFIX}/etc/qico.conf
- # non-binary file permissions
- PERM    = 00600
- 
-@@ -19,14 +19,14 @@
- #############################################################################
- 
- # qcc features (for building this you must have ncurses-4.2+) 
--MORDA	 = 1
-+#MORDA	 = 1
- 
- # Please, set it under FreeBSD
--#FREE_BSD=1
-+FREE_BSD=1
- 
- 
- # lock dir
--DEFS    += -DLOCK_DIR=\"/var/lock\" 
-+DEFS    += -DLOCK_DIR=\"/var/spool/lock\"
- 
- # communication socket
- DEFS    += -DQIPC_SOCKET=\"/tmp/qlog\"
-@@ -59,13 +59,13 @@
- ### OS depended settings #####################################################
- ##############################################################################
- 
--SHELL   = /bin/sh
--CC      = gcc
--AWK     = awk
--INSTALL = install
--LEX     = lex
-+SHELL   ?= /bin/sh
-+CC      ?= gcc
-+AWK     ?= awk
-+INSTALL ?= install
-+LEX     ?= lex
- #YACC    = bison -y
--YACC    = yacc
-+YACC    ?= yacc
- 
- # required for linux glibc2 systems
- #LIBS=-lresolv
diff -ruN qico/files/patch-ab qico.new/files/patch-ab
--- qico/files/patch-ab	Wed Aug 23 17:32:23 2000
+++ qico.new/files/patch-ab	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- Makefile.orig	Tue Jul 18 18:41:42 2000
-+++ Makefile	Thu Jul 20 19:51:32 2000
-@@ -5,8 +5,6 @@
- 
- DIRS    = src
- 
--CC 	= gcc
--AWK	= awk
- INSTALL = install
- 
- DIST    = qico-$(VERSION).tar.gz
diff -ruN qico/files/patch-ac qico.new/files/patch-ac
--- qico/files/patch-ac	Fri Oct 13 00:18:07 2000
+++ qico.new/files/patch-ac	Thu Jan  1 03:00:00 1970
@@ -1,20 +0,0 @@
---- src/Makefile.orig	Tue Aug 15 20:53:42 2000
-+++ src/Makefile	Sat Oct  7 19:06:08 2000
-@@ -14,7 +14,7 @@
- #DEFS   += -DY_DEBUG #-DYYERROR_VERBOSE=1 -DYYDEBUG=100
- 
- DEFS    += -DSHELL=\"$(SHELL)\" -DCONFIG=\"$(CONF)\"
--CFLAGS	= $(DEFS) -Wall -m486 -O2 -D_GNU_SOURCE=1 -D_BSD_SOURCE=1 -I/usr/local/include
-+CFLAGS	+= $(DEFS)
- 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   +=
--- qico.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BU8JQ-0002kE-08>