Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/comms/owfs/Makefile 368126 2014-09-13 18:25:04Z tijl $ |
2 |
# $FreeBSD: head/comms/owfs/Makefile 368126 2014-09-13 18:25:04Z tijl $ |
3 |
|
3 |
|
4 |
PORTNAME= owfs |
4 |
PORTNAME= owfs |
5 |
PORTVERSION= 2.9p5 |
5 |
PORTVERSION= 2.9p8 |
6 |
CATEGORIES= comms |
6 |
CATEGORIES= comms |
7 |
MASTER_SITES= SF/owfs/owfs/${PORTVERSION} |
7 |
MASTER_SITES= SF/owfs/owfs/${PORTVERSION} |
8 |
|
8 |
|
Lines 18-23
USE_AUTOTOOLS= libtoolize aclocal autoheader autoconf automake
Link Here
|
18 |
AUTOMAKE_ARGS= --add-missing |
18 |
AUTOMAKE_ARGS= --add-missing |
19 |
GNU_CONFIGURE= On |
19 |
GNU_CONFIGURE= On |
20 |
INSTALL_TARGET= install-strip |
20 |
INSTALL_TARGET= install-strip |
|
|
21 |
USE_LDCONFIG= yes |
21 |
|
22 |
|
22 |
.include "Makefile.options" |
23 |
.include "Makefile.options" |
23 |
|
24 |
|
Lines 30-35
CONFIGURE_ARGS+= --disable-w1
Link Here
|
30 |
CONFIGURE_ARGS+= --disable-parport |
31 |
CONFIGURE_ARGS+= --disable-parport |
31 |
|
32 |
|
32 |
OWDEBUG_CONFIGURE_ENABLE= debug |
33 |
OWDEBUG_CONFIGURE_ENABLE= debug |
|
|
34 |
OWMUTEXDEBUG_CONFIGURE_ENABLE= mutexdebug |
33 |
OWSHELL_CONFIGURE_ENABLE= owshell |
35 |
OWSHELL_CONFIGURE_ENABLE= owshell |
34 |
OWNET_CONFIGURE_ENABLE= ownet |
36 |
OWNET_CONFIGURE_ENABLE= ownet |
35 |
|
37 |
|
Lines 39-51
OWFTPD_CONFIGURE_ENABLE= owftpd
Link Here
|
39 |
OWSERVER_CONFIGURE_ENABLE= owserver |
41 |
OWSERVER_CONFIGURE_ENABLE= owserver |
40 |
|
42 |
|
41 |
OWTAP_CONFIGURE_ENABLE= owtap |
43 |
OWTAP_CONFIGURE_ENABLE= owtap |
42 |
OWTAP_USE= tk=yes tk_wrapper=yes |
44 |
OWTAP_USES= tk:wrapper |
43 |
|
45 |
|
44 |
OWMALLOC_CONFIGURE_ENABLE= owmalloc |
46 |
OWMALLOC_CONFIGURE_ENABLE= owmalloc |
45 |
OWTRAFFIC_CONFIGURE_ENABLE= owtraffic |
47 |
OWTRAFFIC_CONFIGURE_ENABLE= owtraffic |
46 |
|
48 |
|
47 |
OWMON_CONFIGURE_ENABLE= owmon |
49 |
OWMON_CONFIGURE_ENABLE= owmon |
48 |
OWMON_USE= tk=yes tk_wrapper=yes |
50 |
OWMON_USES= tk:wrapper |
49 |
|
51 |
|
50 |
OWCAPI_CONFIGURE_ENABLE= owcapi |
52 |
OWCAPI_CONFIGURE_ENABLE= owcapi |
51 |
|
53 |
|
Lines 111-127
CONFIGURE_ARGS+= --disable-swig
Link Here
|
111 |
CONFIGURE_ARGS+= --enable-owtcl --with-tcl=${TCL_LIBDIR} |
113 |
CONFIGURE_ARGS+= --enable-owtcl --with-tcl=${TCL_LIBDIR} |
112 |
.endif |
114 |
.endif |
113 |
|
115 |
|
114 |
# These __version__ fixes should be unnecessary on next release |
|
|
115 |
post-patch: |
116 |
@${REINPLACE_CMD} \ |
117 |
-e "s/^\(__version__ = '[[:digit:]]\.[[:digit:]]\).*/\1'/" \ |
118 |
${WRKSRC}/module/swig/python/unittest/*.py \ |
119 |
${WRKSRC}/module/ownet/python/ownet/__init__.py |
120 |
@${REINPLACE_CMD} -e "s/\(__version__ =\).*/\1 '1.9'/" \ |
121 |
${WRKSRC}/module/ownet/python/ownet/connection.py |
122 |
@${REINPLACE_CMD} -e "s/\(__version__ = .*\) [+].*/\1/" \ |
123 |
${WRKSRC}/module/swig/python/ow/__init__.py |
124 |
|
125 |
# This takes a few seconds so give the user some notice |
116 |
# This takes a few seconds so give the user some notice |
126 |
pre-configure: |
117 |
pre-configure: |
127 |
${MKDIR} ${WRKSRC}/m4 |
118 |
${MKDIR} ${WRKSRC}/m4 |