pkgsrc-Bugs archive

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

PR/54903 CVS commit: pkgsrc



The following reply was made to PR pkg/54903; it has been noted by GNATS.

From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= <triaxx%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54903 CVS commit: pkgsrc
Date: Sat, 10 Oct 2020 14:17:03 +0000

 Module Name:	pkgsrc
 Committed By:	triaxx
 Date:		Sat Oct 10 14:17:03 UTC 2020
 
 Modified Files:
 	pkgsrc/devel/libusb1: builtin.mk
 	pkgsrc/mk/buildlink3: bsd.builtin.mk
 Added Files:
 	pkgsrc/mk/buildlink3: find-pkgconfig-files.mk
 
 Log Message:
 libusb1: Fix PR pkg/54903
 
 pkgsrc changes:
 ---------------
   * Remove the pkgconfig file generation since the version of libusb1 cannot
     be obtained by parsing LIBUSB_API_VERSION from libusb.h (e.g. FreeBSD
     provides 0x01000102 for 1.0.13 and Arch provides 0x01000107 for 1.0.23).
   * At least FreeBSD, Debian and Arch provides a libusb-1.0.pc file for
     their native implementation. Link this file to ${BUILDLINK_DIR}.
   * Add logic in mk/buildlink3 to find pkgconfig files in common pkgconfig
     directories (for at least FreeBSD, Debian and Arch).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/libusb1/builtin.mk
 cvs rdiff -u -r1.14 -r1.15 pkgsrc/mk/buildlink3/bsd.builtin.mk
 cvs rdiff -u -r0 -r1.1 pkgsrc/mk/buildlink3/find-pkgconfig-files.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index