From owner-freebsd-ports@FreeBSD.ORG Thu Apr 26 20:14:05 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2658016A402 for ; Thu, 26 Apr 2007 20:14:05 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id DA7DA13C457 for ; Thu, 26 Apr 2007 20:14:04 +0000 (UTC) (envelope-from pietro.cerutti@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so386078ana for ; Thu, 26 Apr 2007 13:14:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ljBezannOQO1E0/luglnAKuoCusIZnxCFlNr3Rk0YHellMgdPQX8T7hHzzcvHvg2e0WQoDqGUu67GcNKOPqeVFKLjA+wE63LDMEEBNDTG8S65dFsKjpECUrvnWZI/3HQZRAL8sqR5VxW3LwmCEhTXqBApEWhQmpOFBWfIIAmJ04= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PKE/Ja5io9WYGWgB76htCrSnz96BWnwMRcKCffmnpITRtck7iMTA/1XDxq7mK+Osk/uCcEdvO/8IcHixp6v+romr69zTt9dz54T0uX4ZxT2J7s+16I9j1NjQri8IVFhbkJDS4dlyhMviipJXIYbjIqMS+ZzgZvm5jcWZynOhbak= Received: by 10.100.133.9 with SMTP id g9mr1445200and.1177616968667; Thu, 26 Apr 2007 12:49:28 -0700 (PDT) Received: by 10.100.111.5 with HTTP; Thu, 26 Apr 2007 12:49:28 -0700 (PDT) Message-ID: Date: Thu, 26 Apr 2007 21:49:28 +0200 From: "Pietro Cerutti" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: make: cannot open Makefile *** Error code 2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 20:14:05 -0000 Hi List, I'm trying to port TuxGuitar (a Java-based tablature editor) to FreeBSD. The software compiles almost out of the box: it just requires a few patches to the ant(1) properties files. All dependencies are already installed. The port compiles without any error or warning messages, but gives this error at "make install": sudo make install ===> Installing for tuxguitar-0.9.1 ===> tuxguitar-0.9.1 depends on file: /usr/local/diablo-jdk1.5.0/bin/java - found ===> Generating temporary packing list ===> Checking if audio/tuxguitar already installed make: cannot open Makefile. *** Error code 2 Stop in /home/piter/docs/Projects/TuxGuitar/port/tuxguitar. Exit 1 I searched google and the mailing list archives but couldn't find any hint on how to solve this problem. Any suggestion and request for additional information are welcome! The Makefile is: # New ports collection makefile for: tuxguitar # Date created: 26 April 2007 # Whom: Pietro Cerutti (gahr@gahr.ch) # # $FreeBSD$ # PORTNAME= tuxguitar PORTVERSION= 0.9.1 CATEGORIES= audio java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR=${PORTNAME} DISTFILES= TuxGuitar-0.9.1-src.tar.gz MAINTAINER= gahr@gahr.ch COMMENT= A Multitrack tablature editor and player BUILD_DEPENDS= ${JAVALIBDIR}/swt.jar:${PORTSDIR}/x11-toolkits/swt \ ${JAVALIBDIR}/itext.jar:${PORTSDIR}/devel/itext WRKSRC= ${WRKDIR}/TuxGuitar-0.9.1-src USE_JAVA= yes USE_ANT= yes .include P.S. please CC me since I'm not on this list Best Regards, -- Pietro Cerutti - ASCII Ribbon Campaign - against HTML e-mail and proprietary attachments www.asciiribbon.org