Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Mar 2004 18:20:11 +0900
From:      Kimura Fuyuki <fuyuki@hadaly.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64927: Update port: lang/scheme48 (conflicts with scsh)
Message-ID:  <8665cmlmic.wl%fuyuki@hadaly.org>
Resent-Message-ID: <200403300930.i2U9UNaq094953@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64927
>Category:       ports
>Synopsis:       Update port: lang/scheme48 (conflicts with scsh)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 30 01:30:23 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.2.1-RELEASE-p3 i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.2.1-RELEASE-p3 i386

>Description:
- Add CONFLICTS
- s/MACHINE_ARCH/ARCH/ to silence portlint

>How-To-Repeat:

>Fix:

cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/lang/scheme48/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	20 Oct 2003 10:47:44 -0000	1.26
+++ Makefile	30 Mar 2004 09:10:58 -0000
@@ -14,8 +14,12 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	The Scheme Underground's implementation of R4RS
 
-.if ${MACHINE_ARCH} != i386
-BROKEN=		"fails to install on ${MACHINE_ARCH}"
+CONFLICTS=	scsh-*
+
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN=		"fails to install on ${ARCH}"
 .endif
 
 GNU_CONFIGURE=	yes
@@ -23,4 +27,4 @@
 STRIP=
 MAN1=		scheme48.1
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8665cmlmic.wl%fuyuki>