mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
Detailed changelists are available on the WWW sites. Port changes: - distribution files are now fetched from upstream servers instead of using local copies from my server - Python files are now always compiled (to .pyc and .pyo) and use Python 2.7 - devel/ros is now split in to devel/ros, devel/ros-documentation, devel/ros-rx, and devel-ros-comm to allow more lightweight installations - Connect latter 3 ports to the build
23 lines
566 B
YAML
23 lines
566 B
YAML
--- rosdep.yaml.orig 2010-11-26 16:39:16.000000000 +0100
|
|
+++ rosdep.yaml 2010-11-27 15:42:53.000000000 +0100
|
|
@@ -5,6 +5,7 @@
|
|
fedora: libusb-devel
|
|
rhel: libusb-devel
|
|
gentoo: dev-libs/libusb
|
|
+ freebsd: libusb # builtin on 8.0+
|
|
python-bluez:
|
|
ubuntu: python-bluez
|
|
debian: python-bluez
|
|
@@ -12,6 +13,7 @@
|
|
fedora: pybluez
|
|
rhel: python-bluez
|
|
gentoo: dev-python/pybluez
|
|
+ freebsd: #TODO
|
|
python-usb:
|
|
ubuntu: python-usb
|
|
debian: python-usb
|
|
@@ -19,3 +21,4 @@
|
|
fedora: pyusb
|
|
rhel: python-usb
|
|
gentoo: dev-python/pyusb
|
|
+ freebsd: py27-usb
|