Date: Sat, 18 Mar 2006 22:19:09 +0200 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/94656: [MAINTAINER] net/cnet: Add MASTER_SITES, portlint Message-ID: <1142713149.50757@it.buh.tecnik93.com> Resent-Message-ID: <200603182020.k2IKKFUZ004927@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94656 >Category: ports >Synopsis: [MAINTAINER] net/cnet: Add MASTER_SITES, portlint >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Mar 18 20:20:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P >Description: Add MASTER_SITES. [1] portlint. Requested by: kris@ [1] >How-To-Repeat: >Fix: --- cnet.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/cnet/Makefile,v retrieving revision 1.1.1.3 retrieving revision 1.5 diff -u -r1.1.1.3 -r1.5 --- Makefile 18 Mar 2006 19:28:23 -0000 1.1.1.3 +++ Makefile 18 Mar 2006 20:13:12 -0000 1.5 @@ -4,11 +4,15 @@ # # $FreeBSD: ports/net/cnet/Makefile,v 1.29 2006/03/10 17:35:29 erwin Exp $ # +# $Tecnik: ports/net/cnet/Makefile,v 1.5 2006/03/18 20:13:12 itetcu Exp $ +# PORTNAME= cnet PORTVERSION= 2.0.10 CATEGORIES= net tcl84 tk84 -MASTER_SITES= http://www.csse.uwa.edu.au/cnet/ +MASTER_SITES= http://www.csse.uwa.edu.au/cnet/ \ + ftp://ftp.giga.net.tw/OS/FreeBSD/distfiles/ \ + http://people.tecnik93.com/~itetcu/ports/${PORTNAME}/sources/ EXTRACT_SUFX= .tgz MAINTAINER= itetcu@people.tecnik93.com @@ -16,7 +20,6 @@ LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 -USE_REINPLACE= yes USE_XPM= yes USE_GMAKE= yes ALL_TARGET= # empty @@ -25,7 +28,7 @@ .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 or ia64" +BROKEN= Does not compile on amd64 or ia64 .endif post-patch: --- cnet.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1142713149.50757>