dcoppa b9f4dd2730 Py_ssize_t != int
On a sparc64 host, git-cvs died of a bus error due to a mismatch
in the string length argument passed to PyString_AsStringAndLength.

Spotted and fixed by uwe@
2013-08-09 05:41:50 +00:00

27 lines
627 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/08/09 05:41:50 dcoppa Exp $
COMMENT= RCS parsing library for Python
CHANGESET= 75d93404707d
# we just make up a version since changesets are SHA1 hashes
VERSION= 20090807
DISTNAME= ${CHANGESET}
EXTRACT_SUFX= .tar.bz2
PKGNAME= rcsparse-${VERSION}
REVISION= 1
CATEGORIES= devel
PERMIT_PACKAGE_CDROM= Yes
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse
MASTER_SITES= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/archive/
WRKDIST= ${WRKDIR}/rcsparse-${CHANGESET}
USE_GMAKE= Yes
MODULES= lang/python
NO_TEST= Yes
WANTLIB += ${MODPY_WANTLIB}
.include <bsd.port.mk>