Bug 117449 - [PATCH] deskutils/kchmviewer - fixed install problem when `WITHOUT_KDE' is set
Summary: [PATCH] deskutils/kchmviewer - fixed install problem when `WITHOUT_KDE' is set
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: Markus Brueffer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-24 12:30 UTC by denisehg
Modified: 2008-04-08 16:10 UTC (History)
0 users

See Also:


Attachments
Makefile.patch (1.27 KB, patch)
2007-10-24 12:30 UTC, denisehg
no flags Details | Diff
file.diff (1.58 KB, patch)
2007-10-24 12:30 UTC, denisehg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description denisehg 2007-10-24 12:30:04 UTC
	If `WITHOUT_KDE' is set, the install scripts will install locale files into the root dir, and icons into `/usr/share/icons'. These dirs are not correct places to hold the data, I think.

How-To-Repeat: 	Set the environment `WITHOUT_KDE' and then make install.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-24 16:20:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->markus

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Markus Brueffer freebsd_committer freebsd_triage 2008-04-08 16:02:42 UTC
State Changed
From-To: open->closed

I committed a slightly different version which doesn't install locales in the 
WITHOUT_KDE case at all, as locale support in the Qt-only version is not 
implemented. Thanks for your submission!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-04-08 16:03:18 UTC
markus      2008-04-08 15:02:10 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/kchmviewer Makefile distinfo pkg-plist 
  Log:
  - Update to version 3.1 [2]
  - Fix installation locations if WITHOUT_KDE is set [1]
  - Fix tinderbox build and package creation if WITHOUT_KDE is set
  - Don't install locales if WITHOUT_KDE is set, as locale support in the
    Qt-only version is not present
  
  PR:             ports/117449 [1]
                  ports/120540 [2]
  Submitted by:   Denise H. G. <denisehg@hotpop.com> [1]
                  Yarodin <yarodin@gmail.com> [2]
  
  Revision  Changes    Path
  1.14      +28 -3     ports/deskutils/kchmviewer/Makefile
  1.10      +3 -3      ports/deskutils/kchmviewer/distinfo
  1.4       +4 -5      ports/deskutils/kchmviewer/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"