Commit graph

15 commits

Author SHA1 Message Date
Alexey Dokuchaev
21335badbf None of the binaries installed by comms/libimobiledevice are actually linked
to gnutls/gcrypt/tasn1, while they are explicitly listed in the LIB_DEPENDS,
remove them.  Judging from configure script, GnuTLS is used only when OpenSSL
is explicitly disabled with --disable-openssl; Gentoo ebuild agrees.  OpenSSL
is preferred, and is our standard SSL provider.  If GnuTLS is required for
some special feature of libimobiledevice, it can be introduced as an OPTION.
While here: stagify the port, use modern LIB_DEPENDS syntax.

Approved by:	maintainer (avilla; timeout since May 16th)
2013-10-31 03:59:57 +00:00
Alberto Villa
1505b0ea37 - Backport patch to fix build of py-libimobiledevice.
Reported by:	pkg-fallout

- Adapt to LIB_DEPENDS change.
- Enable stage support.
2013-10-14 01:43:16 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Alberto Villa
66e1dc43a5 - Update libimobiledevice to 1.1.5.
- Add a port with its Python bindings.

The update brings important improvements:
* backup/restore support on iOS 4+;
* OpenSSL support;
* compatibility with iOS 6+.
2013-05-07 00:35:40 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Roman Bogorodskiy
ab635f152e - Add UPDATING entry for libtasn1 update
- Bump PORTREVISIONs for dependant ports
2013-02-06 17:30:08 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Alberto Villa
9d1ef4ab99 - Update to 1.0.7. 2012-04-20 19:41:31 +00:00
Alberto Villa
addfa49773 - Fix build with Clang. 2012-01-13 10:48:07 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Steve Wills
e0755b977d - Chase the libgcrypt shared lib version 2011-07-03 11:40:49 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Alberto Villa
f773926996 - Update to 1.0.6. 2011-04-06 06:03:36 +00:00
Alberto Villa
6dd92cbbfc libimobiledevice is a software library that talks the protocols to
support iPhone, iPod Touch and iPad devices on Linux. Unlike other
projects, it does not depend on using any existing proprietary
libraries and does not require jailbreaking. It allows other software
to easily access the device's filesystem, retrieve information about
the device and its internals, backup/restore the device, manage
SpringBoard icons, manage installed applications, retrieve
addressbook/calendars/notes and bookmarks and synchronize music and
video to the device.

WWW: http://www.libimobiledevice.org
2011-02-28 05:13:23 +00:00