From owner-freebsd-ports@FreeBSD.ORG Thu May 21 20:39:58 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C926846 for ; Thu, 21 May 2015 20:39:58 +0000 (UTC) Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5B7C144C for ; Thu, 21 May 2015 20:39:57 +0000 (UTC) Received: by wgfl8 with SMTP id l8so97239418wgf.2 for ; Thu, 21 May 2015 13:39:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=nh4hzba4LMPMk7UcWSw09KLt9TY89Cl1531+aTncKKU=; b=eje3GAQz51X+u6D4oIQLtPIo6u51jXcYBSUf672wCkTASzfo8ffcvcfEYzXHe/nv76 TjJdx1hg2r+XDQN7LbY5UC7O0Fs0cM+a8aZl7lU4J7WiKTo7acvR6o+ZzmEiGiKYf2ll wsv/riGWF0PLYmVHdJq4fRuHxI9oW6aUbMw8R095+YNAGygUGDOq0DQIntRahZNE/h3n 1EVQeXfxaXnokhDh84NmmPUJjhZaXI511ANoPHfWM0/bpiKPjztmxHI5JdfK1w92PZx6 ggipcBSe5GAHPnCg6Ep5st0phjXwNHDZab+ceTRWFG/LTSRNxECeVEpuHBCYtmZg55in DfoQ== X-Gm-Message-State: ALoCoQntqjiVDVHh80KSZATpIoWd5jxg5gTpIVyCNlGy7XDEd7yZGDw2icX1F0RbFpCEE8M69PKr MIME-Version: 1.0 X-Received: by 10.194.238.193 with SMTP id vm1mr8572746wjc.57.1432240790027; Thu, 21 May 2015 13:39:50 -0700 (PDT) Received: by 10.180.88.105 with HTTP; Thu, 21 May 2015 13:39:50 -0700 (PDT) Date: Thu, 21 May 2015 13:39:50 -0700 Message-ID: Subject: Port License Changes Depending on Options From: "Reed A. Cartwright" To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 20:39:58 -0000 I have submitted a patch to add a port: biology/bcftools. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199747 The port is dual licensed (MIT/GPL); however, If it is compiled with option GPL, then some features are enabled with require it to be licensed under GPL. I've solved this by choosing to change the license if GPL is enabled: LICENSE= MIT [snip...] .if ${PORT_OPTIONS:MGPL} MAKE_ENV+= USE_GPL=1 LICENSE= GPLv3 .endif However, I am not sure if this is the accepted way to specify the license in this case. Does anyone have any other opinion? -- Reed A. Cartwright, PhD Barrett Honors Faculty Assistant Professor of Genomics, Evolution, and Bioinformatics School of Life Sciences Center for Evolutionary Medicine and Informatics The Biodesign Institute Arizona State University ================== Address: The Biodesign Institute, PO Box 875301, Tempe, AZ 85287-5301 USA Packages: The Biodesign Institute, 1001 S. McAllister Ave, Tempe, AZ 85287-5301 USA Office: Biodesign A-224A, 1-480-965-9949 Website: http://cartwrig.ht/