sdl{mame,mess} supercede x{mame,mess}
This commit is contained in:
parent
37b3c13473
commit
879400b711
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/05/07 15:53:34 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/05/09 17:45:12 jakemsr Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-1.12
|
||||
PKGNAME = quirks-1.13
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.18 2010/05/07 15:53:34 robert Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.19 2010/05/09 17:45:12 jakemsr Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -139,6 +139,9 @@ my $stem_extensions = {
|
||||
'pwlib' => 'ptlib',
|
||||
'e2fs-uuid' => 'e2fsprogs',
|
||||
'puppet' => 'ruby-puppet',
|
||||
'xmame+xmess' => ['sdlmame', 'sdlmess'],
|
||||
'xmame' => 'sdlmame',
|
||||
'xmess' => 'sdlmess',
|
||||
};
|
||||
|
||||
# ->is_base_system($handle, $state):
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2010/04/27 13:00:25 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2010/05/09 17:45:12 jakemsr Exp $
|
||||
|
||||
# Other archs have not been tested
|
||||
ONLY_FOR_ARCHS = amd64 i386
|
||||
@ -10,7 +10,7 @@ COMMENT-tools = tools to manipulate MAME/MESS roms and disk images
|
||||
|
||||
V = 0.132
|
||||
DISTNAME = sdlmame${V:S/.//}
|
||||
PKGNAME-main = sdlmame-${V}p2
|
||||
PKGNAME-main = sdlmame-${V}p3
|
||||
PKGNAME-tools = sdlmame-tools-${V}p1
|
||||
|
||||
CATEGORIES = emulators games
|
||||
|
@ -1,4 +1,18 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2010/04/27 13:00:25 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.4 2010/05/09 17:45:12 jakemsr Exp $
|
||||
@conflict xmame+xmess-*
|
||||
@conflict xmame-*
|
||||
@pkgpath emulators/xmame,-main
|
||||
@pkgpath emulators/xmame,-main,esd
|
||||
@pkgpath emulators/xmame,-main,sdl
|
||||
@pkgpath emulators/xmame,-main,x11
|
||||
@pkgpath emulators/xmame,-main,esd,sdl
|
||||
@pkgpath emulators/xmame,-main,esd,x11
|
||||
@pkgpath emulators/xmame,-mame
|
||||
@pkgpath emulators/xmame,-mame,esd
|
||||
@pkgpath emulators/xmame,-mame,sdl
|
||||
@pkgpath emulators/xmame,-mame,x11
|
||||
@pkgpath emulators/xmame,-mame,esd,sdl
|
||||
@pkgpath emulators/xmame,-mame,esd,x11
|
||||
@bin bin/sdlmame
|
||||
share/doc/sdlmame/
|
||||
share/doc/sdlmame/SDLMAME.txt
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/04/26 21:02:26 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/05/09 17:45:12 jakemsr Exp $
|
||||
|
||||
# Other archs have not been tested
|
||||
ONLY_FOR_ARCHS = amd64 i386
|
||||
@ -7,7 +7,7 @@ COMMENT = emulates game consoles and old home computers
|
||||
|
||||
V = 0.132
|
||||
DISTNAME = sdlmess${V:S/.//}
|
||||
PKGNAME = sdlmess-${V}p1
|
||||
PKGNAME = sdlmess-${V}p2
|
||||
|
||||
CATEGORIES = emulators games
|
||||
|
||||
|
@ -1,6 +1,18 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/04/10 13:56:46 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/05/09 17:45:12 jakemsr Exp $
|
||||
@conflict xmame+xmess-*
|
||||
@conflict xmess-*
|
||||
@pkgpath emulators/xmame,-main
|
||||
@pkgpath emulators/xmame,-main,esd
|
||||
@pkgpath emulators/xmame,-main,sdl
|
||||
@pkgpath emulators/xmame,-main,x11
|
||||
@pkgpath emulators/xmame,-main,esd,sdl
|
||||
@pkgpath emulators/xmame,-main,esd,x11
|
||||
@pkgpath emulators/xmame,-mess
|
||||
@pkgpath emulators/xmame,-mess,esd
|
||||
@pkgpath emulators/xmame,-mess,sdl
|
||||
@pkgpath emulators/xmame,-mess,x11
|
||||
@pkgpath emulators/xmame,-mess,esd,sdl
|
||||
@pkgpath emulators/xmame,-mess,esd,x11
|
||||
@bin bin/dat2html
|
||||
@bin bin/imgtool
|
||||
@bin bin/sdlmess
|
||||
|
Loading…
x
Reference in New Issue
Block a user