drop SHARED_ONLY from the variables available in the database; ok jca@

This commit is contained in:
naddy 2016-03-20 20:03:07 +00:00
parent cfbb239b6a
commit 4297cd347a
4 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.60 2016/03/16 15:49:36 naddy Exp $
# $OpenBSD: Makefile,v 1.61 2016/03/20 20:03:07 naddy Exp $
CATEGORIES = databases
V = 4.4
V = 5.0
DISTNAME = sqlports-$V
DISTFILES =
COMMENT = sqlite database of ports

View File

@ -1,4 +1,4 @@
# $OpenBSD: Info.pm,v 1.17 2015/05/14 18:01:08 jasper Exp $
# $OpenBSD: Info.pm,v 1.18 2016/03/20 20:03:07 naddy Exp $
#
# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
@ -88,7 +88,6 @@ our $vars = {
RUN_DEPENDS => 'RunDependsVar',
SEPARATE_BUILD => 'YesKeyVar',
SHARED_LIBS => 'SharedLibsVar',
SHARED_ONLY => 'YesNoVar',
STATIC_PLIST => 'StaticPlistVar',
SUBPACKAGE => 'DefinedVar',
SUPDISTFILES => 'AnyVar',

View File

@ -46,7 +46,6 @@ stored in specialized tables, e.g.,:
TEST_IS_INTERACTIVE
REVISION
SEPARATE_BUILD
SHARED_ONLY
STATIC_PLIST
SUBPACKAGE
SUPDISTFILES

View File

@ -43,7 +43,6 @@ holds all the information retrieved through various variables, e.g.,:
REVISION
SEPARATE_BUILD
SHARED_LIBS
SHARED_ONLY
SUBPACKAGE
SUPDISTFILES
TARGETS