Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153229070
D13189.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
982 B
Referenced Files
None
Subscribers
None
D13189.diff
View Options
Index: head/audio/py-pyliblo/Makefile
===================================================================
--- head/audio/py-pyliblo/Makefile
+++ head/audio/py-pyliblo/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= pyliblo
-PORTVERSION= 0.10.0
+DISTVERSION= 0.10.0
+PORTREVISION= 1
CATEGORIES= audio python
MASTER_SITES= http://das.nasophon.de/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,14 +14,13 @@
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= pyrex>=0.9.4:devel/pyrex \
- ${LOCALBASE}/bin/cython:lang/cython
+BUILD_DEPENDS= cython${PYTHON_VER:M3.*:S/^3/-3/}:lang/cython${PYTHON_MAJOR_VER:M3}
LIB_DEPENDS= liblo.so:audio/liblo
+USES= localbase:ldflags python
USES= python
-USE_PYTHON= distutils
+USE_PYTHON= distutils # autoplist fails to add the manpage files
MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
-LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' ${WRKSRC}/setup.py
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 10:52 PM (14 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31869708
Default Alt Text
D13189.diff (982 B)
Attached To
Mode
D13189: audio/py-pyliblo: Update: Removed the unnecessary dependency on pyrex; Made it python3-compatible; Added USES=localbase:ldflags.
Attached
Detach File
Event Timeline
Log In to Comment