diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-01-17 15:24:22 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-01-17 15:24:22 +0000 |
commit | a1ae1bdde41c2917e23dd503f206f4e698410dd7 (patch) | |
tree | 8cea0c43a5aa22566355d80ddace88460e8aa3ae /chat | |
parent | 69b84f81a9069adf87c3d11c128bc645493ce3f5 (diff) | |
download | pkgsrc-a1ae1bdde41c2917e23dd503f206f4e698410dd7.tar.gz |
Update to 3.2.10.4, build with USE_LOCALE on Mac OS to unbreak the build.
Patch from Jonathan Buschmann in PR pkg/49540, slightly adapted.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/unrealircd/Makefile | 9 | ||||
-rw-r--r-- | chat/unrealircd/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index 3ed224fbe2d..2f3986d1d49 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.40 2014/11/02 05:35:39 obache Exp $ +# $NetBSD: Makefile,v 1.41 2015/01/17 15:24:22 bsiegert Exp $ -DISTNAME= Unreal3.2.10.1 +DISTNAME= Unreal3.2.10.4 PKGNAME= ${DISTNAME:tl:S/l/lircd-/1} PKGREVISION= 1 CATEGORIES= chat -MASTER_SITES= http://unrealircd.com/downloads/ +MASTER_SITES= http://unrealircd.org/downloads/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.unrealircd.com/ +HOMEPAGE= http://www.unrealircd.org/ COMMENT= Advanced IRC server with IPv6 and SSL support LICENSE= gnu-gpl-v2 @@ -104,6 +104,7 @@ INSTALLATION_DIRS= sbin ${IRCD_DOCS} ${IRCD_EG} ${IRCD_SHARE}/aliases \ INSTALL_UNSTRIPPED=YES .endif +CFLAGS.Darwin+= -DUSE_LOCALE CFLAGS.SunOS+= -DUSE_LOCALE .include "../../net/libcares/buildlink3.mk" diff --git a/chat/unrealircd/distinfo b/chat/unrealircd/distinfo index f7e3facfa0a..21716730b9c 100644 --- a/chat/unrealircd/distinfo +++ b/chat/unrealircd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2013/07/14 15:42:34 rodent Exp $ +$NetBSD: distinfo,v 1.15 2015/01/17 15:24:22 bsiegert Exp $ -SHA1 (Unreal3.2.10.1.tar.gz) = 09428d3d7724dfc80f5add94f33665bf825c7175 -RMD160 (Unreal3.2.10.1.tar.gz) = a8698c9028b4436743cb9fdeffdc552db21c9394 -Size (Unreal3.2.10.1.tar.gz) = 3135615 bytes +SHA1 (Unreal3.2.10.4.tar.gz) = fa2b828b98afeab8677cb04aed9a634f7e43c386 +RMD160 (Unreal3.2.10.4.tar.gz) = 07c4854a59432dfa8a2ef16c5c9517e08b20cb6b +Size (Unreal3.2.10.4.tar.gz) = 3540227 bytes SHA1 (patch-ab) = b66ae1990e25479abe9087a9308a2185692fcba2 SHA1 (patch-ac) = 4c3e7219d03e93c2a3e8f735c350d919efdf8fbb SHA1 (patch-ae) = dc5f4d080d1027e229f9817d1d4f1e501124f7ba |