Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Feb 2012 21:27:51 -0500 (EST)
From:      Michael Scheidell <scheidell@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/164811: [PATCH] devel/avr-gcc add missing pkg-plist entry
Message-ID:  <20120206022751.1D69B1D3F3@scanner.secnap.net>
Resent-Message-ID: <201202060230.q162UBJO093185@freefall.freebsd.org>

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

>Number:         164811
>Category:       ports
>Synopsis:       [PATCH] devel/avr-gcc add missing pkg-plist entry
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 06 02:30:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Michael Scheidell
>Release:        FreeBSD 8.2-STABLE #0
>Organization:
SECNAP Network Security Corp
>Environment:
FreeBSD 8.2-STABLE #0: Sun Feb 5 18:36:14 EST 2012 root@tinderbox.host:/usr/src/sys/magic/kernel/path

>Description:
=== Checking filesystem state after all packages deleted
10207 	================================================================
10208 	list of extra files and directories in / (not present on clean system but present after everything was deinstalled)
10209 	7748093 48 -r--r--r-- 1 root wheel 22817 Feb 6 00:07 usr/local/share/locale/fi/LC_MESSAGES/cpplib.mo

>How-To-Repeat:
install, then deinstall avr-gcc.  pkg wont have fi/LC_MESSAGES/cpplib.mo, and it is left over after deletion
>Fix:
- Add fi/LC_MESSAGES/cpplib.mo to pkg-plist
- bump portrevision to sync up pkg-plists


--- devel_avr-gcc.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/avr-gcc/Makefile,v
retrieving revision 1.76
diff -u -r1.76 Makefile
--- Makefile	30 Dec 2011 19:25:08 -0000	1.76
+++ Makefile	6 Feb 2012 02:21:41 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	gcc
 PORTVERSION=	4.5.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GCC}
 MASTER_SITES+=	http://people.freebsd.org/~joerg/:local
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/avr-gcc/pkg-plist,v
retrieving revision 1.35
diff -u -r1.35 pkg-plist
--- pkg-plist	17 Dec 2011 09:56:31 -0000	1.35
+++ pkg-plist	6 Feb 2012 02:21:41 -0000
@@ -196,6 +196,7 @@
 share/locale/el/LC_MESSAGES/gcc.mo
 share/locale/es/LC_MESSAGES/cpplib.mo
 share/locale/es/LC_MESSAGES/gcc.mo
+share/locale/fi/LC_MESSAGES/cpplib.mo
 share/locale/fi/LC_MESSAGES/gcc.mo
 share/locale/fr/LC_MESSAGES/cpplib.mo
 share/locale/fr/LC_MESSAGES/gcc.mo
--- devel_avr-gcc.patch ends here ---


______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.spammertrap.com/
______________________________________________________________________  
  
>Release-Note:
>Audit-Trail:
>Unformatted:



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