Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2001 00:10:02 -0800 (PST)
From:      Cyrille Lefevre <clefevre@poboxes.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/25515: New port: xawtv: A TV viewing application and a few TV utilities
Message-ID:  <200103050810.f258A2J53189@freefall.freebsd.org>

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

From: Cyrille Lefevre <clefevre@poboxes.com>
To: George Reid <greid@dogma.freebsd-uk.eu.org>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/25515: New port: xawtv: A TV viewing application and a few TV utilities
Date: 05 Mar 2001 00:03:44 +0100

 George Reid <greid@dogma.freebsd-uk.eu.org> writes:
 
 > Xpost-configure:
 > X.for M in ${SEDFILES}
 > X	@(${SED} -e 's,^CFLAGS=,CFLAGS+=,g' ${WRKSRC}/$M/Makefile | \
 > X		${SED} -e 's,-O2,,g' > foo && ${MV} foo ${WRKSRC}/$M/Makefile)
 > X.endfor
 
 how about replacing this loop by :
 
 @${PERL} -pi.fbsd -e 's,^CFLAGS=,CFLAGS+=,g;s,-O2,,g' ${SEDFILES:%=%/Makefile}
 
 > Xpost-install:
 > X.for F in led-koi8.pcf led-latin1.pcf led-latin2.pcf
 > X	@gzip ${PREFIX}/lib/X11/fonts/misc/$F
 > X.endfor
 
 gzip should be ${GZIP_CMD}.
 
 Cyrille.
 --
 home: mailto:clefevre@poboxes.com   UNIX is user-friendly; it's just particular
 work: mailto:Cyrille.Lefevre@edf.fr   about who it chooses to be friends with.

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?200103050810.f258A2J53189>