Index: head/dns/hesiod/Makefile =================================================================== --- head/dns/hesiod/Makefile (revision 100507) +++ head/dns/hesiod/Makefile (revision 100508) @@ -1,39 +1,40 @@ # Ports collection Makefile for: Hesiod # Date created: 6/11/1998 # Whom: n@nectar.com # # $FreeBSD$ # PORTNAME= hesiod PORTVERSION= 3.0.2 CATEGORIES= dns MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ MAINTAINER= nectar@FreeBSD.org COMMENT= A directory service built on DNS and BIND MAN1= hesinfo.1 MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ hesiod_free_passwd.3 hesiod_free_postoffice.3 \ hesiod_free_servent.3 hesiod_getmailhost.3 \ hesiod_getpwnam.3 hesiod_getpwuid.3 \ hesiod_getservbyname.3 hesiod_init.3 \ hesiod_resolve.3 hesiod_to_bind.3 MAN5= hesiod.conf.5 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include .if ${PORTOBJFORMAT} == elf VERSION=3 SONAME="-Wl,-soname,libhesiod.so.${VERSION}" .else VERSION=3.0 .endif MAKE_ENV+= VERSION="${VERSION}" SONAME="${SONAME}" +CFLAGS+= -fPIC .include Property changes on: head/dns/hesiod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/ftp/ftp4all/files/patch-lib::des-private.h =================================================================== --- head/ftp/ftp4all/files/patch-lib::des-private.h (revision 100507) +++ head/ftp/ftp4all/files/patch-lib::des-private.h (revision 100508) @@ -1,12 +1,15 @@ ---- lib/des-private.h.orig Tue May 6 07:48:47 2003 -+++ lib/des-private.h Tue May 6 07:28:57 2003 -@@ -10,6 +10,9 @@ +--- lib/des-private.h.orig Thu Sep 24 15:02:11 1998 ++++ lib/des-private.h Mon Feb 9 19:41:07 2004 +@@ -10,6 +10,12 @@ #ifdef i386 #define LITTLE_ENDIAN 1 #endif +#ifdef __ia64 ++#define LITTLE_ENDIAN 1 ++#endif ++#ifdef __amd64 +#define LITTLE_ENDIAN 1 +#endif #ifdef sun386 #define LITTLE_ENDIAN 1 #endif Property changes on: head/ftp/ftp4all/files/patch-lib::des-private.h ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property