From owner-cvs-ports@FreeBSD.ORG Fri Jun 15 21:20:46 2007 Return-Path: X-Original-To: cvs-ports@freebsd.org Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 802C416A400 for ; Fri, 15 Jun 2007 21:20:46 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 1B9A713C52A for ; Fri, 15 Jun 2007 21:20:32 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so1327573waf for ; Fri, 15 Jun 2007 14:20:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=c2e51/0BDphtG7ukrtWjO9IKjvmUhvNxY/ijB3AHQ0HRMozdDyQWpTzXk05Bp7vL7u7Y4f1QG+qTGWZ0QUF4cm22/ctvpxMCGkXpjoLSj468VeLeHB3tHwx5EBCvomxHIkZxaW32PoLFSNetV1lhyjcO4lUc72brw4GMuL58c8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Z+tFnixEXk1iEX5pisOSitNzDMFEa9ySclgrAI6yLqUjbbbnrI1+1+r1Gl+QJk+btLMSsyB5if4zLTuYT8NwQ6VZcixXrwFSOB+qR9iTS9yoCCZWWeqkv1yCPZjMbtZTb42NojVokJJxjxw1Cd3xIoyifevdVeNIzCN2JaMlKlQ= Received: by 10.115.93.16 with SMTP id v16mr3399775wal.1181942431277; Fri, 15 Jun 2007 14:20:31 -0700 (PDT) Received: by 10.114.194.13 with HTTP; Fri, 15 Jun 2007 14:20:31 -0700 (PDT) Message-ID: Date: Sat, 16 Jun 2007 01:20:31 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Alexey Dokuchaev" , cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org In-Reply-To: <20070615210224.3C6A116A5D1@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706152057.l5FKv26c070603@repoman.freebsd.org> <20070615210224.3C6A116A5D1@hub.freebsd.org> X-Google-Sender-Auth: 91e0a840cb13da15 Cc: Subject: Re: cvs commit: ports/graphics/tcm Makefile pkg-message ports/graphics/tcm/files patch-debian-gcc4 pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2007 21:20:46 -0000 On 6/16/07, Alexey Dokuchaev wrote: > danfe 2007-06-15 20:57:01 UTC > > FreeBSD ports repository > > Modified files: > graphics/tcm Makefile > Added files: > graphics/tcm/files patch-debian-gcc4 pkg-message.in > Removed files: > graphics/tcm pkg-message > Log: > - Fix the build with contemporary GCC [1] > - Reorder Makefile slightly to pacify portlint(1) > - Convert pkg-message -> files/pkg-message.in > > Reported by: pointyhat (logs) [1] > Obtained from: Debian [1] > > Revision Changes Path > 1.15 +7 -9 ports/graphics/tcm/Makefile > 1.1 +105 -0 ports/graphics/tcm/files/patch-debian-gcc4 (new) > 1.1 +6 -0 ports/graphics/tcm/files/pkg-message.in (new) > 1.3 +0 -5 ports/graphics/tcm/pkg-message (dead) > _______________________________________________ > CATEGORIES= graphics > MASTER_SITES= ftp://ftp.cs.utwente.nl/pub/tcm/ \ > ftp://ftp.cs.vu.nl/pub/tcm/ > -PATCHFILES= patch-tcm-64bit > +DISTNAME= ${PORTNAME}-${PORTVERSION}.src This is usually best handled with DISTVERSIONSUFFIX > -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > -PKGMESSAGE= ${WRKSRC}/pkg-message > -USE_MOTIF= yes > USE_BISON= yes > USE_GMAKE= yes > +USE_MOTIF= yes > + > +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > +SUB_FILES+= pkg-message PKGMESSAGE defaults to PKGDIR/pkg-message. If we have it processed with SUB_FILES, it will end up in WRKDIR/pkg-message > -You need to set the environment variable TCM_HOME to > -%%LOCALBASE%%/tcm for tcm to be able to start. You may also want to > -add %%LOCALBASE%%/tcm/man in your manpath.config. This message refers to what we just installed, in %%PREFIX%%, naturally Thanks! P.S. Just because you approve of my messages doesn't mean you need to encourage them with little errors :-) P.P.S. FWIW, this port is unfetchable from both MASTER_SITES and does not compile on my 7.x/amd64.