From owner-svn-ports-all@FreeBSD.ORG Fri Apr 4 05:54:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0989DF75; Fri, 4 Apr 2014 05:54:10 +0000 (UTC) Received: from smtp-out-02.shaw.ca (smtp-out-03.shaw.ca [64.59.136.139]) by mx1.freebsd.org (Postfix) with ESMTP id ADE26E79; Fri, 4 Apr 2014 05:54:09 +0000 (UTC) X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=tLeJwtg1FCvAouMblIYY1Z5/U6XdMrtw4y2B9g+QINc= c=1 sm=1 a=egfDnhTt3Q0A:10 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=IbtKDeXwb2+SRU442/pi3A==:17 a=6I5d2MoRAAAA:8 a=KC9ug_Y4AAAA:8 a=BWvPGDcYAAAA:8 a=EwYDHqWZmmDUP7KC07QA:9 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=V7tsTZBp22UA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([96.50.7.119]) by smtp-out-02.shaw.ca with ESMTP; 03 Apr 2014 23:54:09 -0600 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id CE7B29C00; Thu, 3 Apr 2014 22:54:08 -0700 (PDT) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.8/8.14.8) with ESMTP id s345s8PR076613; Thu, 3 Apr 2014 22:54:08 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.14.8/8.13.1/Submit) with ESMTP id s345s8pl076610; Thu, 3 Apr 2014 22:54:08 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201404040554.s345s8pl076610@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.5 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Antoine Brodin Subject: Re: svn commit: r350041 - head/print/xpp In-Reply-To: Message from Antoine Brodin of "Thu, 03 Apr 2014 19:03:00 -0000." <201404031903.s33J3045034788@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 03 Apr 2014 22:54:08 -0700 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Cy Schubert List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 05:54:10 -0000 In message <201404031903.s33J3045034788@svn.freebsd.org>, Antoine Brodin writes : > Author: antoine > Date: Thu Apr 3 19:03:00 2014 > New Revision: 350041 > URL: http://svnweb.freebsd.org/changeset/ports/350041 > QAT: https://qat.redports.org/buildarchive/r350041/ > > Log: > - Fix build with new cups > - Stage support > > Reported by: pkg-fallout > With hat: portmgr > MFH: 2014Q2 > > Modified: > head/print/xpp/Makefile > > Modified: head/print/xpp/Makefile > ============================================================================= > = > --- head/print/xpp/Makefile Thu Apr 3 19:01:37 2014 (r350040) > +++ head/print/xpp/Makefile Thu Apr 3 19:03:00 2014 (r350041) > @@ -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 > > Thanks. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.