Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 1999 10:20:50 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15077: Update port: audio/maplay
Message-ID:  <19991124182050.ADAA6152DD@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15077
>Category:       ports
>Synopsis:       Update port: audio/maplay
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 10:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Modified patches to support CXX/CFLAGS properly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/audio/maplay/patches/patch-ab audio/maplay/patches/patch-ab
--- /usr/ports/audio/maplay/patches/patch-ab	Mon Sep 27 21:04:53 1999
+++ audio/maplay/patches/patch-ab	Thu Nov 25 02:59:32 1999
@@ -1,5 +1,22 @@
-*** work/Makefile.orig	Tue Feb 14 08:18:41 1995
---- work/Makefile	Tue Feb 14 08:19:52 1995
+*** Makefile.orig	Thu Jun 23 21:14:46 1994
+--- Makefile	Thu Nov 25 02:59:22 1999
+***************
+*** 27,33 ****
+  #
+  
+  
+! CFLAGS = $(COMPILERFLAGS)
+  # debugging: -ggdb -DDEBUG
+  # profiling: -pg (gprof) or -p (prof)
+  # strip command has to be removed for debugging or profiling
+--- 27,33 ----
+  #
+  
+  
+! CFLAGS += $(COMPILERFLAGS)
+  # debugging: -ggdb -DDEBUG
+  # profiling: -pg (gprof) or -p (prof)
+  # strip command has to be removed for debugging or profiling
 ***************
 *** 39,45 ****
   
diff -urN /usr/ports/audio/maplay/patches/patch-ad audio/maplay/patches/patch-ad
--- /usr/ports/audio/maplay/patches/patch-ad	Mon Sep 20 11:15:09 1999
+++ audio/maplay/patches/patch-ad	Thu Nov 25 02:56:52 1999
@@ -1,15 +1,15 @@
 --- configuration.sh.orig	Thu Jun 23 07:14:46 1994
-+++ configuration.sh	Sat Sep 18 14:52:25 1999
++++ configuration.sh	Thu Nov 25 02:53:40 1999
 @@ -72,6 +72,16 @@
       INCLUDEDIRS=
       LIBRARIES=
       AUDIO_INCLUDES='#include <sys/audioio.h>' ;;
 +  FreeBSD*)
-+     COMPILER=g++
++     COMPILER='${CXX}'
 +     if [ `uname -m` = "alpha" ]; then
-+       COMPILERFLAGS='-O2 -DLINUX'
++       COMPILERFLAGS='-DLINUX'
 +     else
-+       COMPILERFLAGS='-O2 -m486 -DLINUX -DDAMN_INTEL_BYTE_ORDER'
++       COMPILERFLAGS='-m486 -DLINUX -DDAMN_INTEL_BYTE_ORDER'
 +     fi
 +     INCLUDEDIRS=
 +     LIBRARIES= 


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991124182050.ADAA6152DD>