Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2000 10:22:14 -0400 (EDT)
From:      Mikhail Teterin <mi@privatelabs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19058: Support for Unisys owned GIF needs to be more organized
Message-ID:  <200006061422.KAA03506@misha.privatelabs.com>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 06 07:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?200006061422.KAA03506>