Bug 182197 - [PATCH] lang/spidermonkey17: Fix typo
Summary: [PATCH] lang/spidermonkey17: Fix typo
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-18 02:30 UTC by Steve Wills
Modified: 2013-10-25 14:07 UTC (History)
1 user (show)

See Also:


Attachments
spidermonkey17-1.7.0_1.patch (393 bytes, patch)
2013-09-18 02:30 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills freebsd_committer freebsd_triage 2013-09-18 02:30:00 UTC
- Fix typo with leftover stuff

Port maintainer (citric@cubicone.tmetic.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-18 02:30:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-18 02:30:07 UTC
Maintainer of lang/spidermonkey17,

Please note that PR ports/182197 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182197

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-25 13:50:53 UTC
Author: koobs
Date: Fri Oct 25 12:50:46 2013
New Revision: 331572
URL: http://svnweb.freebsd.org/changeset/ports/331572

Log:
  lang/spidermonkey17: Fix typo causing configure to fail
  
  - Remove spurious dangling && from configure invocation
  - While im here, pet portlint
  
  PR:		ports/182153
  PR:		ports/182197
  Submitted by:	swills
  Reported by:	Vincent Hoffman-Kazlauskas <vince@unsane.co.uk>
  Approved by:	maintainer timeout (1 month)

Modified:
  head/lang/spidermonkey17/Makefile   (contents, props changed)

Modified: head/lang/spidermonkey17/Makefile
==============================================================================
--- head/lang/spidermonkey17/Makefile	Fri Oct 25 12:42:00 2013	(r331571)
+++ head/lang/spidermonkey17/Makefile	Fri Oct 25 12:50:46 2013	(r331572)
@@ -39,7 +39,7 @@ JSH=		jsapi.h jsarena.h jsarray.h jsatom
 
 PLIST_FILES=	bin/js lib/libjs.so lib/libjs.so.1 ${JSH:S,^,include/,}
 WRKSRC=		${WRKDIR}/${SRC_DIR}
-EXTRACT_AFTER_ARGS= --exclude js/jsd
+EXTRACT_AFTER_ARGS=	--exclude js/jsd
 
 OPTIONS_DEFINE=	UTF8
 
@@ -52,7 +52,7 @@ CFLAGS+=	-DJS_C_STRINGS_ARE_UTF8
 
 do-configure:
 	${CP} ${WRKSRC}/config/Linux_All.mk \
-		${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk && \
+		${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/js \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2013-10-25 14:05:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->koobs

I'll take it.
Comment 5 Kubilay Kocak freebsd_committer freebsd_triage 2013-10-25 14:07:55 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks swills! :]