Bug 5697 - update hugs-1.4 port to Jan 98 release.
Summary: update hugs-1.4 port to Jan 98 release.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-02-10 11:50 UTC by simonm
Modified: 1998-02-12 10:06 UTC (History)
0 users

See Also:


Attachments
file.diff (176 bytes, patch)
1998-02-10 11:50 UTC, simonm
no flags Details | Diff
file.diff (437 bytes, patch)
1998-02-10 11:50 UTC, simonm
no flags Details | Diff
file.diff (8.84 KB, patch)
1998-02-10 11:50 UTC, simonm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description simonm 1998-02-10 11:50:00 UTC

Fix: patch to /usr/ports/lang/hugs (below) and 'make makesum'.

! DISTNAME=     hugs
! PKGNAME=      hugs-1.4
  CATEGORIES=   lang
! MASTER_SITES= ftp://haskell.org/pub/haskell/hugs/BETA/

  MAINTAINER=   Torsten.Grust@uni-konstanz.de

--- 6,16 ----
  # $Id: Makefile,v 1.1.1.1 1997/11/24 00:10:18 fenner Exp $
  #

! DISTNAME=     hugs-January1998-source
! EXTRACT_SUFX= .tgz
! PKGNAME=      hugs-1.4-01-1998
  CATEGORIES=   lang
! MASTER_SITES= ftp://haskell.org/pub/haskell/hugs/January1998/

  MAINTAINER=   Torsten.Grust@uni-konstanz.de

***************
--- 43,51 ----
        ${INSTALL_DIR} ${PREFIX}/share/doc/hugs
        ${INSTALL_DATA} ${HUGS_DOC}/README ${PREFIX}/share/doc/hugs
        ${INSTALL_DATA} ${HUGS_DOC}/*.html ${PREFIX}/share/doc/hugs
! .for DOC in manual-html haskore-html libs-html report library tutorial
!       ${INSTALL_DIR} ${PREFIX}/share/doc/hugs/${DOC}
!       ${INSTALL_DATA} ${HUGS_DOC}/${DOC}/* ${PREFIX}/share/doc/hugs/${DOC}
  .endfor
  .endif
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 1998-02-12 10:05:01 UTC
State Changed
From-To: open->closed

Patch committed, thanks. 

BTW, please don't cut-and-paste diffs; the tabs get lost that way.