aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libmtp
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop illusion of maintenanceJan Beich2021-01-311-1/+1
| | | | | | | | | Gift important ports (reset if undesired): - multimedia/libmtp -> desktop@ - x11-drivers/xf86-input-wacom -> x11@ Notes: svn path=/head/; revision=563446
* multimedia/libmtp: update to 1.1.18Jan Beich2020-10-112-4/+4
| | | | | | | | | | Changes: https://github.com/libmtp/libmtp/releases/tag/libmtp-1-1-18 ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/ Reported by: GitHub (watch releases) MFH: 2020Q4 (bug fixes) Notes: svn path=/head/; revision=552056
* multimedia/libmtp: update to 1.1.17Jan Beich2020-02-022-4/+4
| | | | | | | | | Changes: https://github.com/libmtp/libmtp/releases/tag/libmtp-1-1-17 ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=524986
* multimedia/libmtp: update to 1.1.16Jan Beich2018-10-282-4/+4
| | | | | | | | | | Changes: https://sourceforge.net/p/libmtp/mailman/message/36452265/ ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/ Reported by: portscout MFH: 2018Q4 (new device IDs, bug fixes) Notes: svn path=/head/; revision=483237
* multimedia/libmtp: update to 1.1.15Jan Beich2018-03-273-5/+5
| | | | | | | | | Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.15/README/view ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/ MFH: 2018Q1 (for better device support) Notes: svn path=/head/; revision=465654
* multimedia/libmtp: update to 1.1.14Jan Beich2017-10-082-4/+4
| | | | | | | | | Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.14/README/view ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/ MFH: 2017Q4 Notes: svn path=/head/; revision=451557
* multimedia/libmtp: update to 1.1.13Jan Beich2017-04-152-4/+4
| | | | | | | | | Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.13/README/view ABI: https://abi-laboratory.pro/tracker/timeline/libmtp/ MFH: 2017Q2 Notes: svn path=/head/; revision=438581
* Drop pre-10.3 support in my portsJan Beich2017-01-031-12/+0
| | | | | | | | Figuring out which GCC hacks are safe to drop is tricky but at least devel/fb-adb is limited to x86 due to ADA bootstrap. Notes: svn path=/head/; revision=430462
* multimedia/libmtp: improve Makefile readabilityJan Beich2016-09-291-8/+8
| | | | Notes: svn path=/head/; revision=422898
* multimedia/libmtp: update to 1.1.12Jan Beich2016-08-142-3/+4
| | | | | | | | | Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.12/README/view ABI: https://people.freebsd.org/~jbeich/compat_reports/libmtp/1.1.11_to_1.1.12/compat_report.html MFH: 2016Q3 Notes: svn path=/head/; revision=420174
* Drop default directory from _DEPENDS in my portsJan Beich2016-03-161-1/+1
| | | | | | | https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html Notes: svn path=/head/; revision=411229
* multimedia/libmtp: update to 1.1.11Jan Beich2016-02-222-3/+3
| | | | | | | Changes: https://sourceforge.net/projects/libmtp/files/libmtp/1.1.11/README/view Notes: svn path=/head/; revision=409346
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* multimedia/libmtp: update to 1.1.10Jan Beich2015-10-062-4/+3
| | | | | | | Changes: http://sourceforge.net/projects/libmtp/files/libmtp/1.1.10/README/view Notes: svn path=/head/; revision=398706
* Convert my ports to USES=localbaseJan Beich2015-09-261-4/+1
| | | | Notes: svn path=/head/; revision=398012
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Update to 1.1.9Jan Beich2015-04-274-12/+19
| | | | | | | | | | - Avoid regressing sysutils/fusefs-simple-mtpfs with workaround - Drop no longer necessary == fix since base r219084 (8.3R earliest) Changes: http://sourceforge.net/projects/libmtp/files/libmtp/1.1.9/README/view Notes: svn path=/head/; revision=384817
* - Switch to LDFLAGSJan Beich2015-02-241-4/+4
| | | | | | | | - Don't overwrite default backup file - Take maintainership Notes: svn path=/head/; revision=379800
* Register CONFLICTS between libmtp and libosmo-sccpJan Beich2015-02-241-0/+2
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1947 PR: 197948 Reviewed by: marino, pi Approved by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=379764
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* - Update to 1.1.8Guido Falsi2014-08-313-9/+14
| | | | | | | | | | | | | - Fix libmtp.pc on 10.0+ where libusb-1.0.pc is actually available - Move libusb-1.0 dependency to Requires.private to avoid overlinking - Disable doxygen during build instead of patching Makefile.in - Add a comment about license containing "or any later version" clause PR: 193093 Submitte by: Jan Beich <jbeich at vfemail.net> Notes: svn path=/head/; revision=366786
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* audio/rhythmbox: drop :keeplaTijl Coosemans2014-07-182-4/+5
| | | | | | | | | | | | | | | | | | | | | | multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libaacs: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist multimedia/libbluray: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist - Use OPTIONS_SUB - Replace patch with post-patch command Bump dependent ports Notes: svn path=/head/; revision=362200
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Fix category the first one should the directory the ports is living inBaptiste Daroussin2014-03-091-1/+1
| | | | Notes: svn path=/head/; revision=347691
* Move libmtp from audio to multimedia.Gerald Pfeifer2014-03-094-0/+76
PR: 175266 Requested by: yuri@tsoft.com Notes: svn path=/head/; revision=347678