Marcel Telka
2023-12-25 2f844b4a5ef46748b8b37dc6951769d3ee864655
perl/IO-Compress-Brotli: fix shebang for bro-perl

2 files added
2 files modified
29 ■■■■■ changed files
components/perl/IO-Compress-Brotli/Makefile 2 ●●● patch | view | raw | blame | history
components/perl/IO-Compress-Brotli/patches/01-shebang.patch 10 ●●●●● patch | view | raw | blame | history
components/perl/IO-Compress-Brotli/perl-integrate-module.conf 16 ●●●●● patch | view | raw | blame | history
components/perl/IO-Compress-Brotli/pkg5 1 ●●●● patch | view | raw | blame | history
components/perl/IO-Compress-Brotli/Makefile
@@ -20,6 +20,7 @@
COMPONENT_PERL_MODULE =        IO::Compress::Brotli
HUMAN_VERSION =            0.017
COMPONENT_REVISION =        1
COMPONENT_SUMMARY =        IO::Compress::Brotli - Write Brotli buffers/streams
COMPONENT_CPAN_AUTHOR =        TIMLEGGE
COMPONENT_ARCHIVE_HASH =    \
@@ -32,5 +33,4 @@
PERL_REQUIRED_PACKAGES += library/perl-5/alien-cmake3
PERL_REQUIRED_PACKAGES += library/perl-5/file-slurper
PERL_REQUIRED_PACKAGES += runtime/perl
REQUIRED_PACKAGES += SUNWcs
REQUIRED_PACKAGES += system/library
components/perl/IO-Compress-Brotli/patches/01-shebang.patch
New file
@@ -0,0 +1,10 @@
https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/58
--- IO-Compress-Brotli-0.017/bin/bro-perl.orig
+++ IO-Compress-Brotli-0.017/bin/bro-perl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!perl
 use warnings;
 use strict;
components/perl/IO-Compress-Brotli/perl-integrate-module.conf
New file
@@ -0,0 +1,16 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2023 Marcel Telka
#
%patch% 01-shebang.patch
components/perl/IO-Compress-Brotli/pkg5
@@ -1,6 +1,5 @@
{
    "dependencies": [
        "SUNWcs",
        "library/perl-5/alien-cmake3-534",
        "library/perl-5/alien-cmake3-536",
        "library/perl-5/alien-cmake3-538",