Index: head/devel/tclthread/Makefile =================================================================== --- head/devel/tclthread/Makefile (revision 412725) +++ head/devel/tclthread/Makefile (revision 412726) @@ -1,61 +1,54 @@ # Created by: Martin Matuska # $FreeBSD$ PORTNAME= thread -PORTVERSION= 2.7.2 +PORTVERSION= 2.7.3 CATEGORIES= devel MASTER_SITES= SF/tcl/Thread%20Extension/${PORTVERSION} PKGNAMEPREFIX= tcl DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= Scripting level thread extension for Tcl LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.terms -USES+= tcl +USES= autoreconf tcl DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \ + --prefix=${PREFIX} \ --exec-prefix=${PREFIX} USE_LDCONFIG= ${PREFIX}/lib/thread${PORTVERSION} PLIST_SUB+= VERSION="${PORTVERSION}" INSTALL_TARGET= install-binaries install-libraries install-doc OPTIONS_DEFINE= GDBM DOCS OPTIONS_DEFAULT=GDBM GDBM_DESC= Persistent shared variables using GDBM +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm +GDBM_CONFIGURE_WITH= gdbm PORTDOCS= * -.include - -.if ${PORT_OPTIONS:MGDBM} -LIB_DEPENDS+= libgdbm.so:databases/gdbm -CONFIGURE_ARGS+=--with-gdbm -.endif - post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - '/^INSTALL_PROGRAM/s|$$| -s|; /^INSTALL_LIBRARY/s|$$| -s|' \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} "/INSTALL_LIBRARY=/s|'\$$| -s'|" \ + ${WRKSRC}/tclconfig/tcl.m4 post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for FILE in ChangeLog README ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor .for FILE in thread.html tpool.html tsv.html ttrace.html ${INSTALL_DATA} ${WRKSRC}/doc/html/${FILE} ${STAGEDIR}${DOCSDIR}/html .endfor regression-test: build cd ${WRKSRC} && ${MAKE} test .include Index: head/devel/tclthread/distinfo =================================================================== --- head/devel/tclthread/distinfo (revision 412725) +++ head/devel/tclthread/distinfo (revision 412726) @@ -1,2 +1,2 @@ -SHA256 (thread2.7.2.tar.gz) = b032def4b4aebd9158836ef18a819882f8a3003247166a7a085c98ce89ca7aa8 -SIZE (thread2.7.2.tar.gz) = 290516 +SHA256 (thread2.7.3.tar.gz) = 7511c736e4738fc50af91a9aefd46ae588d3596de8565a1d5e26aeee0d17ff9e +SIZE (thread2.7.3.tar.gz) = 291332 Index: head/devel/tclthread/files/patch-aclocal.m4 =================================================================== --- head/devel/tclthread/files/patch-aclocal.m4 (nonexistent) +++ head/devel/tclthread/files/patch-aclocal.m4 (revision 412726) @@ -0,0 +1,11 @@ +--- aclocal.m4.orig 2016-04-08 09:07:17 UTC ++++ aclocal.m4 +@@ -22,7 +22,7 @@ AC_DEFUN(TCLTHREAD_WITH_GDBM, [ + [ --with-gdbm link with optional GDBM support],\ + with_gdbm=${withval}) + +- if test x"${with_gdbm}" != x; then ++ if test x"${with_gdbm}" != "x" -a "${with_gdbm}" != "no"; then + + AC_MSG_CHECKING([for GNU gdbm library]) + Property changes on: head/devel/tclthread/files/patch-aclocal.m4 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property