Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2013 17:47:07 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/180280: comms/unixcw : remove support for the expired QT3 port
Message-ID:  <201307041747.r64Hl7m2036658@oldred.freebsd.org>
Resent-Message-ID: <201307041750.r64Ho27u012284@freefall.freebsd.org>

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

>Number:         180280
>Category:       misc
>Synopsis:       comms/unixcw : remove support for the expired QT3 port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 04 17:50:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 9.1-amd64
>Organization:
>Environment:
FreeBSD 9.1-amd64
Ports r322216
>Description:
Remove support for the expired QT3 port (WITH_XCWP knob).
While here convert Makefile header.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 322216)
+++ Makefile	(working copy)
@@ -1,9 +1,5 @@
-# ports collection makefile for:	unixcw
-# Date created:		24 Dec 2007
-# Whom:			Diane Bruce <db@db.net>
-#
+# Created by: Diane Bruce <db@db.net>
 # $FreeBSD$
-#
 
 PORTNAME=	unixcw
 PORTVERSION=	2.3
@@ -22,14 +18,7 @@
 			--libdir="${LOCALBASE}/lib"
 MAN1=		cw.1 cwgen.1 cwcp.1
 MAN3=		cwlib.3
-.if defined(WITH_XCWCP)
-MAN1+=		xcwcp.1
-USE_QT_VER=	3
-CONFIGURE_ARGS+=	QTLIB=qt-mt
-PLIST_SUB+=	XCWCP=""
-.else
 PLIST_SUB+=	XCWCP="@comment "
-.endif
 MAN7=		cw.7 CW.7
 MANCOMPRESSED=	yes
 USE_AUTOTOOLS=	autoconf


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



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