Subject: CVS commit: pkgsrc/lang/perl5
From: Jonathan Perkin
Date: 2018-01-12 12:32:21
Message id: 20180112113221.33800FBDE@cvs.NetBSD.org

Log Message:
perl5: Fix CFLAGS.

We need to remove -std=c89 so that compilers which default to C99 don't fail,
and don't automatically add -fstack-protector flags, leave it to the user to
decide via PKGSRC_USE_SSP.  Fixes clang on SmartOS.  Bump PKGREVISION.

Files:
RevisionActionfile
1.244modifypkgsrc/lang/perl5/Makefile
1.148modifypkgsrc/lang/perl5/distinfo
1.5modifypkgsrc/lang/perl5/patches/patch-Configure
1.1addpkgsrc/lang/perl5/patches/patch-cflags.SH