ports/112144: [maintainer update] distfile location update for lang/spidermonkey
Dan Rench
citric at cubicone.tmetic.com
Wed Apr 25 19:30:06 UTC 2007
>Number: 112144
>Category: ports
>Synopsis: [maintainer update] distfile location update for lang/spidermonkey
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Apr 25 19:30:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Dan Rench
>Release: 6.1-STABLE
>Organization:
>Environment:
FreeBSD motorhead.i.dren.ch 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon May 29 16:23:53 CDT 2006 root at motorhead.i.dren.ch:/usr/obj/usr/src/sys/SMP i386
>Description:
The source tarball moved so I've updated the Makefile. I also moved the LIB_DEPENDS line to quiet a portlint warning.
>How-To-Repeat:
n/a
>Fix:
diff -u -r spidermonkey-orig/Makefile spidermonkey/Makefile
--- spidermonkey-orig/Makefile Wed Dec 6 14:07:31 2006
+++ spidermonkey/Makefile Wed Apr 25 14:07:52 2007
@@ -8,17 +8,18 @@
DISTVERSION= 1.5
PORTREVISION= 3
CATEGORIES= lang
-MASTER_SITES= MOZILLA:src,older
-MASTER_SITE_SUBDIR= js/:src js/older-packages/:older
+MASTER_SITES= MOZILLA
+MASTER_SITE_SUBDIR= js/older-packages/
DISTNAME= js-${DISTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src
MAINTAINER= citric at cubicone.tmetic.com
COMMENT= A standalone JavaScript interpreter from the Mozilla project
+LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr
+
CONFLICTS= njs-[0-9]*
-LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr
MAKE_ARGS+= JS_THREADSAFE=YES \
PROG_LIBS="-lreadline -ltermcap -lm ${PTHREAD_LIBS}" \
LDFLAGS="-L${LOCALBASE}/lib"
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list