From owner-cvs-all@FreeBSD.ORG Fri Mar 14 16:03:08 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 652481065687; Fri, 14 Mar 2008 16:03:08 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E1AF8FC2E; Fri, 14 Mar 2008 16:03:08 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2EG381I076256; Fri, 14 Mar 2008 16:03:08 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2EG383O076255; Fri, 14 Mar 2008 16:03:08 GMT (envelope-from rafan) Message-Id: <200803141603.m2EG383O076255@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 14 Mar 2008 16:03:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/microdc2/files patch-lib-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 16:03:08 -0000 rafan 2008-03-14 16:03:08 UTC FreeBSD ports repository Added files: net-p2p/microdc2/files patch-lib-Makefile.in Log: Fix build with BSD ar(1). Makefile of microdc2 mistakenly pass arguments which is intended for ld(1) to ar(1). GNU ar(1) treats those wrong args as filenames and issue a warning since "file" not exist, while BSD ar(1) treats them as invalid options and exits with error. PR: ports/121163 Reported by: erwin Submitted by: kaiw@ Approved by: maintainer timeout (16 days) Revision Changes Path 1.1 +11 -0 ports/net-p2p/microdc2/files/patch-lib-Makefile.in (new)