Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2006 15:25:41 -0400 (EDT)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thomas@goodking.ca
Subject:   ports/104840: [PATCH] deskutils/krefty: fix pkg-plist, pet portlint
Message-ID:  <200610261925.k9QJPfm2051277@goodking.goodking.ca>
Resent-Message-ID: <200610261940.k9QJeHI9010340@freefall.freebsd.org>

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

>Number:         104840
>Category:       ports
>Synopsis:       [PATCH] deskutils/krefty: fix pkg-plist, pet portlint
>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 Oct 26 19:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct  2 02:05:54 EDT
>Description:
- fix pkg-plist, addresses http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/knowit-0.10_3.log
- pet portlint by setting USE_LDCONFIG and INSTALLS_ICONS

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

--- krefty-0.2_5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/krefty/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	4 May 2006 21:40:14 -0000	1.12
+++ Makefile	26 Oct 2006 19:24:00 -0000
@@ -14,6 +14,8 @@
 COMMENT=	Quick Reference sheets for KDE
 
 USE_KDELIBS_VER=3
+USE_LDCONFIG=	yes
+INSTALLS_ICONS=	yes
 USE_AUTOTOOLS=	libtool:15
 CONFIGURE_ENV=	LDFLAGS="${PTHREAD_LIBS}"
 
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/deskutils/krefty/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	23 Feb 2006 10:35:21 -0000	1.3
+++ pkg-plist	26 Oct 2006 19:24:00 -0000
@@ -17,12 +17,6 @@
 share/icons/hicolor/32x32/apps/krefty.png
 share/services/krefty_part.desktop
 @dirrmtry share/services
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
 @dirrm share/doc/HTML/en/krefty
 @dirrmtry share/doc/HTML/en
 @dirrmtry share/doc/HTML
--- krefty-0.2_5.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?200610261925.k9QJPfm2051277>