diff options
author | wiz <wiz> | 2011-08-05 18:21:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-08-05 18:21:13 +0000 |
commit | 14489a0c5429443533e18da6699641dc120ada3c (patch) | |
tree | 6ae49aa2231094aa23615502292a2ce1b1750f7e /graphics/libvideogfx | |
parent | 7cb0b3831947a4509305353e330f7b99eebf5eda (diff) | |
download | pkgsrc-14489a0c5429443533e18da6699641dc120ada3c.tar.gz |
Add comments to patches.
Diffstat (limited to 'graphics/libvideogfx')
-rw-r--r-- | graphics/libvideogfx/distinfo | 14 | ||||
-rw-r--r-- | graphics/libvideogfx/patches/patch-ab | 4 | ||||
-rw-r--r-- | graphics/libvideogfx/patches/patch-ac | 6 | ||||
-rw-r--r-- | graphics/libvideogfx/patches/patch-ad | 4 | ||||
-rw-r--r-- | graphics/libvideogfx/patches/patch-ae | 4 | ||||
-rw-r--r-- | graphics/libvideogfx/patches/patch-af | 4 | ||||
-rw-r--r-- | graphics/libvideogfx/patches/patch-ag | 4 |
7 files changed, 27 insertions, 13 deletions
diff --git a/graphics/libvideogfx/distinfo b/graphics/libvideogfx/distinfo index 5a9e22351d5..e0c40e060c5 100644 --- a/graphics/libvideogfx/distinfo +++ b/graphics/libvideogfx/distinfo @@ -1,13 +1,13 @@ -$NetBSD: distinfo,v 1.5 2011/03/28 08:01:20 wiz Exp $ +$NetBSD: distinfo,v 1.6 2011/08/05 18:21:13 wiz Exp $ SHA1 (libvideogfx-1.0.3.tar.gz) = 1f78e185a05bf063a5f2c9ea4afae1a2d2715b89 RMD160 (libvideogfx-1.0.3.tar.gz) = db64375cc2e298b2cd0c7ff95401b913d4cc5236 Size (libvideogfx-1.0.3.tar.gz) = 332532 bytes SHA1 (patch-aa) = 35f558789c9a8704a0324691c1ab53dbc5310850 -SHA1 (patch-ab) = 69e0eee594c5930f181241b963cd59f6c022beb4 -SHA1 (patch-ac) = 720cac4ec2a0df8bb44fb4834dd245dc8e693166 -SHA1 (patch-ad) = 9189a999ef64636562014306b7a3e5e138776273 -SHA1 (patch-ae) = 6462a94b85a7be12fcff1d36c17b83f640f27b43 -SHA1 (patch-af) = 06704cb9bfe2a940c676880104c976d2948afe83 -SHA1 (patch-ag) = 12ae1ab89d325944f00e46e6584d4b3a691f0b1b +SHA1 (patch-ab) = 4b74ee809d86a29355019952dc457cbf50b32076 +SHA1 (patch-ac) = 617e3f449a67718a36532a7e549ce798a86c5561 +SHA1 (patch-ad) = 0c02424e0bb876de29d70400314b997f1ce63c4e +SHA1 (patch-ae) = 979c2c53fb28e5b98c9de0be73c46b2f3415e240 +SHA1 (patch-af) = 9d439e6cd14be344dd4ca39e2a319ee9b6b990d1 +SHA1 (patch-ag) = f089e49bc735fb107013760cc77a0cd323f8caf2 SHA1 (patch-libvideogfx_graphics_fileio_png.cc) = d2f0d228b5f3f2a9478709ef9228dd1fa5d62a55 diff --git a/graphics/libvideogfx/patches/patch-ab b/graphics/libvideogfx/patches/patch-ab index e948cdd48df..a0ad083ddd0 100644 --- a/graphics/libvideogfx/patches/patch-ab +++ b/graphics/libvideogfx/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2006/01/15 20:34:13 joerg Exp $ +$NetBSD: patch-ab,v 1.2 2011/08/05 18:21:13 wiz Exp $ + +Try to fix stricter GCC 3.4 template handling. --- libvideogfx/graphics/datatypes/bitmap.hh.orig 2006-01-15 20:11:54.000000000 +0000 +++ libvideogfx/graphics/datatypes/bitmap.hh diff --git a/graphics/libvideogfx/patches/patch-ac b/graphics/libvideogfx/patches/patch-ac index d06f5bdd18d..73468e492ad 100644 --- a/graphics/libvideogfx/patches/patch-ac +++ b/graphics/libvideogfx/patches/patch-ac @@ -1,4 +1,8 @@ -$NetBSD: patch-ac,v 1.2 2010/06/12 14:05:40 wiz Exp $ +$NetBSD: patch-ac,v 1.3 2011/08/05 18:21:13 wiz Exp $ + +Be nice and include sys/types.h before sys/ipc.h. + +Fix build with latest XShm from xsrc. Hopefully still works with other Xs. --- libvideogfx/x11/dispimg.cc.orig 2002-05-27 14:02:43.000000000 +0000 +++ libvideogfx/x11/dispimg.cc diff --git a/graphics/libvideogfx/patches/patch-ad b/graphics/libvideogfx/patches/patch-ad index c8991d275e5..dd281f79fbe 100644 --- a/graphics/libvideogfx/patches/patch-ad +++ b/graphics/libvideogfx/patches/patch-ad @@ -1,4 +1,6 @@ -$NetBSD: patch-ad,v 1.1 2006/01/15 20:34:13 joerg Exp $ +$NetBSD: patch-ad,v 1.2 2011/08/05 18:21:13 wiz Exp $ + +Be nice and include sys/types.h before sys/ipc.h. --- libvideogfx/x11/imgwin.cc.orig 2006-01-15 20:21:10.000000000 +0000 +++ libvideogfx/x11/imgwin.cc diff --git a/graphics/libvideogfx/patches/patch-ae b/graphics/libvideogfx/patches/patch-ae index f77ec266a14..13d3b57bad3 100644 --- a/graphics/libvideogfx/patches/patch-ae +++ b/graphics/libvideogfx/patches/patch-ae @@ -1,4 +1,6 @@ -$NetBSD: patch-ae,v 1.1 2006/01/15 20:34:13 joerg Exp $ +$NetBSD: patch-ae,v 1.2 2011/08/05 18:21:13 wiz Exp $ + +Try to fix stricter GCC 3.4 template handling. --- libvideogfx/containers/heap.icc.orig 2006-01-15 20:22:18.000000000 +0000 +++ libvideogfx/containers/heap.icc diff --git a/graphics/libvideogfx/patches/patch-af b/graphics/libvideogfx/patches/patch-af index edfc0b9be8d..f7bd2a3e9b4 100644 --- a/graphics/libvideogfx/patches/patch-af +++ b/graphics/libvideogfx/patches/patch-af @@ -1,4 +1,6 @@ -$NetBSD: patch-af,v 1.1 2006/01/15 20:34:13 joerg Exp $ +$NetBSD: patch-af,v 1.2 2011/08/05 18:21:13 wiz Exp $ + +Try to fix stricter GCC 3.4 template handling. --- libvideogfx/utility/smartpointer.hh.orig 2006-01-15 20:23:53.000000000 +0000 +++ libvideogfx/utility/smartpointer.hh diff --git a/graphics/libvideogfx/patches/patch-ag b/graphics/libvideogfx/patches/patch-ag index 7a3f72ef6a4..158e0a66f3e 100644 --- a/graphics/libvideogfx/patches/patch-ag +++ b/graphics/libvideogfx/patches/patch-ag @@ -1,4 +1,6 @@ -$NetBSD: patch-ag,v 1.1 2006/01/15 20:34:13 joerg Exp $ +$NetBSD: patch-ag,v 1.2 2011/08/05 18:21:13 wiz Exp $ + +Try to fix stricter GCC 3.4 template handling. --- libvideogfx/graphics/datatypes/primitives.hh.orig 2006-01-15 20:26:10.000000000 +0000 +++ libvideogfx/graphics/datatypes/primitives.hh |