pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/cmus



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov  6 11:16:38 UTC 2020

Modified Files:
        pkgsrc/audio/cmus: Makefile

Log Message:
cmus: Disable NOT_PAX_MPROTECT_SAFE.

I can't find a clear reason this was enabled (possibly to work around
bugs in ffmpeg?)


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/audio/cmus/Makefile

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

Modified files:

Index: pkgsrc/audio/cmus/Makefile
diff -u pkgsrc/audio/cmus/Makefile:1.87 pkgsrc/audio/cmus/Makefile:1.88
--- pkgsrc/audio/cmus/Makefile:1.87     Tue Aug 18 17:57:34 2020
+++ pkgsrc/audio/cmus/Makefile  Fri Nov  6 11:16:38 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2020/08/18 17:57:34 leot Exp $
+# $NetBSD: Makefile,v 1.88 2020/11/06 11:16:38 nia Exp $
 
 DISTNAME=              cmus-2.8.0
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=cmus/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -52,10 +52,9 @@ PLIST.coreaudio=     yes
 CFLAGS+=       -march=i586
 .endif
 
-NOT_PAX_MPROTECT_SAFE+=        bin/cmus
+#NOT_PAX_MPROTECT_SAFE+=       bin/cmus
 
 .include "options.mk"
-
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/ncursesw/buildlink3.mk"



Home | Main Index | Thread Index | Old Index