aboutsummaryrefslogtreecommitdiff
path: root/net-im/coyim
Commit message (Collapse)AuthorAgeFilesLines
* net-im/coyim: Applies the correct fix for gotk3 from upstream.Santhosh Raju2021-04-071-13/+121
| | | | | | | | | | | | | | | | As of Golang 1.16, the cgo tool will no longer try to translate C struct bitfields into Go struct fields, even if their size can be represented in Go. The order in which C bitfields appear in memory is implementation dependent, so in some cases the cgo tool produced results that were silently incorrect. In this case "accel_flags" is the bitwise field in question. A new declaration for GtkAccelKey structure that does not explicitly access to 'accel_flags' has been addressed in the patch. https://github.com/gotk3/gotk3/pull/730 Patch will be removed when vendor library will be updated.
* net-im/coyim: Fixes the broken build.Santhosh Raju2021-04-072-1/+23
| | | | Remove the missing accel_flags for now from gotk3 vendor library.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-1/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* Drop nop INSTALLATION_DIRS pkgsrcismTobias Kortkamp2019-10-181-2/+0
| | | | Notes: svn path=/head/; revision=514717
* net-im/coyim: Updates the maintainer email.Santhosh Raju2019-09-211-1/+1
| | | | | | | Approved by: philip (mentor) Notes: svn path=/head/; revision=512494
* net-im/coyim: Makefile cleanupTobias Kortkamp2019-08-301-19/+12
| | | | | | | | | | | | | - Clean up by running portlint(1) and portfmt(1) - Remove some USES=shebangfix cruft - Make better use of USES=go while here - Use ${ECHO_CMD} not ${ECHO} per bsd.commands.mk PR: 239993 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Notes: svn path=/head/; revision=510300
* Convert all Go ports to USES=goTobias Kortkamp2019-06-291-2/+1
| | | | | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746 Notes: svn path=/head/; revision=505321
* net-im/coyim: Fix missing version number in About dialogSteve Wills2019-06-081-2/+8
| | | | | | | | PR: 238290 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Notes: svn path=/head/; revision=503688
* net-im/coyim: Fix GTK tag in MakefileSteve Wills2019-04-301-2/+4
| | | | | | | | | | While here, correct maintainer PR: 237663 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Notes: svn path=/head/; revision=500469
* Add net-im/coyim 0.3.11Philip Paeps2019-04-264-0/+83
Safe and secure by default chat client CoyIM is a chat client that is safe and secure by default: no settings to change, no plugins to install, no computer configuration to change. WWW: https://coy.im PR: 237542 Submitted by: Santhosh Raju <santhosh.raju@gmail.com> Notes: svn path=/head/; revision=500099