mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
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
This commit is contained in:
parent
554eae69cf
commit
a14c1e2024
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196614
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= libgnomeprint
|
||||
PORTVERSION= 2.18.0
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user