From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 3 10:50:36 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9464416A4DE for ; Thu, 3 Aug 2006 10:50:36 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 023BC43D49 for ; Thu, 3 Aug 2006 10:50:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k73AoGun071498 for ; Thu, 3 Aug 2006 10:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k73AoGsG071497; Thu, 3 Aug 2006 10:50:16 GMT (envelope-from gnats) Resent-Date: Thu, 3 Aug 2006 10:50:16 GMT Resent-Message-Id: <200608031050.k73AoGsG071497@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Wen Hsu Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2300516A4DE; Thu, 3 Aug 2006 10:46:05 +0000 (UTC) (envelope-from lwhsu@lwhsu.ckefgisc.org) Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.89.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D0843D49; Thu, 3 Aug 2006 10:46:04 +0000 (GMT) (envelope-from lwhsu@lwhsu.ckefgisc.org) Received: from localhost (localhost.lwhsu.ckefgisc.org [127.0.0.1]) by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id D91D6BAFA; Thu, 3 Aug 2006 18:46:02 +0800 (CST) Received: from knight.lwhsu.ckefgisc.org ([127.0.0.1]) by localhost (knight.lwhsu.ckefgisc.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QrwwJ8lxvLOx; Thu, 3 Aug 2006 18:45:57 +0800 (CST) Received: by knight.lwhsu.ckefgisc.org (Postfix, from userid 1001) id CC07EB9AB; Thu, 3 Aug 2006 18:45:57 +0800 (CST) Message-Id: <20060803104557.CC07EB9AB@knight.lwhsu.ckefgisc.org> Date: Thu, 3 Aug 2006 18:45:57 +0800 (CST) From: Li-Wen Hsu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jkoshy@FreeBSD.org Subject: ports/101312: [PATCH] devel/cil: Fix perl module path X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 10:50:36 -0000 >Number: 101312 >Category: ports >Synopsis: [PATCH] devel/cil: Fix perl module path >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 03 10:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: System: FreeBSD knight.lwhsu.ckefgisc.org 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon May 29 13:56:44 CST 2006 >Description: - Fix perl module path, make bin/cilly work - Fix portlint -a warning about %%LOCALBASE%% Port maintainer (jkoshy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cil-1.3.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/cil/Makefile /home/lwhsu/ports/devel/cil/Makefile --- /usr/ports/devel/cil/Makefile Mon Jul 10 13:59:32 2006 +++ /home/lwhsu/ports/devel/cil/Makefile Thu Aug 3 16:04:52 2006 @@ -10,7 +10,7 @@ CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://manju.cs.berkeley.edu/cil/distrib/ -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jkoshy@FreeBSD.org COMMENT= Infrastructure for C Program Analysis and Transformation @@ -38,6 +38,10 @@ post-patch: @${REINPLACE_CMD} -e 's:@CILHOME@/lib:${SITE_PERL}/CIL:g; s:\@CILHOME\@:${PREFIX}:g' ${WRKSRC}/bin/CilConfig.pm.in @${REINPLACE_CMD} -e 's|$$::cilhome|${PREFIX}|g; s|obj/$$::archos|libexec/cil|g' ${WRKSRC}/bin/cilly + @${REINPLACE_CMD} -e 's|^use Cilly;|use CIL::Cilly|' ${WRKSRC}/bin/cilly + @${REINPLACE_CMD} -e 's|^use KeptFile;|use CIL::KeptFile;|; s|^use OutputFile;|use CIL::OutputFile;|; s|^use TempFile;|use CIL::TempFile;|' ${WRKSRC}/lib/Cilly.pm + @${REINPLACE_CMD} -e 's|^use OutputFile;|use CIL::OutputFile;|' ${WRKSRC}/lib/KeptFile.pm + @${REINPLACE_CMD} -e 's|^use OutputFile;|use CIL::OutputFile;|' ${WRKSRC}/lib/TempFile.pm do-install: .if !defined(NOPORTDOCS) diff -ruN --exclude=CVS /usr/ports/devel/cil/pkg-plist /home/lwhsu/ports/devel/cil/pkg-plist --- /usr/ports/devel/cil/pkg-plist Mon Jul 10 13:59:32 2006 +++ /home/lwhsu/ports/devel/cil/pkg-plist Thu Aug 3 16:01:22 2006 @@ -144,7 +144,6 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/api %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm libexec/cil -@cwd %%LOCALBASE%% %%SITE_PERL%%/CIL/Cilly.pm %%SITE_PERL%%/CIL/KeptFile.pm %%SITE_PERL%%/CIL/OutputFile.pm --- cil-1.3.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: