View | Details | Raw Unified | Return to bug 176378 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/p5-File-Cache/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
File::Cache implements an object store where data is persisted across 
1
File::Cache implements an object store where data is persistent across
2
processes in the filesystem.  It was written to complement IPC::Cache.
2
processes in the filesystem.  It was written to complement IPC::Cache.
3
Where IPC::Cache is faster for small numbers of simple objects, 
3
Where IPC::Cache is faster for small numbers of simple objects, 
4
File::Cache tends towards being more performant when caching large
4
File::Cache tends towards being more performant when caching large
(-)b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp (-1 / +1 lines)
Lines 1-5 Link Here
1
- Add support for files to VBoxManage createrawvmdk. Currently
1
- Add support for files to VBoxManage createrawvmdk. Currently
2
it only supports character devices so it failes like this:
2
it only supports character devices so it fails like this:
3
3
4
VBoxManage internalcommands createrawvmdk -filename test.vmdk -rawdisk /vbox/HardDisks/test.img
4
VBoxManage internalcommands createrawvmdk -filename test.vmdk -rawdisk /vbox/HardDisks/test.img
5
VBoxManage: error: File '/vbox/HardDisks/test.img' is no character device
5
VBoxManage: error: File '/vbox/HardDisks/test.img' is no character device
(-)b/graphics/visionworkbench/Makefile (-1 / +1 lines)
Lines 17-23 LICENSE_NAME= NASA Open Source Agreement version 1.3 Link Here
17
LICENSE_FILE=	${WRKSRC}/COPYING
17
LICENSE_FILE=	${WRKSRC}/COPYING
18
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
19
19
20
BROKEN=		failes to patch
20
BROKEN=		fails to patch
21
21
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
USE_QT4=	moc_build qmake_build
23
USE_QT4=	moc_build qmake_build
(-)b/mail/p5-MIME-EncWords/pkg-descr (-2 / +1 lines)
Lines 2-8 MIME::EncWords is aimed to be another implementation of MIME::Words so Link Here
2
    that it will achive more exact conformance with MIME specifications.
2
    that it will achive more exact conformance with MIME specifications.
3
    Additionally, it contains some improvements. Following synopsis and
3
    Additionally, it contains some improvements. Following synopsis and
4
    descriptions are inherited from its inspirer, with description of
4
    descriptions are inherited from its inspirer, with description of
5
    improvements and clarifications added.*
5
    improvements and clarifications added.
6
6
7
Author: <hatuka@nezumi.nu>
7
Author: <hatuka@nezumi.nu>
8
WWW: http://search.cpan.org/dist/MIME-EncWords/
8
WWW: http://search.cpan.org/dist/MIME-EncWords/
9
- 

Return to bug 176378