From owner-freebsd-ports Sun May 2 9:40: 5 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 A3EDC153A5 for ; Sun, 2 May 1999 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA16167; Sun, 2 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 8389615446 for ; Sun, 2 May 1999 09:32:13 -0700 (PDT) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id SAA23661 for FreeBSD-gnats-submit@freebsd.org; Sun, 2 May 1999 18:32:12 +0200 (CEST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de ([193.197.90.235]) by mips.rhein-neckar.de with esmtp id m10dyEG-000WyTC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Sun, 2 May 1999 17:32:28 +0200 (CEST) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id RAA51457; Sun, 2 May 1999 17:30:29 +0200 (CEST) (envelope-from naddy) Message-Id: <199905021530.RAA51457@bigeye.rhein-neckar.de> Date: Sun, 2 May 1999 17:30:29 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11450: sysutils/star port doesn't honor CFLAGS, assumes i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11450 >Category: ports >Synopsis: sysutils/star port doesn't honor CFLAGS, assumes i386 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 2 09:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: The sysutils/star port relies on the convoluted original build procedure as provided by the author of star. This has the unfortunate side effect that the port won't build on alpha (easy to fix) and doesn't honor any build variables such as CFLAGS (more difficult). I'm looking into fixing this port properly. Until then, I suggest that the current brokenness be marked in the makefile. >How-To-Repeat: >Fix: --- star/Makefile.orig Sun May 2 17:15:56 1999 +++ star/Makefile Sun May 2 17:18:41 1999 @@ -12,6 +12,9 @@ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/compress +NO_PACKAGE= ignores CFLAGS +ONLY_FOR_ARCHS= i386 + MAINTAINER= andreas@FreeBSD.ORG USE_GMAKE= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message