diff options
author | 2018-06-23 22:28:13 +0000 | |
---|---|---|
committer | 2018-06-23 22:28:13 +0000 | |
commit | 4b07ca53c32aa44001ad45ecbdd2ba97ddb3cf4c (patch) | |
tree | c04a1dbf885b362698cdedf18c1dec41b88da935 | |
parent | Save and restore FPU registers around signal handlers. (diff) | |
download | wireguard-openbsd-4b07ca53c32aa44001ad45ecbdd2ba97ddb3cf4c.tar.xz wireguard-openbsd-4b07ca53c32aa44001ad45ecbdd2ba97ddb3cf4c.zip |
solve_tags not yet functional, I'll reactivate the checks during creation
when it's cleaned up
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/PkgCreate.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm index e1c35fab700..986a885cd04 100644 --- a/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm +++ b/usr.sbin/pkg_add/OpenBSD/PkgCreate.pm @@ -1,6 +1,6 @@ #! /usr/bin/perl # ex:ts=8 sw=4: -# $OpenBSD: PkgCreate.pm,v 1.148 2018/06/23 21:52:06 espie Exp $ +# $OpenBSD: PkgCreate.pm,v 1.149 2018/06/23 22:28:13 espie Exp $ # # Copyright (c) 2003-2014 Marc Espie <espie@openbsd.org> # @@ -944,6 +944,7 @@ sub verify_tag sub solve_tags { my ($solver, $state, $final) = @_; + return 1; my $okay = 1; my $h = $solver->{set}{new}[0]; |