From owner-svn-ports-all@FreeBSD.ORG Sat Jul 5 14:58:01 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 22458E91; Sat, 5 Jul 2014 14:58:01 +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 0F5DA213D; Sat, 5 Jul 2014 14:58:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s65Ew0KF090410; Sat, 5 Jul 2014 14:58:00 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s65Ew0sY090409; Sat, 5 Jul 2014 14:58:00 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407051458.s65Ew0sY090409@svn.freebsd.org> From: John Marino Date: Sat, 5 Jul 2014 14:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360755 - head/audio/rsynth/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.18 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: Sat, 05 Jul 2014 14:58:01 -0000 Author: marino Date: Sat Jul 5 14:58:00 2014 New Revision: 360755 URL: http://svnweb.freebsd.org/changeset/ports/360755 QAT: https://qat.redports.org/buildarchive/r360755/ Log: audio/rsynth: Tweak patch for DragonFly support Modified: head/audio/rsynth/files/patch-configure.in Modified: head/audio/rsynth/files/patch-configure.in ============================================================================== --- head/audio/rsynth/files/patch-configure.in Sat Jul 5 14:53:39 2014 (r360754) +++ head/audio/rsynth/files/patch-configure.in Sat Jul 5 14:58:00 2014 (r360755) @@ -1,6 +1,6 @@ ---- configure.in.orig 1994-11-08 14:30:51.000000000 +0100 -+++ configure.in 2010-11-13 22:47:22.000000000 +0100 -@@ -11,7 +11,8 @@ +--- configure.in.orig 1994-11-08 13:30:51.000000000 +0000 ++++ configure.in +@@ -11,7 +11,8 @@ hplay=dummy dbm=none make_dist=/dev/null @@ -10,15 +10,15 @@ if test -z "$CC" && test -n "$GCC" ; then CC=$GCC -@@ -41,6 +42,7 @@ +@@ -41,6 +42,7 @@ case "$host" in *-sgi-*) hplay=sgi ;; *-next-*) hplay=NeXT; AC_CHECK_HEADERS(libc.h) ;; *-*-linux*) hplay=linux ;; -+*-*-freebsd*) hplay=freebsd ;; ++*-*-dragonfly*|*-*-freebsd*) hplay=freebsd ;; *-*-hpux*) hplay=hpux ;; *-*-*) echo "Unknown host type $host" ;; esac -@@ -93,7 +95,7 @@ +@@ -93,7 +95,7 @@ fi]) CPPFLAGS="-I. -I$srcdir $CPPFLAGS" AC_CHECK_LIB(gdbm,gdbm_open) @@ -27,7 +27,7 @@ PROGS="$PROGS mkdictdb dlookup" else DICTS="" -@@ -126,7 +128,7 @@ +@@ -126,7 +128,7 @@ if test "$ac_cv_header_audio_audiolib_h" XLIBS="-laudio $XLIBS" AC_DEFINE(HAVE_NAS) ],,$XLIBS $LIBS)