From owner-freebsd-ports@freebsd.org Tue Dec 8 18:05:25 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 803099D32EF for ; Tue, 8 Dec 2015 18:05:25 +0000 (UTC) (envelope-from avery.rozar@insecure-it.com) Received: from mail-pf0-x236.google.com (mail-pf0-x236.google.com [IPv6:2607:f8b0:400e:c00::236]) (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 5F1ED1DD8 for ; Tue, 8 Dec 2015 18:05:25 +0000 (UTC) (envelope-from avery.rozar@insecure-it.com) Received: by pfnn128 with SMTP id n128so15656535pfn.0 for ; Tue, 08 Dec 2015 10:05:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=insecure-it-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:content-type; bh=QRMZybTmGqMOfoDCs64P51Ymq/vL0mNZ00IkbyP1ZbA=; b=i4VB2qv5/G9Q+ZFNISfJe3CQkN00lfLkEpRYwYaa+Gc61PUwzP4jP0j2M1626916b3 mVbZRq2I09zwNftOMn1gFS8OPRS0/mvT+C+vTTPyk46KPKwUiYedexFcCEfuZw/2OBKl +StiNWB+QcGryDesh2UoF/V/hBHhfO2rOlFaSKQht5Ns1Gee79K8fep1QnfVr0bSWWeR 7Qb43dxynbRlue1izzzvr9rv1LeTgEvJeWiLmuPRqScOn2MkCyLrz2JvRErI801YoTEI s69XBnh9YozM6z0FPlJGBnmVkIae4ebd+25RGxiJIHkhIlU5A3OhxT62TPA+CQZVL9+s DBBA== 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=QRMZybTmGqMOfoDCs64P51Ymq/vL0mNZ00IkbyP1ZbA=; b=hSRTfDAOgxcNm68K7oqqurhy5wHE7s0I31a/lg4Eu/RcxQvVGtbWiftg2/AP7mif6j PPoif2qB7jyswRqAhZ9guH6VgRJ2ub5EsNwIL0Vnrz3N99SqzX06tQACB+sNYdJpLXek XnlA2rYr04/94CjsDVe3JVhnbneR2rSlh3Y9NYTHXt6ctzsVdYAtEawm3aHEL07xFHAh 0iGutASdNAHIp11LMu4LA+IsnmpMZcivj7hf2+hvy+y1WcL1Q7S1BtfE9kpMVfFHe+PF dHhtDzzl+0FS11ltbC7o/lqIbvRyDY7d13a6tzaXlqMG/jqB/GpcJtxuatgpgVtGofGo /6QQ== X-Gm-Message-State: ALoCoQmfJ0y6QOxdychdY7FWYl9bwvpaxSVuN/aDNg+IGdQQ/cupuzhpi7Kji/3H06z1hHQ5xwTvIMqa5NG/cnG/wTUD9AoTig== MIME-Version: 1.0 X-Received: by 10.98.72.156 with SMTP id q28mr6814891pfi.117.1449597924855; Tue, 08 Dec 2015 10:05:24 -0800 (PST) Received: by 10.67.7.232 with HTTP; Tue, 8 Dec 2015 10:05:24 -0800 (PST) X-Originating-IP: [72.188.74.112] Date: Tue, 8 Dec 2015 13:05:24 -0500 Message-ID: Subject: How do I use "USES=shebangfix" From: Avery Rozar To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Tue, 08 Dec 2015 18:05:25 -0000 I'm trying to build port for snort-2.9.8.0 and have run into a snag. I get this error during "make makeplist". How do I use "USES=shebangfix" to fix this error? Do I put it in /etc/make.conf, the make file for snort? ====> Running Q/A tests (stage-qa) Error: '/bin/bash' is an invalid shebang you need USES=shebangfix for 'bin/appid_detector_builder.sh' Thank you, Avery