pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-libtorrent-rasterbar: Avoid include failures



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Mar 23 11:07:21 2020 -0400
Changeset:	8227bdae47d14b28c516e4aa5fdc850216155da6

Modified Files:
	py-libtorrent-rasterbar/Makefile

Log Message:
py-libtorrent-rasterbar: Avoid include failures

Change include paths to net from wip, for files that are in net
(libtorrest-rasterbar).

Comment out files that aren't there.

This results in a broken package, which is better than a broken
package which causes lintpkgsrc to print out errors.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8227bdae47d14b28c516e4aa5fdc850216155da6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-libtorrent-rasterbar/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-libtorrent-rasterbar/Makefile b/py-libtorrent-rasterbar/Makefile
index 25643f1412..9f4c09a9f9 100644
--- a/py-libtorrent-rasterbar/Makefile
+++ b/py-libtorrent-rasterbar/Makefile
@@ -15,11 +15,11 @@ PYSETUPSUBDIR=	bindings/python
 CONFIGURE_ARGS+=	--with-boost-python
 CONFIGURE_ARGS+=	--enable-python-binding
 
-PATCHDIR=	${.CURDIR}/../../wip/libtorrent-rasterbar/patches
-DISTINFO_FILE=	${.CURDIR}/../../wip/libtorrent-rasterbar/distinfo
+PATCHDIR=	${.CURDIR}/../../net/libtorrent-rasterbar/patches
+DISTINFO_FILE=	${.CURDIR}/../../net/libtorrent-rasterbar/distinfo
 
 .include "../../lang/python/extension.mk"
 .include "../../devel/py-boost/buildlink3.mk"
-.include "../../wip/libtorrent-rasterbar/buildlink3.mk"
+.include "../../net/libtorrent-rasterbar/buildlink3.mk"
 
-.include "../../wip/libtorrent-rasterbar/Makefile.common"
+#.include "../../net/libtorrent-rasterbar/Makefile.common"


Home | Main Index | Thread Index | Old Index