svn commit: r497369 - head/irc/epic4
Josh Paetzel
jpaetzel at FreeBSD.org
Sat Mar 30 23:22:06 UTC 2019
Author: jpaetzel
Date: Sat Mar 30 23:22:05 2019
New Revision: 497369
URL: https://svnweb.freebsd.org/changeset/ports/497369
Log:
Update to 2.10.7
The upstream configure script has been updated so this will port will now
correctly link against the ports version of OpenSSL if requested.
The --with-perl option no longer needs an argument, it uses the perl binary
to find the correct paths.
The --with-tcl option takes a TCL_LIBDIR argument to specify exactly which
TCL version to use if multiple are installed.
PR: 236881
Submitted by: caf at bitchx.org
Modified:
head/irc/epic4/Makefile
head/irc/epic4/distinfo
Modified: head/irc/epic4/Makefile
==============================================================================
--- head/irc/epic4/Makefile Sat Mar 30 23:00:08 2019 (r497368)
+++ head/irc/epic4/Makefile Sat Mar 30 23:22:05 2019 (r497369)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= epic4
-PORTVERSION= 2.10.6
+PORTVERSION= 2.10.7
CATEGORIES= irc ipv6
MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \
http://ftp.cc.uoc.gr/mirrors/irc/epic/EPIC4-PRODUCTION/
@@ -30,18 +30,10 @@ IPV6_CONFIGURE_WITH= ipv6
SSL_CONFIGURE_WITH= ssl="${OPENSSLBASE}"
SSL_USES= ssl
-TCL_CONFIGURE_WITH= tcl
+TCL_CONFIGURE_WITH= tcl="${TCL_LIBDIR}"
TCL_USES= tcl
-# enable perl5 support (requires perl 5.6.1 or newer)
-#
-# The path provided to --with-perl is needed, since the configure script
-# looks for libperl.so in places very specific to Linux. Possibly a
-# patch to configure would be a better idea, but we need to rely on
-# SITE_PERL and PERL_VERSION to create the path.
-#
-
-PERL_CONFIGURE_WITH= perl="${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE"
+PERL_CONFIGURE_WITH= perl
PERL_USES= perl5
.include <bsd.port.options.mk>
Modified: head/irc/epic4/distinfo
==============================================================================
--- head/irc/epic4/distinfo Sat Mar 30 23:00:08 2019 (r497368)
+++ head/irc/epic4/distinfo Sat Mar 30 23:22:05 2019 (r497369)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1553042057
-SHA256 (epic4-2.10.6.tar.xz) = eaa79efe6393525de9632cc796e6a6fb15b476baec71d270fdeb7e28186953c1
-SIZE (epic4-2.10.6.tar.xz) = 585300
+TIMESTAMP = 1553869942
+SHA256 (epic4-2.10.7.tar.xz) = 5e981e2a301e8ab8c16236f6698fe3f10941b81a66f5f7249b3cd4763eae85b4
+SIZE (epic4-2.10.7.tar.xz) = 586152
SHA256 (epic4-help-20050315.tar.bz2) = a7b7026ecfc00ab7040ef5e435d72fd347d48fab128722d4e213dba194cd5bbe
SIZE (epic4-help-20050315.tar.bz2) = 238390
More information about the svn-ports-all
mailing list