diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-20 07:38:14 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-20 07:38:14 +0000 |
commit | b5ceef8e2e778b2b9181bd34d17132cfc745e6a9 (patch) | |
tree | df9b1f896c8506da3cefc599f2943e6d8b45c2d4 /graphics | |
parent | b75fd48c68efc79a3e9442aa292161c0b131d389 (diff) | |
download | ports-b5ceef8e2e778b2b9181bd34d17132cfc745e6a9.tar.gz ports-b5ceef8e2e778b2b9181bd34d17132cfc745e6a9.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kdegraphics3/Makefile | 2 | ||||
-rw-r--r-- | graphics/kdegraphics3/files/patch-post-3.3.2-kdegraphics-3.diff | 14 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 2 | ||||
-rw-r--r-- | graphics/kdegraphics4/files/patch-post-3.3.2-kdegraphics-3.diff | 14 |
4 files changed, 30 insertions, 2 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 3c749b6d1270..f91ebd314522 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/graphics/kdegraphics3/files/patch-post-3.3.2-kdegraphics-3.diff b/graphics/kdegraphics3/files/patch-post-3.3.2-kdegraphics-3.diff new file mode 100644 index 000000000000..a222921858bb --- /dev/null +++ b/graphics/kdegraphics3/files/patch-post-3.3.2-kdegraphics-3.diff @@ -0,0 +1,14 @@ +*** kpdf/xpdf/XRef.cc.orig Wed Jan 12 17:10:53 2005 +--- kpdf/xpdf/XRef.cc Wed Jan 12 17:11:22 2005 +*************** +*** 793,798 **** +--- 793,801 ---- + } else { + keyLength = 5; + } ++ if (keyLength > 16) { ++ keyLength = 16; ++ } + permFlags = permissions.getInt(); + if (encVersion >= 1 && encVersion <= 2 && + encRevision >= 2 && encRevision <= 3) { diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 3c749b6d1270..f91ebd314522 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/graphics/kdegraphics4/files/patch-post-3.3.2-kdegraphics-3.diff b/graphics/kdegraphics4/files/patch-post-3.3.2-kdegraphics-3.diff new file mode 100644 index 000000000000..a222921858bb --- /dev/null +++ b/graphics/kdegraphics4/files/patch-post-3.3.2-kdegraphics-3.diff @@ -0,0 +1,14 @@ +*** kpdf/xpdf/XRef.cc.orig Wed Jan 12 17:10:53 2005 +--- kpdf/xpdf/XRef.cc Wed Jan 12 17:11:22 2005 +*************** +*** 793,798 **** +--- 793,801 ---- + } else { + keyLength = 5; + } ++ if (keyLength > 16) { ++ keyLength = 16; ++ } + permFlags = permissions.getInt(); + if (encVersion >= 1 && encVersion <= 2 && + encRevision >= 2 && encRevision <= 3) { |