mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
irc/epic4: Update to 3.0
changes: * Fix configure probes for sockaddr_storage et al on glibc >= 2.39 * Celebrating 30 years of EPIC with ceremonial 3.0 release PR: 281303 Reported by: epic at dsllsn.net
This commit is contained in:
parent
7989e8dd3d
commit
bfb1c4a0df
3 changed files with 7 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= epic4
|
PORTNAME= epic4
|
||||||
DISTVERSION= 2.10.11
|
DISTVERSION= 3.0
|
||||||
CATEGORIES= irc
|
CATEGORIES= irc
|
||||||
MASTER_SITES= https://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/
|
MASTER_SITES= https://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/
|
||||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||||
|
@ -16,8 +16,8 @@ USES= ncurses tar:xz
|
||||||
CONFLICTS= epic5-0.[0-2]*
|
CONFLICTS= epic5-0.[0-2]*
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
PLIST_SUB+= DISTVERSION=${DISTVERSION}
|
||||||
CFLAGS:= ${CFLAGS:C/-O2/-O/g}
|
CFLAGS:= ${CFLAGS:C/-O2/-O/g}
|
||||||
CFLAGS+= -Wno-pointer-sign
|
CFLAGS+= -Wno-pointer-sign
|
||||||
|
|
||||||
|
@ -37,12 +37,8 @@ PERL_USES= perl5
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-extract:
|
|
||||||
@${FIND} ${WRKDIR} -type d -name CVS -delete
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${RM} ${WRKDIR}/help/Makefile
|
@${RM} ${WRKDIR}/help/Makefile
|
||||||
@${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/epic-EPIC4-${DISTVERSION}
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/epic-EPIC4-${DISTVERSION}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
TIMESTAMP = 1711984112
|
TIMESTAMP = 1725566493
|
||||||
SHA256 (epic4-2.10.11.tar.xz) = 622f9a11d86cb6b768d1004872e1931cdcc01e7f10029ecfc42a3945368ed151
|
SHA256 (epic4-3.0.tar.xz) = aba371a67ea9750b69a670ea115cf4be04602bf65ceedede48e083aa98a5aaa5
|
||||||
SIZE (epic4-2.10.11.tar.xz) = 585652
|
SIZE (epic4-3.0.tar.xz) = 587440
|
||||||
SHA256 (epic4-help-20050315.tar.bz2) = a7b7026ecfc00ab7040ef5e435d72fd347d48fab128722d4e213dba194cd5bbe
|
SHA256 (epic4-help-20050315.tar.bz2) = a7b7026ecfc00ab7040ef5e435d72fd347d48fab128722d4e213dba194cd5bbe
|
||||||
SIZE (epic4-help-20050315.tar.bz2) = 238390
|
SIZE (epic4-help-20050315.tar.bz2) = 238390
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/epic
|
bin/epic
|
||||||
bin/epic-EPIC4-%%PORTVERSION%%
|
bin/epic-EPIC4-%%DISTVERSION%%
|
||||||
libexec/wserv4
|
libexec/wserv4
|
||||||
share/man/man1/epic.1.gz
|
share/man/man1/epic.1.gz
|
||||||
share/epic/help/1_General/1_General
|
share/epic/help/1_General/1_General
|
||||||
|
|
Loading…
Add table
Reference in a new issue