Date: Thu, 1 Dec 2011 11:05:23 +0000 From: "Sergey A. Osokin" <osa@FreeBSD.org> To: Pietro Cerutti <gahr@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: [ports] cvs commit: ports/devel/glui Makefile ports/devel/glui/files patch-makefile Message-ID: <20111201110523.GA17923@FreeBSD.org> In-Reply-To: <20111201104500.30DC91065789@hub.freebsd.org> References: <201112011044.pB1Aiql7047544@repoman.freebsd.org> <20111201104500.30DC91065789@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 01, 2011 at 10:45:00AM +0000, Pietro Cerutti wrote: > gahr 2011-12-01 10:44:52 UTC > > FreeBSD ports repository > > Modified files: > devel/glui Makefile > devel/glui/files patch-makefile > Log: > - Build and install shared library as well > > Feature safe: yes > > Revision Changes Path > 1.14 +2 -1 ports/devel/glui/Makefile > 1.2 +36 -3 ports/devel/glui/files/patch-makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: ports/devel/glui/Makefile > diff -u ports/devel/glui/Makefile:1.13 ports/devel/glui/Makefile:1.14 > --- ports/devel/glui/Makefile:1.13 Tue Feb 9 19:39:53 2010 > +++ ports/devel/glui/Makefile Thu Dec 1 10:44:52 2011 > @@ -21,12 +21,13 @@ > > WRKSRC= ${WRKDIR}/${DISTNAME}/src > > -PLIST_FILES= include/glui.h lib/libglui.a > +PLIST_FILES= include/glui.h lib/libglui.a lib/libglui.so > PORTDOCS= * > > do-install: > ${INSTALL_DATA} ${WRKSRC}/include/GL/glui.h ${PREFIX}/include/ > ${INSTALL_DATA} ${WRKSRC}/lib/libglui.a ${PREFIX}/lib/ > + ${INSTALL_DATA} ${WRKSRC}/lib/libglui.so ${PREFIX}/lib/ > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/doc/glui_manual.pdf ${DOCSDIR}/ Could you please bump PORTREVISION due to package and pkg-list changes? -- Sergey A. Osokin osa@FreeBSD.ORG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111201110523.GA17923>