summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-01-29 19:46:33 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-01-29 19:46:33 +0000
commit2cf46f2158d063c1ae00710e3530d9dd9be0fd3f (patch)
treebe3f0ff913a168501d80a0305ffb030bd81dcddd /net-p2p
parentOPTIONSngify (diff)
Revert r310507 by putting pkg-plist back. The problem is that w/o pkg-plist
file installation of this ports hangs on "Generating temporary packing list" stage. I discovered that while testing of libtorrent-rasterbar-16-python update on a live system (while build is fine in tinderbox tests). I found exactly the same report at [1] while googling of the problem. Sorry about that. [1] http://forums.freebsd.org/showthread.php?t=37177 Pointyhat to: rm (myself)
Notes
Notes: svn path=/head/; revision=311181
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libtorrent-rasterbar-15-python/Makefile3
-rw-r--r--net-p2p/libtorrent-rasterbar-15-python/pkg-plist1
-rw-r--r--net-p2p/libtorrent-rasterbar-16-python/Makefile4
-rw-r--r--net-p2p/libtorrent-rasterbar-16-python/pkg-plist1
4 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15-python/Makefile b/net-p2p/libtorrent-rasterbar-15-python/Makefile
index 3c2e735a832a..e75a9a2c3687 100644
--- a/net-p2p/libtorrent-rasterbar-15-python/Makefile
+++ b/net-p2p/libtorrent-rasterbar-15-python/Makefile
@@ -12,8 +12,7 @@ LIB_DEPENDS+= boost_python.4:${PORTSDIR}/devel/boost-python-libs \
BUILD_WRKSRC= ${WRKSRC}/bindings/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= #
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/libtorrent.so
+PLIST= ${.CURDIR}/pkg-plist
INSTALLS_EGGINFO= yes
PYDISTUTILS_PKGNAME= python_libtorrent
diff --git a/net-p2p/libtorrent-rasterbar-15-python/pkg-plist b/net-p2p/libtorrent-rasterbar-15-python/pkg-plist
new file mode 100644
index 000000000000..128a4b8d4812
--- /dev/null
+++ b/net-p2p/libtorrent-rasterbar-15-python/pkg-plist
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/libtorrent.so
diff --git a/net-p2p/libtorrent-rasterbar-16-python/Makefile b/net-p2p/libtorrent-rasterbar-16-python/Makefile
index 73dd7d00662e..4beaf60cde03 100644
--- a/net-p2p/libtorrent-rasterbar-16-python/Makefile
+++ b/net-p2p/libtorrent-rasterbar-16-python/Makefile
@@ -12,9 +12,7 @@ LIB_DEPENDS+= boost_python.4:${PORTSDIR}/devel/boost-python-libs \
BUILD_WRKSRC= ${WRKSRC}/bindings/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= #
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/libtorrent.so
-
+PLIST= ${.CURDIR}/pkg-plist
INSTALLS_EGGINFO= yes
PYDISTUTILS_PKGNAME= python_libtorrent
diff --git a/net-p2p/libtorrent-rasterbar-16-python/pkg-plist b/net-p2p/libtorrent-rasterbar-16-python/pkg-plist
new file mode 100644
index 000000000000..128a4b8d4812
--- /dev/null
+++ b/net-p2p/libtorrent-rasterbar-16-python/pkg-plist
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/libtorrent.so