aboutsummaryrefslogtreecommitdiff
path: root/sysutils/usbutils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add PORTSCOUTSunpoet Po-Chuan Hsieh2017-04-271-0/+2
| | | | Notes: svn path=/head/; revision=439510
* Update to 0.91Sunpoet Po-Chuan Hsieh2017-01-201-19/+16
| | | | | | | | | | | | | | | - Use usbhid-dump and usbids from ports - Use USES=shebangfix - Convert to new options target helper - Cosmetic change - Sort PLIST - Update WWW - Take maintainership Changes: https://github.com/gregkh/usbutils/blob/master/NEWS Notes: svn path=/head/; revision=431991
* Assume "pkg-config libusb*" works after 9.x EOLJan Beich2017-01-051-2/+2
| | | | | | | | FreeBSD appears to use different pkg-config name for 0.1.x API but it doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. Notes: svn path=/head/; revision=430669
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* - Add some mirrorsDmitry Marakasov2015-08-251-10/+8
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers Notes: svn path=/head/; revision=395296
* - Drop maintainershipHenrik Brix Andersen2015-08-241-1/+1
| | | | Notes: svn path=/head/; revision=395183
* - Respect PORT_OPTIONS:MDOCSHenrik Brix Andersen2014-06-011-2/+3
| | | | Notes: svn path=/head/; revision=356165
* - Stage supportMartin Wilke2014-06-011-7/+2
| | | | Notes: svn path=/head/; revision=356037
* Remove trailing whitespaces from category sysutilsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345435
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Eradicate USE_GNOME=pkgconfigBaptiste Daroussin2013-08-301-2/+1
| | | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Convert USE_GNOME=gnomehack to USES=pathfix - Convert USE_PERL5 to USES=perl5 Notes: svn path=/head/; revision=325741
* In preparation of removing devel/libusb (expires 2013-04-30), remove itRene Ladan2013-04-291-11/+5
| | | | | | | | | | | | | | | | | | from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316831
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Do not attempt to delete empty pkgconfig directoryHenrik Brix Andersen2010-07-281-0/+1
| | | | | | | Reported by: QAT@ Notes: svn path=/head/; revision=258381
* - Update to v0.86Henrik Brix Andersen2010-07-261-3/+15
| | | | | | | - Add LICENSE information Notes: svn path=/head/; revision=258280
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-091-2/+4
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* Add usbutils, which contains the popular lsusb(8) utility for listingHenrik Brix Andersen2007-12-111-0/+34
USB device descriptors. Approved by: erwin (mentor) Notes: svn path=/head/; revision=203005