svn commit: r361549 - head/emulators/pipelight

Steve Wills swills at freebsd.org
Tue Jul 15 02:58:14 UTC 2014


Hi,

FYI:

https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/689/logs/errors/pipelight-0.2.7.1.log
https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/689/logs/errors/pipelight-0.2.7.1.log

=======================<phase: check-sanity   >============================
/!\ pipelight-0.2.7.1: Makefile warnings, please consider fixing /!\

MAN1 macros are deprecated when using stage directory

/!\ pipelight-0.2.7.1: Makefile errors /!\

you cannot include bsd.port[.pre].mk twice

Could you take a look?

Thanks,
Steve

On Fri, Jul 11, 2014 at 03:33:03PM +0000, Kris Moore wrote:
> Author: kmoore
> Date: Fri Jul 11 15:33:03 2014
> New Revision: 361549
> URL: http://svnweb.freebsd.org/changeset/ports/361549
> QAT: https://qat.redports.org/buildarchive/r361549/
> 
> Log:
>   - Update RUN_DEPENDS to use the correct version of wine, wine-devel on i386,
>   and i386-wine-devel on amd64
> 
> Modified:
>   head/emulators/pipelight/Makefile
> 
> Modified: head/emulators/pipelight/Makefile
> ==============================================================================
> --- head/emulators/pipelight/Makefile	Fri Jul 11 15:28:13 2014	(r361548)
> +++ head/emulators/pipelight/Makefile	Fri Jul 11 15:33:03 2014	(r361549)
> @@ -19,7 +19,6 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:${POR
>  		${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \
>  		${LOCALBASE}/bin/zenity:${PORTSDIR}/x11/zenity \
>  		${LOCALBASE}/bin/cabextract:${PORTSDIR}/archivers/cabextract \
> -		${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel \
>  		${LOCALBASE}/bin/flock:${PORTSDIR}/sysutils/flock \
>  		${LOCALBASE}/bin/gpg2:${PORTSDIR}/security/gnupg
>  
> @@ -27,8 +26,10 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:${POR
>  
>  .if ${ARCH} == "i386"
>  BUILD_DEPENDS+=	${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel
> +RUN_DEPENDS+=	${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/wine-devel
>  .elif ${ARCH} == "amd64"
>  BUILD_DEPENDS+=	${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel
> +RUN_DEPENDS+=	${LOCALBASE}/bin/wine:${PORTSDIR}/emulators/i386-wine-devel
>  .endif
>  
>  WRKSRC=		${WRKDIR}/mmueller2012-pipelight-e2362eb15df6
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140715/42e8e7c7/attachment.sig>


More information about the svn-ports-head mailing list