diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-22 22:47:11 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-22 22:47:11 +0000 |
commit | ad8456107d6d479b4f5fccecf894ca6b12e202bb (patch) | |
tree | 1117da4afa5801381c554b1566435a2ab8fe54a2 /print/libgnomeprint | |
parent | 10fd55c17a700aa8be876b1521bd5afef2164ea0 (diff) | |
download | FreeBSD-ports-ad8456107d6d479b4f5fccecf894ca6b12e202bb.zip FreeBSD-ports-ad8456107d6d479b4f5fccecf894ca6b12e202bb.tar.gz |
This patch was, in fact, committed in 2.4.1.
Submitted by: bland
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 2 | ||||
-rw-r--r-- | print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index ffb74da..2917417 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -7,7 +7,7 @@ PORTNAME= libgnomeprint PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ diff --git a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c b/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c deleted file mode 100644 index 5526dce..0000000 --- a/print/libgnomeprint/files/patch-libgnomeprint::gnome-meta.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libgnomeprint/gnome-print-meta.c.orig Wed Oct 29 00:53:15 2003 -+++ libgnomeprint/gnome-print-meta.c Wed Oct 29 01:06:23 2003 -@@ -312,6 +312,7 @@ - gpm_encode_int (pc, w); - gpm_encode_int (pc, ch); - -+ gpm_ensure_space(pc, w * ch * h); - for (y = 0; y < h; y++){ - gpm_encode_block (pc, px, w * ch); - px += rowstride; |