sqlite3 in base system

This commit is contained in:
espie 2012-04-23 19:29:30 +00:00
parent 52c1ce4d79
commit a2cc74b81c
2 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.68 2012/03/29 08:12:58 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.69 2012/04/23 19:29:30 espie Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-1.66
PKGNAME = quirks-1.67
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.73 2012/03/29 08:12:58 ajacoutot Exp $
# $OpenBSD: Quirks.pm,v 1.74 2012/04/23 19:29:30 espie Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -92,6 +92,8 @@ my $base_exceptions = {
# 4.9
'video' => "/usr/X11R6/bin/video",
'nsd' => "/usr/sbin/nsd",
# 5.2
'sqlite3' => '/usr/bin/sqlite3',
};
my $stem_extensions = {