-
Looks like we're in the clear -- I used http://rpm.pbone.net/ 's by-name search first on 'translate' as a baseline comparison and got the expected 15 pages of results. Searching on variations of 'bktrans' and 'btranslate' come back clean, zero hits.
It's not the most scientific method but it's the best way I know how right now and feels logically sound if their search code is operating...
2007-10-12 20:07:21 UTC in Barry
-
The barry-util packages contains /usr/bin/translate which conflicts with a file of the same path/name contained in the 'libtranslate' core package shipped with Fedora 7.
Output:
# rpm -ihv libbarry-0.9-1.fc7.i386.rpm barry-util-0.9-1.fc7.i386.rpm
Preparing... ########################################### [100%]
file /usr/bin/translate from install of barry-util-0.9-1...
2007-10-12 18:44:02 UTC in Barry
-
The current bcharge will see 0x0006 when first plugged in and reset it to 0x0004, but subsequent runs of bcharge won't see the new 0x0004 and report it's status.
This patch adds two lines to bcharge.cc, a define for 0x0004 and an OR case in the main loop to allow it to find 0x0004 devices and report their status.
Patch against CVS 2007-03-11 10:50 PST.
2007-03-11 17:54:53 UTC in Barry
-
The attached patch dumbs down the detection of --with gui and --with opensync so that the spec will work with rpm-4.3 and lower (RHEL4 systems) as well as newer systems.
2007-03-09 00:53:32 UTC in Barry
-
The attached spec, 'barry.spec', can be used to build a complete set of installable binaries ("rpm files") for the Barry project.
NOTE: at this time (barry-0.6), patch #1673711 is required by this SPEC. See step #3 below.
1) ensure you have the appropriate read/write permissions in /usr/src/redhat/*; adjust as necessary.
2) place barry.spec in /usr/src/redhat/SPECS/
3) download and...
2007-03-05 01:00:50 UTC in Barry
-
This patch 'barry-0.6-udev.patch' is intended to apply cleanly against the barry-0.6 download to fix up udev rules and console permissions. Suitable for people packaging or persons not wanting to get the code from CVS.
2007-03-05 00:19:24 UTC in Barry
-
New udev rules patch mentioned previously has been uploaded: #1673708.
2007-03-05 00:08:16 UTC in Barry
-
The attached patch 'bbrules_mass_symlinks.patch' is designed to apply against CVS 2007-03-04 16:00 PST. It enhances the udev rules for newer devices that have USB Mass Storage support.
When the device is plugged in, it appears as 0x0006. The udev subsystem will catch it and run bcharge. bcharge resets the device to 0x0004. udev catches 0x0004 and sets up the symlinks /dev/bb-*.
The console...
2007-03-05 00:06:57 UTC in Barry
-
This file '10-blackberry.perms' goes into:
/etc/security/console.perms.d/
It will dynamically give ownership of the /dev/bb-* (well, the target of those symlinks) to the logged in console or xconsole user. The idea was taken from this page:
http://gentoo-wiki.com/HOWTO_Griffin_PowerMate_with_UDEV_and_Kernel_2.6.x
Search for 'New alternative'.
This script works in conjunction with...
2007-03-05 00:02:36 UTC in Barry
-
If you have boost/boost-devel installed system wide and run ./configure in the usual manner:
./configure --with-boost
...it incorrectly configures the Makefile with:
BOOST_INC_PATH = yes/include
BOOST_LIB_PATH = yes/lib
...which causes the final link to fail for the obvious reason. If you instead pass it the prefix:
./configure --with-boost=/usr
...it links and builds...
2007-03-04 21:18:35 UTC in Barry