Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2009 00:24:10 GMT
From:      Otacílio de Araújo Ramos Neto <otacilio.neto@ee.ufcg.edu.br>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134971: Update port: cad/p5-Verilog-Perl incorrect pkg-plist and missing dependencies
Message-ID:  <200905270024.n4R0OA6W077727@www.freebsd.org>
Resent-Message-ID: <200905270030.n4R0U1pv088726@freefall.freebsd.org>

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

>Number:         134971
>Category:       ports
>Synopsis:       Update port: cad/p5-Verilog-Perl incorrect pkg-plist and missing dependencies
>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:   Wed May 27 00:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Otacílio de Araújo Ramos Neto
>Release:        FreeBSD 7.1-RELEASE i386
>Organization:
>Environment:
FreeBSD squitch 7.1-RELEASE FreeBSD 7.1-RELEASE #4: Sat Mar 28 21:30:54 BRT 2009     ota@squitch:/usr/obj/usr/src/sys/SQUITCH  i386

>Description:
The file pkg-plist is using mach in file path. The correct is use %%PERL_ARCH%%.
The flex dependence is missing.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/cad/p5-Verilog-Perl.orig/Makefile /usr/ports/cad/p5-Verilog-Perl/Makefile
--- /usr/ports/cad/p5-Verilog-Perl.orig/Makefile	2009-05-26 20:06:19.000000000 -0300
+++ /usr/ports/cad/p5-Verilog-Perl/Makefile	2009-05-26 21:16:07.000000000 -0300
@@ -14,9 +14,11 @@
 MAINTAINER=	otacilio.neto@ee.ufcg.edu.br
 COMMENT=	Building point for Verilog support in the Perl language
 
+BUILD_DEPENDS=	flex>=2.5.35:${PORTSDIR}/textproc/flex
+
 USE_GMAKE=	yes
 USE_PERL5=	yes
-USE_BISON=	yes
+USE_BISON=	build
 
 PERL_CONFIGURE=	yes
 
diff -ruN --exclude=CVS /usr/ports/cad/p5-Verilog-Perl.orig/pkg-plist /usr/ports/cad/p5-Verilog-Perl/pkg-plist
--- /usr/ports/cad/p5-Verilog-Perl.orig/pkg-plist	2009-05-26 20:06:19.000000000 -0300
+++ /usr/ports/cad/p5-Verilog-Perl/pkg-plist	2009-05-26 20:07:41.000000000 -0300
@@ -2,32 +2,32 @@
 bin/vpassert
 bin/vppreproc
 bin/vrename
-%%SITE_PERL%%/mach/Verilog/EditFiles.pm
-%%SITE_PERL%%/mach/Verilog/Getopt.pm
-%%SITE_PERL%%/mach/Verilog/Language.pm
-%%SITE_PERL%%/mach/Verilog/Netlist.pm
-%%SITE_PERL%%/mach/Verilog/Netlist/Cell.pm
-%%SITE_PERL%%/mach/Verilog/Netlist/File.pm
-%%SITE_PERL%%/mach/Verilog/Netlist/Interface.pm
-%%SITE_PERL%%/mach/Verilog/Netlist/Logger.pm
-%%SITE_PERL%%/mach/Verilog/Netlist/Module.pm
-%%SITE_PERL%%/mach/Verilog/Netlist/Net.pm
-%%SITE_PERL%%/mach/Verilog/Netlist/Pin.pm
-%%SITE_PERL%%/mach/Verilog/Netlist/Port.pm
-%%SITE_PERL%%/mach/Verilog/Netlist/Subclass.pm
-%%SITE_PERL%%/mach/Verilog/Parser.pm
-%%SITE_PERL%%/mach/Verilog/Preproc.pm
-%%SITE_PERL%%/mach/Verilog/SigParser.pm
-%%SITE_PERL%%/mach/Verilog/Std.pm
-%%SITE_PERL%%/mach/Verilog/Verilog-Perl.pod
-%%SITE_PERL%%/mach/auto/Verilog/Language/.packlist
-%%SITE_PERL%%/mach/auto/Verilog/Parser/Parser.bs
-%%SITE_PERL%%/mach/auto/Verilog/Parser/Parser.so
-%%SITE_PERL%%/mach/auto/Verilog/Preproc/Preproc.bs
-%%SITE_PERL%%/mach/auto/Verilog/Preproc/Preproc.so
-@dirrm %%SITE_PERL%%/mach/auto/Verilog/Preproc
-@dirrm %%SITE_PERL%%/mach/auto/Verilog/Parser
-@dirrm %%SITE_PERL%%/mach/auto/Verilog/Language
-@dirrm %%SITE_PERL%%/mach/auto/Verilog
-@dirrm %%SITE_PERL%%/mach/Verilog/Netlist
-@dirrm %%SITE_PERL%%/mach/Verilog
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/EditFiles.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Getopt.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Language.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Cell.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/File.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Interface.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Logger.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Module.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Net.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Pin.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Port.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist/Subclass.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Parser.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Preproc.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/SigParser.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Std.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Verilog-Perl.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Language/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Parser/Parser.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Parser/Parser.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Preproc/Preproc.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Preproc/Preproc.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Preproc
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Parser
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog/Language
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Verilog
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog/Netlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Verilog
===> Done


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



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