mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
add FIX_EXTRACT_PERMISSIONS0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -28,6 +28,7 @@ stored in specialized tables, e.g.,:
|
||||
DISTNAME
|
||||
DIST_SUBDIR
|
||||
EPOCH
|
||||
FIX_EXTRACT_PERMISSIONS
|
||||
FLAVORS
|
||||
FULLPKGNAME
|
||||
GH_*
|
||||
|
||||
@@ -19,6 +19,7 @@ holds all the information retrieved through various variables, e.g.,:
|
||||
DISTNAME
|
||||
DIST_SUBDIR
|
||||
EPOCH
|
||||
FIX_EXTRACT_PERMISSIONS
|
||||
FLAVORS
|
||||
FULLPKGNAME
|
||||
GH_*
|
||||
|
||||
Reference in New Issue
Block a user