pkgsrc-WIP-changes archive

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

charybdis: Switch to new upstream repo and upgrade to 4.0



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Oct 30 23:06:38 2017 +0100
Changeset:	45994a361900f60e4c761298223c7a0459925bfb

Modified Files:
	charybdis/Makefile
	charybdis/distinfo
Added Files:
	charybdis/patches/patch-librb_configure.ac

Log Message:
charybdis: Switch to new upstream repo and upgrade to 4.0

Fix shell compatibility issue.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=45994a361900f60e4c761298223c7a0459925bfb

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

diffstat:
 charybdis/Makefile                         |  7 +++----
 charybdis/distinfo                         |  9 +++++----
 charybdis/patches/patch-librb_configure.ac | 13 +++++++++++++
 3 files changed, 21 insertions(+), 8 deletions(-)

diffs:
diff --git a/charybdis/Makefile b/charybdis/Makefile
index 14c3f5eebb..9785fdbf6b 100644
--- a/charybdis/Makefile
+++ b/charybdis/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	ircd-seven
-DISTNAME=	charybdis-3.4.2
+DISTNAME=	charybdis-4.0
 CATEGORIES=	chat
-MASTER_SITES=	${MASTER_SITE_GITHUB:=freenode/}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=charybdis-ircd/}
 GITHUB_TAG=	${DISTNAME}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -24,6 +23,6 @@ CONFIGURE_ARGS+=	--enable-kqueue
 INSTALLATION_DIRS+=	bin
 
 pre-configure:
-	${RUN} cd ${WRKSRC} && autoreconf -fiv
+	${RUN} cd ${WRKSRC} && ./autogen.sh
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/charybdis/distinfo b/charybdis/distinfo
index 83a972f73c..a5df10d98d 100644
--- a/charybdis/distinfo
+++ b/charybdis/distinfo
@@ -1,6 +1,7 @@
 $NetBSD$
 
-SHA1 (charybdis-3.4.2.tar.gz) = 1b719ecc8d1ca69a12739f368de820450dea8f8e
-RMD160 (charybdis-3.4.2.tar.gz) = 83f43a8a63fd81babb4a0ac6fffbaefaf15cce41
-SHA512 (charybdis-3.4.2.tar.gz) = 5ba66b718feac9bab3558a0cb694b606435077c4fbdd70a57cd951797b0f8c28c4d8b6328812eca6fe7b6acfa1abcec50d4a7ece503eea8bc80455d747141ec1
-Size (charybdis-3.4.2.tar.gz) = 1952464 bytes
+SHA1 (charybdis-4.0.tar.gz) = 57957259f00e8c20ae22adee2d0648a8d017fe55
+RMD160 (charybdis-4.0.tar.gz) = 8abca605db25eb5b8aea95588c6819eb3fd0e1fa
+SHA512 (charybdis-4.0.tar.gz) = c65d1ee4a04a432694edaa2f58ec69a904de1f6195f6880a52d28c893c46d67bf2ed253f356dd8507b31d1850ce53b3eb18cf800638dc2389770cc5d2ae78924
+Size (charybdis-4.0.tar.gz) = 2681395 bytes
+SHA1 (patch-librb_configure.ac) = 078ed443d188eb2be7c61293aa19ed23b92331b5
diff --git a/charybdis/patches/patch-librb_configure.ac b/charybdis/patches/patch-librb_configure.ac
new file mode 100644
index 0000000000..53d995bbaa
--- /dev/null
+++ b/charybdis/patches/patch-librb_configure.ac
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- librb/configure.ac.orig	2017-10-20 22:29:47.000000000 +0000
++++ librb/configure.ac
+@@ -546,7 +546,7 @@ if test "x$rb_netinet_in_h" = "xyes"; th
+ 	echo '#include <netinet/in.h>' >> $outfile
+ fi
+ 
+-if test "x$rb_netinet_tcp_h" == "xyes"; then
++if test "x$rb_netinet_tcp_h" = "xyes"; then
+ 	echo '#include <netinet/tcp.h>' >> $outfile
+ fi
+ 


Home | Main Index | Thread Index | Old Index