diff options
Diffstat (limited to 'dns/hesiod')
-rw-r--r-- | dns/hesiod/Makefile | 42 | ||||
-rw-r--r-- | dns/hesiod/distinfo | 1 | ||||
-rw-r--r-- | dns/hesiod/files/patch-aa | 39 | ||||
-rw-r--r-- | dns/hesiod/pkg-comment | 1 | ||||
-rw-r--r-- | dns/hesiod/pkg-descr | 9 | ||||
-rw-r--r-- | dns/hesiod/pkg-plist | 7 |
6 files changed, 0 insertions, 99 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile deleted file mode 100644 index 17447822d1da..000000000000 --- a/dns/hesiod/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Ports collection Makefile for: Hesiod -# Version required: 3.0.2 -# Date created: 6/11/1998 -# Whom: n@nectar.com -# -# $FreeBSD$ -# - -DISTNAME= hesiod-3.0.2 -CATEGORIES= net -MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ \ - http://www.nectar.cc/distfiles/ - -MAINTAINER= nectar@FreeBSD.org - -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 - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == elf -SHLIB=libhesiod.so.3 -CONFIGURE_ENV+= LDFLAGS="-shared -Wl,-soname,${SHLIB}" -.else -SHLIB=libhesiod.so.3.0 -CONFIGURE_ENV+= LDFLAGS="-shared" -.endif - -MAKE_ENV+= SHLIB="${SHLIB}" - -post-install: - ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.post.mk> diff --git a/dns/hesiod/distinfo b/dns/hesiod/distinfo deleted file mode 100644 index 99ee331dd82b..000000000000 --- a/dns/hesiod/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (hesiod-3.0.2.tar.gz) = 0362311e80fb1e029a1588cbbd09ad57 diff --git a/dns/hesiod/files/patch-aa b/dns/hesiod/files/patch-aa deleted file mode 100644 index 828e32f794d5..000000000000 --- a/dns/hesiod/files/patch-aa +++ /dev/null @@ -1,39 +0,0 @@ ---- Makefile.in.orig Fri Jan 3 15:02:55 1997 -+++ Makefile.in Wed Oct 7 11:43:17 1998 -@@ -24,12 +24,15 @@ - ALL_CFLAGS=-I. -DSYSCONFDIR=\"${sysconfdir}\" ${CPPFLAGS} ${CFLAGS} - OBJS=hesiod.o hesmailhost.o hespwnam.o hesservbyname.o hescompat.o - --all: libhesiod.a hesinfo hestest -+all: libhesiod.a hesinfo hestest ${SHLIB} - - libhesiod.a: ${OBJS} - ar cru $@ ${OBJS} - ${RANLIB} $@ - -+${SHLIB}: ${OBJS} -+ ${CC} ${LDFLAGS} ${OBJS} -o ${SHLIB} -+ - hesinfo: hesinfo.o libhesiod.a - ${CC} ${LDFLAGS} -o $@ hesinfo.o libhesiod.a ${LIBS} - -@@ -55,6 +58,9 @@ - ${INSTALL} -c -m 644 libhesiod.a ${DESTDIR}${libdir} - ${RANLIB} ${DESTDIR}${libdir}/libhesiod.a - chmod u-w ${DESTDIR}${libdir}/libhesiod.a -+ ${INSTALL} -c -m 444 ${SHLIB} ${DESTDIR}${libdir} -+ ln -f -s ${DESTDIR}${libdir}/${SHLIB} \ -+ ${DESTDIR}${libdir}/libhesiod.so - ${INSTALL_PROGRAM} -c -m 555 hesinfo ${DESTDIR}${lbindir} - ${INSTALL} -c -m 444 ${srcdir}/hesiod.h ${DESTDIR}${includedir} - ${INSTALL} -c -m 444 ${srcdir}/hesinfo.1 ${DESTDIR}${mandir}/man1 -@@ -85,7 +93,8 @@ - ${INSTALL} -c -m 444 ${srcdir}/hesiod.conf.5 ${DESTDIR}${mandir}/man5 - - clean: -- rm -f ${OBJS} libhesiod.a hesinfo.o hesinfo hestest.o hestest -+ rm -f ${OBJS} libhesiod.a hesinfo.o hesinfo hestest.o hestest \ -+ libhesiod.so.3 - - distclean: clean - rm -f config.cache config.log config.status Makefile config.h diff --git a/dns/hesiod/pkg-comment b/dns/hesiod/pkg-comment deleted file mode 100644 index 334703c7f4a1..000000000000 --- a/dns/hesiod/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A directory service built on DNS and BIND diff --git a/dns/hesiod/pkg-descr b/dns/hesiod/pkg-descr deleted file mode 100644 index 62c908628b9a..000000000000 --- a/dns/hesiod/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Hesiod is part of MIT's Athena Project. - -From the README file: - - Hesiod can provide general name service for a variety of - applications and is based on the Berkeley Internet Name Daemon - (BIND). - -Jacques Vidrine <n@nectar.com> diff --git a/dns/hesiod/pkg-plist b/dns/hesiod/pkg-plist deleted file mode 100644 index 28c4a601457c..000000000000 --- a/dns/hesiod/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/hesinfo -include/hesiod.h -lib/libhesiod.a -lib/libhesiod.so -lib/libhesiod.so.3.0 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |