From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 31 15:00:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1469616A41A for ; Wed, 31 Oct 2007 15:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E17F613C4C2 for ; Wed, 31 Oct 2007 15:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9VF02Jr040454 for ; Wed, 31 Oct 2007 15:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9VF02dn040453; Wed, 31 Oct 2007 15:00:02 GMT (envelope-from gnats) Resent-Date: Wed, 31 Oct 2007 15:00:02 GMT Resent-Message-Id: <200710311500.l9VF02dn040453@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Bourke Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3918016A468 for ; Wed, 31 Oct 2007 14:51:49 +0000 (UTC) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: from tone.orchestra.cse.unsw.EDU.AU (tone.orchestra.cse.unsw.EDU.AU [129.94.242.59]) by mx1.freebsd.org (Postfix) with ESMTP id A418813C481 for ; Wed, 31 Oct 2007 14:51:48 +0000 (UTC) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: From triptrop.cse.unsw.edu.au ([129.94.175.153]) (for ) By tone With Smtp ; Wed, 31 Oct 2007 14:05:59 +1100 Received: from triptrop.cse.unsw.edu.au (localhost [127.0.0.1]) by triptrop.cse.unsw.edu.au (8.14.1/8.13.6) with ESMTP id l9V33U8O009952 for ; Wed, 31 Oct 2007 14:03:30 +1100 (EST) (envelope-from tbourke@triptrop.cse.unsw.edu.au) Received: (from tbourke@localhost) by triptrop.cse.unsw.edu.au (8.14.1/8.13.6/Submit) id l9V33Uop009951; Wed, 31 Oct 2007 14:03:30 +1100 (EST) (envelope-from tbourke) Message-Id: <200710310303.l9V33Uop009951@triptrop.cse.unsw.edu.au> Date: Wed, 31 Oct 2007 14:03:30 +1100 (EST) From: Timothy Bourke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117721: Update port: textproc/sml-fxp (minor fix) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Timothy Bourke List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 15:00:03 -0000 >Number: 117721 >Category: ports >Synopsis: Update port: textproc/sml-fxp (minor fix) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 31 15:00:02 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Timothy Bourke >Release: FreeBSD 6.1-RELEASE-p6 i386 (uname -s -r -m) >Organization: n/a >Environment: >Description: The original submission fails to install an fxlib.mlb file. This file is useful for using the library with mlton. >How-To-Repeat: >Fix: --- sml-fxp.patch begins here --- Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/sml-fxp/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 4 Oct 2007 03:02:59 -0000 1.1 +++ pkg-plist 31 Oct 2007 03:03:23 -0000 @@ -1,6 +1,7 @@ lib/sml-fxp/src/config.orig.sml lib/sml-fxp/src/genRandom.sml lib/sml-fxp/src/fxlib.cm +lib/sml-fxp/src/fxlib.mlb lib/sml-fxp/src/config.cm lib/sml-fxp/src/config.sml lib/sml-fxp/src/Util/util.cm Index: files/patch-Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/sml-fxp/files/patch-Makefile,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile --- files/patch-Makefile 4 Oct 2007 03:02:59 -0000 1.1 +++ files/patch-Makefile 31 Oct 2007 03:03:23 -0000 @@ -1,5 +1,5 @@ --- Makefile.orig Sat Jun 26 02:43:06 2004 -+++ Makefile Sun Sep 16 17:09:45 2007 ++++ Makefile Wed Oct 31 13:51:36 2007 @@ -6,25 +6,33 @@ ############################################################################## # These are the locations for executables, heap images and library files @@ -126,7 +126,7 @@ inst.fxp: @make inst.prog PROG_NAME=fxp PROG_CM=Apps/Null/null.cm PROG_FUN=Null.null -@@ -116,13 +137,38 @@ +@@ -116,13 +137,39 @@ ${MKDIRHIER} ${FXP_LIBDIR}/$${dir}; \ done for file in `${FIND} ${SRC} ${FXLIB_PRUNE} -prune -o -name '*.sml' -print`; do \ @@ -137,6 +137,7 @@ + ${BSD_INSTALL_DATA} $${file} ${FXP_LIBDIR}/$${file}; \ + done + ${BSD_INSTALL_DATA} ${SRC}/fxlib.cm ${FXP_LIBDIR}/${SRC}/ ++ ${BSD_INSTALL_DATA} ${SRC}/fxlib.mlb ${FXP_LIBDIR}/${SRC}/ +.if defined(STABILIZE) +.if defined(SMLNJ) && ${SMLNJ} == "yes" + # Stabilizing in place seems to be the only reliable way for old sml-nj --- sml-fxp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: