pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/openaxiom



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 21 15:43:30 UTC 2022

Modified Files:
        pkgsrc/math/openaxiom: Makefile

Log Message:
openaxiom: mark two files as not PIE

If you know how to fix this, please do so.
But this allows openaxiom to package.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/openaxiom/Makefile

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

Modified files:

Index: pkgsrc/math/openaxiom/Makefile
diff -u pkgsrc/math/openaxiom/Makefile:1.13 pkgsrc/math/openaxiom/Makefile:1.14
--- pkgsrc/math/openaxiom/Makefile:1.13 Wed Dec  8 16:05:35 2021
+++ pkgsrc/math/openaxiom/Makefile      Wed Dec 21 15:43:30 2022
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/12/08 16:05:35 adam Exp $
-#
+# $NetBSD: Makefile,v 1.14 2022/12/21 15:43:30 wiz Exp $
 
 DISTNAME=              open-axiom-1.4.1
 PKGNAME=               ${DISTNAME:S/open-/open/}
@@ -22,6 +21,10 @@ BUILD_DEPENDS+=              noweb-[0-9]*:../../deve
 CONFIGURE_ENV=         HOST_AWK=${TOOLS_PLATFORM.awk:Q}
 BUILD_MAKE_FLAGS+=     TOOLS_PLATFORM.install=${TOOLS_PLATFORM.install:Q}
 
+# XXX: these files are not PIE
+CHECK_PIE_SKIP+=       lib/open-axiom/*/${PKGVERSION_NOREV}/bin/AXIOMsys
+CHECK_PIE_SKIP+=       lib/open-axiom/*/${PKGVERSION_NOREV}/bin/bootsys
+
 .include "options.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index