aboutsummaryrefslogtreecommitdiff
path: root/comms/usbmuxd
Commit message (Collapse)AuthorAgeFilesLines
* - Update libplist to 1.12.Alberto Villa2015-06-113-11/+8
| | | | | | | | | | | | | - Update libusbmuxd to 1.0.10. - Update libimobiledevice to 1.2.0. - Update usbmuxd to 1.1.0. This marks an important milestone with proper iOS 8 support that is packed with new features, tools, speed improvements, code refactoring, crash fixes, memory leak fixes and much more. Notes: svn path=/head/; revision=389224
* - Add CPE infoDmitry Marakasov2015-05-111-1/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386113
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* comms/usbmuxd: unbreak build on 10.2R and 11.0CJan Beich2015-05-051-0/+25
| | | | | | | | | | | | | Try to autodetect ppoll(2) instead of hardcoding the list of platforms lacking it thus using fallback. GitHub: libimobiledevice/usbmuxd#36 PR: 199545 Reported by: pkg-fallout Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=385468
* - Remove :build from USES=libtool because this port does not needTijl Coosemans2014-10-011-3/+3
| | | | | | | | /usr/local/bin/libtool - Don't replace -lpthread with -pthread because they are the same Notes: svn path=/head/; revision=369717
* - Update libplist to 1.11.Alberto Villa2014-09-285-99/+24
| | | | | | | | | | | | | | - Split libusbmuxd.so into comms/libusbmuxd and update to 1.0.9. - Update libimobiledevice to 1.1.6. - Update usbmuxd to Git snapshot (~1.0.9). - Document usbmuxd upgrade process. This marks an important refactoring effort for proper iOS 7 support. It's packed with new features, tools, speed improvements, code refactoring, crash fixes, memory leak fixes and much more. Notes: svn path=/head/; revision=369503
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* - Stage supportMartin Wilke2014-02-281-7/+4
| | | | Notes: svn path=/head/; revision=346538
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | LIB_DEPENDS in comms Notes: svn path=/head/; revision=336176
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 1.0.8.Alberto Villa2013-05-074-20/+17
| | | | Notes: svn path=/head/; revision=317563
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Port to optionsNG.Alberto Villa2013-01-051-9/+7
| | | | | | | | | | | - Trim headers. - Cleanup COMMENT and LICENSE. PR: 173807 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1], bapt via email Notes: svn path=/head/; revision=309947
* - Fix build when devel/libinotify is installed [1], and add optionalAlberto Villa2012-04-183-8/+74
| | | | | | | | | | | | dependency on it (defaulting to off). - Use bsd.port.options.mk. - Use IGNORE instead of BROKEN. - Bump PORTREVISION. PR: 166790 [1] Notes: svn path=/head/; revision=295074
* - Move Python scripts to DATADIR to avoid spamming Python directoriesAlberto Villa2012-02-042-10/+11
| | | | | | | | | | | without depending on Python. [1] - Remove hardcoded Python binary path from Python scripts. - Bump PORTREVISION. Requested by: pav [1] Notes: svn path=/head/; revision=290399
* - Install Python scripts.Alberto Villa2011-09-082-1/+11
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=281450
* - Update to 1.0.7.Alberto Villa2011-03-223-5/+5
| | | | Notes: svn path=/head/; revision=271476
* - Rework the checks to allow running in crossbuilding environment.Alberto Villa2011-03-071-10/+1
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=270394
* - Replace ECHO with ECHO_CMD.Alberto Villa2011-03-021-1/+1
| | | | Notes: svn path=/head/; revision=270100
* - Mark BROKEN when base libusb is older than 1.0.4.Alberto Villa2011-03-021-2/+11
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=270099
* 'usbmuxd' stands for "USB multiplexing daemon". This daemon is inAlberto Villa2011-02-284-0/+59
charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. WWW: http://marcansoft.com/blog/iphonelinux/usbmuxd Notes: svn path=/head/; revision=269953