From alex@cichlids.com Sat Aug 14 06:21:35 1999
Return-Path: <alex@cichlids.com>
Received: from mail.rp-plus.de (clubserv.rp-online.de [149.221.232.11])
	by hub.freebsd.org (Postfix) with ESMTP id ED8FF1552D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Aug 1999 06:21:27 -0700 (PDT)
	(envelope-from alex@cichlids.com)
Received: from neutron.cichlids.com (as8-pri55.rp-plus.de [149.221.239.183])
	by mail.rp-plus.de (8.9.1a/8.9.1) with ESMTP id PAA19893
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Aug 1999 15:21:03 +0200 (METDST)
Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10])
	by neutron.cichlids.com (8.9.3/8.9.1) with ESMTP id PAA67707
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 Aug 1999 15:23:17 +0200 (CEST)
Received: (from root@localhost)
	by cichlids.cichlids.com (8.9.3/8.9.3) id PAA03650;
	Sat, 14 Aug 1999 15:22:08 +0200 (CEST)
	(envelope-from alex)
Message-Id: <199908141322.PAA03650@cichlids.cichlids.com>
Date: Sat, 14 Aug 1999 15:22:08 +0200 (CEST)
From: alex@cichlids.com
Reply-To: alex@cichlids.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: freebsd-target misses -C
X-Send-Pr-Version: 3.2

>Number:         13139
>Category:       ports
>Synopsis:       freebsd-target misses -C
>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 Aug 14 06:30:01 PDT 1999
>Closed-Date:    Mon Aug 16 23:55:21 PDT 1999
>Last-Modified:  Mon Aug 16 23:56:20 PDT 1999
>Originator:     Alexander Langer
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

irrelevant

>Description:

the freebsd-target misses the -DTERM_CONTROL and term.o. That disables the -C
option for the port. I've tried it and it works for freebsd, if you add them.
Nice :)

>How-To-Repeat:
>Fix:
	
--- Makefile.old	Sat Aug 14 15:16:41 1999
+++ Makefile	Sat Aug 14 15:18:06 1999
@@ -302,10 +302,10 @@
 CFLAGS +=-Wall -ansi -pedantic -fomit-frame-pointer \
 	-funroll-all-loops -ffast-math -DROT_I386 \
 	-DREAD_MMAP \
-	-DI386_ASSEM ${ARCHOPT} -DREAL_IS_FLOAT -DUSE_MMAP -DOSS
+	-DI386_ASSEM ${ARCHOPT} -DREAL_IS_FLOAT -DUSE_MMAP -DOSS -DTERM_CONTROL
 
 freebsd:
-	${MAKE}	OBJECTS='decode_i386.o ${ARCHFILES} dct64_i386.o audio_oss.o' \
+	${MAKE}	OBJECTS='decode_i386.o ${ARCHFILES} dct64_i386.o audio_oss.o term.o' \
  		mpg123-make
 
 freebsd-esd:

>Release-Note:
>Audit-Trail:

From: Alexander Langer <alex@cichlids.com>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/13139: freebsd-target misses -C
Date: Sat, 14 Aug 1999 15:45:53 +0200

 Thus spake alex@cichlids.com (alex@cichlids.com):
 
 > >Fix:
 
 [...]
 
 Sorry. I was to fast. Please notice, that the send-pr is for
 /usr/ports/audio/mpg123. The patch could be added as patch-ac.
 
 Sorry
 
 Alex
 
State-Changed-From-To: open->closed 
State-Changed-By: jkoshy 
State-Changed-When: Mon Aug 16 23:55:21 PDT 1999 
State-Changed-Why:  
Added to rev 1.12 of "ports/audio/mpg123/patches/patch-aa", thanks! 
>Unformatted:
