mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Install fxlib.mlb
- Bump PORTREVISION PR: ports/117721 Submitted by: Timothy Bourke <timbob bigpond.com> (maintainer)
This commit is contained in:
parent
1c885714e3
commit
5eaed6910a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204280
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user