pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-ORLite-Migrate



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 14 13:27:37 UTC 2017

Modified Files:
        pkgsrc/databases/p5-ORLite-Migrate: Makefile

Log Message:
Requires PERL_USE_UNSAFE_INC hack.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/p5-ORLite-Migrate/Makefile

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

Modified files:

Index: pkgsrc/databases/p5-ORLite-Migrate/Makefile
diff -u pkgsrc/databases/p5-ORLite-Migrate/Makefile:1.15 pkgsrc/databases/p5-ORLite-Migrate/Makefile:1.16
--- pkgsrc/databases/p5-ORLite-Migrate/Makefile:1.15    Mon Jun  5 14:22:30 2017
+++ pkgsrc/databases/p5-ORLite-Migrate/Makefile Wed Jun 14 13:27:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/06/05 14:22:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2017/06/14 13:27:37 jperkin Exp $
 
 DISTNAME=      ORLite-Migrate-1.10
 PKGNAME=       p5-${DISTNAME}
@@ -25,6 +25,8 @@ BUILDLINK_API_DEPENDS.p5-DBI+=        p5-DBI>=1
 USE_LANGUAGES= # empty
 PERL5_PACKLIST= auto/ORLite/Migrate/.packlist
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../databases/p5-DBI/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index