From owner-cvs-all@FreeBSD.ORG Fri Apr 21 13:09:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63FCA16A47F; Fri, 21 Apr 2006 13:09:41 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EFFD43D5F; Fri, 21 Apr 2006 13:09:38 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3LD9coK006829; Fri, 21 Apr 2006 13:09:38 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LD9cqD006828; Fri, 21 Apr 2006 13:09:38 GMT (envelope-from erwin) Message-Id: <200604211309.k3LD9cqD006828@repoman.freebsd.org> From: Erwin Lansing Date: Fri, 21 Apr 2006 13:09:38 +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/openmcu Makefile 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, 21 Apr 2006 13:09:42 -0000 erwin 2006-04-21 13:09:38 UTC FreeBSD ports repository Modified files: net/openmcu Makefile Log: Due to a missing symbol in the default thread library on sparc64 in OSVERSION <= 700003, the build ends with an linker error. - mark it as BROKEN for this particular case Reported by: Kris (pointyhat) Discussed on: freebsd-threads@, freebsd-sparc64@ Review and test on: RELENG_6_1 i386, amd64, sparc64 CURRENT i386, amd64 PR: 96136 Submitted by: Joerg Pulz (maintainer) Revision Changes Path 1.25 +4 -0 ports/net/openmcu/Makefile