Benny Siegert | 11 May 2010 21:08
Favicon

CVS: herc.mirbsd.org: ports

Commit ID:	1004BE9AAFA11BE7160
CVSROOT:	/cvs
Module name:	ports
Changes by:	bsiegert@...	2010/05/11 19:08:09 UTC

Modified files:
	infrastructure/pkgtools/lib: Tag: bsiegert-cfgfile file.c lib.h
			 srclist.c

Log message:
Implement a "selection menu" if fileFindByPath() finds more than one package
matching the pattern. I do not yet know if this is the right way to handle
this, consider it experimental.

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.25.2.3 -r1.25.2.4 ports/infrastructure/pkgtools/lib/file.c
cvs -R rdiff -kk -upr1.28.2.8 -r1.28.2.9 ports/infrastructure/pkgtools/lib/lib.h
cvs -R rdiff -kk -upr1.1.2.3 -r1.1.2.4 ports/infrastructure/pkgtools/lib/srclist.c

Benny Siegert | 13 May 2010 18:28
Favicon

CVS: herc.mirbsd.org: ports

Commit ID:	1004BEC21492BE6507B
CVSROOT:	/cvs
Module name:	ports
Changes by:	bsiegert@...	2010/05/13 16:28:57 UTC

Modified files:
	infrastructure/pkgtools/info: Tag: bsiegert-cfgfile perform.c
	infrastructure/pkgtools/lib: Tag: bsiegert-cfgfile file.c

Log message:
- file.c: also look for pkgname.cgz and pkgname->=0 if lookup fails
- perform.c: turn logic around, much better now

Read more about this commit in my upcoming wlog entry.

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.6.2.1 -r1.6.2.2 ports/infrastructure/pkgtools/info/perform.c
cvs -R rdiff -kk -upr1.25.2.4 -r1.25.2.5 ports/infrastructure/pkgtools/lib/file.c

Benny Siegert | 13 May 2010 19:05
Favicon

CVS: herc.mirbsd.org: www

Commit ID:	1004BEC3140739C5794
CVSROOT:	/cvs
Module name:	www
Changes by:	bsiegert@...	2010/05/13 17:05:05 UTC

Modified files:
	data           : wlog-10.inc

Log message:
wlog entry for today

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.291 -r1.292 www/data/wlog-10.inc

Thorsten Glaser | 13 May 2010 19:57
Favicon

CVS: herc.mirbsd.org: contrib

Commit ID:	1004BEC3D8D0C7D6D74
CVSROOT:	/cvs
Module name:	contrib
Changes by:	tg@...	2010/05/13 17:57:55 UTC

Modified files:
	code/Snippets  : getshver

Log message:
tweak MKS ksh code, From: Michael Langguth

damit sollte man zumindest ab toolkit version 5-6 von ende der 90'er mks
erkennen kC6nnen. die SHELL_VERSION ist schon seit ich mks kenne so
aufgebaut:

    9.2.3 build 2096 Jun 22 2009 11:30:51

ganz frC<her war bei denen glaub' ich sh.exe auch die ksh. erst mit der
einfC<hrung der echten sh mC<sste dann set -o korn reingekommen sein.
nach aussortierung der bash kann man daher sagen: alles ohne gesetztes
"+o korn" ist ksh.

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.8 -r1.9 contrib/code/Snippets/getshver

Thorsten Glaser | 13 May 2010 20:41
Favicon

CVS: herc.mirbsd.org: src

Commit ID:	1004BEC4622270F1C27
CVSROOT:	/cvs
Module name:	src
Changes by:	tg@...	2010/05/13 18:41:14 UTC

Modified files:
	bin/mksh       : Build.sh

Log message:
• deprecate¹ -longoptions in favour of short options
  ‣ -combine → -c combine
  ‣ -llvm → -c llvm -O
  ‣ -llvm=x → -c llvm -o x
  ‣ -valgrind → -g²
• new option -v (version)
• new options -c (compile mode³), -o (opt flags), -O (reset opt flags)
• opt flags default to -std-compile-opts (llvm) now
• support⁴ the LLVM dragonegg plugin for GCC
• sync list of removed files (*.bc, *.ll, add missing Rebuild.sh)

① old options still valid but emit a warning
② except this one
③ compile modes are:
  • normal
  • makefile (-M)
  • combine (old -combine, new -c combine)
  • dragonegg (new -c dragonegg)
  • llvm (old -llvm, old -llvm=*, new -c llvm)
  the first two are not settable via -c though…
④ sample use:
(Continue reading)

Thorsten Glaser | 13 May 2010 20:44
Favicon

CVS: herc.mirbsd.org: src

Commit ID:	1004BEC488A683B9F85
CVSROOT:	/cvs
Module name:	src
Changes by:	tg@...	2010/05/13 18:44:12 UTC

Modified files:
	bin/mksh       : histrap.c mksh.1

Log message:
sync with oksh (comments and docs only)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.92 -r1.93 src/bin/mksh/histrap.c
cvs -R rdiff -kk -upr1.224 -r1.225 src/bin/mksh/mksh.1

Thorsten Glaser | 13 May 2010 20:47
Favicon

CVS: herc.mirbsd.org: src

Commit ID:	1004BEC496133C0E6F8
CVSROOT:	/cvs
Module name:	src
Changes by:	tg@...	2010/05/13 18:47:53 UTC

Modified files:
	bin/mksh       : mksh.1

Log message:
document using $'…' to set $PS1 in an easier manner, after pressure

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.225 -r1.226 src/bin/mksh/mksh.1

Thorsten Glaser | 13 May 2010 21:04
Favicon

CVS: herc.mirbsd.org: www

Commit ID:	1004BEC4D3B4BDAD246
CVSROOT:	/cvs
Module name:	www
Changes by:	tg@...	2010/05/13 19:04:15 UTC

Modified files:
	.              : Makefile

Log message:
'make obj' in a chain in a Makefile DOES NOT WORK

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.70 -r1.71 www/Makefile

Thorsten Glaser | 14 May 2010 22:35
Favicon

CVS: herc.mirbsd.org: ports

Commit ID:	1004BEDB431734549E7
CVSROOT:	/cvs
Module name:	ports
Changes by:	tg@...	2010/05/14 20:35:50 UTC

Modified files:
	net/sirc/dist  : dsircp

Log message:
cosmetic: nuke double space

XXX use strftime or something, if Perl has it

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.26 -r1.27 ports/net/sirc/dist/dsircp

Thorsten Glaser | 14 May 2010 22:32
Favicon

CVS: herc.mirbsd.org: www

Commit ID:	1004BEDB3480C80970B
CVSROOT:	/cvs
Module name:	www
Changes by:	tg@...	2010/05/14 20:32:12 UTC

Modified files:
	src            : ksh-chan.hts

Log message:
20:31⎜*T* Topic for #ksh set by nrubsig!~chatzilla <at> dslb-094-219-213-069.pools.arcor-ip.net on
Fri May  14 20:24:02 2010

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.5 -r1.6 www/src/ksh-chan.hts


Gmane