Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 Aug 2006 12:25:16 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/101626: [MAINTAINER] graphics/epdfview: Fix "Save PDF File" dialogue
Message-ID:  <20060808044249.D16CF2E977@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200608080450.k784oGkW025379@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060808044249.D16CF2E977>