Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Apr 2014 22:53:38 -0700
From:      Cy Schubert <Cy.Schubert@komquats.com>
To:        Antoine Brodin <antoine@FreeBSD.org>
Cc:        svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r350042 - branches/2014Q2/print/xpp
Message-ID:  <201404040553.s345rcjx076588@slippy.cwsent.com>
In-Reply-To: Message from Antoine Brodin <antoine@FreeBSD.org> of "Thu, 03 Apr 2014 19:09:41 -0000." <201404031909.s33J9faB035626@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <201404031909.s33J9faB035626@svn.freebsd.org>, Antoine Brodin 
writes
:
> Author: antoine
> Date: Thu Apr  3 19:09:40 2014
> New Revision: 350042
> URL: http://svnweb.freebsd.org/changeset/ports/350042
> QAT: https://qat.redports.org/buildarchive/r350042/
> 
> Log:
>   MFH: r350041
>   
>   - Fix build with new cups
>   - Stage support
>   
>   Reported by:	pkg-fallout
>   With hat:	portmgr
> 
> Modified:
>   branches/2014Q2/print/xpp/Makefile
> Directory Properties:
>   branches/2014Q2/   (props changed)
> 
> Modified: branches/2014Q2/print/xpp/Makefile
> =============================================================================
> =
> --- branches/2014Q2/print/xpp/Makefile	Thu Apr  3 19:03:00 2014
> 	(r350041)
> +++ branches/2014Q2/print/xpp/Makefile	Thu Apr  3 19:09:40 2014
> 	(r350042)
> @@ -10,18 +10,17 @@ MASTER_SITES=	SF/cups/${PORTNAME}/${PORT
>  MAINTAINER=	cy@FreeBSD.org
>  COMMENT=	X11-based printer manager for CUPS
>  
> -LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-client \
> -		fltk.1:${PORTSDIR}/x11-toolkits/fltk
> +LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client \
> +		libfltk.so.1:${PORTSDIR}/x11-toolkits/fltk
>  BUILD_DEPENDS=	${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
>  
> -USE_BZIP2=	yes
> -USE_GMAKE=	yes
> +USES=		gmake tar:bzip2
>  GNU_CONFIGURE=	yes
> +CFLAGS+=	-D_IPP_PRIVATE_STRUCTURES
>  
>  PLIST_FILES=	bin/xpp share/doc/xpp/README
>  PLIST_DIRS=	share/doc/xpp
>  
> -NO_STAGE=	yes
>  post-configure:
>  	@${REINPLACE_CMD} -e 's|$$(all_includes)|-I ${PREFIX}/include|' \
>  	    ${WRKSRC}/Makefile
> @@ -29,7 +28,7 @@ post-configure:
>  	@${REINPLACE_CMD} -e 's|printFiles::get|get|' ${WRKSRC}/xpp.h
>  
>  post-install:
> -	${MKDIR} ${PREFIX}/share/doc/xpp
> -	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xpp
> +	${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/xpp
> +	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/xpp
>  
>  .include <bsd.port.mk>
> 
> 


Thanks.


-- 
Cheers,
Cy Schubert <Cy.Schubert@komquats.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404040553.s345rcjx076588>