Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2002 12:57:37 +0100 (CET)
From:      Slaven Rezic <eserte@vran.herceg.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34060: astro/gpsman: wrong icon directory
Message-ID:  <200201191157.g0JBvbC03294@vran.herceg.de>

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

>Number:         34060
>Category:       ports
>Synopsis:       astro/gpsman: wrong icon directory
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 19 07:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Slaven Rezic
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Private FreeBSD site, Berlin, Germany
>Environment:
System: FreeBSD vran.herceg.de 4.3-STABLE FreeBSD 4.3-STABLE #6: Mon Jul 9 11:49:47 CEST 2001 root@vran.herceg.de:/vran/home/src/FreeBSD-4/src/sys/compile/VRAN i386


	
>Description:

	The icons of gpsman are installed to
        ${PREFIX}/share/gpsman/gmicons. However, I do not see any
	icons in the application. A run with ktrace/kdump reveals that
	the application is looking for the icons in
	/usr/local/share/gpsman/gmsrc/gmicons.

>How-To-Repeat:

	Install the port, start the application: there is for example
	no splash image.

>Fix:

	Change the following lines in the Makefile (Not tested):

	@${MKDIR} ${PREFIX}/share/gpsman/gmicons
        ${INSTALL_DATA} ${WRKSRC}/gmsrc/gmicons/* ${PREFIX}/share/gpsman/gmicons

	to

	@${MKDIR} ${PREFIX}/share/gpsman/gmsrc/gmicons
        ${INSTALL_DATA} ${WRKSRC}/gmsrc/gmicons/* ${PREFIX}/share/gpsman/gmsrc/gmicons

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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