The change from gpsd-motif to gpsd-x11 needs a quirk to let

pkg_add -ui work correctly.

ok jasper@
This commit is contained in:
kili 2010-11-28 15:22:59 +00:00
parent 77f8d99f9f
commit 399c78eef1
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.32 2010/11/27 10:01:37 espie Exp $
# $OpenBSD: Makefile,v 1.33 2010/11/28 15:22:59 kili Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-1.30
PKGNAME = quirks-1.31
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.38 2010/11/27 10:01:37 espie Exp $
# $OpenBSD: Quirks.pm,v 1.39 2010/11/28 15:22:59 kili Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -165,6 +165,7 @@ my $stem_extensions = {
'terminal' => 'xfce4-terminal',
'nmap-parser' => 'ruby-nmap-parser',
'tracker-search' => 'meta-tracker',
'gpsd-motif' => 'gpsd-x11',
};
# ->is_base_system($handle, $state):