ports/64927: Update port: lang/scheme48 (conflicts with scsh)

Kimura Fuyuki fuyuki at hadaly.org
Tue Mar 30 09:30:24 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list