pkgsrc-Bugs archive

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

Re: pkg/41412: [lang/python26] PLIST is wrong or bsddb185.so doesn't be built



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

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: Ryo HAYASAKA <ryoh%jaist.ac.jp@localhost>
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/41412: [lang/python26] PLIST is wrong or bsddb185.so
        doesn't be built
Date: Tue, 12 May 2009 22:44:32 +0200

 --hHWLQfXTYDoKhP50
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Does the attached patch fix the problem you?
  Thomas
 
 --hHWLQfXTYDoKhP50
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="py26.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/lang/python26/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- Makefile   24 Apr 2009 01:32:50 -0000      1.2
 +++ Makefile   12 May 2009 20:43:59 -0000
 @@ -123,7 +123,9 @@
  MAKE_ENV+=    
PY_BDB_INCDIRS=${BUILDLINK_INCDIRS.${BDB_TYPE}:S,^,${BDBBASE}/,:Q}
  MAKE_ENV+=    PY_BDB_LIBDIRS=${BDBBASE}/lib
  LIBS+=                ${BDB_LIBS}
 +.if ${BDB_TYPE} == "db1"
  PLIST.bsddb=  yes
 +.endif
  PLIST.dll=    yes
  .  if ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
  PLIST.nis=    yes
 
 --hHWLQfXTYDoKhP50--
 


Home | Main Index | Thread Index | Old Index