Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2005 15:59:42 -0300 (BRST)
From:      Renato Botelho <freebsd@galle.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        molter@gufi.org
Subject:   ports/79643: [PATCH] astro/gpsdrive: Fix pkg-plist to unbreak the port
Message-ID:  <200504071859.j37Ixg5S083668@data.galle.com.br>
Resent-Message-ID: <200504071900.j37J0GGo019346@freefall.freebsd.org>

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

>Number:         79643
>Category:       ports
>Synopsis:       [PATCH] astro/gpsdrive: Fix pkg-plist to unbreak the port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 07 19:00:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.3-RELEASE-p7 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.3-RELEASE-p7 FreeBSD 5.3-RELEASE-p7 #8: Tue Apr  5 08:06:19 BRST
>Description:
- Fix pkg-plist to unbreak the port

Port maintainer (molter@gufi.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- gpsdrive-2.09_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/astro/gpsdrive/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	26 Mar 2005 19:48:12 -0000	1.26
+++ Makefile	7 Apr 2005 18:58:14 -0000
@@ -19,8 +19,6 @@
 
 LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
 
-BROKEN=		Incomplete pkg-plist
-
 USE_GETOPT_LONG=yes
 USE_GETTEXT=	yes
 USE_PERL5=	yes
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/astro/gpsdrive/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pkg-plist	16 Dec 2004 05:49:17 -0000	1.9
+++ pkg-plist	7 Apr 2005 18:58:14 -0000
@@ -61,4 +61,5 @@
 share/pixmaps/gpsicon.png
 @unexec rmdir %D/share/locale/gr/LC_MESSAGES 2> /dev/null || true
 @unexec rmdir %D/share/locale/gr 2> /dev/null || true
+@unexec rmdir %D/share/applications 2> /dev/null || true
 @dirrm share/gpsdrive
--- gpsdrive-2.09_3.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?200504071859.j37Ixg5S083668>