aboutsummaryrefslogtreecommitdiff
path: root/lang/see
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-07-19 22:53:57 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-07-19 22:53:57 +0000
commit3403f5bc6804ade68d04fd385c449d50897e1a5d (patch)
tree9ced3c6f7e81518257140fd01ee6e510920fe9f0 /lang/see
parent35585a7cdbd7c9a187347f7cdb6b5fc671012acd (diff)
downloadports-3403f5bc6804ade68d04fd385c449d50897e1a5d.tar.gz
ports-3403f5bc6804ade68d04fd385c449d50897e1a5d.zip
Notes
Diffstat (limited to 'lang/see')
-rw-r--r--lang/see/Makefile2
-rw-r--r--lang/see/files/patch-include_see_Makefile.in13
2 files changed, 13 insertions, 2 deletions
diff --git a/lang/see/Makefile b/lang/see/Makefile
index 77f39bf83295..5326f2698142 100644
--- a/lang/see/Makefile
+++ b/lang/see/Makefile
@@ -14,8 +14,6 @@ MASTER_SITES= http://www.adaptive-enterprises.com.au/~d/software/see/
MAINTAINER= numisemis@yahoo.com
COMMENT= Simple ECMAScript Engine (SEE)
-BROKEN= fails to install
-
CONFLICTS= see-devel-[0-9]*
OPTIONS= GC "Use Boehm-Weiser garbage collection pkg" on \
diff --git a/lang/see/files/patch-include_see_Makefile.in b/lang/see/files/patch-include_see_Makefile.in
new file mode 100644
index 000000000000..9633e1fa21e5
--- /dev/null
+++ b/lang/see/files/patch-include_see_Makefile.in
@@ -0,0 +1,13 @@
+--- include/see/Makefile.in.orig Wed Jan 18 14:22:20 2006
++++ include/see/Makefile.in Wed Jul 19 19:49:40 2006
+@@ -253,8 +253,8 @@
+ > inc-subst
+ $(PERL) -n -e \
+ 'print if s!^#define\s+(\S+)\s+(.+)!s,\\\@$$1\\\@,$$2/*$$1*/,g;!; \
+- print if s:^/\*\s*#undef\s+(\S+)\s*\*/.*:s,\\\@$$1\\\@,0/*!$$1*/,g;:; \
+- ' < $(CONFIG_HEADER) >> inc-subst
++ print if s:^/\*\s*#undef\s+(\S+)\s*\*/.*:s,\\\@$$1\\\@,0/*!$$1*/,g;:;' \
++ < $(CONFIG_HEADER) >> inc-subst
+
+ error.h: error.h.in inc-subst
+ $(PERL) -p inc-subst < $(srcdir)/error.h.in > error.h