summaryrefslogtreecommitdiff
path: root/chat/emech
diff options
context:
space:
mode:
authorjoerg <joerg>2015-02-23 18:18:42 +0000
committerjoerg <joerg>2015-02-23 18:18:42 +0000
commit02869afba172bfb8fe72803ad863854230e25dac (patch)
treef688a80670b3063a2c3547763ccb3ccb203e35ea /chat/emech
parent317a39b3d271f1d1382d5f679c76612ccb68e8e8 (diff)
downloadpkgsrc-02869afba172bfb8fe72803ad863854230e25dac.tar.gz
Be consistent about regparm. Bump revision.
Diffstat (limited to 'chat/emech')
-rw-r--r--chat/emech/Makefile3
-rw-r--r--chat/emech/distinfo3
-rw-r--r--chat/emech/patches/patch-src_channel.c13
3 files changed, 17 insertions, 2 deletions
diff --git a/chat/emech/Makefile b/chat/emech/Makefile
index f5ede073801..88487667dfc 100644
--- a/chat/emech/Makefile
+++ b/chat/emech/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2012/10/03 00:02:35 asau Exp $
+# $NetBSD: Makefile,v 1.10 2015/02/23 18:18:42 joerg Exp $
#
DISTNAME= emech-3.0.2
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://www.energymech.net/files/
diff --git a/chat/emech/distinfo b/chat/emech/distinfo
index aea13356e02..17a068fe884 100644
--- a/chat/emech/distinfo
+++ b/chat/emech/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2009/12/17 21:34:19 abs Exp $
+$NetBSD: distinfo,v 1.6 2015/02/23 18:18:42 joerg Exp $
SHA1 (emech-3.0.2.tar.gz) = f74a07136cf6b672b496564c4838e12246f25c0a
RMD160 (emech-3.0.2.tar.gz) = 2c4bed99dc200afd3636cae948eea193a85e65c2
Size (emech-3.0.2.tar.gz) = 229907 bytes
+SHA1 (patch-src_channel.c) = 2499c5ef15d2d05349ae87f540b31c9cc66721cf
diff --git a/chat/emech/patches/patch-src_channel.c b/chat/emech/patches/patch-src_channel.c
new file mode 100644
index 00000000000..9376764e4a3
--- /dev/null
+++ b/chat/emech/patches/patch-src_channel.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_channel.c,v 1.1 2015/02/23 18:18:42 joerg Exp $
+
+--- src/channel.c.orig 2015-02-23 10:56:23.000000000 +0000
++++ src/channel.c
+@@ -58,7 +58,7 @@ void check_idlekick(void)
+ }
+ }
+
+-__attr (CORE_SEG, regparm(2))
++__attr (CORE_SEG, __regparm(2))
+ Chan *find_channel(char *name, int anychannel)
+ {
+ Chan *chan;