Update to 1.0.4.1 [1] and unbreak.
Use vars from bsd.tcl.mk PR: ports/96998 [2], ports/96979 [3] Submitted by: Charles Swiger <chuck@pkix.net> [2], Hirohisa Yamaguchi <umq@ueo.co.jp> [3] Approved by: lawrance (mentor)
This commit is contained in:
parent
8c4967f49b
commit
a7c5a86c67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162320
2 changed files with 7 additions and 10 deletions
|
@ -6,15 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= redland-bindings
|
||||
PORTVERSION= 1.0.2.1
|
||||
PORTVERSION= 1.0.4.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://download.librdf.org/source/
|
||||
|
||||
MAINTAINER= chuck@pkix.net
|
||||
COMMENT= Language bindings for the Redland package
|
||||
|
||||
BROKEN= Configure fails
|
||||
|
||||
#OPTIONS= JAVA "Add Java bindings" off \
|
||||
# PERL "Add Perl bindings" off \
|
||||
# PHP "Add PHP bindings" off \
|
||||
|
@ -76,16 +74,15 @@ PLIST_SUB+= WITH_RUBY="@comment "
|
|||
.endif
|
||||
.if defined(WITH_TCL)
|
||||
.if defined(WITH_TCL83)
|
||||
TCL_SHORT_V= 83
|
||||
USE_TCL= 83
|
||||
TCL_LONG_V= 8.3
|
||||
.else
|
||||
TCL_SHORT_V= 84
|
||||
USE_TCL= 84
|
||||
TCL_LONG_V= 8.4
|
||||
.endif
|
||||
PLIST_SUB+= WITH_TCL=""
|
||||
PLIST_SUB+= TCL_DIR="lib/tcl${TCL_LONG_V}"
|
||||
CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/bin/tclsh${TCL_LONG_V}
|
||||
LIB_DEPENDS+= tcl${TCL_SHORT_V}:${PORTSDIR}/lang/tcl${TCL_SHORT_V}
|
||||
CONFIGURE_ARGS+= --with-tcl=${TCLSH}
|
||||
.else
|
||||
PLIST_SUB+= WITH_TCL="@comment "
|
||||
.endif
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (redland-bindings-1.0.2.1.tar.gz) = 16fdb1f862ac08136d786aca7f75c80a
|
||||
SHA256 (redland-bindings-1.0.2.1.tar.gz) = 1cbaf1ebae6980f4e8b77568bbf10ec73db3983d5147722d956ab15f6a1aedd3
|
||||
SIZE (redland-bindings-1.0.2.1.tar.gz) = 755619
|
||||
MD5 (redland-bindings-1.0.4.1.tar.gz) = 3ad6d05afe2250b3dc885eb0369ea8f0
|
||||
SHA256 (redland-bindings-1.0.4.1.tar.gz) = 780ffc5b594d343dc0b9386f51fc6dabf9a87a60bcebbc645a35f7073d3c8940
|
||||
SIZE (redland-bindings-1.0.4.1.tar.gz) = 868763
|
||||
|
|
Loading…
Reference in a new issue