pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: wip/gnome-commander



Hi!

I fixed some problems in gnome-commander today.
Here's how I diagnosed and fixed them, perhaps this helps
you if you find a similar problem.

On Sat, Aug 12, 2006 at 01:33:01AM -0700, Thomas Klausner wrote:
> Modified Files:
>       wip/gnome-commander: Makefile PLIST
> 
> Log Message:
> Add some missing tools (gmake for desktop file, intltool).

Sometimes, when make prints it doesn't know how to create a file,
it's caused by GNU make rules in the Makefile which are not understood
by BSD make. In these cases, adding 'gmake' to the tools helps.

intltool lossage can be diagnosed when the configure script complains
about a missing or too old p5-XML-Parser.

> Add missing files to PLIST.

Some files were missing. If you have PKG_DEVELOPER set to yes,
"make install" will complain about it. Otherwise, do
        make install
        make deinstall
        make print-PLIST

> Include scrollkeeper/omf.mk for correct omf file handling.

This takes care of handling omf files. This package installs one.
Easy to diagnose:
        grep omf PLIST*

> Add USE_DIRS line for better directory handling, and add some missing
> directories to PLIST.

"make deinstall" complained about non-empty share/pixmaps and
share/applications directories -- these are shared between KDE and
Gnome packages. In pkgsrc this is handled by add
        USE_DIRS+=      xdg-1.1
to the Makefile. However, since it's a Gnome2 package, I added
gnome2-1.6 to USE_DIRS instead.
I also added some more directories that were missing -- "make print-PLIST"
will note them (see above).

Cheers,
 Thomas

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss



Home | Main Index | Thread Index | Old Index