pkgsrc-Users archive

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

Re: diff from 2020-10-07 13:53 to 2020-10-08 20:44



| To: pkgsrc-users%NetBSD.org@localhost
| From: Makoto Fujiwara <makoto%ki.nu@localhost>
| Subject: diff from 2020-10-07 13:53 to 2020-10-08 20:44
| Date: Fri, 9 Oct 2020 08:33:00 GMT
| Message-ID: <202010090833.0998X0br025892%pkgsrc.i.ki.nu@localhost>

> --- 1. Previous success but  error at this time ---- (5)
>  http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20201008.2044/libusb-compat-0.1.7?C=M;O=D

This original is with src distribution, but using github, attached diff looks fine to me,
is this correct ?
-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E
----
pkgsrc freshness:
http://www.ki.nu/~makoto/pkgsrc/check-update/00_Summary.html
http://www.ki.nu/~makoto/pkgsrc/check-update/HEAD/00_Summary.html

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/libusb-compat/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	8 Oct 2020 11:54:44 -0000	1.9
+++ Makefile	10 Oct 2020 02:59:50 -0000
@@ -12,11 +12,19 @@
 LICENSE=	gnu-lgpl-v2.1
 
 USE_LIBTOOL=		yes
-USE_TOOLS+=		gsed pkg-config
+USE_TOOLS+=		gsed pkg-config automake autoconf
 GNU_CONFIGURE=		yes
 PKGCONFIG_OVERRIDE+=	libusb.pc.in
 
 CONFLICTS=		libusb-[0-9]*
+WRKSRC=			${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+
+pre-configure:
+	cd ${WRKSRC}; libtoolize
+	cd ${WRKSRC}; aclocal
+	cd ${WRKSRC}; autoheader
+	cd ${WRKSRC}; autoconf
+	cd ${WRKSRC}; automake --add-missing
 
 .include "../../devel/libusb1/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/libusb-compat/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	8 Oct 2020 11:54:44 -0000	1.6
+++ distinfo	10 Oct 2020 02:59:50 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.6 2020/10/08 11:54:44 triaxx Exp $
 
-SHA1 (libusb-compat-0.1.7.tar.gz) = 7a64e8c3ba015e3b7db19054a75eefb9d8730874
-RMD160 (libusb-compat-0.1.7.tar.gz) = 111845e2675c8dfb243a2241e823950c1c4a2f34
-SHA512 (libusb-compat-0.1.7.tar.gz) = 8f3b2f9a275987b13278215b28950f9bc4c4cd30d3dc08ff5141ed6486d484981d059588533857eb521a5362ce2eb74c9f9c98f3d0c59d9a288debf9fc95a882
-Size (libusb-compat-0.1.7.tar.gz) = 374868 bytes
+SHA1 (libusb-compat-0.1.7.tar.gz) = bf6c214e4a64f62d42a03b2516658bc8f8f1bc00
+RMD160 (libusb-compat-0.1.7.tar.gz) = 58dd331bfe071e36fce0c83a3ac9f5d98654fcab
+SHA512 (libusb-compat-0.1.7.tar.gz) = 2cf3baa62ad2d6da10eb4d53e057786aa700a4cf40429f632a6bd3b8aa68176ac89bc9d69e19d11f704f3f09f544c88712a69df866063c8177b70854407843df
+Size (libusb-compat-0.1.7.tar.gz) = 37581 bytes



Home | Main Index | Thread Index | Old Index