From owner-freebsd-ports Tue Jun 6 7:30: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A39FA37B88A for ; Tue, 6 Jun 2000 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99192; Tue, 6 Jun 2000 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id CD71D37B702 for ; 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 ; 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 Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19058: Support for Unisys owned GIF needs to be more organized Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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