From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 14:30:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B33E106564A for ; Mon, 27 Sep 2010 14:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3BDB18FC19 for ; Mon, 27 Sep 2010 14:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8REU4Kv034676 for ; Mon, 27 Sep 2010 14:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8REU4T7034674; Mon, 27 Sep 2010 14:30:04 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2010 14:30:04 GMT Resent-Message-Id: <201009271430.o8REU4T7034674@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, Gerald Pfeifer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5561A1065673 for ; Mon, 27 Sep 2010 14:23:14 +0000 (UTC) (envelope-from pfeifer@sputnik1.dbai.tuwien.ac.at) Received: from sputnik1.dbai.tuwien.ac.at (sputnik1.dbai.tuwien.ac.at [128.131.111.141]) by mx1.freebsd.org (Postfix) with ESMTP id E21048FC1A for ; Mon, 27 Sep 2010 14:23:13 +0000 (UTC) Received: from sputnik1.dbai.tuwien.ac.at (localhost [127.0.0.1]) by sputnik1.dbai.tuwien.ac.at (8.14.4/8.14.4) with ESMTP id o8RENCB2034428; Mon, 27 Sep 2010 16:23:12 +0200 (CEST) (envelope-from pfeifer@sputnik1.dbai.tuwien.ac.at) Received: (from pfeifer@localhost) by sputnik1.dbai.tuwien.ac.at (8.14.4/8.14.4/Submit) id o8RENBHA034427; Mon, 27 Sep 2010 16:23:11 +0200 (CEST) (envelope-from pfeifer) Message-Id: <201009271423.o8RENBHA034427@sputnik1.dbai.tuwien.ac.at> Date: Mon, 27 Sep 2010 16:23:11 +0200 (CEST) From: Gerald Pfeifer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/150997: portlint: multiple (and bogus) warnings re "wrong dependency value for LIB_DEPENDS" 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: Mon, 27 Sep 2010 14:30:04 -0000 >Number: 150997 >Category: ports >Synopsis: portlint: multiple (and bogus) warnings re "wrong dependency value for LIB_DEPENDS" >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 27 14:30:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 8.1-RELEASE i386 >Organization: >Environment: System: FreeBSD sputnik1.dbai.tuwien.ac.at 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: portlint 2.13.1, when checking the following Makefile ==== snip ==== # New ports collection makefile for: mpc # Date created: 05 April, 2009 # Whom: Wen Heping # # $FreeBSD: ports/math/mpc/Makefile,v 1.11 2010/06/20 22:52:13 gerald Exp $ # PORTNAME= mpc PORTVERSION= 0.8.2 CATEGORIES= math devel MASTER_SITES= http://www.multiprecision.org/mpc/download/ MAINTAINER= gerald@FreeBSD.org COMMENT= Library of complex numbers with arbitrarily high precision LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp # and none more PLIST_FILES= include/mpc.h lib/libmpc.a .include ==== snap ==== issues the following warnings: WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors. WARN: Makefile: wrong dependency value for LIB_DEPENDS. LIB_DEPENDS requires 2 or 3 colon-separated tuples. WARN: Makefile: wrong dependency value for LIB_DEPENDS. LIB_DEPENDS requires 2 or 3 colon-separated tuples. WARN: Makefile: wrong dependency value for LIB_DEPENDS. LIB_DEPENDS requires 2 or 3 colon-separated tuples. WARN: Makefile: wrong dependency value for LIB_DEPENDS. LIB_DEPENDS requires 2 or 3 colon-separated tuples. I don't think the warning on LIB_DEPENDS is correct (the Makefile just works fine), but issuing it four times definitely looks wrong. >How-To-Repeat: Copy the Makefile above into ports/math/mpc and run portlint -C. >Fix: >Release-Note: >Audit-Trail: >Unformatted: