add FIX_EXTRACT_PERMISSIONS0

This commit is contained in:
espie
2017-12-03 11:14:02 +00:00
parent 2c51e9a25b
commit 8c671cc752
4 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.68 2017/06/05 14:48:09 espie Exp $
# $OpenBSD: Makefile,v 1.69 2017/12/03 11:14:02 espie Exp $
CATEGORIES = databases
V = 6.5
V = 6.6
DISTNAME = sqlports-$V
DISTFILES =
COMMENT = sqlite database of ports
+2 -1
View File
@@ -1,4 +1,4 @@
# $OpenBSD: Info.pm,v 1.22 2017/06/05 14:48:09 espie Exp $
# $OpenBSD: Info.pm,v 1.23 2017/12/03 11:14:02 espie Exp $
#
# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
@@ -100,6 +100,7 @@ our $vars = {
COMPILER => 'DefinedVar',
COMPILER_LANGS => 'DefinedVar',
WANTLIB => 'WantlibVar',
FIX_EXTRACT_PERMISSIONS => 'YesNoVar',
# XXX those variables are part of the dump for dpb, but really should
# not end up in sqlports. But make sure we know about them.
BUILD_PACKAGES => 'IgnoredVar',
+1
View File
@@ -28,6 +28,7 @@ stored in specialized tables, e.g.,:
DISTNAME
DIST_SUBDIR
EPOCH
FIX_EXTRACT_PERMISSIONS
FLAVORS
FULLPKGNAME
GH_*
+1
View File
@@ -19,6 +19,7 @@ holds all the information retrieved through various variables, e.g.,:
DISTNAME
DIST_SUBDIR
EPOCH
FIX_EXTRACT_PERMISSIONS
FLAVORS
FULLPKGNAME
GH_*