summaryrefslogtreecommitdiff
path: root/lang/python27/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2016-07-11 12:17:13 +0000
committerryoon <ryoon@pkgsrc.org>2016-07-11 12:17:13 +0000
commitc15e91b7063efd2dd184417846f09d3a58617803 (patch)
treeb11ce6479eb6c9e164a6c5432f37b6cd79d48ef8 /lang/python27/Makefile
parentf879c85edab413920310dc81ddfa95c3f92dd4cb (diff)
downloadpkgsrc-c15e91b7063efd2dd184417846f09d3a58617803.tar.gz
Bump PKGREVISION. Do not assume longer name for POSIX semaphore under NetBSD
According to sem_open(3) man page, NetBSD supports 15 chars length. Fix SemLock errno 63 ENAMETOOLONG under NetBSD.
Diffstat (limited to 'lang/python27/Makefile')
-rw-r--r--lang/python27/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 49a389bea82..01733fbdfc9 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.61 2016/07/02 15:05:43 adam Exp $
+# $NetBSD: Makefile,v 1.62 2016/07/11 12:17:13 ryoon Exp $
.include "dist.mk"
PKGNAME= python27-${PY_DISTVERSION}
+PKGREVISION= 1
CATEGORIES= lang python
MAINTAINER= pkgsrc-users@NetBSD.org