Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
189e18db
Commit
189e18db
authored
Jun 29, 2015
by
mat
Browse files
Make Perl behave nicely, and install files 644 and not 444.
With hat: perl@ Sponsored by: Absolight
parent
50b75a83
Changes
12
Hide whitespace changes
Inline
Side-by-side
devel/p5-ExtUtils-Install/Makefile
View file @
189e18db
...
...
@@ -2,7 +2,7 @@
PORTNAME
=
ExtUtils-Install
PORTVERSION
=
2.04
PORTREVISION
=
1
PORTREVISION
=
2
CATEGORIES
=
devel perl5
MASTER_SITES
=
CPAN
PKGNAMEPREFIX
=
p5-
...
...
devel/p5-ExtUtils-Install/files/patch-lib_ExtUtils_Install.pm
0 → 100644
View file @
189e18db
---
lib
/ExtUtils/
Install
.
pm
.
orig
2015
-
06
-
19
12
:
08
:
32
UTC
+++
lib
/ExtUtils/
Install
.
pm
@@
-
809
,
7
+
809
,
7
@@
sub
install
{
#XXX OS-SPECIFIC
utime
(
$atime
,
$mtime
+
$Is_VMS
,
$targetfile
)
unless
$dry_run
>
1
;
-
$mode
=
0444
|
(
$mode
&
0111
?
0111
:
0
);
+
$mode
=
0644
|
(
$mode
&
0111
?
0111
:
0
);
$mode
=
$mode
|
0222
if
$realtarget
ne
$targetfile
;
_chmod
(
$mode
,
$targetfile
,
$verbose
);
lang/perl5-devel/Makefile
View file @
189e18db
...
...
@@ -4,6 +4,7 @@
PORTNAME
=
perl
#PORTVERSION= ${PERL_VERSION} # XXX
DISTVERSION
=
${
GH_TAGNAME
:C/^v//:C/-g[0-9a-f]
*
$/
/
}
PORTREVISION
=
1
CATEGORIES
=
lang devel perl5
# XXX
MASTER_SITES
=
LOCAL/mat/perl GH CPAN/../../src/5.0
...
...
lang/perl5-devel/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm
0 → 100644
View file @
189e18db
---
cpan
/ExtUtils-Install/li
b
/ExtUtils/
Install
.
pm
.
orig
2015
-
06
-
22
12
:
55
:
33
UTC
+++
cpan
/ExtUtils-Install/li
b
/ExtUtils/
Install
.
pm
@@
-
809
,
7
+
809
,
7
@@
sub
install
{
#XXX OS-SPECIFIC
utime
(
$atime
,
$mtime
+
$Is_VMS
,
$targetfile
)
unless
$dry_run
>
1
;
-
$mode
=
0444
|
(
$mode
&
0111
?
0111
:
0
);
+
$mode
=
0644
|
(
$mode
&
0111
?
0111
:
0
);
$mode
=
$mode
|
0222
if
$realtarget
ne
$targetfile
;
_chmod
(
$mode
,
$targetfile
,
$verbose
);
lang/perl5.16/Makefile
View file @
189e18db
...
...
@@ -3,7 +3,7 @@
PORTNAME
=
perl
PORTVERSION
=
${PERL_VERSION}
PORTREVISION
=
2
1
PORTREVISION
=
2
2
CATEGORIES
=
lang devel perl5
MASTER_SITES
=
CPAN/../../src/5.0
DIST_SUBDIR
=
perl
...
...
lang/perl5.16/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm
0 → 100644
View file @
189e18db
---
dist
/ExtUtils-Install/li
b
/ExtUtils/
Install
.
pm
.
orig
2013
-
03
-
04
15
:
16
:
21
UTC
+++
dist
/ExtUtils-Install/li
b
/ExtUtils/
Install
.
pm
@@
-
822
,
7
+
822
,
7
@@
sub
install
{
#XXX OS-SPECIFIC
utime
(
$atime
,
$mtime
+
$Is_VMS
,
$targetfile
)
unless
$dry_run
>
1
;
-
$mode
=
0444
|
(
$mode
&
0111
?
0111
:
0
);
+
$mode
=
0644
|
(
$mode
&
0111
?
0111
:
0
);
$mode
=
$mode
|
0222
if
$realtarget
ne
$targetfile
;
_chmod
(
$mode
,
$targetfile
,
$verbose
);
lang/perl5.18/Makefile
View file @
189e18db
...
...
@@ -3,7 +3,7 @@
PORTNAME
=
perl
PORTVERSION
=
${PERL_VERSION}
PORTREVISION
=
1
4
PORTREVISION
=
1
5
CATEGORIES
=
lang devel perl5
MASTER_SITES
=
CPAN/../../src/5.0
DIST_SUBDIR
=
perl
...
...
lang/perl5.18/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm
0 → 100644
View file @
189e18db
---
dist
/ExtUtils-Install/li
b
/ExtUtils/
Install
.
pm
.
orig
2014
-
10
-
01
01
:
33
:
00
UTC
+++
dist
/ExtUtils-Install/li
b
/ExtUtils/
Install
.
pm
@@
-
797
,
7
+
797
,
7
@@
sub
install
{
#XXX OS-SPECIFIC
utime
(
$atime
,
$mtime
+
$Is_VMS
,
$targetfile
)
unless
$dry_run
>
1
;
-
$mode
=
0444
|
(
$mode
&
0111
?
0111
:
0
);
+
$mode
=
0644
|
(
$mode
&
0111
?
0111
:
0
);
$mode
=
$mode
|
0222
if
$realtarget
ne
$targetfile
;
_chmod
(
$mode
,
$targetfile
,
$verbose
);
lang/perl5.20/Makefile
View file @
189e18db
...
...
@@ -3,7 +3,7 @@
PORTNAME
=
perl
PORTVERSION
=
${PERL_VERSION}
PORTREVISION
=
4
PORTREVISION
=
5
CATEGORIES
=
lang devel perl5
MASTER_SITES
=
CPAN/../../src/5.0
DIST_SUBDIR
=
perl
...
...
lang/perl5.20/files/patch-dist_ExtUtils-Install_lib_ExtUtils_Install.pm
0 → 100644
View file @
189e18db
---
dist
/ExtUtils-Install/li
b
/ExtUtils/
Install
.
pm
.
orig
2014
-
12
-
27
11
:
49
:
23
UTC
+++
dist
/ExtUtils-Install/li
b
/ExtUtils/
Install
.
pm
@@
-
808
,
7
+
808
,
7
@@
sub
install
{
#XXX OS-SPECIFIC
utime
(
$atime
,
$mtime
+
$Is_VMS
,
$targetfile
)
unless
$dry_run
>
1
;
-
$mode
=
0444
|
(
$mode
&
0111
?
0111
:
0
);
+
$mode
=
0644
|
(
$mode
&
0111
?
0111
:
0
);
$mode
=
$mode
|
0222
if
$realtarget
ne
$targetfile
;
_chmod
(
$mode
,
$targetfile
,
$verbose
);
lang/perl5.22/Makefile
View file @
189e18db
...
...
@@ -3,6 +3,7 @@
PORTNAME
=
perl
DISTVERSION
=
${PERL_VERSION}
PORTREVISION
=
1
CATEGORIES
=
lang devel perl5
MASTER_SITES
=
CPAN/../../src/5.0 CPAN/../by-authors/id/R/RJ/RJBS
DIST_SUBDIR
=
perl
...
...
lang/perl5.22/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm
0 → 100644
View file @
189e18db
---
cpan
/ExtUtils-Install/li
b
/ExtUtils/
Install
.
pm
.
orig
2015
-
06
-
19
11
:
34
:
20
UTC
+++
cpan
/ExtUtils-Install/li
b
/ExtUtils/
Install
.
pm
@@
-
809
,
7
+
809
,
7
@@
sub
install
{
#XXX OS-SPECIFIC
utime
(
$atime
,
$mtime
+
$Is_VMS
,
$targetfile
)
unless
$dry_run
>
1
;
-
$mode
=
0444
|
(
$mode
&
0111
?
0111
:
0
);
+
$mode
=
0644
|
(
$mode
&
0111
?
0111
:
0
);
$mode
=
$mode
|
0222
if
$realtarget
ne
$targetfile
;
_chmod
(
$mode
,
$targetfile
,
$verbose
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment