Created attachment 157662 [details] Update patch Update to 0.22 * Add localization support (multilingual) see README.txt * Add option -t not to save, the following parameters when the application is closed not include https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200624
Created attachment 157663 [details] poudriere bulk -t log
Created attachment 157794 [details] Update patch Base port Bump PORTREVISION. lazarus was updated to 1.4.0 https://svnweb.freebsd.org/ports?view=revision&revision=389677 and incorporate changes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200624
Created attachment 157795 [details] poudriere bulk log poudriere bulk -t (fails) not this port error
Created attachment 157838 [details] poudriere bulk -t log # poudriere bulk -t Finished build of russian/emkatic: Success need BUILD_AS_NON_ROOT=yes in your poudriere.conf as a some other ports. Without it Failed: build_fs_violation (extra: root/.cache)
Created attachment 157902 [details] Update patch Update 0.20 to 0.23 * Add localization support (multilingual) see README.txt * Add option -t not to save, the following parameters when the application is closed * Change skins format BMP to PNG
Created attachment 157903 [details] poudriere bulk -t log poudriere.conf set BUILD_AS_NON_ROOT=yes without it Failed: build_fs_violation see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200997
Created attachment 158548 [details] Update patch Fixed env variable see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200997 Update ready for commit
Created attachment 158549 [details] poudriere bulk -t log
Created attachment 159731 [details] Update patch update patch after update upstream to 0.20_3
Created attachment 159732 [details] poudriere bulk -t log
A commit references this bug: Author: amdmi3 Date: Fri Aug 14 18:35:13 UTC 2015 New revision: 394247 URL: https://svnweb.freebsd.org/changeset/ports/394247 Log: - Fix build by adding missing depend PR: 200808 Submitted by: andrey@bsdnir.info Approved by: portmgr blanket Changes: head/editors/lazarus/Makefile
Created attachment 160001 [details] Update patch New version 0.24
Created attachment 160002 [details] poudriere bulk -t log
Created attachment 160117 [details] Update patch update patch after update upstream to 0.20_4
Created attachment 160311 [details] Update patch Update patch New version 0.25
Created attachment 160312 [details] poudriere bulk -t log
A commit references this bug: Author: danfe Date: Wed Aug 26 10:42:31 UTC 2015 New revision: 395360 URL: https://svnweb.freebsd.org/changeset/ports/395360 Log: - Update to version 0.25, which now features localization support - Use OPTIONS helpers more widely (this also allows to GC WANT_GNOME) - Add `pkg-message' on how to enable PC speaker sound output support - Convert .include <bsd.port.pre.mk>/<bsd.port.post.mk> into <bsd.port.options.mk>/<bsd.port.mk> and wrap one overly long line while here PR: 200808 (modified) Changes: head/russian/emkatic/Makefile head/russian/emkatic/distinfo head/russian/emkatic/pkg-descr head/russian/emkatic/pkg-message
Port was updated of as ports r395360, thank you. I've ultimately decided that introducing (even optional) RUN_DEPENDS on `audio/beep' port is an overkill. Not that it just entangles two ports for not really important reason, also depending on the port alone is not enough: we'd also have to ensure that speaker(4) module is loaded and permissions are configured correctly so it is accessible as a regular user. That said, mentioning `audio/beep' in pkg-message looks like a better alternative for the moment.