Bug 132450 - missing dependecies for xfce4-conf
Summary: missing dependecies for xfce4-conf
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 12:10 UTC by Ohata
Modified: 2009-03-10 18:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ohata 2009-03-09 12:10:02 UTC
I was updated xfce4 from 4.4.3 to 4.6.0

the procedure is show bellow,

1. pkg_deinstall -r libxfce4gui libxfce4mcs libxfce4util xfce4-icon-theme
 due to above operation,xfce4 ports were deinstalled.

2. ports_install x11-ww/xfce4
 During xfce4-conf configuration phase,
 3 p5 modules were reported as missing ,but ports configuration was finished
 and broken xfce4-conf was installed without error.

 the reported p5 modules are:

p5-ExtUtils-Depends
p5-ExtUtils-PkgConfig
p5-Glib2

Fix: 

Install missing 3 p5 modules then portsupgrade -f xfce4-conf
How-To-Repeat: In the xfce4-conf ports dir, make confiure (without above modules)
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-03-09 20:03:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-10 18:39:03 UTC
oliver      2009-03-10 18:38:53 UTC

  FreeBSD ports repository

  Modified files:
    x11/xfce4-conf       Makefile pkg-plist 
  Log:
  add OPTIONal support for installing perl bindings
  
  Noted by:       Ohata <Ohata.Hideshi@dx.MitsubishiElectric.co.jp>
  PR:             ports/132450
  
  Revision  Changes    Path
  1.2       +25 -1     ports/x11/xfce4-conf/Makefile
  1.2       +13 -0     ports/x11/xfce4-conf/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 Oliver Lehmann freebsd_committer freebsd_triage 2009-03-10 18:39:06 UTC
State Changed
From-To: open->closed

I comitted perl support which can now be dis-/enabled.