pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/m4



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Jan 22 14:59:03 UTC 2019

Modified Files:
        pkgsrc/devel/m4: Makefile
Removed Files:
        pkgsrc/devel/m4: hacks.mk

Log Message:
m4: remove hack that disabled optimizations for all SunOS platforms

This hack was added 10 years ago; in the unlikely event it is still needed
it should be qualified with a specific compiler version, not platform.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/m4/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/m4/hacks.mk

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

Modified files:

Index: pkgsrc/devel/m4/Makefile
diff -u pkgsrc/devel/m4/Makefile:1.76 pkgsrc/devel/m4/Makefile:1.77
--- pkgsrc/devel/m4/Makefile:1.76       Tue Sep 25 20:21:51 2018
+++ pkgsrc/devel/m4/Makefile    Tue Jan 22 14:59:03 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.76 2018/09/25 20:21:51 joerg Exp $
+# $NetBSD: Makefile,v 1.77 2019/01/22 14:59:03 tnn Exp $
 
 DISTNAME=      m4-1.4.18
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=m4/}
 



Home | Main Index | Thread Index | Old Index