summaryrefslogtreecommitdiff
path: root/multimedia/pwcbsd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/pwcbsd: only provide the kernel moduleBaptiste Daroussin2024-12-121-11/+0
| | | | | | | | | | | | pwcview(1) is provided by another port: multimedia/pwcview (same version provided). reduce this port to only provide the kernel modules. While working on provide a repos per releases for kernel modules, having ports that only provide the kernel modules simplifies the work, it also make this port cross buildable which is how the kernel module repositories are provided.
* multimedia/pwcbsd: Clean up local patches.John Baldwin2022-08-227-63/+65
| | | | | | | | | - Convert unconditional EXTRA_PATCHES to regular patches (they used to be conditional on an OSVERSION check removed several years ago) - Regenerate patches with make makepatch to ease future maintenance. Differential Revision: https://reviews.freebsd.org/D35949
* multimedia/pwcbsd: Remove devclass from DRIVER_MODULE on recent main.John Baldwin2022-08-222-50/+100
| | | | | | | | While here fix a couple of unused but set warnings by removing an unused variable and commenting out another variable only used in commented-out code. Differential Revision: https://reviews.freebsd.org/D35948
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508882
* - Fix build with clang 3.6Dmitry Marakasov2015-02-161-2/+20
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=379108
* - StagifyLars Engels2014-06-201-0/+20
| | | | | | | | | | | - Add LICENSE - Remove NO_PACKAGE restriction, the package should include a working kmod - Use new LIB_DEPENDS - Move pkg-message to files/ - Use %%KMODDIR%% instead of hardcoding it Notes: svn path=/head/; revision=358535
* - Fix build with clang [1]Lars Engels2013-09-051-0/+11
| | | | | | | | | - Use to new LIB_DEPENDS format Reported by: pkg-fallout Notes: svn path=/head/; revision=326408
* - Fix build with WITH_MMAPLars Engels2010-10-011-40/+39
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=262274
* Now, Fix the build on <= 8.Robert Noland2010-05-171-2/+2
| | | | Notes: svn path=/head/; revision=254501
* Fix build on -CURRENTRobert Noland2010-05-172-33/+38
| | | | | | | Approved by: lme (maintainer) Notes: svn path=/head/; revision=254494
* - Fix pwcview crash when taking still imagesLars Engels2009-10-031-0/+11
| | | | | | | | | | - Bump PORTREVISION PR: ports/137265 Submitted by: Ralf Gebhart <gebhart (AT) burdawireless.com> Notes: svn path=/head/; revision=242415
* - Fix build on 8.xLars Engels2009-09-093-36/+49
| | | | | | | | | - Bump PORTREVISION Patch by: gj@ Notes: svn path=/head/; revision=241131
* - Fix build on 7.xLars Engels2009-05-285-0/+0
| | | | | | | | - Mark BROKEN for older 8-CURRENT - Bump PORTREVISION Notes: svn path=/head/; revision=234709
* - Add patches to fix build with USB2Lars Engels2009-05-275-0/+800
| | | | | | | | | - Bump PORTREVISION Patches Submitted by: hps Notes: svn path=/head/; revision=234670
* - Update to 1.4.0Martin Wilke2007-07-043-221/+0
| | | | | | | | | | - Update maintainer mail adress PR: 114268 Submitted by: Raaf <raaf@zen.mooo.com> (maintainer) Notes: svn path=/head/; revision=194906
* Commit of fixes that make this buildable once again after Rev. 1.82 ofColeman Kane2006-12-163-0/+221
src/sys/dev/usb/usb_port.h hacked off some deprecated compatibilty macros. A number of manually designed device printf statements were replaced with the appropriate calls to device_printf(9). In addition, did a find/replace of other removed macros with the previous definitions from that file. I don't have a camera so I don't know the operative status of this port under -CURRENT yet. PR: ports/106794 Notes: svn path=/head/; revision=179898