Date: Fri, 15 Jun 2007 19:47:29 +0400 From: "Andrew Pantyukhin" <sat@FreeBSD.org> To: "Ying-Chieh Liao" <ijliao@freebsd.org>, cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/print Makefile ports/print/libharu Makefile distinfo pkg-descr ports/print/libharu/files patch-configure Message-ID: <cb5206420706150847q934934ao71db080591e6f8ad@mail.gmail.com> In-Reply-To: <20070615151807.27A4616A4EE@hub.freebsd.org> References: <200706151518.l5FFI1ow029108@repoman.freebsd.org> <20070615151807.27A4616A4EE@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/15/07, Ying-Chieh Liao <ijliao@freebsd.org> wrote: > ijliao 2007-06-15 15:18:00 UTC > > FreeBSD ports repository > > Modified files: > print Makefile > Added files: > print/libharu Makefile distinfo pkg-descr > print/libharu/files patch-configure > Log: > add libharu 2.0.8 > Haru Free PDF Library > > Revision Changes Path > 1.429 +1 -0 ports/print/Makefile > 1.1 +43 -0 ports/print/libharu/Makefile (new) > 1.1 +3 -0 ports/print/libharu/distinfo (new) > 1.1 +11 -0 ports/print/libharu/files/patch-configure (new) > 1.1 +15 -0 ports/print/libharu/pkg-descr (new) > _______________________________________________ Please forward pkg-descr in CVS log message when committing a new port. It's always interesting to know more than a comment can convey. > --- /dev/null Fri Jun 15 15:18:06 2007 > +++ ports/print/libharu/files/patch-configure Fri Jun 15 15:18:00 2007 > @@ -0,0 +1,11 @@ > +--- configure.orig Fri Jun 15 22:47:35 2007 > ++++ configure Fri Jun 15 22:48:13 2007 > +@@ -24,7 +24,7 @@ > + CFLAGS_EXE='-o ' > + CFLAGS_USER= > + > +-LDFLAGS='-L.' > ++LDFLAGS='-L. -L${PREFIX}/lib' You probably wanted to use LOCALBASE here. If you do, don't forget to add it to CONFIGURE_ENV. Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb5206420706150847q934934ao71db080591e6f8ad>