Date: Sun, 2 May 1999 17:30:29 +0200 (CEST) From: Christian Weisgerber <naddy@mips.rhein-neckar.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11450: sysutils/star port doesn't honor CFLAGS, assumes i386 Message-ID: <199905021530.RAA51457@bigeye.rhein-neckar.de>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905021530.RAA51457>