1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

* Fix detection of ghc version.

=> Fix pkg-plist s/ghcunknown/ghc5/
* Bump PORTREVISION.

Submitted by:	Manuel M T Chakravarty <chak@cse.unsw.edu.au> (developer)
This commit is contained in:
Oliver Braun 2002-09-15 15:37:33 +00:00
parent ead763c948
commit 998a192b40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66367
3 changed files with 21 additions and 9 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= hpl
PORTVERSION= 0.3.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/ports/
DISTNAME= ports-${PORTVERSION}

View File

@ -0,0 +1,11 @@
--- configure.orig Sun Sep 15 17:27:44 2002
+++ configure Sun Sep 15 17:28:09 2002
@@ -1224,7 +1224,7 @@
else
${GHC-ghc} --version > conftestghc 2>&1
cat conftestghc >&5
- ports_cv_ghc_version=`cat conftestghc | sed -n -e 's/, patchlevel *\([0-9]\)/.\1/;s/.* version \([0-9.]\+\).*/\1/p'`
+ ports_cv_ghc_version=`cat conftestghc | sed -n -e 's/, patchlevel *\([0-9]\)/.\1/;s/.* version \([0-9.][0-9.]*\).*/\1/p'`
rm -fr conftest*
if test "$ports_cv_ghc_version" = ""
then

View File

@ -1,11 +1,11 @@
bin/ports-config
lib/ports-0.3.3/ghcunknown/import/HPL.hi
lib/ports-0.3.3/ghcunknown/import/Ports.hi
lib/ports-0.3.3/ghcunknown/import/PortsConfig.hi
lib/ports-0.3.3/ghcunknown/import/PortsVersion.hi
lib/ports-0.3.3/ghcunknown/import/Processes.hi
lib/ports-0.3.3/ghcunknown/import/SVars.hi
lib/ports-0.3.3/ghcunknown/libportsHS.a
@dirrm lib/ports-0.3.3/ghcunknown/import
@dirrm lib/ports-0.3.3/ghcunknown
lib/ports-0.3.3/ghc5/import/HPL.hi
lib/ports-0.3.3/ghc5/import/Ports.hi
lib/ports-0.3.3/ghc5/import/PortsConfig.hi
lib/ports-0.3.3/ghc5/import/PortsVersion.hi
lib/ports-0.3.3/ghc5/import/Processes.hi
lib/ports-0.3.3/ghc5/import/SVars.hi
lib/ports-0.3.3/ghc5/libportsHS.a
@dirrm lib/ports-0.3.3/ghc5/import
@dirrm lib/ports-0.3.3/ghc5
@dirrm lib/ports-0.3.3