From owner-freebsd-ports Sat Nov 11 11:30: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FF1737B4CF for ; Sat, 11 Nov 2000 11:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA09400; Sat, 11 Nov 2000 11:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) 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 ; 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 X-Send-Pr-Version: 3.2 Subject: ports/22772: audio/cd-console port minor fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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