svn commit: r342543 - in head/devel/libqxt: . files

Max Brazhnikov makc at freebsd.org
Wed Feb 5 12:33:07 UTC 2014


On Wed, 05 Feb 2014 10:42:46 +0100 Pietro Cerutti wrote:
> On 2014-Feb-04, 20:11, Max Brazhnikov wrote:
> > Hi Pietro,
> 
> Hi Max,
> 
> thanks for your valuable feedback!
> 
> > On Tue, 04 Feb 2014 14:52:26 +0000Tue Feb  4 14:52:26 2014 Pietro Cerutti wrote:
> > > Author: gahr
> > > Date: Tue Feb  4 14:52:26 2014
> > > New Revision: 342543
> > > URL: http://svnweb.freebsd.org/changeset/ports/342543
> > > QAT: https://qat.redports.org/buildarchive/r342543/
> > > 
> > > Log:
> > >   - STAGE-clean
> > >   - Fix LIB_DEPENDS format
> > > 
> > > Modified:
> > >   head/devel/libqxt/Makefile
> > >   head/devel/libqxt/files/patch-src-designer_designer.pro
> > >   head/devel/libqxt/pkg-plist
> > > 
> > > Modified: head/devel/libqxt/Makefile
> > > ==============================================================================
> > > --- head/devel/libqxt/Makefile	Tue Feb  4 14:42:21 2014	(r342542)
> > > +++ head/devel/libqxt/Makefile	Tue Feb  4 14:52:26 2014	(r342543)
> > > @@ -10,7 +10,7 @@ DISTNAME=	v${PORTVERSION}
> > >  MAINTAINER=	gahr at FreeBSD.org
> > >  COMMENT=	Extension library for Qt
> > >  
> > > -LIB_DEPENDS=	dns_sd:${PORTSDIR}/net/avahi-libdns
> > > +LIB_DEPENDS=	libdns_sd.so:${PORTSDIR}/net/avahi-libdns
> > >  BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
> > >  
> > >  USE_BDB=	44+
> > > @@ -21,10 +21,10 @@ USE_LDCONFIG=	${PREFIX}/lib/qxt
> > >  
> > >  QT_NONSTANDARD=	yes
> > >  HAS_CONFIGURE=	yes
> > > -CONFIGURE_ARGS=	-prefix ${PREFIX} \
> > > -		-libdir ${PREFIX}/lib/qxt \
> > > +CONFIGURE_ARGS=	-prefix ${STAGEDIR}${PREFIX} \
> > 
> > In qmake world the STAGEDIR is called INSTALL_ROOT. Perhaps you could avoid
> > this and related hacks, if you'd set DESTDIRNAME=INSTALL_ROOT.
> 
> It is not really clear to me how you think I should fix this. Could you
> please be more precise please?

Just add 'DESTDIRNAME=	INSTALL_ROOT' to Makefile :)

See the patch with all my suggestions and some other improvements:
http://people.freebsd.org/~makc/patches/libqxt.diff

Cheers,
Max



More information about the svn-ports-all mailing list