Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2004 20:52:22 -0500 (EST)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nectar@FreeBSD.org
Subject:   ports/63200: amd64-fix: security/krb4
Message-ID:  <20040222015222.5F87B39819@slurmcan.wormulon.net>
Resent-Message-ID: <200402220200.i1M20Zep006528@freefall.freebsd.org>

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

>Number:         63200
>Category:       ports
>Synopsis:       amd64-fix: security/krb4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 21 18:00:35 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.2.1-RC amd64
>Organization:
>Environment:
System: FreeBSD slurmcan.wormulon.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan 31 12:38:34 GMT 2004 root@ngoc.NUXI.com:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
Fix http://bento.freebsd.org/errorlogs/amd64-5-latest/krb4-1.2.1.log
and make portlint happy.
>How-To-Repeat:
	
>Fix:

	

--- krb4-amd64.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/FreeBSD-CVS/ports/security/krb4/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	5 Mar 2003 02:04:54 -0000	1.1
+++ Makefile	22 Feb 2004 01:49:58 -0000
@@ -31,7 +31,7 @@
 	"LDFLAGS=-Wl,-rpath,${PREFIX}/lib"
 
 post-install:
-	install-info ${PREFIX}/info/kth-krb.info ${PREFIX}/info/dir
+	@${INSTALL_DATA} ${PREFIX}/info/kth-krb.info ${PREFIX}/info/dir
 	${SED} -e "s~%%PREFIX%%~${PREFIX}~g" \
 	    < ${.CURDIR}/pkg-message > ${PKGMESSAGE}
 	@${ECHO_CMD} "*** ATTENTION ***"
@@ -45,4 +45,8 @@
 .endfor
 
 .include "Makefile.man"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+CONFIGURE_ENV+=	CFLAGS=-fPIC
+.endif
+.include <bsd.port.post.mk>
--- krb4-amd64.diff ends here ---


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



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