Remove tcl-freebsd.o.uu and fetch it somewhere else.
PR: 38150 Submitted by: maintainer
This commit is contained in:
parent
7fa1d182e3
commit
02d2185402
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59272
3 changed files with 16 additions and 5021 deletions
|
@ -9,13 +9,19 @@ PORTNAME= BitchX
|
||||||
PORTVERSION= 1.0c19
|
PORTVERSION= 1.0c19
|
||||||
CATEGORIES+= irc gnome
|
CATEGORIES+= irc gnome
|
||||||
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
|
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
|
||||||
ftp://ftp.bitchx.org/pub/BitchX/source/
|
ftp://ftp.bitchx.org/pub/BitchX/source/ \
|
||||||
|
ftp://ftp.cyberpunkz.org/pub/BitchX/source/ \
|
||||||
|
ftp://ftp.cyberpunkz.org/pub/BitchX/tcl-o/:tcl
|
||||||
DISTNAME= ircii-pana-1.0c19
|
DISTNAME= ircii-pana-1.0c19
|
||||||
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||||
|
.if defined(WITH_TCL)
|
||||||
|
DISTFILES+= freebsd4-tcl83-bx1.0c19-tcl.o:tcl
|
||||||
|
.endif
|
||||||
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||||
|
|
||||||
MAINTAINER= freebsdports@arved.de
|
MAINTAINER= freebsdports@arved.de
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/BitchX
|
WRKSRC= ${WRKDIR}/BitchX
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
WANT_ESOUND= yes
|
WANT_ESOUND= yes
|
||||||
|
@ -52,8 +58,6 @@ CONFIGURE_ARGS+=--with-tcl \
|
||||||
--with-tcl-includes=${LOCALBASE}/include/tcl8.3 \
|
--with-tcl-includes=${LOCALBASE}/include/tcl8.3 \
|
||||||
--with-tcl-libs=${LOCALBASE}/lib
|
--with-tcl-libs=${LOCALBASE}/lib
|
||||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3"
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3"
|
||||||
post-extract:
|
|
||||||
@uudecode -p ${FILESDIR}/tcl-freebsd.o.uu > ${WRKSRC}/source/tcl.o
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_SOCKS5)
|
.if defined(WITH_SOCKS5)
|
||||||
|
@ -95,6 +99,13 @@ pre-extract:
|
||||||
@${ECHO} "WITH_IPV6 - Build BitchX with IPV6 support"
|
@${ECHO} "WITH_IPV6 - Build BitchX with IPV6 support"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if defined(WITH_TCL)
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
@${CP} ${DISTDIR}/freebsd4-tcl83-bx1.0c19-tcl.o ${WRKSRC}/source/tcl.o
|
||||||
|
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${PREFIX}/share/bx/help
|
${MKDIR} ${PREFIX}/share/bx/help
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
MD5 (ircii-pana-1.0c19.tar.gz) = 79431ff0880e7317049045981fac8adc
|
MD5 (ircii-pana-1.0c19.tar.gz) = 79431ff0880e7317049045981fac8adc
|
||||||
|
MD5 (freebsd4-tcl83-bx1.0c19-tcl.o) = 75b933507725a309c6b2ecff58f4c248
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue