From jdunn@aquezada.com  Sat Nov 11 11:24:24 2000
Return-Path: <jdunn@aquezada.com>
Received: from aquarius.aquezada.com (cr289522-a.ym1.on.wave.home.com [24.42.25.74])
	by hub.freebsd.org (Postfix) with ESMTP id A0ED037B479
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Nov 2000 11:24:23 -0800 (PST)
Received: by aquarius.aquezada.com (Postfix, from userid 1001)
	id B1126B4F3; Sat, 11 Nov 2000 14:24:20 -0500 (EST)
Message-Id: <20001111192420.B1126B4F3@aquarius.aquezada.com>
Date: Sat, 11 Nov 2000 14:24:20 -0500 (EST)
From: jdunn@aquezada.com
Reply-To: jdunn@aquezada.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: audio/cd-console port minor fixes
X-Send-Pr-Version: 3.2

>Number:         22772
>Category:       ports
>Synopsis:       audio/cd-console port minor fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 11 11:30:01 PST 2000
>Closed-Date:    Sun Nov 12 06:58:00 PST 2000
>Last-Modified:  Sun Nov 12 06:58:25 PST 2000
>Originator:     Julian C. Dunn
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
Aquezada Productions
>Environment:

	

>Description:

	Fix setting of $(CFLAGS) and $(CC) variables in Makefile.
	Updated package source location on FTP server.

>How-To-Repeat:


>Fix:

diff -Nur cd-console.old/Makefile cd-console/Makefile
--- cd-console.old/Makefile     Sat Apr 15 03:57:43 2000
+++ cd-console/Makefile Sat Nov 11 14:18:36 2000
@@ -9,7 +9,7 @@
 PORTVERSION=   2.3
 CATEGORIES=    audio
 MASTER_SITES=  http://www.cs.helsinki.fi/~salerma/cd-console/ \
-               ftp://ftp.aquezada.com/pub/cd-console/
+               ftp://ftp.aquezada.com/pub/distrib/cd-console/
 
 MAINTAINER=    jdunn@aquezada.com
 
diff -Nur cd-console.old/files/patch-aa cd-console/files/patch-aa
--- cd-console.old/files/patch-aa       Sat Dec 25 10:32:35 1999
+++ cd-console/files/patch-aa   Sat Nov 11 14:20:12 2000
@@ -1,6 +1,6 @@
---- Makefile.orig      Sun Nov 28 20:08:56 1999
-+++ Makefile   Sun Nov 28 20:14:20 1999
-@@ -5,17 +5,17 @@
+--- Makefile.orig      Sun Nov 28 20:08:56 1999
++++ Makefile   Sat Nov 11 14:14:53 2000
+@@ -5,24 +5,24 @@
  # very welcome).
  
  # for linux
@@ -24,6 +24,15 @@
  OBJS=cd-console.o cd.o $(EXTRA_OBJS)
  LIBS = -lncurses
  
+ # common
+-CFLAGS=-O2 -Wall $(DEFS)
++CFLAGS+= $(DEFS)
+ #CFLAGS=-g -Wall $(DEFS)
+-CC = gcc
++#CC = gcc
+ 
+ all:
+       make cd-console
 @@ -38,10 +38,13 @@
        $(CC) -c cd_ll_linux.cpp $(CFLAGS)
  

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Sun Nov 12 06:58:00 PST 2000 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22772 
>Unformatted:
