ports/136992: [lang/python26] bug in Makefile

Anonymous swell.k at gmail.com
Thu Jul 23 03:40:04 UTC 2009


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

From: Anonymous <swell.k at gmail.com>
To: bug-followup at FreeBSD.org,andrey.zonov at gmail.com
Cc:  
Subject: Re: ports/136992: [lang/python26] bug in Makefile
Date: Thu, 23 Jul 2009 07:32:51 +0400

 I don't think you'll be able to build with POSIX semaphores.
 But the error you get is due to an extra dot crept in 1.157.
 --- python26.diff begins here ---
 Index: lang/python26/Makefile
 ===================================================================
 RCS file: /home/csup/ports/lang/python26/Makefile,v
 retrieving revision 1.160
 diff -u -p -r1.160 Makefile
 --- lang/python26/Makefile	14 Jul 2009 09:29:02 -0000	1.160
 +++ lang/python26/Makefile	23 Jul 2009 03:25:32 -0000
 @@ -66,7 +66,6 @@ EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-
  SEM_MSG=	""
  .else
  IGNORE=		POSIX semaphore support only works in FreeBSD 7-STABLE and later
 -.
  .endif # ${OSVERSION} >= 701106
  .else # !defined(WITH_SEM)
  SEM_MSG=	"@comment "
 --- python26.diff begins here ---


More information about the freebsd-python mailing list