On Friday 31 July 2009 06:32:09 Dan Langille wrote:
> I am updating the FreeBSD port for bat.  I noticed I needed to make this
> change:
>
> [r...@laptop /home/dan/src/sysutils/bacula-bat]# diff Makefile~ Makefile
> 43c43
> <       ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/.libs/bat
> ${PREFIX}/sbin ---
>
> >       ${INSTALL_PROGRAM} ${WRKSRC}/src/qt-console/bat ${PREFIX}/sbin
>
> In short, it looks like bat used to build in src/qt-console/.libs, but
> is now one directory up.
>
> Does that sound familiar to anyone?

To the best of my knowledge bat has always been build in the src/qt-console 
directory.  However, the Makefile is produced by qmake, which I hope to 
eliminate someday since qmake does what *it* wants, which often is not what I 
want, so it has been a real pain in the neck.  This change is probably 
because the 3.0.x version uses libtool, and maybe that causes qmake to 
install it differently ...

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to