diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-22 03:36:07 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-22 03:36:07 +0800 |
commit | 4e702d1c53219c9175dad5f3b024011a5a5e262f (patch) | |
tree | 8324ec82bd374f4cf0562aabe616dbde0f362452 /textproc | |
parent | ef323229ac52cabf2193b6bc1c0b646e5fe03726 (diff) | |
download | freebsd-ports-gnome-4e702d1c53219c9175dad5f3b024011a5a5e262f.tar.gz freebsd-ports-gnome-4e702d1c53219c9175dad5f3b024011a5a5e262f.tar.zst freebsd-ports-gnome-4e702d1c53219c9175dad5f3b024011a5a5e262f.zip |
- Install fxlib.mlb
- Bump PORTREVISION
PR: ports/117721
Submitted by: Timothy Bourke <timbob bigpond.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sml-fxp/Makefile | 1 | ||||
-rw-r--r-- | textproc/sml-fxp/files/patch-Makefile | 5 | ||||
-rw-r--r-- | textproc/sml-fxp/pkg-plist | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/textproc/sml-fxp/Makefile b/textproc/sml-fxp/Makefile index 31d48e1cba88..d6e32d8f2468 100644 --- a/textproc/sml-fxp/Makefile +++ b/textproc/sml-fxp/Makefile @@ -7,6 +7,7 @@ PORTNAME= sml-fxp PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://www2.informatik.tu-muenchen.de/~berlea/Fxp/ \ http://www.cse.unsw.edu.au/~tbourke/distfiles/ diff --git a/textproc/sml-fxp/files/patch-Makefile b/textproc/sml-fxp/files/patch-Makefile index d9bc838fb734..0e44226e7af9 100644 --- a/textproc/sml-fxp/files/patch-Makefile +++ b/textproc/sml-fxp/files/patch-Makefile @@ -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 diff --git a/textproc/sml-fxp/pkg-plist b/textproc/sml-fxp/pkg-plist index 3bd74bb6775d..2949f981eff2 100644 --- a/textproc/sml-fxp/pkg-plist +++ b/textproc/sml-fxp/pkg-plist @@ -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 |