Date: Sat, 11 Nov 2000 14:24:20 -0500 (EST) From: jdunn@aquezada.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22772: audio/cd-console port minor fixes Message-ID: <20001111192420.B1126B4F3@aquarius.aquezada.com>
next in thread | raw e-mail | index | archive | help
>Number: 22772 >Category: ports >Synopsis: audio/cd-console port minor fixes >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: Sat Nov 11 11:30:01 PST 2000 >Closed-Date: >Last-Modified: >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: >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?20001111192420.B1126B4F3>