ports/63200: amd64-fix: security/krb4

Hendrik Scholz hendrik at scholz.net
Sun Feb 22 02:00:36 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list