pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/42378: build of fonts/t1lib with PKG_OPTION.t1lib=-x11 broken



The following reply was made to PR pkg/42378; it has been noted by GNATS.

From: Wolfgang Stukenbrock <Wolfgang.Stukenbrock%nagler-company.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/42378: build of fonts/t1lib with PKG_OPTION.t1lib=-x11 broken
Date: Wed, 25 Nov 2009 19:08:09 +0100

 Hi again - sorry for the incomplete patch for report
 
 
 You need to split the PLIST file in order to separate the x11 parts to 
 avoid warnings during package installation
 
 
 Here the complete changes needed to get a working setup.
 
 changes to PLIST:
 --- PLIST       2009/11/25 17:25:24     1.1
 +++ PLIST       2009/11/25 17:26:43
 @@ -1,10 +1,7 @@
   @comment $NetBSD: PLIST,v 1.10 2005/09/07 17:46:28 reed Exp $
   bin/type1afm
 -bin/xglyph
   include/t1lib.h
 -include/t1libx.h
   lib/libt1.la
 -lib/libt1x.la
   share/doc/${PKGBASE}/Makefile
   share/doc/${PKGBASE}/Makefile.in
   share/doc/${PKGBASE}/Tee.eps
 
 
 new file PLIST.x11:
 
 @comment $Id: PLIST.x11,v 1.1 2009/11/25 17:30:12 wgstuken Exp $
 bin/xglyph
 include/t1libx.h
 lib/libt1x.la
 
 
 changes for options.mk:
 
 --- options.mk  2009/11/25 17:15:59     1.1
 +++ options.mk  2009/11/25 17:28:34
 @@ -12,4 +12,8 @@
   .include "../../x11/libXp/buildlink3.mk"
   .include "../../x11/libXpm/buildlink3.mk"
   .include "../../x11/libXt/buildlink3.mk"
 +# need to set PLIST, if we need the x11 parts too
 +PLIST_SRC=    ${PKGDIR}/PLIST ${PKGDIR}/PLIST.x11
 +.else
 +CONFIGURE_ARGS+= --without-x
   .endif
 
 
 gnats-admin%NetBSD.org@localhost wrote:
 
 >      Note: There was a bad value `' for the field `Class'.
 >      It was set to the default value of `sw-bug'.
 > 
 > Thank you very much for your problem report.
 > It has the internal identification `pkg/42378'.
 > The individual assigned to look at your
 > report is: pkg-manager. 
 > 
 > 
 >>Category:       pkg
 >>Responsible:    pkg-manager
 >>Synopsis:       build of fonts/t1lib with PKG_OPTION.t1lib=-x11 broken
 >>Arrival-Date:   Wed Nov 25 17:25:00 +0000 2009
 >>
 > 
 
 


Home | Main Index | Thread Index | Old Index