From nobody@FreeBSD.org  Tue Sep 11 19:29:21 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B7E34106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Sep 2012 19:29:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id A39FE8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Sep 2012 19:29:21 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q8BJTLqI090172
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 11 Sep 2012 19:29:21 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id q8BJTLiZ090171;
	Tue, 11 Sep 2012 19:29:21 GMT
	(envelope-from nobody)
Message-Id: <201209111929.q8BJTLiZ090171@red.freebsd.org>
Date: Tue, 11 Sep 2012 19:29:21 GMT
From: Dru Lavigne <dru@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: patch for Xsane port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: domi@nonsensss.de

>Number:         171554
>Category:       ports
>Synopsis:       patch for graphics/xsane port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dru
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 11 19:30:08 UTC 2012
>Closed-Date:    Mon Oct 01 15:32:46 UTC 2012
>Last-Modified:  Mon Oct  1 15:40:02 UTC 2012
>Originator:     Dru Lavigne
>Release:        9.1-RC1
>Organization:
PC-BSD
>Environment:
FreeBSD pcbsd-6456 9.1-RC1 FreeBSD 9.1-RC1 #0: Thu Aug  9 09:41:50 PDT 2012     root@build9x64.pcbsd.org:/usr/obj/builds/amd64/pcbsd-build90/fbsd-source/9.1/sys/GENERIC  amd64

>Description:
By default, XSane looks for Netscape and fails to find it when you press F1 or Help. This patch will instead prompt the user to select an application within an xdg-compliant desktop:

diff src/xsane.h.orig src/xsane.h
254c254
> #  define DEFAULT_BROWSER "netscape"
---
> #  define DEFAULT_BROWSER "xdg-open"
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dru 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 11 20:39:20 UTC 2012 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171554 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Sep 11 20:39:29 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171554 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: domi@nonsensss.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/171554: patch for graphics/xsane port
Date: Tue, 11 Sep 2012 20:39:24 UT

 Maintainer of graphics/xsane,
 
 Please note that PR ports/171554 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171554
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: kmoore 
State-Changed-When: Mon Oct 1 15:32:44 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171554 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171554: commit references a PR
Date: Mon,  1 Oct 2012 15:32:26 +0000 (UTC)

 Author: kmoore
 Date: Mon Oct  1 15:32:11 2012
 New Revision: 305133
 URL: http://svn.freebsd.org/changeset/ports/305133
 
 Log:
   - Fix to use "xdg-open" for the browser, instead of "netscape"
   - Bump PORTREV
   
   PR: 171554
   Submitted by: Dru Lavigne <dru@FreeBSD.org>
   Approved by: Maintainer timeout
 
 Added:
   head/graphics/xsane/files/patch-src_xsane.h   (contents, props changed)
 Modified:
   head/graphics/xsane/Makefile
 
 Modified: head/graphics/xsane/Makefile
 ==============================================================================
 --- head/graphics/xsane/Makefile	Mon Oct  1 15:01:14 2012	(r305132)
 +++ head/graphics/xsane/Makefile	Mon Oct  1 15:32:11 2012	(r305133)
 @@ -7,7 +7,7 @@
  
  PORTNAME=	xsane
  PORTVERSION=	0.998
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	graphics
  MASTER_SITES=	http://www.xsane.org/download/ \
  		http://gd.tuwien.ac.at/hci/sane/xsane/ \
 
 Added: head/graphics/xsane/files/patch-src_xsane.h
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/graphics/xsane/files/patch-src_xsane.h	Mon Oct  1 15:32:11 2012	(r305133)
 @@ -0,0 +1,11 @@
 +--- src/xsane.h.o	2012-10-01 11:12:56.549589382 -0400
 ++++ src/xsane.h	2012-10-01 11:12:40.660589178 -0400
 +@@ -251,7 +251,7 @@
 + # elif defined(HAVE_OS2_H)
 + #  define DEFAULT_BROWSER "netscape"
 + # else
 +-#  define DEFAULT_BROWSER "netscape"
 ++#  define DEFAULT_BROWSER "xdg-open"
 + # endif
 + #endif
 + 
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
