Bug 104843 - [PATCH] deskutils/ktagebuch: fix pkg-plist, pet portlint
Summary: [PATCH] deskutils/ktagebuch: 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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-27 01:20 UTC by Thomas Abthorpe
Modified: 2006-11-21 10:40 UTC (History)
0 users

See Also:


Attachments
ktagebuch-0.74_3.patch (1.17 KB, patch)
2006-10-27 01: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 01:20:18 UTC
- fix pkg-plist, addresses http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/ktagebuch-0.74_3.log
- pet portlint, use INSTALLS_ICONS

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-10-27 01:57:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 Thomas Abthorpe 2006-11-04 05:19:20 UTC
Please accept the follow patch amendments

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/ktagebuch/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- Makefile    14 Aug 2006 22:55:05 -0000      1.16
+++ Makefile    4 Nov 2006 05:18:19 -0000
@@ -22,6 +22,10 @@
 USE_GMAKE=             yes
 USE_AUTOTOOLS=         libtool:15
 USE_LDCONFIG=  yes
+INSTALLS_ICONS=        yes
+USE_GETTEXT=   yes
+
+DOCSDIR=share/doc/HTML

 post-patch:
        @${REINPLACE_CMD} -e 's|-O2|-fPIC|g' ${WRKSRC}/${CONFIGURE_SCRIPT}


Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/deskutils/ktagebuch/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist   23 Feb 2006 10:35:21 -0000      1.4
+++ pkg-plist   4 Nov 2006 05:19:17 -0000
@@ -25,33 +25,27 @@
 share/apps/ktagebuch/icons/crystalsvg/32x32/actions/yearforward.png
 share/apps/ktagebuch/ktagebuchui.rc
 share/apps/ktagebuch/mood.plugin
-share/doc/HTML/de/ktagebuch/common
-share/doc/HTML/de/ktagebuch/find.png
-share/doc/HTML/de/ktagebuch/generaloptions.png
-share/doc/HTML/de/ktagebuch/index.cache.bz2
-share/doc/HTML/de/ktagebuch/index.docbook
-share/doc/HTML/de/ktagebuch/mainwindow.png
-share/doc/HTML/en/ktagebuch/common
-share/doc/HTML/en/ktagebuch/find.png
-share/doc/HTML/en/ktagebuch/generaloptions.png
-share/doc/HTML/en/ktagebuch/index.cache.bz2
-share/doc/HTML/en/ktagebuch/index.docbook
-share/doc/HTML/en/ktagebuch/mainwindow.png
+%%DOCSDIR%%/de/ktagebuch/common
+%%DOCSDIR%%/de/ktagebuch/find.png
+%%DOCSDIR%%/de/ktagebuch/generaloptions.png
+%%DOCSDIR%%/de/ktagebuch/index.cache.bz2
+%%DOCSDIR%%/de/ktagebuch/index.docbook
+%%DOCSDIR%%/de/ktagebuch/mainwindow.png
+%%DOCSDIR%%/en/ktagebuch/common
+%%DOCSDIR%%/en/ktagebuch/find.png
+%%DOCSDIR%%/en/ktagebuch/generaloptions.png
+%%DOCSDIR%%/en/ktagebuch/index.cache.bz2
+%%DOCSDIR%%/en/ktagebuch/index.docbook
+%%DOCSDIR%%/en/ktagebuch/mainwindow.png
 share/icons/hicolor/16x16/apps/ktagebuch.png
 share/icons/hicolor/32x32/apps/ktagebuch.png
 share/locale/de/LC_MESSAGES/ktagebuch.mo
 share/locale/es/LC_MESSAGES/ktagebuch.mo
-@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/ktagebuch
-@dirrmtry share/doc/HTML/en
-@dirrm share/doc/HTML/de/ktagebuch
-@dirrmtry share/doc/HTML/de
-@dirrmtry share/doc/HTML
+@dirrm %%DOCSDIR%%/en/ktagebuch
+@dirrmtry %%DOCSDIR%%/en
+@dirrm %%DOCSDIR%%/de/ktagebuch
+@dirrmtry %%DOCSDIR%%/de
+@dirrmtry %%DOCSDIR%%
 @dirrm share/apps/ktagebuch/icons/crystalsvg/32x32/actions
 @dirrm share/apps/ktagebuch/icons/crystalsvg/32x32
 @dirrm share/apps/ktagebuch/icons/crystalsvg/16x16/actions
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-21 10:30:29 UTC
clsung      2006-11-21 10:30:19 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/ktagebuch  Makefile pkg-plist 
  Log:
  - fix pkg-plist, addresses http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/ktagebuch-0.74_3.log
  - pet portlint, use INSTALLS_ICONS
  
  PR:             ports/104843
  Submitted by:   Thomas Abthorpe <thomas_AT_goodking dot ca>
  
  Revision  Changes    Path
  1.17      +4 -0      ports/deskutils/ktagebuch/Makefile
  1.5       +17 -23    ports/deskutils/ktagebuch/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"
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-11-21 10:30:31 UTC
State Changed
From-To: open->closed

Committed. Thank You.