Bug 116041 - [FIX] devel/wxGlade : install missing icons and pictures
Summary: [FIX] devel/wxGlade : install missing icons and pictures
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: 2007-09-03 05:20 UTC by geraud
Modified: 2007-09-05 05:10 UTC (History)
1 user (show)

See Also:


Attachments
wxGlade.diff (4.84 KB, patch)
2007-09-03 05:20 UTC, geraud
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geraud 2007-09-03 05:20:00 UTC
	wxGlade gets installed without the icons and pictures provided in
	the tarball. When running wxglade, the main palette doesn't show
	any picture (see $DOCSDIR/html/ch03.html for an example of how it
	should look like). The reason is that the files in the 'icons'
	directory are not installed.

	maintainer ( alepulver@ ) is cc'd.

Fix: Add the 'icons' directory to the list of the ones installed.
	Bump PORTREVISION because of pkg-plist change.
How-To-Repeat: 	Install devel/wxGlade and run 'wxglade'.
	For comparison, point your browser to :
	/usr/local/share/doc/wxglade/html/ch03.html
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-03 05:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-05 05:01:17 UTC
alepulver    2007-09-05 04:01:12 UTC

  FreeBSD ports repository

  Modified files:
    devel/wxGlade        Makefile pkg-plist 
    devel/wxGlade-devel  Makefile pkg-plist 
  Log:
  - Install missing icons and pictures.
  
  PR:             ports/116041
  Submitted by:   Geraud CONTINSOUZAS <geraud@gcu.info>
  
  Revision  Changes    Path
  1.6       +2 -2      ports/devel/wxGlade-devel/Makefile
  1.4       +71 -0     ports/devel/wxGlade-devel/pkg-plist
  1.24      +2 -2      ports/devel/wxGlade/Makefile
  1.9       +71 -0     ports/devel/wxGlade/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 3 Alejandro Pulver freebsd_committer freebsd_triage 2007-09-05 05:01:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!