pkgsrc-WIP-changes archive

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

polyml: reset PKGREVISION after update, remove paxctl workaround



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun Mar 5 21:14:06 2023 +0100
Changeset:	0f04530420e75496ad5ae5968b916dd0023ccf11

Modified Files:
	polyml/Makefile

Log Message:
polyml: reset PKGREVISION after update, remove paxctl workaround

The package builds fine and runs on NetBSD-current without it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0f04530420e75496ad5ae5968b916dd0023ccf11

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

diffstat:
 polyml/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diffs:
diff --git a/polyml/Makefile b/polyml/Makefile
index 10fdea2146..05f938e484 100644
--- a/polyml/Makefile
+++ b/polyml/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.27 2022/12/21 11:51:21 wiz Exp $
 
 DISTNAME=	polyml-5.9
-PKGREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GITHUB:=polyml/}
 GITHUB_PROJECT=	polyml
@@ -13,9 +12,6 @@ COMMENT=	Implementation of Standard ML
 
 # ONLY_FOR_PLATFORM=	*-*-i386 *-*-x86_64 *-*-sparc *-*-powerpc
 
-NOT_PAX_ASLR_SAFE+=	bin/poly
-NOT_PAX_MPROTECT_SAFE+=	bin/poly
-
 WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
 
 GNU_CONFIGURE=	yes


Home | Main Index | Thread Index | Old Index