pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/perl5



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Nov 21 09:37:58 UTC 2018

Modified Files:
        pkgsrc/lang/perl5: hacks.mk

Log Message:
perl5: Add some comments regarding the hack.

Requested by leot


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/perl5/hacks.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/perl5/hacks.mk
diff -u pkgsrc/lang/perl5/hacks.mk:1.21 pkgsrc/lang/perl5/hacks.mk:1.22
--- pkgsrc/lang/perl5/hacks.mk:1.21     Wed Nov 21 08:33:51 2018
+++ pkgsrc/lang/perl5/hacks.mk  Wed Nov 21 09:37:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.21 2018/11/21 08:33:51 maya Exp $
+# $NetBSD: hacks.mk,v 1.22 2018/11/21 09:37:57 maya Exp $
 
 .if !defined(PERL5_HACKS_MK)
 PERL5_HACKS_MK=        defined
@@ -22,10 +22,13 @@ PKG_HACKS+=         m68k-codegen
 BUILDLINK_TRANSFORM+=  opt:-O[0-9]*:-Os
 .endif
 
-# Alignment fault on perl 5.28.0
-# https://rt.perl.org/Public/Bug/Display.html?id=133495
+### [ Wed Nov 21 11:35:48 IST 2018 : maya ]
+### Alignment fault on perl 5.28.0
+### Might be specific to GCC 4.9
+### https://rt.perl.org/Public/Bug/Display.html?id=133495
+### See PR pkg/53568
 .if ${OPSYS} == "SunOS" && !empty(MACHINE_ARCH:Msparc*)
-PKG_HACKS+=            
+PKG_HACKS+=            sun-sparc-alignment-fault
 BUILDLINK_TRANSFORM+=  opt:-O3:-O2
 .endif
 



Home | Main Index | Thread Index | Old Index