ports/100205: [PATCH] security/p5-GSSAPI: Fix error to build on 4.X, take maintainership
chinsan
chinsan.tw at gmail.com
Thu Jul 13 10:40:17 UTC 2006
>Number: 100205
>Category: ports
>Synopsis: [PATCH] security/p5-GSSAPI: Fix error to build on 4.X, take maintainership
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jul 13 10:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: chinsan
>Release: FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>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 at 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 at FreeBSD.org
+MAINTAINER= chinsan.tw at 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 ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list