pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ikiwiki



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Aug 29 08:03:38 UTC 2018

Modified Files:
        pkgsrc/www/ikiwiki: Makefile distinfo
Added Files:
        pkgsrc/www/ikiwiki/patches: patch-IkiWiki_Wrapper.pm

Log Message:
Need <sys/wait.h> for waitpid (NetBSD 8 warns). Apply upstream patch.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/www/ikiwiki/Makefile
cvs rdiff -u -r1.128 -r1.129 pkgsrc/www/ikiwiki/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/www/ikiwiki/patches/patch-IkiWiki_Wrapper.pm

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

Modified files:

Index: pkgsrc/www/ikiwiki/Makefile
diff -u pkgsrc/www/ikiwiki/Makefile:1.157 pkgsrc/www/ikiwiki/Makefile:1.158
--- pkgsrc/www/ikiwiki/Makefile:1.157   Wed Aug 22 09:47:25 2018
+++ pkgsrc/www/ikiwiki/Makefile Wed Aug 29 08:03:37 2018
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.157 2018/08/22 09:47:25 wiz Exp $
+# $NetBSD: Makefile,v 1.158 2018/08/29 08:03:37 schmonz Exp $
 #
 
 DISTNAME=              ikiwiki_3.20180311.orig
 PKGNAME=               ${DISTNAME:S/_/-/:S/.orig//}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            www textproc
 MASTER_SITES=          ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/www/ikiwiki/distinfo
diff -u pkgsrc/www/ikiwiki/distinfo:1.128 pkgsrc/www/ikiwiki/distinfo:1.129
--- pkgsrc/www/ikiwiki/distinfo:1.128   Thu Mar 22 17:08:31 2018
+++ pkgsrc/www/ikiwiki/distinfo Wed Aug 29 08:03:37 2018
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.128 2018/03/22 17:08:31 schmonz Exp $
+$NetBSD: distinfo,v 1.129 2018/08/29 08:03:37 schmonz Exp $
 
 SHA1 (ikiwiki_3.20180311.orig.tar.xz) = 9c567bb9f46e8a86a41ddc2358d0426248934e33
 RMD160 (ikiwiki_3.20180311.orig.tar.xz) = 22a2f1963e73fae82a7a6a29c84488c898c7c4fa
 SHA512 (ikiwiki_3.20180311.orig.tar.xz) = 12042d90217995eb43d47df1e81cbced825fc2b2262893680447448abac88ef5279bcddd6c438613b41c4f35308a4f1e8d23157e018bb99d883bc0941af1d469
 Size (ikiwiki_3.20180311.orig.tar.xz) = 2639052 bytes
+SHA1 (patch-IkiWiki_Wrapper.pm) = 68a9c4c64b5e95bbb6dec721ea95dc27cecb1bc9
 SHA1 (patch-ikiwiki-mass-rebuild) = b8d5785d77736508de9cfc0f059cc36e0e607bce

Added files:

Index: pkgsrc/www/ikiwiki/patches/patch-IkiWiki_Wrapper.pm
diff -u /dev/null pkgsrc/www/ikiwiki/patches/patch-IkiWiki_Wrapper.pm:1.3
--- /dev/null   Wed Aug 29 08:03:38 2018
+++ pkgsrc/www/ikiwiki/patches/patch-IkiWiki_Wrapper.pm Wed Aug 29 08:03:38 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-IkiWiki_Wrapper.pm,v 1.3 2018/08/29 08:03:38 schmonz Exp $
+
+Apply upstream patch 64aa6eb:
+Need <sys/wait.h> for waitpid (NetBSD 8 warns).
+
+--- IkiWiki/Wrapper.pm.orig    2018-03-11 15:54:34.000000000 +0000
++++ IkiWiki/Wrapper.pm
+@@ -182,6 +182,7 @@ EOF
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/file.h>
++#include <sys/wait.h>
+ 
+ extern char **environ;
+ int newenvironlen=0;



Home | Main Index | Thread Index | Old Index