ports/80564: [MAINTAINER] security/p5-Authen-Krb5: Break it on alpha/4.x

Renato Botelho freebsd at galle.com.br
Mon May 2 19:50:02 UTC 2005


>Number:         80564
>Category:       ports
>Synopsis:       [MAINTAINER] security/p5-Authen-Krb5: Break it on alpha/4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 02 19:50:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.3-RELEASE-p9 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.3-RELEASE-p9 FreeBSD 5.3-RELEASE-p9 #9: Fri Apr 15 07:52:00 BRST 2005
>Description:
- Break the port on alpha/4.x - It doesn't build

Reported by: pointyhat via kris

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Authen-Krb5-1.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/p5-Authen-Krb5/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	25 Apr 2005 11:04:33 -0000	1.5
+++ Makefile	2 May 2005 19:44:23 -0000
@@ -25,8 +25,14 @@
 
 KRB5_HOME?=	${PREFIX}
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == alpha && ${OSVERSION} < 500000
+BROKEN=	"It don't build on alpha with FreeBSD 4.x"
+.endif
+
 post-patch:
 	@${PERL} -pi -e 's:${LOCALBASE}/krb5:${KRB5_HOME}:g' \
 		${WRKSRC}/Makefile.PL
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- p5-Authen-Krb5-1.4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list