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: Ryo HAYASAKA <ryoh%jaist.ac.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/41412: [lang/python26] PLIST is wrong or bsddb185.so
doesn't be built
Date: Wed, 13 May 2009 19:14:13 +0900 (JST)
In the message on Tue, 12 May 2009 20:45:02 +0000 (UTC),
Thomas Klausner <wiz%NetBSD.org@localhost> wrote:
> Does the attached patch fix the problem you?
No, it doesn't.
> 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
BDB_TYPE is already set to db1 in my case, so this doesn't make any
improvements.
--
Ryo HAYASAKA <ryoh%jaist.ac.jp@localhost>
Japan Advanced Institute of Science and Technology (JAIST)
Home |
Main Index |
Thread Index |
Old Index