Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2014 09:50:06 GMT
From:      Alexandre Perrin <alex@kaworu.ch>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/187250: update devel/coccinelle to 1.0.0-rc19
Message-ID:  <201403040950.s249o6Hk005034@cgiserv.freebsd.org>
Resent-Message-ID: <201403041000.s24A00d7064628@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187250
>Category:       ports
>Synopsis:       update devel/coccinelle to 1.0.0-rc19
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 04 10:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Alexandre Perrin
>Release:        10.0
>Organization:
>Environment:
FreeBSD node.js 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This patch update devel/coccinelle to from 1.0.0-rc18 to 1.0.0-rc19. It also avoid stripping binary in post-install, solving ports/186613.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: devel/coccinelle/Makefile
===================================================================
--- devel/coccinelle/Makefile	(revision 347000)
+++ devel/coccinelle/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	coccinelle
-DISTVERSION=	1.0.0-rc18
+DISTVERSION=   1.0.0-rc19
 CATEGORIES=	devel
 MASTER_SITES=	http://coccinelle.lip6.fr/distrib/
 EXTRACT_SUFX=	.tgz
@@ -12,19 +12,12 @@
 
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 
-USES=		shebangfix gmake perl5 pkgconfig:build
+USES=		gmake perl5 pkgconfig:build
 GNU_CONFIGURE=	yes
 USE_PERL5=	build
 USE_PYTHON=	yes
 USE_OCAML=	3.0+
-bash_CMD=	${SH}
-SHEBANG_FILES=	setup/echo.sh
 MAKE_ARGS+=	PYTHON_VERSION=${PYTHON_VER}
 CONFIGURE_ENV+=	PYVER=${PYTHON_VER} PYTHON=${PYTHON_CMD}
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${DATADIR}/dllpcre_stubs.so \
-		${STAGEDIR}${DATADIR}/dllpycaml_stubs.so \
-		${STAGEDIR}${DATADIR}/spatch
-
 .include <bsd.port.mk>
Index: devel/coccinelle/distinfo
===================================================================
--- devel/coccinelle/distinfo	(revision 347000)
+++ devel/coccinelle/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (coccinelle-1.0.0-rc18.tgz) = e5e66b28f7e91226bef00a3795d4f300bdaca1d381a2384b5d855f60cf595c1f
-SIZE (coccinelle-1.0.0-rc18.tgz) = 3120697
+SHA256 (coccinelle-1.0.0-rc19.tgz) = d2ded0d2777f64e25ba8458e4f70f1e68ae47b394cb310ebbc097dacb75bfbbc
+SIZE (coccinelle-1.0.0-rc19.tgz) = 3151229


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403040950.s249o6Hk005034>