svn commit: r363876 - head/devel/xc3sprog

Baptiste Daroussin bapt at FreeBSD.org
Sun Aug 3 16:10:36 UTC 2014


On Sun, Aug 03, 2014 at 03:18:03PM +0000, Max Brazhnikov wrote:
> On Sun, 03 Aug 2014 11:25:55 +0000Sun Aug  3 11:25:54 2014 Kurt Jaeger wrote:
> > Author: pi
> > Date: Sun Aug  3 11:25:54 2014
> > New Revision: 363876
> > URL: http://svnweb.freebsd.org/changeset/ports/363876
> > QAT: https://qat.redports.org/buildarchive/r363876/
> > 
> > Log:
> >   devel/xc3sprog: r449 -> r769, new distsite, stagify
> >   
> >   PR:		188055
> >   Submitted by:	pi
> >   Approved by:	wkoszek at FreeBSD.org (maintainer timeout)
> > 
> > Modified:
> >   head/devel/xc3sprog/Makefile
> >   head/devel/xc3sprog/distinfo
> > 
> > Modified: head/devel/xc3sprog/Makefile
> > ==============================================================================
> > --- head/devel/xc3sprog/Makefile	Sun Aug  3 11:22:45 2014	(r363875)
> > +++ head/devel/xc3sprog/Makefile	Sun Aug  3 11:25:54 2014	(r363876)
> > @@ -1,29 +1,27 @@
> > -# Created by: Wojciech A. Koszek <wkoszek at FreeBSD.org>
> >  # $FreeBSD$
> >  
> >  PORTNAME=	xc3sprog
> > -PORTVERSION=	r449
> > -PORTREVISION=	1
> > +PORTVERSION=	r769
> >  CATEGORIES=	devel
> > -MASTER_SITES=	http://FreeBSD.czest.pl/~wkoszek/ports/
> > +MASTER_SITES=	http://opsec.eu/src/xc3sprog/
> >  
> > -MAINTAINER= ports at FreeBSD.org
> > +MAINTAINER=	ports at FreeBSD.org
> >  COMMENT=	Free programmer for Xilinx Spartan S3E Starter Kit
> >  
> >  LIB_DEPENDS=	libftdi.so:${PORTSDIR}/devel/libftdi
> > -RUN_DEPENDS=	${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload
> > +RUN_DEPENDS=	${LOCALBASE}/sbin/fxload:${PORTSDIR}/misc/fxload \
> > +		${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake
> >  
> > -USES=		cmake
> > +USES=		tar:xz
> >  ALL_TARGET=	xc3sprog
> >  
> >  PLIST_FILES=	bin/xc3sprog
> >  
> > -NO_STAGE=	yes
> > -do-install:
> > -	${INSTALL_PROGRAM} ${WRKSRC}/xc3sprog ${PREFIX}/bin
> > +pre-configure:
> > +	cd ${WRKSRC} && cmake .
> 
> What's wrong with USES=cmake? 

Beside that direct usage of cmake like this defeat passing proper env, meaning
that for example CC is not respected anymore

Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140803/86aa0d3e/attachment.sig>


More information about the svn-ports-head mailing list