pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/mg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  1 20:05:02 UTC 2019

Modified Files:
        pkgsrc/editors/mg: Makefile

Log Message:
mg: update to 20110905nb4.

Fix +number.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/mg/Makefile

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

Modified files:

Index: pkgsrc/editors/mg/Makefile
diff -u pkgsrc/editors/mg/Makefile:1.11 pkgsrc/editors/mg/Makefile:1.12
--- pkgsrc/editors/mg/Makefile:1.11     Sun Sep  3 08:53:08 2017
+++ pkgsrc/editors/mg/Makefile  Tue Jan  1 20:05:02 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2017/09/03 08:53:08 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.12 2019/01/01 20:05:02 wiz Exp $
 
 DISTNAME=      mg-20110905
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    editors
 MASTER_SITES=  https://homepage.boetes.org/software/mg/
 
@@ -15,6 +14,8 @@ FAKE_NCURSES= yes
 USE_TOOLS+=    install
 MAKE_ENV+=     prefix=${PREFIX}
 
+CFLAGS.NetBSD+=        -D_OPENBSD_SOURCE
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 CONFLICTS+=    mg2a-[0-9]*



Home | Main Index | Thread Index | Old Index