Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2002 10:20:03 -0700 (PDT)
From:      Tilman Linneweh <tilman@arved.de>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/38150: [Maintainer-Update] Remove big binary from irc/bitchx
Message-ID:  <200205161720.g4GHK3W07584@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/38150; it has been noted by GNATS.

From: Tilman Linneweh <tilman@arved.de>
To: "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/38150: [Maintainer-Update] Remove big binary from irc/bitchx
Date: Thu, 16 May 2002 19:18:55 +0200

 Hi,
 
 > |+++ Makefile    Thu May 16 16:30:31 2002
 > --------------------------
 > Patching file Makefile using Plan A...
 > Hunk #1 failed at 9.
 
 Sorry...I dunno, what went wrong..
 I'll try again from a fresh checked out version below. 
 
 If the diff gets crunched via Mail again,
 i have also put a copy on http://oki.dynodns.net/~tilman/bitchx.diff
 
 Thanks for your patience...
 
 arved
 
 diff -ruN /usr/ports/irc/bitchx/Makefile bitchx/Makefile
 --- /usr/ports/irc/bitchx/Makefile      Thu May 16 10:02:45 2002
 +++ bitchx/Makefile     Thu May 16 19:10:08 2002
 @@ -9,13 +9,19 @@
  PORTVERSION=   1.0c19
  CATEGORIES+=   irc gnome
  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
 +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
 
  WRKSRC=                ${WRKDIR}/BitchX
 -
  GNU_CONFIGURE= yes
  USE_GMAKE=     yes
  WANT_ESOUND=   yes
 @@ -52,8 +58,6 @@
                 --with-tcl-includes=${LOCALBASE}/include/tcl8.3 \
                 --with-tcl-libs=${LOCALBASE}/lib
  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
 
  .if defined(WITH_SOCKS5)
 @@ -93,6 +97,13 @@
  .endif
  .if !defined(WITH_IPV6)
         @${ECHO} "WITH_IPV6 - Build BitchX with IPV6 support"
 +.endif
 +
 +.if defined(WITH_TCL)
 +
 +post-extract:
 +       @${CP} ${DISTDIR}/freebsd4-tcl83-bx1.0c19-tcl.o ${WRKSRC}/source/tcl.o
 +
  .endif
 
  post-install:
 diff -ruN /usr/ports/irc/bitchx/distinfo bitchx/distinfo
 --- /usr/ports/irc/bitchx/distinfo      Wed May  1 20:24:18 2002
 +++ bitchx/distinfo     Thu May 16 19:09:58 2002
 @@ -1 +1,2 @@
  MD5 (ircii-pana-1.0c19.tar.gz) = 79431ff0880e7317049045981fac8adc
 +MD5 (freebsd4-tcl83-bx1.0c19-tcl.o) = 75b933507725a309c6b2ecff58f4c248

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205161720.g4GHK3W07584>