summaryrefslogtreecommitdiff
path: root/multimedia/pwcbsd/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-4/+6
|
* - Fix build with clang 3.6Dmitry Marakasov2015-02-161-2/+20
| | | | Approved by: portmgr blanket
* - 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
* - Fix build with clang [1]Lars Engels2013-09-051-0/+11
| | | | | | - Use to new LIB_DEPENDS format Reported by: pkg-fallout
* - Fix build with WITH_MMAPLars Engels2010-10-011-40/+39
| | | | - Bump PORTREVISION
* Now, Fix the build on <= 8.Robert Noland2010-05-171-2/+2
|
* Fix build on -CURRENTRobert Noland2010-05-172-33/+38
| | | | Approved by: lme (maintainer)
* - 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>
* - Fix build on 8.xLars Engels2009-09-093-36/+49
| | | | | | - Bump PORTREVISION Patch by: gj@
* - Fix build on 7.xLars Engels2009-05-285-0/+0
| | | | | - Mark BROKEN for older 8-CURRENT - Bump PORTREVISION
* - Add patches to fix build with USB2Lars Engels2009-05-275-0/+800
| | | | | | - Bump PORTREVISION Patches Submitted by: hps
* - Update to 1.4.0Martin Wilke2007-07-043-221/+0
| | | | | | | - Update maintainer mail adress PR: 114268 Submitted by: Raaf <raaf@zen.mooo.com> (maintainer)
* 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