From owner-cvs-all@FreeBSD.ORG Fri Jun 15 21:47:04 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5E16616A475; Fri, 15 Jun 2007 21:47:04 +0000 (UTC) Date: Fri, 15 Jun 2007 21:47:04 +0000 From: Alexey Dokuchaev To: infofarmer@FreeBSD.org Message-ID: <20070615214704.GA42425@FreeBSD.org> References: <200706152057.l5FKv26c070603@repoman.freebsd.org> <20070615210224.3C6A116A5D1@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/tcm Makefile pkg-message ports/graphics/tcm/files patch-debian-gcc4 pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2007 21:47:04 -0000 On Sat, Jun 16, 2007 at 01:20:31AM +0400, Andrew Pantyukhin wrote: > 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 It's too late here, so I was trying to please portlint(1). :-) > > >-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 Once I've SUB_FILES'ed it, PKGMESSAGE points to correct location. > > >-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 Uhm, that's quoted *removed* pkg-message. I've fixed that when I moved it over to files/, no? > > 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. I (unfortunately) don't have access to amd64 box. It's also pretty late here in Novosibirsk and I'm heading to bed, so feel free to fix that one yourself if you wish. :-) ./danfe