From owner-svn-ports-all@FreeBSD.ORG Mon Apr 14 20:25:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26608556; Mon, 14 Apr 2014 20:25:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 133CA171F; Mon, 14 Apr 2014 20:25:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3EKPfvd021603; Mon, 14 Apr 2014 20:25:41 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3EKPfON021602; Mon, 14 Apr 2014 20:25:41 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201404142025.s3EKPfON021602@svn.freebsd.org> From: John Marino Date: Mon, 14 Apr 2014 20:25:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351288 - head/audio/shoutcast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2014 20:25:42 -0000 Author: marino Date: Mon Apr 14 20:25:41 2014 New Revision: 351288 URL: http://svnweb.freebsd.org/changeset/ports/351288 QAT: https://qat.redports.org/buildarchive/r351288/ Log: audio/shoutcast: Fix DragonFly breakage due to OSVERSION use Modified: head/audio/shoutcast/Makefile Modified: head/audio/shoutcast/Makefile ============================================================================== --- head/audio/shoutcast/Makefile Mon Apr 14 20:23:32 2014 (r351287) +++ head/audio/shoutcast/Makefile Mon Apr 14 20:25:41 2014 (r351288) @@ -49,7 +49,7 @@ GROUPS= ${SHOUTCASTGROUP} .include -.if ${OSVERSION} >= 1000010 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000010 .if ${ARCH} == "i386" RUN_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x .else