From owner-freebsd-ports Thu Aug 23 23:33:52 2001 Delivered-To: freebsd-ports@freebsd.org Received: from chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id BE24037B40A; Thu, 23 Aug 2001 23:33:44 -0700 (PDT) (envelope-from dima@chg.ru) Received: (from dima@localhost) by chg.ru (8.9.3/8.9.3) id KAA62577; Fri, 24 Aug 2001 10:32:43 +0400 (MSD) (envelope-from dima) Date: Fri, 24 Aug 2001 10:32:43 +0400 From: "Dmitry S. Sivachenko" To: Jimmy Olgeni Cc: jseger@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: [for review] installing lib/libjpeg.la in graphics/jpeg Message-ID: <20010824103243.A60373@netserv1.chg.ru> References: <20010822234506.Y1741-100000@olgeni.olgeni> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20010822234506.Y1741-100000@olgeni.olgeni>; from olgeni@uli.it on Wed, Aug 22, 2001 at 11:53:14PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I can't reproduce any of errors with _no_ libjpeg.la installed on my system. All KDE related ports build just fine. The same for bento. On Wed, Aug 22, 2001 at 11:53:14PM +0200, Jimmy Olgeni wrote: > > Hi! > > This patch makes graphics/jpeg install the lib/libjpeg.la file, needed > to build some ports (notably some KDE applications). > > > diff -ruN --exclude CVS /usr/ports/graphics/jpeg/Makefile ./Makefile > --- /usr/ports/graphics/jpeg/Makefile Sun May 27 00:30:53 2001 > +++ ./Makefile Tue Aug 21 20:50:28 2001 > @@ -24,6 +24,9 @@ > MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 > > post-install: > + @${INSTALL_DATA} ${WRKSRC}/libjpeg.la ${PREFIX}/lib/libjpeg.la > + @${PERL} -pi -e "s@installed=no@installed=yes@g" \ > + ${PREFIX}/lib/libjpeg.la > .if !defined(NOPORTDOCS) > ${MKDIR} ${PREFIX}/share/doc/jpeg > ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg > diff -ruN --exclude CVS /usr/ports/graphics/jpeg/pkg-plist ./pkg-plist > --- /usr/ports/graphics/jpeg/pkg-plist Sun May 27 00:30:53 2001 > +++ ./pkg-plist Tue Aug 21 20:50:33 2001 > @@ -8,6 +8,7 @@ > include/jmorecfg.h > include/jpeglib.h > lib/libjpeg.a > +lib/libjpeg.la > lib/libjpeg.so > lib/libjpeg.so.9 > %%PORTDOCS%%share/doc/jpeg/README > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message