From owner-freebsd-ports Sat Aug 14 6:30:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E8B414D97 for ; Sat, 14 Aug 1999 06:30:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA22697; Sat, 14 Aug 1999 06:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.rp-plus.de (clubserv.rp-online.de [149.221.232.11]) by hub.freebsd.org (Postfix) with ESMTP id ED8FF1552D for ; 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 ; 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 ; 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 X-Send-Pr-Version: 3.2 Subject: ports/13139: freebsd-target misses -C Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13139 >Category: ports >Synopsis: freebsd-target misses -C >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 Aug 14 06:30:01 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message