Date: Thu, 23 Jul 2009 03:40:04 GMT From: Anonymous <swell.k@gmail.com> To: python@FreeBSD.org Subject: Re: ports/136992: [lang/python26] bug in Makefile Message-ID: <200907230340.n6N3e4tD042003@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR ports/136992; it has been noted by GNATS.
From: Anonymous <swell.k@gmail.com>
To: bug-followup@FreeBSD.org,andrey.zonov@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 ---
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907230340.n6N3e4tD042003>
