Date: Fri, 27 Oct 2006 14:59:44 -0400 (EDT) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/104866: [PATCH] sysutils/pwg: fix pkg-plist, pet portlint Message-ID: <200610271859.k9RIxiBI062610@goodking.goodking.ca> Resent-Message-ID: <200610271910.k9RJAGbg036949@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104866 >Category: ports >Synopsis: [PATCH] sysutils/pwg: 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: Fri Oct 27 19:10:15 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/pwg-0.2_4.log - pet portlint, set INSTALLS_ICONS Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pwg-0.2_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/pwg/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 13 May 2006 04:15:45 -0000 1.13 +++ Makefile 27 Oct 2006 18:58:38 -0000 @@ -19,6 +19,7 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 +INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/sysutils/pwg/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 22 Jan 2006 02:52:17 -0000 1.2 +++ pkg-plist 27 Oct 2006 18:58:38 -0000 @@ -12,10 +12,6 @@ share/icons/locolor/32x32/apps/pwg.png @dirrm share/apps/pwg/pics @dirrm share/apps/pwg -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 @dirrmtry share/icons/locolor/16x16/apps @dirrmtry share/icons/locolor/16x16 @dirrmtry share/icons/locolor/32x32/apps --- pwg-0.2_4.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?200610271859.k9RIxiBI062610>