Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2003 00:40:03 -0800 (PST)
From:      Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/47644: new port: devel/hs-alex, a Lex-like package for generating Haskell scanners
Message-ID:  <200301300840.h0U8e30R072279@freefall.freebsd.org>

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

From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: "Simon 'portlint' Schubert" <corecode@corecode.ath.cx>
Cc: FreeBSD-gnats-submit@FreeBSD.org, obraun@FreeBSD.org
Subject: Re: ports/47644: new port: devel/hs-alex, a Lex-like package for generating Haskell scanners
Date: Thu, 30 Jan 2003 09:32:47 +0100

 On Wed, Jan 29, 2003 at 08:29:35PM +0100, Simon 'portlint' Schubert wrote:
 > > XDIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 
 The dist file name is simply alex.tar.gz (hence the explicit
 DISTNAME, too), so to avoid mismatching checksums because
 of different tarballs when the file is updated this is a
 nice way to ensure that the correct tarball is present on
 the FreeBSD FTP servers.
 
 > > XWRKSRC=	${WRKDIR}/${DISTNAME}
 > this is not needed
 
 You're right, I forgot to erase this line after finding out
 that it's better to simply set BUILD_WRKSRC.
 
 > > sed 's/^X//' >hs-alex/pkg-plist << 'END-of-hs-alex/pkg-plist'
 > > Xbin/alex
 > > Xshare/doc/alex/alex.ps
 > > Xshare/doc/alex/alex.pdf
 > > X@dirrm share/doc/alex
 > 
 > %%PORTDOCS%%?
 
 Fixed:
 %%PORTDOCS%%share/doc/alex/alex.ps
 %%PORTDOCS%%share/doc/alex/alex.pdf
 %%PORTDOCS%%@dirrm share/doc/alex
 
 Updated shar at http://www-i2.informatik.rwth-aachen.de/~stolz/hs-alex.shar
 
 Thanks for the hints!
   Volker
 -- 
 http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301300840.h0U8e30R072279>