mg: update to 20200215.
This commit is contained in:
parent
9dee403fbd
commit
4d44ca4cde
2 changed files with 3 additions and 26 deletions
|
@ -1,23 +0,0 @@
|
|||
--- fileio.c.orig 2016-01-10 08:21:54.904501093 +0100
|
||||
+++ fileio.c 2016-01-10 08:22:13.488701799 +0100
|
||||
@@ -27,6 +27,10 @@
|
||||
#include "kbd.h"
|
||||
#include "pathnames.h"
|
||||
|
||||
+#ifndef DEFFILEMODE
|
||||
+# define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
|
||||
+#endif
|
||||
+
|
||||
static char *bkuplocation(const char *);
|
||||
static int bkupleavetmp(const char *);
|
||||
|
||||
--- fileio.c.orig 2016-01-10 08:23:22.129443103 +0100
|
||||
+++ fileio.c 2016-01-10 08:23:46.952712519 +0100
|
||||
@@ -6,6 +6,7 @@
|
||||
* POSIX fileio.c
|
||||
*/
|
||||
|
||||
+#include <sys/param.h> /* MAXNAMLEN */
|
||||
#include <sys/queue.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/stat.h>
|
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'mg'
|
||||
pkgname=mg
|
||||
version=20180927
|
||||
version=20200215
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libbsd-devel ncurses-devel"
|
||||
homepage="https://github.com/hboetes/mg"
|
||||
short_desc="Micro GNU/emacs"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Public Domain"
|
||||
homepage="https://github.com/hboetes/mg"
|
||||
distfiles="https://github.com/hboetes/mg/archive/${version}.tar.gz"
|
||||
checksum=fbb09729ea00fe42dcdbc96ac7fc1d2b89eac651dec49e4e7af52fad4f5788f6
|
||||
checksum=4802750c4cd52e8154b38e7e1549d68b704230e4b44f5884932b3b08efdaa9bb
|
||||
|
||||
CFLAGS="-DTCSASOFT=0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue