Bug 104864 - [PATCH] misc/kwatch: fix pkg-plist, pet portlint
Summary: [PATCH] misc/kwatch: fix pkg-plist, pet portlint
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-27 19:20 UTC by Thomas Abthorpe
Modified: 2006-11-06 17:30 UTC (History)
1 user (show)

See Also:


Attachments
kwatch-2.3.3_2.patch (1.08 KB, patch)
2006-10-27 19:20 UTC, Thomas Abthorpe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Abthorpe 2006-10-27 19:20:17 UTC
- fix pkg-plist, addresses http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/pgcalc2-2.2.4.log
- pet portlint, set INSTALS_ICONS

Generated with FreeBSD Port Tools 0.77
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-31 23:06:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 2 Thomas Abthorpe 2006-11-04 05:58:37 UTC
Please accept the following amended patches


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/kwatch/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- Makefile    10 May 2006 22:37:20 -0000      1.34
+++ Makefile    4 Nov 2006 05:58:19 -0000
@@ -17,6 +17,10 @@
 USE_KDELIBS_VER=3
 USE_GMAKE=     yes
 USE_AUTOTOOLS= libtool:15
+USE_GETTEXT=   yes
+INSTALLS_ICONS=        yes
+
+DOCSDIR=share/doc/HTML

 post-patch:
        @${REINPLACE_CMD} -e 's,-O2 ,,g ; \


Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/misc/kwatch/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist   22 Jan 2006 02:28:38 -0000      1.6
+++ pkg-plist   4 Nov 2006 05:58:44 -0000
@@ -1,9 +1,9 @@
 bin/kwatch
 share/applnk/Utilities/kwatch.desktop
 share/apps/kwatch/kwatchui.rc
-share/doc/HTML/default/kwatch/common
-share/doc/HTML/default/kwatch/index.cache.bz2
-share/doc/HTML/default/kwatch/index.docbook
+%%DOCSDIR%%/default/kwatch/common
+%%DOCSDIR%%/default/kwatch/index.cache.bz2
+%%DOCSDIR%%/default/kwatch/index.docbook
 share/icons/hicolor/16x16/apps/kwatch.png
 share/icons/hicolor/32x32/apps/kwatch.png
 share/icons/locolor/16x16/apps/kwatch.png
@@ -15,13 +15,8 @@
 @dirrmtry share/icons/locolor/16x16/apps
 @dirrmtry share/icons/locolor/16x16
 @dirrmtry share/icons/locolor
-@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
-@dirrm share/doc/HTML/default/kwatch
-@dirrmtry share/doc/HTML/default
-@dirrmtry share/doc/HTML
+@dirrm %%DOCSDIR%%/default/kwatch
+@dirrmtry %%DOCSDIR%%/default
+@dirrmtry %%DOCSDIR%%
 @dirrm share/apps/kwatch
 @dirrmtry share/applnk/Utilities
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2006-11-06 17:27:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-11-06 17:29:12 UTC
alepulver    2006-11-06 17:27:39 UTC

  FreeBSD ports repository

  Modified files:
    misc/kwatch          Makefile pkg-plist 
  Log:
  - Fix pkg-plist.
  - Pet portlint, set INSTALS_ICONS.
  
  PR:             ports/104864
  Submitted by:   Thomas Abthorpe <thomas@goodking.ca>
  
  Revision  Changes    Path
  1.35      +4 -0      ports/misc/kwatch/Makefile
  1.7       +6 -11     ports/misc/kwatch/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"