diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-19 22:53:57 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-19 22:53:57 +0000 |
commit | 3403f5bc6804ade68d04fd385c449d50897e1a5d (patch) | |
tree | 9ced3c6f7e81518257140fd01ee6e510920fe9f0 /lang/see | |
parent | - Chase ocaml upgrade by upgrading to 0.4.0 and unbreak; (diff) |
Unbreak.
PR: ports/100557
Submitted by: Simun Mikecin <numisemis (at) yahoo.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=168279
Diffstat (limited to 'lang/see')
-rw-r--r-- | lang/see/Makefile | 2 | ||||
-rw-r--r-- | lang/see/files/patch-include_see_Makefile.in | 13 |
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 |