tricky bsd.port.mk diff: differentiate BUILD_PACKAGES

2012-05-28 Thread Marc Espie
As landry noticed, pkglocatedb will spew out a few errors due to SHARED_LIBS only containing libraries that exist. I think it makes sense to restrict a few introspection targets to actual stuff getting built, since the other subpackages may contain interesting errors. Any unwanted consequences ?

オプトイン確認メール

2012-05-28 Thread オプトインメール確認
色々な最新情報メールを配信しております。 今後、最新情報をお送りさせて頂くにあたり最終確認を行っております。 お手数をお掛け致しますが、今後最新情報メールを 希望されない方はこちらまで「希望しない」とご連絡ください。

mg - remove *init* buffer

2012-05-28 Thread Mark Lumsden
After a recent commit (http://marc.info/?l=openbsd-techm=133787310204563w=2) I realised the *init* buffer could be removed since we went back and updated modes after scratch was created. There is a side effect to this diff; theo mode now works from the command line: $ mg -f theo [it had been

Re: pkg_add/pkg_delete: include PID in syslog messages

2012-05-28 Thread Lawrence Teo
On Mon, Mar 19, 2012 at 12:50:12PM +0100, Marc Espie wrote: On Wed, Mar 07, 2012 at 12:31:48AM -0500, Lawrence Teo wrote: This simple diff makes pkg_add and pkg_delete include their PID when logging to syslog. This is useful when trying to determine whether several packages were added (or

Re: pkg_add/pkg_delete: include PID in syslog messages

2012-05-28 Thread Marc Espie
On Mon, May 28, 2012 at 10:53:15AM -0400, Lawrence Teo wrote: My goal is to help the bleary-eyed sysadmin figure out what in the world s/he did after working on a project all night long. :) I think the PIDs would help them answer questions like, Why did I install $PACKAGE again? (where