Index: head/devel/hat/Makefile =================================================================== --- head/devel/hat/Makefile (revision 61530) +++ head/devel/hat/Makefile (revision 61531) @@ -1,72 +1,71 @@ # New ports collection makefile for: nhc98 # Date created: 04 October 2001 # Whom: Oliver Braun # # $FreeBSD$ PORTNAME= nhc98 PORTVERSION= 1.14 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ DISTNAME= ${PORTNAME}src-${PORTVERSION} DIST_SUBDIR= nhc98 MAINTAINER= obraun@informatik.unibw-muenchen.de .include .if ${OSVERSION} >= 500000 -BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc +BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes HAS_CONFIGURE= yes .if ${OSVERSION} >= 500000 CONFIGURE_ARGS+= --buildwith=ghc .endif .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/nhc98 +docs .endif -MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 \ - hat-detect.1 hat-observe.1 hat-stack.1 hat-trail.1 +MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 post-patch: @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc post-configure: @${ECHO} "LIBDIR=${PREFIX}/lib/nhc98" \ >> ${WRKSRC}/targets/ix86-FreeBSD/config.cache pre-install: .if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE) @${ECHO} "" @${ECHO} "It seems that there is already a version of hmake installed on" @${ECHO} "this system. Since hmake is part of nhc98, please deinstall it," @${ECHO} "or define OVERRIDE_HMAKE to override the installed version." @${ECHO} "" @${FALSE} .endif post-install: ${SED} -e "s#/usr/doc/nhc98#${PREFIX}/share/doc/nhc98#" \ < ${WRKSRC}/man/nhc98.1 > ${WRKSRC}/man/nhc98.1.fix ${INSTALL_MAN} ${WRKSRC}/man/nhc98.1.fix ${PREFIX}/man/man1/nhc98.1 ${RM} ${WRKSRC}/man/nhc98.1.fix .if !defined(NOPORTDOCS) .for ending in aux log ${RM} ${PREFIX}/share/doc/nhc98/hat/tutorial1.${ending} .endfor .for ending in aux log out toc ${RM} ${PREFIX}/share/doc/nhc98/hat/hatuser.${ending} .endfor .for directory in . bugs examples hat hmake implementation-notes libs ${RM} -r ${PREFIX}/share/doc/nhc98/${directory}/CVS .endfor .endif .include Property changes on: head/devel/hat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/hat/files/patch-configure =================================================================== --- head/devel/hat/files/patch-configure (nonexistent) +++ head/devel/hat/files/patch-configure (revision 61531) @@ -0,0 +1,11 @@ +--- configure.orig Tue Jun 18 20:21:59 2002 ++++ configure Tue Jun 18 20:24:20 2002 +@@ -748,7 +748,7 @@ + then mkdir -p $DESTDIR$MANDIR; echo ' (created)' + else echo ' (exists)' + fi +- for file in man/* ++ for file in man/harch.1 man/hmake.1 man/hp2graph.1 man/nhc98.1 + do + echo " `basename $file` " + cp $file $DESTDIR$MANDIR Property changes on: head/devel/hat/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/devel/hs-hat/Makefile =================================================================== --- head/devel/hs-hat/Makefile (revision 61530) +++ head/devel/hs-hat/Makefile (revision 61531) @@ -1,72 +1,71 @@ # New ports collection makefile for: nhc98 # Date created: 04 October 2001 # Whom: Oliver Braun # # $FreeBSD$ PORTNAME= nhc98 PORTVERSION= 1.14 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ DISTNAME= ${PORTNAME}src-${PORTVERSION} DIST_SUBDIR= nhc98 MAINTAINER= obraun@informatik.unibw-muenchen.de .include .if ${OSVERSION} >= 500000 -BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc +BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes HAS_CONFIGURE= yes .if ${OSVERSION} >= 500000 CONFIGURE_ARGS+= --buildwith=ghc .endif .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/nhc98 +docs .endif -MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 \ - hat-detect.1 hat-observe.1 hat-stack.1 hat-trail.1 +MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 post-patch: @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc post-configure: @${ECHO} "LIBDIR=${PREFIX}/lib/nhc98" \ >> ${WRKSRC}/targets/ix86-FreeBSD/config.cache pre-install: .if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE) @${ECHO} "" @${ECHO} "It seems that there is already a version of hmake installed on" @${ECHO} "this system. Since hmake is part of nhc98, please deinstall it," @${ECHO} "or define OVERRIDE_HMAKE to override the installed version." @${ECHO} "" @${FALSE} .endif post-install: ${SED} -e "s#/usr/doc/nhc98#${PREFIX}/share/doc/nhc98#" \ < ${WRKSRC}/man/nhc98.1 > ${WRKSRC}/man/nhc98.1.fix ${INSTALL_MAN} ${WRKSRC}/man/nhc98.1.fix ${PREFIX}/man/man1/nhc98.1 ${RM} ${WRKSRC}/man/nhc98.1.fix .if !defined(NOPORTDOCS) .for ending in aux log ${RM} ${PREFIX}/share/doc/nhc98/hat/tutorial1.${ending} .endfor .for ending in aux log out toc ${RM} ${PREFIX}/share/doc/nhc98/hat/hatuser.${ending} .endfor .for directory in . bugs examples hat hmake implementation-notes libs ${RM} -r ${PREFIX}/share/doc/nhc98/${directory}/CVS .endfor .endif .include Property changes on: head/devel/hs-hat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/hs-hat/files/patch-configure =================================================================== --- head/devel/hs-hat/files/patch-configure (nonexistent) +++ head/devel/hs-hat/files/patch-configure (revision 61531) @@ -0,0 +1,11 @@ +--- configure.orig Tue Jun 18 20:21:59 2002 ++++ configure Tue Jun 18 20:24:20 2002 +@@ -748,7 +748,7 @@ + then mkdir -p $DESTDIR$MANDIR; echo ' (created)' + else echo ' (exists)' + fi +- for file in man/* ++ for file in man/harch.1 man/hmake.1 man/hp2graph.1 man/nhc98.1 + do + echo " `basename $file` " + cp $file $DESTDIR$MANDIR Property changes on: head/devel/hs-hat/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/lang/nhc98/Makefile =================================================================== --- head/lang/nhc98/Makefile (revision 61530) +++ head/lang/nhc98/Makefile (revision 61531) @@ -1,72 +1,71 @@ # New ports collection makefile for: nhc98 # Date created: 04 October 2001 # Whom: Oliver Braun # # $FreeBSD$ PORTNAME= nhc98 PORTVERSION= 1.14 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/ DISTNAME= ${PORTNAME}src-${PORTVERSION} DIST_SUBDIR= nhc98 MAINTAINER= obraun@informatik.unibw-muenchen.de .include .if ${OSVERSION} >= 500000 -BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc +BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc .endif WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes HAS_CONFIGURE= yes .if ${OSVERSION} >= 500000 CONFIGURE_ARGS+= --buildwith=ghc .endif .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/nhc98 +docs .endif -MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 \ - hat-detect.1 hat-observe.1 hat-stack.1 hat-trail.1 +MAN1= harch.1 hmake.1 hp2graph.1 nhc98.1 post-patch: @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile.inc post-configure: @${ECHO} "LIBDIR=${PREFIX}/lib/nhc98" \ >> ${WRKSRC}/targets/ix86-FreeBSD/config.cache pre-install: .if exists(${PREFIX}/bin/hmake) && !defined(OVERRIDE_HMAKE) @${ECHO} "" @${ECHO} "It seems that there is already a version of hmake installed on" @${ECHO} "this system. Since hmake is part of nhc98, please deinstall it," @${ECHO} "or define OVERRIDE_HMAKE to override the installed version." @${ECHO} "" @${FALSE} .endif post-install: ${SED} -e "s#/usr/doc/nhc98#${PREFIX}/share/doc/nhc98#" \ < ${WRKSRC}/man/nhc98.1 > ${WRKSRC}/man/nhc98.1.fix ${INSTALL_MAN} ${WRKSRC}/man/nhc98.1.fix ${PREFIX}/man/man1/nhc98.1 ${RM} ${WRKSRC}/man/nhc98.1.fix .if !defined(NOPORTDOCS) .for ending in aux log ${RM} ${PREFIX}/share/doc/nhc98/hat/tutorial1.${ending} .endfor .for ending in aux log out toc ${RM} ${PREFIX}/share/doc/nhc98/hat/hatuser.${ending} .endfor .for directory in . bugs examples hat hmake implementation-notes libs ${RM} -r ${PREFIX}/share/doc/nhc98/${directory}/CVS .endfor .endif .include Property changes on: head/lang/nhc98/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/lang/nhc98/files/patch-configure =================================================================== --- head/lang/nhc98/files/patch-configure (nonexistent) +++ head/lang/nhc98/files/patch-configure (revision 61531) @@ -0,0 +1,11 @@ +--- configure.orig Tue Jun 18 20:21:59 2002 ++++ configure Tue Jun 18 20:24:20 2002 +@@ -748,7 +748,7 @@ + then mkdir -p $DESTDIR$MANDIR; echo ' (created)' + else echo ' (exists)' + fi +- for file in man/* ++ for file in man/harch.1 man/hmake.1 man/hp2graph.1 man/nhc98.1 + do + echo " `basename $file` " + cp $file $DESTDIR$MANDIR Property changes on: head/lang/nhc98/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property