Skip to content

Commit

Permalink
lang/gambc and lang/scheme48 are conflict with bin/scheme-r5rs.
Browse files Browse the repository at this point in the history
Noticed by Aleksej Saushev in PR 39403.
  • Loading branch information
obache committed Aug 31, 2008
1 parent 310bac0 commit de253a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion lang/gambc/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2008/07/16 07:14:36 bjs Exp $
# $NetBSD: Makefile,v 1.7 2008/08/31 09:17:56 obache Exp $
#

DISTNAME= gambc-${GAMBC_DIST_VERSION}
Expand All @@ -14,6 +14,9 @@ COMMENT= GambitC Scheme System
PKG_DESTDIR_SUPPORT= user-destdir
NOT_FOR_BULK_PLATFORM+= SunOS-*-*

# bin/scheme-r5rs
CONFLICTS+= scheme48>=1.2

GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
Expand Down
5 changes: 4 additions & 1 deletion lang/scheme48/Makefile
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2008/05/02 09:22:21 degroote Exp $
# $NetBSD: Makefile,v 1.32 2008/08/31 09:17:56 obache Exp $

DISTNAME= scheme48-1.8
CATEGORIES= lang
Expand All @@ -14,6 +14,9 @@ NOT_FOR_PLATFORM= *-*-alpha # *severe* problems. Bus error, alignment
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no

# bin/scheme-r5rs
CONFLICTS+= gambc-[0-9]*

GNU_CONFIGURE= yes
USE_TOOLS= gmake
BUILD_TARGET= enough
Expand Down

0 comments on commit de253a3

Please sign in to comment.