Date: Sun, 6 Aug 2006 21:30:51 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101491: [PATCH] sysutils/barry: fix pkg-plist, misc fixes Message-ID: <20060806173051.B016412F5C@fonon.realnet> Resent-Message-ID: <200608061820.k76IKUWK010487@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101491 >Category: ports >Synopsis: [PATCH] sysutils/barry: fix pkg-plist, misc fixes >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 06 18:20:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD >Description: - Doesn't deinstall certain files (isn't listed in /etc/mtree/BSD.local.dist). Fix that. >How-To-Repeat: >Fix: --- barry-0.7_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/barry/Makefile /var/tmp/loctmp/barry/Makefile --- /usr/ports/sysutils/barry/Makefile Sat May 13 08:15:24 2006 +++ /var/tmp/loctmp/barry/Makefile Sun Aug 6 21:30:16 2006 @@ -21,6 +21,8 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes +USE_GETTEXT= yes post-patch: @${FIND} ${WRKSRC} -name "*.h" -and -not -name "linklocator.h" | \ diff -ruN --exclude=CVS /usr/ports/sysutils/barry/pkg-plist /var/tmp/loctmp/barry/pkg-plist --- /usr/ports/sysutils/barry/pkg-plist Sat Jun 5 21:36:33 2004 +++ /var/tmp/loctmp/barry/pkg-plist Sun Aug 6 19:06:25 2006 @@ -30,3 +30,7 @@ @dirrm share/icons/crystalsvg/16x16/apps @dirrm share/icons/crystalsvg/32x32/apps @dirrm share/icons/crystalsvg/48x48/apps +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl --- barry-0.7_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?20060806173051.B016412F5C>