ports/78576: Fix security/gcrypt port for FreeBSD/powerpc arch

Martin Minkus diskiller at diablo.diskiller.net
Tue Mar 8 06:40:04 UTC 2005


>Number:         78576
>Category:       ports
>Synopsis:       Fix security/gcrypt port for FreeBSD/powerpc arch
>Confidential:   yes
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 08 06:40:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Martin Minkus
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD diablo.diskiller.net 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #3: Thu Mar 3 18:09:32 CST 2005 diskiller at diablo.diskiller.net:/usr/obj/junk/stable/src/sys/DIABLO i386
>Description:
	Port fails to build on FreeBSD/powerpc
>How-To-Repeat:
	Build port on FreeBSD/powerpc machine
>Fix:
	This patch fixes the problem.

--- patch-security-gcrypt-Makefile begins here ---
*** Makefile	Wed Jan 12 01:23:11 2005
--- Makefile.ppc	Sun Feb 27 10:40:13 2005
***************
*** 26,31 ****
--- 26,35 ----
  
  .include <bsd.port.pre.mk>
  
+ .if ${ARCH} == "powerpc"
+ CONFIGURE_ARGS = --disable-asm
+ .endif
+ 
  post-patch:
  	@${REINPLACE_CMD} -e "s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|" \
  		${WRKSRC}/ltmain.sh
--- patch-security-gcrypt-Makefile ends here ---


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



More information about the freebsd-ports-bugs mailing list