commit 91254fc
hovercats
·
2024-04-24 23:17:26 +0000 UTC
parent 52e4507
perl: bump to 5.38.2 | no longer install manpages
4 files changed,
+4,
-19
+1,
-16
1@@ -24,17 +24,13 @@ export CFLAGS="$CFLAGS -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
2 -Dar="$AR" \
3 -Dnm="$NM" \
4 -Dranlib="$RANLIB" \
5- -Dman1dir=/usr/share/man/man1 \
6- -Dman3dir=/usr/share/man/man3 \
7- -Dinstallman1dir=/usr/share/man/man1 \
8- -Dinstallman3dir=/usr/share/man/man3 \
9 -Dman1ext=1 \
10 -Dman3ext=3pm \
11 -Dperl_static_inline="static __inline__" \
12 -Dd_static_inline
13
14 make
15-make DESTDIR="$1" install
16+make DESTDIR="$1" install.perl
17
18 # Remove all unneeded files.
19 find "$1" -name \*.pod -exec rm -f {} +
20@@ -44,14 +40,3 @@ find "$1" -name TODO\* -exec rm -f {} +
21 find "$1" -name Change\* -exec rm -f {} +
22 find "$1" -name \*.bs -exec rm -f {} +
23 find "$1" -name \*.0 -type f -exec rm -f {} +
24-
25-# Fix permissions.
26-find "$1/usr/lib" -type f -exec chmod 644 {} \;
27-
28-# These 2 are hardlinks, which we cannot compress
29-rm -r \
30- "$1/usr/share/man/man1/perlthanks.1" \
31- "$1/usr/share/man/man1/perlbug.1"
32-
33-# Compress manpages
34-find "$1/usr/share/man" -type f | xargs gzip -n -9
+1,
-1
1@@ -1 +1 @@
2-0ff7c7aae1dbe717559d6d1d4ce668f6a4a2c3f657afe887ef0b73b3be6a312d66
3+dc533981f73c6ce94bd5835a9a6dab76b77e22f74898916da999a3ef90211df8c0
+1,
-1
1@@ -1 +1 @@
2-https://www.cpan.org/src/5.0/perl-5.38.0.tar.xz
3+https://www.cpan.org/src/5.0/perl-5.38.2.tar.xz
+1,
-1
1@@ -1 +1 @@
2-5.38.0 1
3+5.38.2 1