Walter Schwarzenfeld <[email protected]> writes: Hi,
> work/slimserver-vendor-1463b00/CPAN/buildme.sh misses perl5.26 entry. I've changed this file by adding perl5.26 entry (see attached diff), LMS still doesn't build correctly : (errors on work/slimserver-vendor-1463b00/CPAN/Class-XSAccessor-1.05) make typescript attached. Regards Éric Masson -- Il y en a qui ne savent pas déballer leur ordinateur de la boîte d'emballage. Faudrait aussi prévoir une doc là-dessus (parce que celle fournie avec la boîte, il y a plein de mots et pas beaucoup d'images) -+- Jaco in Guide du Linuxien pervers - "[OUI] à fcol.deballage" -+-
--- buildme.sh 2018-04-03 09:50:06.635491000 +0200
+++ /home/emss/buildme.sh 2018-04-03 09:46:48.470468000 +0200
@@ -322,6 +322,19 @@
PERL_ARCH=$BUILD/arch/5.24
fi
+# Path to Perl 5.26
+if [ -x "/usr/bin/perl5.26.1" ]; then
+ PERL_526=/usr/bin/perl5.26.1
+fi
+
+if [ $PERL_526 ]; then
+ echo "Building with Perl 5.26 at $PERL_526"
+ PERL_BIN=$PERL_526
+ # Install dir for 5.26
+ PERL_BASE=$BUILD/5.26
+ PERL_ARCH=$BUILD/arch/5.26
+fi
+
# try to use default perl version
if [ "$PERL_BIN" = "" ]; then
PERL_BIN=`which perl`
@@ -355,6 +368,9 @@
"5.24")
PERL_524=$PERL_BIN
;;
+ "5.26")
+ PERL_526=$PERL_BIN
+ ;;
*)
echo "Failed to find supported Perl version for '$PERL_BIN'"
exit
LMS_make.gz
Description: Binary data
_______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
