FreeBSD Bugzilla – Attachment 156863 Details for
Bug 200245
comms/owfs: Update to 3.1p0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
revert pkg-plist
v4-owfs.3.1p0.diff (text/plain), 4.29 KB, created by
admin
on 2015-05-18 06:51:40 UTC
(
hide
)
Description:
revert pkg-plist
Filename:
MIME Type:
Creator:
admin
Created:
2015-05-18 06:51:40 UTC
Size:
4.29 KB
patch
obsolete
>diff -Nru comms/owfs.org/Makefile comms/owfs/Makefile >--- comms/owfs.org/Makefile 2015-03-07 16:19:46.000000000 +0300 >+++ comms/owfs/Makefile 2015-05-18 09:39:24.000000000 +0300 >@@ -2,8 +2,7 @@ > # $FreeBSD: head/comms/owfs/Makefile 380688 2015-03-07 13:19:46Z antoine $ > > PORTNAME= owfs >-PORTVERSION= 2.9p8 >-PORTREVISION= 2 >+PORTVERSION= 3.1p0 > CATEGORIES= comms > MASTER_SITES= SF/owfs/owfs/${PORTVERSION} > >@@ -12,7 +11,7 @@ > > LICENSE= GPLv2 > >-USES= autoreconf libtool gmake >+USES= autoreconf gmake libtool pkgconfig > > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip >@@ -66,7 +65,7 @@ > # XXX Broken due to -lgcc_p > PROFILING_CONFIGURE_ENABLE= profiling > >-# XXX: Not tested, it compiles, but not sure if fusefs actually works >+# work on 10.1 amd64, USB DS9097, --passive=/dev/cuaU0 > OWFS_CONFIGURE_ENABLE= owfs > OWFS_USES= fuse > >@@ -113,19 +112,23 @@ > > # This takes a few seconds so give the user some notice > pre-configure: >- ${MKDIR} ${WRKSRC}/m4 >+ @${MKDIR} ${WRKSRC}/m4 > @echo "Preparing build using autotools..." > > # Workarounds for different problems >+do-build: >+.if ${PORT_OPTIONS:MOWPYTHON} >+ @${PYTHON_CMD} -m compileall ${WRKSRC} >+ @${PYTHON_CMD} -O -m compileall ${WRKSRC} >+.endif >+ > post-install: > .if ${PORT_OPTIONS:MOWPYTHON} >- (cd ${STAGEDIR}${PREFIX} \ >- && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ >- -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/ow/_OW.so >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python2.7/site-packages/ow/_OW.so >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.* > .endif > .if ${PORT_OPTIONS:MOWPERL} >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/OW/OW.so >+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/OW/OW.so > .endif > > .include <bsd.port.mk> >diff -Nru comms/owfs.org/Makefile.options comms/owfs/Makefile.options >--- comms/owfs.org/Makefile.options 2014-12-22 21:37:57.000000000 +0300 >+++ comms/owfs/Makefile.options 2015-05-18 09:39:24.000000000 +0300 >@@ -46,7 +46,7 @@ > OWPYTHON_DESC= Enable Python binding > OWTCL_DESC= Enable TCL binding > PROFILING_DESC= Enable profiling (BROKEN) >-OWFS_DESC= Enable FUSE support (UNTESTED) >+OWFS_DESC= Enable FUSE support > ZERO_DESC= Enable Zeroconf/bonjour (UNTESTED) > USB_DESC= Enable 1-Wire usb DS2490 support > >@@ -55,11 +55,14 @@ > #W1_DESC=Enable w1 support > > OPTIONS_DEFAULT=OWDEBUG\ >+ OWMUTEXDEBUG\ > OWSHELL\ > OWNET\ >+ I2C\ > OWHTTPD\ > OWFTPD\ > OWSERVER\ > OWCAPI\ >+ OWFS\ > USB > >diff -Nru comms/owfs.org/distinfo comms/owfs/distinfo >--- comms/owfs.org/distinfo 2014-11-07 20:52:36.000000000 +0300 >+++ comms/owfs/distinfo 2015-05-18 09:39:24.000000000 +0300 >@@ -1,2 +1,2 @@ >-SHA256 (owfs-2.9p8.tar.gz) = 8af8785599d39f22fa060d7a04e3c0052cb5be6be1ab461136dbdab87aef2ef2 >-SIZE (owfs-2.9p8.tar.gz) = 1471486 >+SHA256 (owfs-3.1p0.tar.gz) = 62fca1b3e908cd4515c9eb499bf2b05020bbbea4a5b73611ddc6f205adec7a54 >+SIZE (owfs-3.1p0.tar.gz) = 1523086 >diff -Nru comms/owfs.org/pkg-plist comms/owfs/pkg-plist >--- comms/owfs.org/pkg-plist 2014-12-22 21:37:57.000000000 +0300 >+++ comms/owfs/pkg-plist 2015-05-18 09:44:02.000000000 +0300 >@@ -1,14 +1,14 @@ > %%OWCAPI%%include/owcapi.h >-%%OWCAPI%%lib/libowcapi-2.9.so.8 >-%%OWCAPI%%lib/libowcapi-2.9.so.8.0.0 >+%%OWCAPI%%lib/libowcapi-3.1.so.0 >+%%OWCAPI%%lib/libowcapi-3.1.so.0.0.0 > %%OWCAPI%%lib/libowcapi.so > %%OWFS%%bin/owfs > %%OWFTPD%%bin/owftpd > %%OWHTTPD%%bin/owhttpd > %%OWMON%%bin/owmon > %%OWNETLIB%%include/ownetapi.h >-%%OWNETLIB%%lib/libownet-2.9.so.8 >-%%OWNETLIB%%lib/libownet-2.9.so.8.0.0 >+%%OWNETLIB%%lib/libownet-3.1.so.0 >+%%OWNETLIB%%lib/libownet-3.1.so.0.0.0 > %%OWNETLIB%%lib/libownet.so > %%OWNETPERL%%%%PERL5_MAN3%%/OWNet.3.gz > %%OWNETPERL%%%%SITE_PERL%%/OWNet.pm >@@ -19,7 +19,7 @@ > %%OWNETPYTHON%%%%PYTHON_SITELIBDIR%%/ownet/connection.pyc > %%OWPERL%%%%SITE_ARCH%%/OW.pm > %%OWPERL%%%%SITE_ARCH%%/auto/OW/OW.so >-%%OWPYTHON%%%%PYTHON_SITELIBDIR%%/ow-2.9p8-py2.7.egg-info >+%%OWPYTHON%%%%PYTHON_SITELIBDIR%%/ow-3.1p0-py2.7.egg-info > %%OWPYTHON%%%%PYTHON_SITELIBDIR%%/ow/_OW.so > %%OWPYTHON%%%%PYTHON_SITELIBDIR%%/ow/__init__.py > %%OWPYTHON%%%%PYTHON_SITELIBDIR%%/ow/__init__.pyc >@@ -37,8 +37,8 @@ > %%OWTCL%%lib/owtcl-1.0/pkgIndex.tcl > bin/owexternal > include/owfs_config.h >-lib/libow-2.9.so.8 >-lib/libow-2.9.so.8.0.0 >+lib/libow-3.1.so.0 >+lib/libow-3.1.so.0.0.0 > lib/libow.so > man/man1/libowcapi.1.gz > man/man1/libownet.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200245
:
156834
|
156859
|
156861
| 156863 |
156864
|
156865
|
156889
|
156994
|
157649
|
157826
|
157827