ports/101626: [MAINTAINER] graphics/epdfview: Fix "Save PDF File" dialogue
chinsan
chinsan.tw at gmail.com
Tue Aug 8 04:50:18 UTC 2006
>Number: 101626
>Category: ports
>Synopsis: [MAINTAINER] graphics/epdfview: Fix "Save PDF File" dialogue
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Aug 08 04:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: chinsan
>Release: FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
- Fix "Save PDF File" dialogue
"Save PDF File" dialogue has "Open" instead of "Save" button text
http://www.emma-soft.com/projects/epdfview/ticket/58
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- epdfview-0.1.5_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/epdfview/Makefile /usr/home/chinsan/project/epdfview/Makefile
--- /usr/ports/graphics/epdfview/Makefile Tue Aug 8 12:16:35 2006
+++ /usr/home/chinsan/project/epdfview/Makefile Tue Aug 8 12:22:52 2006
@@ -7,7 +7,7 @@
PORTNAME= epdfview
PORTVERSION= 0.1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics print gnome
MASTER_SITES= http://www.emma-soft.com/projects/epdfview/chrome/site/releases/
@@ -37,6 +37,9 @@
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e '273 s,OPEN,SAVE,' ${WRKSRC}/src/gtk/MainView.cxx
post-install:
${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps
--- epdfview-0.1.5_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list