Page MenuHomeFreeBSD

net/remmina: Update to 1.2.0-rcgit.16
ClosedPublic

Authored by woodsb02 on Nov 3 2016, 4:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 7, 10:05 PM
Unknown Object (File)
Jan 31 2026, 2:24 AM
Unknown Object (File)
Nov 26 2025, 1:16 AM
Unknown Object (File)
Nov 21 2025, 8:27 AM
Unknown Object (File)
Nov 19 2025, 6:36 AM
Unknown Object (File)
Nov 19 2025, 5:55 AM
Unknown Object (File)
Nov 18 2025, 9:03 AM
Unknown Object (File)
Nov 18 2025, 4:55 AM
Subscribers
None

Details

Summary

net/remmina: Update to 1.2.0-rcgit.16

  • Remove net/remmina-plugin-i18n - translations were removed upstream
  • Take maintainership
  • Modernise port: use new options helpers and USES=pathfix
  • Add new dependencies detected by qa script
  • Add new option for enabling user survey (off by default)

Approved by: xxx (mentor)

Test Plan

poudriere testport: ok on 11amd64
portlint: looks ok

Note that on FreeBSD systems older than 10.3 RELEASE get the following build warning:
remmina/src/remmina_file.c:642: undefined reference to utimensat
cc: error: linker command failed with exit code 1 (use -v to see invocation)

This is because utimensat was only added to FreeBSD's libc in 10.3 RELEASE.
I am working on a patch to resolve this.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

woodsb02 retitled this revision from to net/remmina: Update to 1.2.0-rcgit.16.
woodsb02 updated this object.
woodsb02 edited the test plan for this revision. (Show Details)
woodsb02 added reviewers: adamw, mat, koobs.

Reason for review: I have never deleted a port before, and I would like to check this diff includes the necessary items for a port removal (plus it is not part of my implicit approval for "things I have done many times before").

adamw edited edge metadata.

Approved.

When ports get removed, it is possible that, depending upon which tools people use to manage their ports, that the old port may still be installed. If that doesn't cause any problems, then you're good to go. If you need to be sure that people have uninstalled the old port (such as another port now installs those files), you should also add a note into UPDATING when you commit this.

This revision is now accepted and ready to land.Nov 4 2016, 3:24 PM
This revision was automatically updated to reflect the committed changes.