Date: Wed, 19 Jul 2006 19:57:40 +0200 (CEST) From: Simun Mikecin <numisemis@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100557: [fix] lang/see: fix broken port Message-ID: <20060719175740.E49DD5074@data.home.hr> Resent-Message-ID: <200607191800.k6JI0Rrw083106@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100557 >Category: ports >Synopsis: [fix] lang/see: fix broken port >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jul 19 18:00:26 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Simun Mikecin >Release: FreeBSD 6.1-STABLE amd64 >Organization: >Environment: System: FreeBSD data.home.hr 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jul 14 21:11:08 CEST 2006 root@data.home.hr:/var/obj/usr/src.6/sys/DATA amd64 >Description: fix broken port (was "does not install"). >How-To-Repeat: >Fix: diff -urN see.orig/Makefile see/Makefile --- see.orig/Makefile Sun Jul 16 23:09:05 2006 +++ see/Makefile Wed Jul 19 19:44:25 2006 @@ -14,8 +14,6 @@ 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 -urN see.orig/files/patch-include_see_Makefile.in see/files/patch-include_see_Makefile.in --- see.orig/files/patch-include_see_Makefile.in Thu Jan 1 01:00:00 1970 +++ see/files/patch-include_see_Makefile.in Wed Jul 19 19:52:08 2006 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060719175740.E49DD5074>