Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 07:13:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 189222] New port: comms/owfs, software for communicating with Dallas/Maxim 1-Wire network
Message-ID:  <bug-189222-13-vDtkWZme2L@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-189222-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-189222-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189222

--- Comment #8 from johan@stromnet.se ---
Found an additional problem, the build failed with an updated ports tree. Seems
bsd.python.mk was removed just a day or so ago.

Tried to attach an updated .shar but I just keep getting Internal Server
Error... The Makefile should be patched accordingly, tested on FreeBSD 9.2:


--- owfs-a/Makefile     2014-08-12 09:13:00.633966176 +0200
+++ owfs-b/Makefile     2014-08-12 09:13:05.830968397 +0200
@@ -172,8 +172,7 @@
 .endif

 .if ${PORT_OPTIONS:MOWPYTHON}
-USE_PYTHON=yes
-.include "${PORTSDIR}/Mk/bsd.python.mk"
+USES+=python
 SWIG=1
 CONFIGURE_ARGS+=               --enable-owpython
 PLIST_SUB+=    OWPYTHON=""

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-189222-13-vDtkWZme2L>