From owner-freebsd-ports@FreeBSD.ORG Sun Sep 11 17:55:07 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FBC016A41F for ; Sun, 11 Sep 2005 17:55:07 +0000 (GMT) (envelope-from flag@oltrelinux.com) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9E943D46 for ; Sun, 11 Sep 2005 17:55:06 +0000 (GMT) (envelope-from flag@oltrelinux.com) Received: from southcross.homeunix.org (ip-90-64.sn1.eutelia.it [62.94.90.64]) by mail.oltrelinux.com (Postfix) with ESMTP id BAC6A11B221 for ; Sun, 11 Sep 2005 19:55:04 +0200 (CEST) Received: by southcross.homeunix.org (Postfix, from userid 1001) id 5E66140DE; Sun, 11 Sep 2005 19:57:20 +0200 (CEST) Date: Sun, 11 Sep 2005 19:57:20 +0200 From: Paolo Pisati To: FreeBSD_Ports Message-ID: <20050911175720.GA16230@tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Subject: INFO files but no INFOPREFIX 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: Sun, 11 Sep 2005 17:55:07 -0000 Hi guys, i'm trying to fix palm/prc-tools port. It actually works (and doesn't leave files/dirs around anymore) but when i check it with portlint, i get a lot of warning/fatal: WARN: /usr/home/flag/src/prc-tools/pkg-plist [74]: enumerating info files in the plist is deprecated in favor of adding info files into the Makefile using the INFO macro. WARN: /usr/home/flag/src/prc-tools/pkg-plist [75]: enumerating info files in the plist is deprecated in favor of adding info files into the Makefile using the INFO macro. FATAL: /usr/home/flag/src/prc-tools/pkg-plist [76]: numbered info files are obsolete and not portable; add info files using the INFO macro in the Makefile. [snip] so the solution would be to put info files in INFO section of Makefile, but unfortunately prc-tools installs info files in ${PREFIX}/pilot/info and there's no INFOPREFIX (like MANPREFIX) where i can specify INFOPREFIX= ${PREFIX}/pilot and then INFO= as \ ... [snip] so i'm stuck right now, what can i do? thanks (please cc: cause i'm offlist) -- Paolo