From owner-svn-ports-all@freebsd.org Sun Dec 18 03:35:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8F06C85385; Sun, 18 Dec 2016 03:35:37 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6E655179F; Sun, 18 Dec 2016 03:35:37 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI3ZalM042173; Sun, 18 Dec 2016 03:35:36 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI3ZaOh042171; Sun, 18 Dec 2016 03:35:36 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180335.uBI3ZaOh042171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 03:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428826 - head/audio/libworkman/files 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.23 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: Sun, 18 Dec 2016 03:35:37 -0000 Author: marino Date: Sun Dec 18 03:35:36 2016 New Revision: 428826 URL: https://svnweb.freebsd.org/changeset/ports/428826 Log: audio/libworkman: Bring in DF support from dports Added: head/audio/libworkman/files/patch-include_wm__config.h (contents, props changed) Modified: head/audio/libworkman/files/patch-plat__freebsd.c Added: head/audio/libworkman/files/patch-include_wm__config.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libworkman/files/patch-include_wm__config.h Sun Dec 18 03:35:36 2016 (r428826) @@ -0,0 +1,11 @@ +--- include/wm_config.h.orig 1999-05-05 16:34:22 UTC ++++ include/wm_config.h +@@ -133,7 +133,7 @@ + *** ****** ** ** ****** ****** ** ****** ** * ********** + *** ****** ** ** ** ** **** *** *********** + ******************************************************************/ +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + + #define DEFAULT_CD_DEVICE "/dev/rmatcd0c" + Modified: head/audio/libworkman/files/patch-plat__freebsd.c ============================================================================== --- head/audio/libworkman/files/patch-plat__freebsd.c Sun Dec 18 02:42:50 2016 (r428825) +++ head/audio/libworkman/files/patch-plat__freebsd.c Sun Dec 18 03:35:36 2016 (r428826) @@ -1,5 +1,14 @@ --- plat_freebsd.c.orig 1999-03-07 08:36:40 UTC +++ plat_freebsd.c +@@ -30,7 +30,7 @@ + * + */ + +-#if defined(__FreeBSD__) || defined(__NetBSD__) ++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) + + static char freebsd_id[] = "$Id: plat_freebsd.c,v 1.8 1999/03/07 08:36:40 dirk Exp $"; + @@ -49,7 +49,6 @@ static char freebsd_id[] = "$Id: plat_fr #include #include @@ -8,3 +17,13 @@ #if defined(__NetBSD__) # define MSF_MINUTES 1 +@@ -60,9 +59,6 @@ static char freebsd_id[] = "$Id: plat_fr + #else + # define LEFT_PORT 0 + # define RIGHT_PORT 1 +-# if __FreeBSD_version < 300000 +-# include +-# endif + #endif + + #include "include/wm_struct.h"