From 29212d115cbd702a9906d13e0a985b68d3decb06 Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 29 Jul 2007 16:17:46 +0000 Subject: 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 --- print/libgnomeprint/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'print/libgnomeprint') 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 # # $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|||' @${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 -- cgit v1.2.3