On Sat, 4 Feb 2006 19:41:09 -0700
Peter Valchev <[EMAIL PROTECTED]> wrote:

> security/p5-Digest-MD5-M4p    M4p.xs:135: stray '\' in program

That file is in DOS format, that's what broke it, and made gcc2
choke on it. I fixed it on my alpha, and I assume it works too
on the sparc.

This fix is quite ugly, but if I would've made a patch for the file,
that file would be twice the size M4p.xs...

Anyway, here's a diff for the Makefile,

Index: Makefile
===================================================================
RCS file: /cvs/ports/security/p5-Digest-MD5-M4p/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    30 Mar 2005 21:16:18 -0000      1.2
+++ Makefile    7 Feb 2006 19:16:48 -0000
@@ -17,4 +17,7 @@
 
 INSTALL_TARGET=        install_site
 
+post-extract:
+       @cp files/M4p.xs ${WRKDIST}
+
 .include <bsd.port.mk>


And files/M4p.xs is attached.
The port now builds, and it passes it's (minimal) tests.


Cheers,
Jasper

-- 
Humppa is a serious thing!

Attachment: M4p.xs
Description: Binary data

Attachment: pgpq2xgUlEULf.pgp
Description: PGP signature

Reply via email to