summaryrefslogtreecommitdiff
path: root/deskutils/owncloudclient/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* deskutils/owncloudclient: Update to 2.8.2Daniel Morante2021-08-013-19/+9
| | | | PR: 252813
* desktuils/owncloudclient: prepare for Qt5-5.15Tobias C. Berner2020-05-301-0/+10
|
* Update deskutils/owncloudclient to latest upstream releaseAdriaan de Groot2019-12-303-41/+0
| | | | | | | | | | | | | | | | | | | Maintainer email is bouncing (although it was ok in august or so). OwnCloud staff approached me at Linux App Summit asking for the port to be updated, which is why I'm chasing it now after maintainer timeout. The changelog is at https://owncloud.org/changelog/desktop-client/ There are over 18 months of updates, so I'm not going to summarize them. One thing that **did** change is the documentation: the manpage is supposed to be built with sphinx, but the rst files needed for that are missing from the tarball. I've reported that upstream. PR: 242479 Approved by: maintainer-timeout (24 days)
* - Update deskutils/owncloudclient to 2.4.0Guido Falsi2018-02-048-44/+38
| | | | | | | | - Regenerate patches PR: 225583 Submitted by: me Approved by: yonas@fizk.net (maintainer)
* update owncloudclient to 2.3.0.Guido Falsi2017-03-192-22/+4
| | | | | | PR: 217805 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Yonas Yanfa <yonas@fizk.net> (maintainer)
* Update to 2.2.0Guido Falsi2016-05-254-15/+15
| | | | | | PR: 209679 Submitted by: me Approved by: Yonas Yanfa <yonas at fizk.net> (maintainer)
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans2015-10-101-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine)
* deskutils/owncloudclient: update 1.8.4 -> 2.0.1Jason Unovitch2015-09-211-5/+5
| | | | | | | | - Pass maintainer from ports@ to PR submitter - Regenerate a patch for 2.0.1 PR: 203167 Submitted by: Yonas Yanfa <yonas@fizk.net>
* - Move deskutils/mirall to deskutils/owncloudclient due to upstream renameGuido Falsi2015-04-047-0/+103
- Update to 1.8.0