ports/122463: [patch] math/miracl: Fix my stupidity

Ralf van der Enden tremere at cainites.net
Sat Apr 5 11:30:01 UTC 2008


>Number:         122463
>Category:       ports
>Synopsis:       [patch] math/miracl: Fix my stupidity
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 05 11:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Tue Feb 26 20:44:42 CET 2008 root at lan.cainites.net:/usr/obj/usr/src/sys/HELLKERNEL i386


	
>Description:
By mistake copy/pasted one line too few. Fixed that in the attached patch.
	
>How-To-Repeat:
	
>Fix:

	

--- miracl.diff begins here ---
diff -ruN miracl.org/Makefile miracl/Makefile
--- miracl.org/Makefile	2008-04-05 13:13:08.000000000 +0200
+++ miracl/Makefile	2008-04-05 13:13:17.000000000 +0200
@@ -44,6 +44,7 @@
 		-e 's|gcc|${CC}|' \
 		-e 's|g\+\+|${CXX}|' \
 		-e 's|-O2|${CFLAGS}|' \
+		${WRKSRC}/${BUILDCMD}
 .else
 	@${REINPLACE_CMD} -E \
 		-e 's|gcc|${CC}|' \
--- miracl.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list