Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2013 19:46:33 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311181 - in head/net-p2p: libtorrent-rasterbar-15-python libtorrent-rasterbar-16-python
Message-ID:  <201301291946.r0TJkX1H027876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Tue Jan 29 19:46:33 2013
New Revision: 311181
URL: http://svnweb.freebsd.org/changeset/ports/311181

Log:
  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)

Added:
  head/net-p2p/libtorrent-rasterbar-15-python/pkg-plist   (contents, props changed)
  head/net-p2p/libtorrent-rasterbar-16-python/pkg-plist   (contents, props changed)
Modified:
  head/net-p2p/libtorrent-rasterbar-15-python/Makefile
  head/net-p2p/libtorrent-rasterbar-16-python/Makefile

Modified: head/net-p2p/libtorrent-rasterbar-15-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-15-python/Makefile	Tue Jan 29 19:38:30 2013	(r311180)
+++ head/net-p2p/libtorrent-rasterbar-15-python/Makefile	Tue Jan 29 19:46:33 2013	(r311181)
@@ -12,8 +12,7 @@ LIB_DEPENDS+=	boost_python.4:${PORTSDIR}
 
 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

Added: head/net-p2p/libtorrent-rasterbar-15-python/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/libtorrent-rasterbar-15-python/pkg-plist	Tue Jan 29 19:46:33 2013	(r311181)
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/libtorrent.so

Modified: head/net-p2p/libtorrent-rasterbar-16-python/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar-16-python/Makefile	Tue Jan 29 19:38:30 2013	(r311180)
+++ head/net-p2p/libtorrent-rasterbar-16-python/Makefile	Tue Jan 29 19:46:33 2013	(r311181)
@@ -12,9 +12,7 @@ LIB_DEPENDS+=	boost_python.4:${PORTSDIR}
 
 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
 

Added: head/net-p2p/libtorrent-rasterbar-16-python/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-p2p/libtorrent-rasterbar-16-python/pkg-plist	Tue Jan 29 19:46:33 2013	(r311181)
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/libtorrent.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301291946.r0TJkX1H027876>