From mi@privatelabs.com  Tue Jun  6 07:23:13 2000
Return-Path: <mi@privatelabs.com>
Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30])
	by hub.freebsd.org (Postfix) with ESMTP id CD71D37B702
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Jun 2000 07:23:11 -0700 (PDT)
	(envelope-from mi@privatelabs.com)
Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6])
	by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id KAA30870
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 6 Jun 2000 10:22:19 -0400 (EDT)
Received: (from mi@localhost)
	by misha.privatelabs.com (8.9.3/8.9.3) id KAA03506;
	Tue, 6 Jun 2000 10:22:14 -0400 (EDT)
	(envelope-from mi)
Message-Id: <200006061422.KAA03506@misha.privatelabs.com>
Date: Tue, 6 Jun 2000 10:22:14 -0400 (EDT)
From: Mikhail Teterin <mi@privatelabs.com>
Reply-To: mi@aldan.algebra.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Support for Unisys owned GIF needs to be more organized
X-Send-Pr-Version: 3.2

>Number:         19058
>Category:       ports
>Synopsis:       Support for Unisys owned GIF needs to be more organized
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 06 07:30:00 PDT 2000
>Closed-Date:    Thu Jun 8 20:06:35 PDT 2000
>Last-Modified:  Thu Jun 08 20:08:12 PDT 2000
>Originator:     Mikhail Teterin
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	Different ports  deal with  the optional GIF  support in
	different  ways.  ImageMagick uses  HAVE_UNISYS_LICENCE,
	while qt uses something else. IMO, the issue needs to be
	addresses  a'la  USA_RESIDENT  --  have  a  single  make
	variable and have all of the ports obey it.

>How-To-Repeat:

>Fix:

This patch, for example, will put more sense into the qt21 port:

--- qt21/Makefile.orig	Tue May 30 15:52:39 2000
+++ qt21/Makefile	Tue Jun  6 10:16:56 2000
@@ -32,3 +32,3 @@
 
-.if defined(QT_GIF_AVAILABLE)
+.if defined(QT_GIF_AVAILABLE) || defined(HAVE_UNISYS_LICENSE)
 CONFIGURE_ARGS+=-gif

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Thu Jun 8 20:06:35 PDT 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19058 
>Unformatted:
