ports/98322: Update Port: lang/p5-JavaScript-SpiderMonkey 0.11->0.15

Aaron Dalton aaron at FreeBSD.org
Thu Jun 1 21:40:30 UTC 2006


>Number:         98322
>Category:       ports
>Synopsis:       Update Port: lang/p5-JavaScript-SpiderMonkey 0.11->0.15
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 21:40:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v0.11 to v0.15
- Restrict to FreeBSD-5+ due to dependency upon lang/spidermonkey
- Left odd BUILD_DEPENDS as lang/spidermonkey does not install the shared 
library correctly

0.15 (28/02/2006)
    (tb) Rewrote Makefile.PL to work on more platforms

0.14 (12/02/2006)
    (tb) Removed remaining debug info

0.13 (05/02/2006)
    (tb) Removed debug info
    (tb) Made sure Makefile.PL finds libjs if installed in /usr/lib or 
         /usr/local/lib

0.12 (12/03/2005)
    (ms) Makefile.PL prerequisite changed from undef to '0'.
    (ms) Thomas Busch added a check to Makefile.PL to find an already
         installed JS lib.
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/p5-JavaScript-SpiderMonkey/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	30 May 2006 11:04:32 -0000	1.4
+++ Makefile	1 Jun 2006 21:27:12 -0000
@@ -30,8 +30,12 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 500000 #inherited from lang/spidermonkey
+BROKEN=	does not compile on FreeBSD 4.x
+.endif
+
 .if ${PERL_LEVEL} < 500600
-IGNORE=         requires perl 5.6.x or later. Install lang/perl5 then try again
+IGNORE=	requires perl 5.6.x or later. Install lang/perl5 then try again
 .endif
 
 .include <bsd.port.post.mk>
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/lang/p5-JavaScript-SpiderMonkey/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	16 Jul 2005 15:23:22 -0000	1.1
+++ pkg-descr	1 Jun 2006 21:27:12 -0000
@@ -3,3 +3,4 @@
 "JavaScript.pm" in that it offers more friendly, Perl-like API.
 
 WWW: http://search.cpan.org/dist/JavaScript-SpiderMonkey/
+Author: Mike Schilli <m at perlmeister.com>
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list