S.P.Zeidler | 2 Jul 2010 11:22
Picon
Gravatar

CVS commit: [pkgsrc-2010Q1] pkgsrc/www

Module Name:	pkgsrc
Committed By:	spz
Date:		Fri Jul  2 09:22:05 UTC 2010

Modified Files:
	pkgsrc/www/w3m [pkgsrc-2010Q1]: Makefile distinfo
	pkgsrc/www/w3m-img [pkgsrc-2010Q1]: Makefile
Added Files:
	pkgsrc/www/w3m/patches [pkgsrc-2010Q1]: patch-ac patch-ad

Log Message:
Pullup ticket 3153 - requested by tron
security patch

Revisions pulled up:
- pkgsrc/www/w3m/Makefile	1.58
- pkgsrc/www/w3m/distinfo	1.21
- pkgsrc/www/w3m-img/Makefile	1.20

Files added:
pkgsrc/www/w3m/patches/patch-ac
pkgsrc/www/w3m/patches/patch-ad

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Thu Jul  1 18:50:15 UTC 2010

   Modified Files:
           pkgsrc/www/w3m: Makefile distinfo
(Continue reading)

S.P.Zeidler | 2 Jul 2010 11:23
Picon
Gravatar

CVS commit: [pkgsrc-2010Q1] pkgsrc/doc

Module Name:	pkgsrc
Committed By:	spz
Date:		Fri Jul  2 09:23:00 UTC 2010

Modified Files:
	pkgsrc/doc [pkgsrc-2010Q1]: CHANGES-pkgsrc-2010Q1

Log Message:
pullup 3153

To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 pkgsrc/doc/CHANGES-pkgsrc-2010Q1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Aleksej Saushev | 2 Jul 2010 12:44
Picon

CVS commit: pkgsrc/filesystems/fuse

Module Name:	pkgsrc
Committed By:	asau
Date:		Fri Jul  2 10:44:46 UTC 2010

Modified Files:
	pkgsrc/filesystems/fuse: Makefile

Log Message:
Supports staged installation.

To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/filesystems/fuse/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Joerg Sonnenberger | 2 Jul 2010 15:40
Picon

CVS commit: pkgsrc/security/heimdal

Module Name:	pkgsrc
Committed By:	joerg
Date:		Fri Jul  2 13:40:22 UTC 2010

Modified Files:
	pkgsrc/security/heimdal: buildlink3.mk

Log Message:
Use CHECK_BUILTIN.heimdal to prevent the fake-krb5-config target to be
defined twice.

To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/heimdal/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Joerg Sonnenberger | 2 Jul 2010 16:41
Picon

CVS commit: pkgsrc/emulators/gxemul

Module Name:	pkgsrc
Committed By:	joerg
Date:		Fri Jul  2 14:41:50 UTC 2010

Modified Files:
	pkgsrc/emulators/gxemul: Makefile PLIST distinfo
Added Files:
	pkgsrc/emulators/gxemul/patches: patch-aa

Log Message:
Fix compilation. Fix PLIST. Bump revision.

To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/emulators/gxemul/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/emulators/gxemul/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/emulators/gxemul/distinfo
cvs rdiff -u -r0 -r1.9 pkgsrc/emulators/gxemul/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Julio Merino | 2 Jul 2010 17:14
Picon

CVS commit: pkgsrc/devel/atf

Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri Jul  2 15:14:20 UTC 2010

Modified Files:
	pkgsrc/devel/atf: Makefile PLIST distinfo

Log Message:
Update to 0.10:

Miscellaneous features

* Added expected failures support to test cases and atf-run.  These
  include, for example, expected clean exits, expected reception of fatal
  signals, expected timeouts and expected errors in condition checks.
  These statuses can be used to denote test cases that are known to fail
  due to a bug in the code they are testing.  atf-report reports these
  tests separately but they do not count towards the failed test cases
  amount.

* Added the ATF_CHECK_ERRNO and ATF_REQUIRE_ERRNO to the C library to
  allow easy checking of call failures that update errno.

* Added the has.cleanup meta-data property to test caes that specifies
  whether the test case has a cleanup routine or not; its value is
  automatically set.  This property is read by atf-run to know if it has to
  run the cleanup routine; skipping this run for every test case
  significantly speeds up the run time of test suites.

* Reversed the order of the ATF_CHECK_THROW macro in the C++ binding to
(Continue reading)

Julio Merino | 2 Jul 2010 17:15
Picon

CVS commit: pkgsrc/doc

Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri Jul  2 15:15:17 UTC 2010

Modified Files:
	pkgsrc/doc: CHANGES-2010

Log Message:
Note update of atf to 0.10

To generate a diff of this commit:
cvs rdiff -u -r1.2324 -r1.2325 pkgsrc/doc/CHANGES-2010

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Joerg Sonnenberger | 2 Jul 2010 18:48
Picon

CVS commit: pkgsrc/games/openmortal

Module Name:	pkgsrc
Committed By:	joerg
Date:		Fri Jul  2 16:48:54 UTC 2010

Modified Files:
	pkgsrc/games/openmortal: Makefile distinfo
	pkgsrc/games/openmortal/patches: patch-aa

Log Message:
Drop a 6 year old patch that doesn't make any sense at all and breaks
compilation with LP64. DESTDIR ready. Bump revision.

To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/games/openmortal/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/openmortal/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/openmortal/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Joerg Sonnenberger | 2 Jul 2010 19:07
Picon

CVS commit: pkgsrc/www/ap2-cband

Module Name:	pkgsrc
Committed By:	joerg
Date:		Fri Jul  2 17:07:31 UTC 2010

Modified Files:
	pkgsrc/www/ap2-cband: Makefile

Log Message:
Match directory name and Apache module naming scheme with the package name.
Pass down APXS explicitly.

To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ap2-cband/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Joerg Sonnenberger | 2 Jul 2010 19:11
Picon

CVS commit: pkgsrc/net/ncftp3

Module Name:	pkgsrc
Committed By:	joerg
Date:		Fri Jul  2 17:11:01 UTC 2010

Modified Files:
	pkgsrc/net/ncftp3: Makefile

Log Message:
Fix DESTDIR installation.

To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/ncftp3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Gmane