The following reply was made to PR ports/136992; it has been noted by GNATS.
From: Anonymous
To: bug-follo...@freebsd.org,andrey.zo...@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 - 1.160
+++ lang/python26/Makefile 23 Jul 2009 03:25:32 -
@@ -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 ---
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"