Date: Thu, 3 Apr 2014 19:09:41 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r350042 - branches/2014Q2/print/xpp Message-ID: <201404031909.s33J9faB035626@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404031909.s33J9faB035626>