Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2002 16:44:27 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        will@FreeBSD.org
Subject:   ports/38150: [Maintainer-Update] Remove big binary from irc/bitchx 
Message-ID:  <200205161444.g4GEiR1o082628@tl.kom.tuwien.ac.at>

next in thread | raw e-mail | index | archive | help

>Number:         38150
>Category:       ports
>Synopsis:       [Maintainer-Update] Remove big binary from irc/bitchx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 16 07:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-PRERELEASE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #1: Fri May 3 16:38:54 CEST 2002 tilman@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	Yesterday the 1.0c19 version of tcl.o was put into the Repository.
	This file has grown 5x since last version. It's time to remove it from 
	the Repository. Please remove files/tcl-freebsd.o.uu
 
	Requested by: will
	
>How-To-Repeat:
	
>Fix:

	
--- Makefile.orig       Thu May 16 15:05:38 2002
+++ Makefile    Thu May 16 16:30:31 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:
--- distinfo.orig       Thu May 16 16:09:57 2002
+++ distinfo    Thu May 16 16:08:12 2002
@@ -1 +1,2 @@
 MD5 (ircii-pana-1.0c19.tar.gz) = 79431ff0880e7317049045981fac8adc
+MD5 (freebsd4-tcl83-bx1.0c19-tcl.o) = 75b933507725a309c6b2ecff58f4c248
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200205161444.g4GEiR1o082628>