ports/182197: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Oct 25 13:00:01 UTC 2013


The following reply was made to PR ports/182197; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/182197: commit references a PR
Date: Fri, 25 Oct 2013 12:50:53 +0000 (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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list