--Add PID filter and subchannel support to capture app --Add support for DViCO Fusion 7 Dual --Numerous small fixes Fix: Patch attached with submission follows:
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
* Jason Harmening (jason.harmening@gmail.com) wrote: Also requires this small patch to properly respect PREFIX. Is it ok? --- patch-iicdev-Makefile begins here --- --- iicdev/Makefile.orig 2008-09-30 23:45:21.000000000 +0400 +++ iicdev/Makefile 2009-09-17 18:51:51.000000000 +0400 @@ -1,7 +1,7 @@ SRCS=device_if.h bus_if.h iicdev.h iicdev.c iicdev_ioctl.h KMOD=iicdev -IOCTL_HEADER_DIR ?= /usr/local/include +IOCTL_HEADER_DIR ?= ${PREFIX}/include .if defined(DIAGNOSTIC) CFLAGS+= -D_DIAGNOSTIC --- patch-iicdev-Makefile ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
amdmi3 2009-09-17 16:06:12 UTC FreeBSD ports repository Modified files: multimedia/cx88 Makefile distinfo pkg-plist Added files: multimedia/cx88/files patch-iicdev-Makefile Log: - Update to 1.2.1 PR: 138767 Submitted by: Jason Harmening <jason.harmening@gmail.com> (maintainer) Feature safe: yes Revision Changes Path 1.6 +4 -3 ports/multimedia/cx88/Makefile 1.5 +3 -3 ports/multimedia/cx88/distinfo 1.1 +11 -0 ports/multimedia/cx88/files/patch-iicdev-Makefile (new) 1.5 +0 -3 ports/multimedia/cx88/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!