git: 05f24e07268d - main - irc/epic4: Update to 2.10.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 04 Apr 2024 17:25:33 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=05f24e07268d35aa56a2f4dddcd729869b2bcd67 commit 05f24e07268d35aa56a2f4dddcd729869b2bcd67 Author: epic <epic@dsllsn.net> AuthorDate: 2024-04-04 17:22:52 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-04-04 17:25:22 +0000 irc/epic4: Update to 2.10.11 - Converts to DISTVERSION - Syncs MASTER_SITES with irc/epic5 - Strips binaries - Includes upstream patches to minimize build warnings ChangeLog: From the KNOWNBUGS file: * Quality of life improvements... * - Reduce compiler warnings with modern gcc/clangs * - Include patch from https://sources.debian.org/patches/epic4/1:2.10.10-1/man.patch/ * - Include patch from https://sources.debian.org/patches/epic4/1:2.10.10-1/status_mschulze.patch/ * (I reviewed all of the debian patches - some of them are debian-specific customizations) * - Include patch from https://src.fedoraproject.org/rpms/epic/blob/rawhide/f/epic4-2.10.10-c99.patch * - Include patch from https://src.fedoraproject.org/rpms/epic/blob/rawhide/f/epic4-2.10.1-sighandling.patch * EPIC4-2.10.11 released here (Recrudescence) (commit 793) PR: 278102 --- irc/epic4/Makefile | 12 +++++++----- irc/epic4/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 36b2dbd960f4..5c812c2e00f0 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -1,6 +1,5 @@ PORTNAME= epic4 -PORTVERSION= 2.10.10 -PORTREVISION= 2 +DISTVERSION= 2.10.11 CATEGORIES= irc MASTER_SITES= https://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -19,9 +18,10 @@ CONFLICTS= epic5-0.[0-2]* GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_SUB+= PORTVERSION=${PORTVERSION} -CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} +CFLAGS:= ${CFLAGS:C/-O2/-O/g} +CFLAGS+= -Wno-pointer-sign -OPTIONS_DEFINE= IPV6 TCL PERL SSL DOCS +OPTIONS_DEFINE= IPV6 TCL PERL SSL DOCS OPTIONS_DEFAULT= TCL PERL SSL IPV6_CONFIGURE_WITH= ipv6 @@ -38,13 +38,15 @@ PERL_USES= perl5 .include <bsd.port.options.mk> post-extract: - @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -r + @${FIND} ${WRKDIR} -type d -name CVS -delete post-patch: @${RM} ${WRKDIR}/help/Makefile @${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/epic-EPIC4-${DISTVERSION} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/wserv4 @${CP} -R ${WRKDIR}/help/* ${STAGEDIR}${PREFIX}/share/epic/help .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/irc/epic4/distinfo b/irc/epic4/distinfo index ce59903a59fe..8f4e8e5b814e 100644 --- a/irc/epic4/distinfo +++ b/irc/epic4/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1641417845 -SHA256 (epic4-2.10.10.tar.xz) = d12271bcbfd827e9e759c32bba60ece805ae978d33ed91d9207de436d071fbc5 -SIZE (epic4-2.10.10.tar.xz) = 587056 +TIMESTAMP = 1711984112 +SHA256 (epic4-2.10.11.tar.xz) = 622f9a11d86cb6b768d1004872e1931cdcc01e7f10029ecfc42a3945368ed151 +SIZE (epic4-2.10.11.tar.xz) = 585652 SHA256 (epic4-help-20050315.tar.bz2) = a7b7026ecfc00ab7040ef5e435d72fd347d48fab128722d4e213dba194cd5bbe SIZE (epic4-help-20050315.tar.bz2) = 238390