From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 11 19:50:40 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C429E16A4F1 for ; Tue, 11 Jul 2006 19:50:40 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9358943E05 for ; Tue, 11 Jul 2006 19:50:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6BJoAp8001030 for ; Tue, 11 Jul 2006 19:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6BJoASC001029; Tue, 11 Jul 2006 19:50:10 GMT (envelope-from gnats) Resent-Date: Tue, 11 Jul 2006 19:50:10 GMT Resent-Message-Id: <200607111950.k6BJoASC001029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nicola Vitale Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FF3C16A4F3 for ; Tue, 11 Jul 2006 19:45:01 +0000 (UTC) (envelope-from nivit@email.it) Received: from vsmtp3.tin.it (vsmtp3alice.tin.it [212.216.176.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F1A43D78 for ; Tue, 11 Jul 2006 19:45:00 +0000 (GMT) (envelope-from nivit@email.it) Received: from fabula (87.15.132.9) by vsmtp3.tin.it (7.2.072.1) id 44B25E070030CF0D for FreeBSD-gnats-submit@freebsd.org; Tue, 11 Jul 2006 21:47:20 +0200 Received: (qmail 64955 invoked by uid 0); 11 Jul 2006 09:19:55 -0000 Message-Id: <20060711091955.64954.qmail@fabula> Date: 11 Jul 2006 09:19:55 -0000 From: Nicola Vitale To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100107: [MAINTAINER] math/truthtable: fix SUB_LIST variable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 19:50:40 -0000 >Number: 100107 >Category: ports >Synopsis: [MAINTAINER] math/truthtable: fix SUB_LIST variable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 11 19:50:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 6.1-BETA3 i386 >Organization: >Environment: System: FreeBSD fabula.domo.sva 6.1-BETA3 FreeBSD 6.1-BETA3 #0: Thu Mar 2 11:03:41 UTC >Description: Fix SUB_LIST variable (as suggested by Herve Quiroz, thanks) in the Makefile. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- truthtable-1.2.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/truthtable/Makefile /usr/ports/math/truthtable.fix_SUB_LIST/Makefile --- /usr/ports/math/truthtable/Makefile Mon Jul 10 23:45:29 2006 +++ /usr/ports/math/truthtable.fix_SUB_LIST/Makefile Tue Jul 11 11:11:01 2006 @@ -23,7 +23,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= ${PORTNAME} -SUB_LIST= JAVA=${JAVA} JAVAJARDIR=${JAVAJARDIR} TRUTHTABLEJAR=${TRUTHTABLEJAR} +SUB_LIST= TRUTHTABLEJAR=${TRUTHTABLEJAR} TRUTHTABLEJAR= ${DATADIR}/${DISTNAME}${EXTRACT_SUFX} --- truthtable-1.2.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: