summaryrefslogtreecommitdiffstats
path: root/print/libgnomeprint
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 00:17:46 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-30 00:17:46 +0800
commit29212d115cbd702a9906d13e0a985b68d3decb06 (patch)
treec2ec6ccf673757d19f06c8b913a1c2d8a6cd5d7a /print/libgnomeprint
parent12423479675310c66a275b7f2003c9cfbc690986 (diff)
downloadmarcuscom-ports-29212d115cbd702a9906d13e0a985b68d3decb06.tar
marcuscom-ports-29212d115cbd702a9906d13e0a985b68d3decb06.tar.gz
marcuscom-ports-29212d115cbd702a9906d13e0a985b68d3decb06.tar.bz2
marcuscom-ports-29212d115cbd702a9906d13e0a985b68d3decb06.tar.lz
marcuscom-ports-29212d115cbd702a9906d13e0a985b68d3decb06.tar.xz
marcuscom-ports-29212d115cbd702a9906d13e0a985b68d3decb06.tar.zst
marcuscom-ports-29212d115cbd702a9906d13e0a985b68d3decb06.zip
Fix the crash in a few apps by correct the spell, UTF8 -> UTF-8, when try to
print with cups. Bump the PORTREVISION. Submitted by: marcus git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9254 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r--print/libgnomeprint/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 64f5442cd..76a630122 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -3,12 +3,12 @@
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/print/libgnomeprint/Makefile,v 1.66 2007/04/26 16:58:59 ahze Exp $
+# $MCom: ports/print/libgnomeprint/Makefile,v 1.67 2007/05/19 21:36:20 marcus Exp $
#
PORTNAME= libgnomeprint
PORTVERSION= 2.18.0
-PORTREVISION?= 2
+PORTREVISION?= 4
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -61,6 +61,8 @@ post-patch:
's|<malloc[.]h>|<stdlib.h>|'
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|doc||" ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|UTF8|UTF-8|g' \
+ ${WRKSRC}/libgnomeprint/modules/cups/gnome-print-cups.c
post-install:
@${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts