this actually broke only @option no-default-conflict
somewhat obviously. sorry, didn't test on a port with this active.
This commit is contained in:
parent
6c147faf87
commit
ee08de4c0c
@ -1,5 +1,5 @@
|
||||
#! /usr/bin/perl
|
||||
# $OpenBSD: build-debug-info,v 1.41 2022/03/09 20:19:23 naddy Exp $
|
||||
# $OpenBSD: build-debug-info,v 1.42 2022/03/09 23:17:31 espie Exp $
|
||||
# Copyright (c) 2019 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for any
|
||||
@ -74,13 +74,6 @@ sub write_debug_info
|
||||
{
|
||||
}
|
||||
|
||||
package OpenBSD::PackingElement::CVSTag;
|
||||
sub write_debug_info
|
||||
{
|
||||
my ($self, $fh, $o) = @_;
|
||||
$self->write($fh);
|
||||
}
|
||||
|
||||
package OpenBSD::PackingElement::PkgPath;
|
||||
sub write_debug_info
|
||||
{
|
||||
@ -180,7 +173,8 @@ sub write_debug_info
|
||||
package OpenBSD::PackingElement::NoDefaultConflict;
|
||||
sub write_debug_info
|
||||
{
|
||||
&OpenBSD::PackingElement::CVSTag::write_debug_info;
|
||||
my ($self, $fh, $o) = @_;
|
||||
$self->write($fh);
|
||||
}
|
||||
|
||||
package OpenBSD::PackingElement::Conflict;
|
||||
@ -236,7 +230,7 @@ PlistReader->parse_args($self);
|
||||
use File::Basename;
|
||||
$self->{mk} = $state->openfile($state->{pkgdir}."/Makefile.new");
|
||||
print {$self->{mk}} << 'EOPREAMBLE';
|
||||
# Makefile generated by build-debug-info $OpenBSD: build-debug-info,v 1.41 2022/03/09 20:19:23 naddy Exp $
|
||||
# Makefile generated by build-debug-info $OpenBSD: build-debug-info,v 1.42 2022/03/09 23:17:31 espie Exp $
|
||||
# No serviceable parts
|
||||
# Intended to run under the stage area after cd ${WRKINST}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user