ports/54790: unbreak-port: textproc/p5-XML-Sablotron

Oliver Lehmann oliver at FreeBSD.org
Wed Jul 23 22:10:17 UTC 2003


>Number:         54790
>Category:       ports
>Synopsis:       unbreak-port: textproc/p5-XML-Sablotron
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 23 15:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Jun 24 07:22:19 CEST 2003 olivleh1 at kartoffel.salatschuessel.net:/usr/obj/i386-4.8/usr/src/sys/KARTOFFEL i386


>Description:
	p5-XML-Sablotron-0.98 is broken.

	root at kartoffel p5-XML-Sablotron> make
	===>  Extracting for p5-XML-Sablotron-0.98
	 Checksum OK for XML-Sablotron-0.98.tar.gz.
	===>  Patching for p5-XML-Sablotron-0.98
	===>   p5-XML-Sablotron-0.98 depends on shared library: sablot.70 - found
	===>   p5-XML-Sablotron-0.98 depends on shared library: iconv.3 - found
	===>  Configuring for p5-XML-Sablotron-0.98
	Global symbol "$expat_libpath" requires explicit package name at ./Makefile.PL line 52.
	Execution of ./Makefile.PL aborted due to compilation errors.
	*** Error code 255
	
	Stop in /usr/home/olivleh1/freebsd-cvs/ports/textproc/p5-XML-Sablotron.
	root at kartoffel p5-XML-Sablotron> 

	Or take a look at bento: http://bento.freebsd.org/errorlogs/alpha-5-full/p5-XML-Sablotron-0.98.log

>How-To-Repeat:

	cd /usr/ports/textproc/p5-XML-Sablotron && make
>Fix:

--- p5-XML-Sablotron.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Sablotron/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	14 Jul 2003 17:02:56 -0000	1.19
+++ Makefile	23 Jul 2003 22:01:34 -0000
@@ -34,7 +34,7 @@
 
 post-patch:
 .if ${PERL_LEVEL} < 500600
-	@${PERL} -pi -e 's/^our //; $$_="use vars qw(\$$libs \@extras);\n" if $$.==43' ${WRKSRC}/Makefile.PL
+	@${PERL} -pi -e 's/^our /my /g' ${WRKSRC}/Makefile.PL
 .endif
 
 .include <bsd.port.post.mk>
--- p5-XML-Sablotron.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list