aboutsummaryrefslogtreecommitdiff
path: root/net/remmina
Commit message (Collapse)AuthorAgeFilesLines
* *: apply refactor.remove-consecutive-empty-linesTobias Kortkamp2021-10-191-2/+0
| | | | Submitted by: portedit
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* net/remmina: update to 1.4.17Fernando Apesteguía2021-06-023-33/+33
| | | | | | | | | | | ChangeLog: https://gitlab.com/Remmina/Remmina/-/blob/master/CHANGELOG.md While here, adopt port. * Remove empty REINPLACE_CMD * Add missing LIBDEPENDS * Remove USE_LDCONFIG (does not install shared libraries) * Pet linters
* */*: Fix ENOTIME: return my ports to the poolBen Woods2021-05-221-1/+1
| | | | | Reset maintainership of my ports to ports@FreeBSD.org so others can step in to help where I haven't been able to find the time.
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-091-3/+3
| | | | | | | | | | | | This regeneration is required as the new gitlab version changed the address and the directory the source files can be downloaded. This commit also applies some small fixes to make sure all ports using gitlab are buildable. Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D29628
* net/remmina: fix build ahead of CMake 3.20Adriaan de Groot2021-04-061-2/+2
| | | | | | | | | The --build command-line argument is ignored when not applicable in versions of CMake up to 3.20. It should never be necessary in FreeBSD ports **anyway** since we generate a build system (ninja or make) and use that, rather than building directly out of CMake. Bumping PORTREVISION even though there shouldn't be a difference.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/remmina: Update to 1.4.11Ben Woods2021-02-043-5/+41
| | | | | | | | Changes this release: https://gitlab.com/Remmina/Remmina/-/blob/v1.4.11/CHANGELOG.md Notes: svn path=/head/; revision=563971
* net/remmina: Update to 1.4.10Ben Woods2021-01-201-2/+1
| | | | Notes: svn path=/head/; revision=562133
* net/remmina: Create default and lite flavorsBen Woods2020-11-245-33/+138
| | | | | | | net/remmina-plugin*: Remove individual plugin ports in favor of flavors Notes: svn path=/head/; revision=556143
* net/remmina and net/remmina-plugin*: Update to 1.4.8Ben Woods2020-11-174-35/+13
| | | | | | | | Changes this release: https://gitlab.com/Remmina/Remmina/-/blob/v1.4.8/CHANGELOG.md Notes: svn path=/head/; revision=555539
* net/remmina: Fix build with -fno-commonNiclas Zeising2020-08-251-0/+23
| | | | | | | | | | Add a patch from upstream to fix the build of net/remmina with -fno-common, which is the default with llvm 11. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) Notes: svn path=/head/; revision=546180
* net/remmina: Fix build with NLS option disabledBen Woods2020-01-051-59/+59
| | | | | | | | | PR: 242991 Submitted by: Trond.Endrestol@ximalas.info MFH: 2020Q1 Notes: svn path=/head/; revision=522081
* net/remmina and net/remmina-plugin*: Upgrade to 1.3.9Ben Woods2019-12-304-8/+31
| | | | | | | | | | | | Also fix net/remmina-plugin-st: - Remove duplicate icon installed by net/remmina-plugin-exec - Include as default dependency of net/remmina-plugins Changes this release: https://gitlab.com/Remmina/Remmina/blob/v1.3.9/CHANGELOG.md Notes: svn path=/head/; revision=521486
* Add USES=xorg USES=gl, ports categories nNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'n'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516920
* net/remmina: fix build on GCC architecturesPiotr Kubaj2019-08-201-1/+1
| | | | | | | | | | After last update C11 compatibility is necessary: /wrkdirs/usr/ports/net/remmina/work/Remmina-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c-e1a0ffd30a0d8e35ed86ec81ecb4719bb870d62c/src/rcw.c:166: error: redefinition of typedef 'RemminaConnectionObject' Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=509470
* net/remmina: Upgrade to 1.3.5Ben Woods2019-08-184-68/+107
| | | | | | | | | | | | | | | | | | Adding support for ST("simple" terminal), www, and spice. Enabling nx by default. Telepathy plugin is disabled upstream and is removed as a port to match. Changes this release: https://gitlab.com/Remmina/Remmina/blob/v1.3.5/CHANGELOG.md PR: 238221 Submitted by: Nick Wolff <darkfiberiru@gmail.com> Reported by: cem Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D21166 Notes: svn path=/head/; revision=509197
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-2/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* net/remmina: Fix build with security/libssh 0.8 branchBen Woods2018-10-271-1/+2
| | | | | | | | | | | | | | | | | | libssh 0.8.x no longer installs libssh_threads.so [1], [2], [3]. The upstream remmina code has been updated to accomodate this [4]. Therefore the remmina port Makefiles simply need to be updated to depend on libssh.so instead of libssh_threads.so. [1] https://git.libssh.org/projects/libssh.git/commit/?id=83b43443e51b5db06184750fb874e1e8d7ece95a [2] https://git.libssh.org/projects/libssh.git/commit/?id=8425dce7b27d9e6868735b7ca6dc4e50094af9fa [3] https://git.libssh.org/projects/libssh.git/commit/?id=d0f3cdfa10436d2108e0b75aad53ce976db3e546 [4] https://github.com/FreeRDP/Remmina/commit/8d654eca784d5e1b2c6e853b7beb7ad3d8322290#diff-b467acb9761e344e80ab07b9e7325b66 PR: 232376 Reported by: Graham Perrin <grahamperrin@gmail.com> Notes: svn path=/head/; revision=483100
* net/remmina: Update to 1.2.31.4Ben Woods2018-08-273-41/+241
| | | | | | | | Changes this release: https://gitlab.com/Remmina/Remmina/blob/v1.2.31.4/CHANGELOG.md Notes: svn path=/head/; revision=478203
* - Update to 0.50.3Danilo Egea Gondolfo2018-06-221-0/+1
| | | | | | | | | PR: 227981 Submitted by: danilo Approved by: maintainer timeout (gnome, 1 month) Notes: svn path=/head/; revision=473049
* net/remmina: Update to v1.2.0-rcgit.27 (Valentine Edition 2018)Ben Woods2018-03-042-6/+10
| | | | | | | | | | | | | | - Upstream renamed net/remmina-plugin-gnome to net/remmina-plugin-secret - Add new plugin net/remmina-plugin-exec to execute commands - Remove unnecessarily complicated pkg-plist logic for plugins Changes this release: https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.27 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.26 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.25 Notes: svn path=/head/; revision=463551
* net/remmina: Update to v1.2.0-rcgit.24Ben Woods2017-11-293-8/+11
| | | | | | | | | | | | Changes this release: https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.24 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.23 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.22 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.21 https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.20 Notes: svn path=/head/; revision=455115
* Fix plistRaphael Kubo da Costa2017-10-082-0/+2
| | | | Notes: svn path=/head/; revision=451575
* net/remmina: Update to v1.2.0-rcgit.19 (Warp Edition)Ben Woods2017-08-052-4/+4
| | | | | | | | Changes this release: https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.19 Notes: svn path=/head/; revision=447394
* net/remmina: Update to v1.2.0-rcgit.18 (Valentine Edition)Ben Woods2017-06-012-4/+4
| | | | | | | | Changes this release: https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.18 Notes: svn path=/head/; revision=442289
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-092-45/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=430947
* net/remmina and net/remmina-plugins: Update to 1.2.0-rcgit.17Ben Woods2016-12-303-11/+5
| | | | | | | | | | | | - Remove SURVEY option, as it was removed upstream - Remove net/remmina-plugin-rdp patch to work with recent versions of FreeRDP, as it is incorporated in this release of Remmina Changes this release: https://github.com/FreeRDP/Remmina/releases/tag/v1.2.0-rcgit.17 Notes: svn path=/head/; revision=430004
* remmina* build fine with bsd makeAntoine Brodin2016-12-101-1/+1
| | | | Notes: svn path=/head/; revision=428321
* Update devel/cmake* to 3.7.1 [1]Tobias C. Berner2016-12-092-1/+2
| | | | | | | | | | | | | | | | | | Due to an upstream commit [2] we need now to pass CMAKE_INSTALL_MANDIR:PATH="share/man" in the devel/llvm-* ports, and fix the plist of net/remmina. Further add an upstream patch to math/plplot to fix the build with 3.7.1. [1] https://cmake.org/cmake/help/v3.7/release/3.7.html [2] https://github.com/kitware/cmake/commit/956054 PR: 214975 Approved by: rakuco (mentor) Exp-run by: antoine Notes: svn path=/head/; revision=428179
* net/remmina: Set cmake scripts to treat DragonFly like FreeBSDJohn Marino2016-12-081-3/+7
| | | | | | | | Discussed with woodsb02 - no-op for FreeBSD While here, wrap to 80 columns Notes: svn path=/head/; revision=428096
* net/remmina: Add USES=gettext localbase:ldflagsBen Woods2016-11-231-5/+2
| | | | | | | | | | | | | | | | | - bin/remmina links to lib/libintl.so.8 regardless of NLS option Note: that NLS option still prevents translations from being installed - cmake needs to search for gettext within localbase net/remmina-plugin-*: Add USES=localbase:ldflags - The plugins need to search localbase/include for headers, and some also link with libraries in localbase Reported by: marino Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=426940
* net/remmina: NLS_USES+= localbase to restore build on DFJohn Marino2016-11-151-1/+1
| | | | | | | | | | | | The LDFLAGS were removed with the latest update, but they are still needed to link intl library in some cases. Examples include missing references to 'libintl_gettext' and 'libintl_bindtextdomain' when the localbase isn't in compiler's default library search path. Approved by: DF blanket Notes: svn path=/head/; revision=426144
* net/remmina: Update to 1.2.0-rcgit.16Ben Woods2016-11-087-28730/+146
| | | | | | | | | | | | | | | | | - Add extra patch for FreeBSD<10.3-RELEASE as utimensat isn't available - Take maintainership - Modernise port: use new options helpers and USES=pathfix - Correct LICENSE and add LICENSE_FILE - Add new dependencies detected by qa script - Add new option for enabling user survey (off by default) - Also update net/remmina-plugins and net/remmina-plugin-* - Remove net/remmina-plugin-i18n - translations were removed upstream Approved by: adamw (mentor) Differential Revision: D8436 Notes: svn path=/head/; revision=425739
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Synchronize distinfo with the one from remmina-pluginsAntoine Brodin2015-12-301-2/+2
| | | | Notes: svn path=/head/; revision=404813
* Update WWW in pkg-descr in the Remmina ports.Raphael Kubo da Costa2015-12-281-1/+1
| | | | Notes: svn path=/head/; revision=404652
* - Fix build with disabled NLSDmitry Marakasov2015-06-071-0/+2
| | | | Notes: svn path=/head/; revision=388715
* UnbreakAntoine Brodin2015-05-072-2/+3
| | | | Notes: svn path=/head/; revision=385653
* Update ports in the n* categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-6/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385640
* net/remmina: remove FreeBSD 7 supportJohn Marino2015-03-261-3/+1
| | | | Notes: svn path=/head/; revision=382326
* net category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-4/+5
| | | | | | | | | | | openafs did not pass check-plist (pre-existing) so fixed and bumped. Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks but they weren't fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382278
* Reset maintainership to let a change for a new maintainer to catch up on thisBaptiste Daroussin2015-03-071-1/+1
| | | | | | | | | port Discussed with: fluffy Notes: svn path=/head/; revision=380658
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+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
* Stop installing an empty headers directory.Raphael Kubo da Costa2014-12-313-4/+3
| | | | | | | | | | | | | | A fix has been submitted to https://github.com/FreeRDP/Remmina/pull/428. While a proper decision is not made there, just patch the code to stop calling INSTALL(DIRECTORY ...) with a path that does not exist. Until CMake 3.1.0, this would end up creating an empty directory (hence the @dir entry in the plist). The behavior has changed in 3.1.0, and we were getting build errors because we were referring to a directory that did not exist in the plist. Notes: svn path=/head/; revision=375903
* Cleanup plistAntoine Brodin2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373063
* - Remove desktop-file-utils (only needed if .desktop files containTijl Coosemans2014-09-192-16/+4
| | | | | | | | | mime-type info) - Remove UNIQUE option (no reference to it in the code) - Remove post-install that displays pkg-message Notes: svn path=/head/; revision=368562
* 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