aboutsummaryrefslogtreecommitdiff
path: root/x11/virtboard
Commit message (Collapse)AuthorAgeFilesLines
* Convert GitLab diffs back to patchesJan Beich2021-05-122-6/+6
| | | | | | | GitLab has fixed unstable footer, so restore header/footer. https://gitlab.com/gitlab-org/gitaly/-/commit/8a1daafa720b This reverts commit c031fd115a267199aa9cd9ee7d4a790ac6d27c03.
* x11/virtboard: document patch originJan Beich2021-05-121-2/+2
|
* 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
* 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 for devel/evdev-protoNiclas Zeising2020-09-281-0/+1
| | | | | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442. Notes: svn path=/head/; revision=550443
* Chase GitLab redirect in PATCH_SITESJan Beich2020-05-241-1/+1
| | | | | | | https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths Notes: svn path=/head/; revision=536383
* Convert GitLab patches to simple diffsJan Beich2020-05-112-6/+6
| | | | | | | | | | | | | GitLab unlike GitHub keeps the footer from git-format-patch(1) which frequently changes on Git version upgrades. So, switch to git-diff(1) which lacks header/footer. Approved by: x11 (zeising via Gitter) MFH: 2020Q2 (avoid bustage over time due to upstream infra upgrades) Differential Revision: https://reviews.freebsd.org/D24810 Notes: svn path=/head/; revision=534935
* x11/virtboard: update to 0.0.6Jan Beich2019-11-302-5/+5
| | | | | | | Changes: https://source.puri.sm/Librem5/virtboard/compare/v0.0.5...v0.0.6 Notes: svn path=/head/; revision=518721
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=517000
* x11/virtboard: regen patches (gitlab bug)Jan Beich2019-09-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | --- 42e698964e42.patch.orig +++ 42e698964e42.patch @@ -24,5 +24,5 @@ index e0998b3b..1c78ef69 100644 { vfprintf(stderr, format, args); -- -2.21.0 +2.22.0 --- 86e6915d4920.patch.orig +++ 86e6915d4920.patch @@ -41,5 +41,5 @@ index 92e98377..376f6abb 100644 ) -- -2.21.0 +2.22.0 Notes: svn path=/head/; revision=513178
* x11/virtboard: regen patches (gitlab bug)Jan Beich2019-09-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | => SHA256 Checksum OK for Librem5-virtboard-576fffc61bcfa8e24f9dcf10d8bf3b32240cc36d_GL0.tar.gz. => SHA256 Checksum mismatch for 42e698964e42.patch. => SHA256 Checksum mismatch for 86e6915d4920.patch. --- 42e698964e42.patch.orig +++ 42e698964e42.patch @@ -24,5 +24,5 @@ index e0998b3b..1c78ef69 100644 { vfprintf(stderr, format, args); -- -2.18.1 +2.21.0 --- 86e6915d4920.patch.orig +++ 86e6915d4920.patch @@ -41,5 +41,5 @@ index 92e98377..376f6abb 100644 ) -- -2.18.1 +2.21.0 Reported by: pkg-fallout Notes: svn path=/head/; revision=511557
* x11/virtboard: add new portJan Beich2019-08-123-0/+48
Virtboard is an on screen keyboard based on wayland-keyboard, and serving as a test bed for new input method protocols. https://source.puri.sm/Librem5/virtboard Notes: svn path=/head/; revision=508763