Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2006 18:42:00 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@FreeBSD.org
Subject:   [PATCH] security/p5-GSSAPI: Fix error to build on 4.X, take maintainership
Message-ID:  <20060713103802.ABCF62F069@smtp2.bc.hgc.com.tw>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	chinsan
>Organization:	FreeBSD Taiwan
>Confidential:	no 
>Synopsis:	[PATCH] security/p5-GSSAPI: Fix error to build on 4.X, take maintainership
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 6.1-STABLE i386
>Environment:
System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun  2 16:44:35 CST
>Description:
- Fix error to build on 4.X
- Take maintainership

Port maintainer (perl@FreeBSD.org) is cc'd.

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

--- p5-GSSAPI-0.22.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/p5-GSSAPI/Makefile /usr/home/chinsan/project/p5-GSSAPI/Makefile
--- /usr/ports/security/p5-GSSAPI/Makefile	Wed May 31 06:26:36 2006
+++ /usr/home/chinsan/project/p5-GSSAPI/Makefile	Thu Jul 13 18:40:49 2006
@@ -12,7 +12,7 @@
 MASTER_SITE_SUBDIR=	../../authors/id/A/AG/AGROLMS
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	perl@FreeBSD.org
+MAINTAINER=	chinsan.tw@gmail.com
 COMMENT=	Perl extension providing access to the GSSAPIv2 library
 
 BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
@@ -28,6 +28,11 @@
 
 .if ${PERL_LEVEL} < 500600
 IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.if ${OSVERSION} < 500000
+BUILD_DEPENDS+=		krb5:${PORTSDIR}/security/krb5
+LIB_DEPENDS+=		krb5:${PORTSDIR}/security/krb5
 .endif
 
 .include <bsd.port.post.mk>
--- p5-GSSAPI-0.22.patch ends here ---




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060713103802.ABCF62F069>