diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-30 23:16:36 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-30 23:16:36 +0000 |
commit | f4f533b7c61d7c027989dd3b8ab2123d54a89511 (patch) | |
tree | 82990a2b3d06014a75cdca1571998034f9bd543e /net/yptransitd | |
parent | 27662f77bf3eb92028a36e906cc01644f4b9ac64 (diff) | |
download | ports-f4f533b7c61d7c027989dd3b8ab2123d54a89511.tar.gz ports-f4f533b7c61d7c027989dd3b8ab2123d54a89511.zip |
Notes
Diffstat (limited to 'net/yptransitd')
-rw-r--r-- | net/yptransitd/Makefile | 8 | ||||
-rw-r--r-- | net/yptransitd/pkg-descr | 16 |
2 files changed, 13 insertions, 11 deletions
diff --git a/net/yptransitd/Makefile b/net/yptransitd/Makefile index cf791df1cacf..72161afcbb37 100644 --- a/net/yptransitd/Makefile +++ b/net/yptransitd/Makefile @@ -22,7 +22,13 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ldap-prefix=${LOCALBASE} +post-patch: + @${REINPLACE_CMD} -E 's,^([[:blank:]]+)\([^\)]+\) ,\1,' \ + ${WRKSRC}/src/modules.c + @${REINPLACE_CMD} -e 's,(void \*) ,,g' \ + ${WRKSRC}/src/modules/ldap/cache.c + post-install: - @ ${CAT} ${.CURDIR}/pkg-message + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/net/yptransitd/pkg-descr b/net/yptransitd/pkg-descr index ee9ee1cbc071..22641d7b959c 100644 --- a/net/yptransitd/pkg-descr +++ b/net/yptransitd/pkg-descr @@ -1,19 +1,15 @@ An alternative to nss_ldap using an ldap based NIS/YP server. -This is a UNIX daemon providing NIS services with a modular -backend interface. The current focus is the development of +This is a UNIX daemon providing NIS services with a modular +backend interface. The current focus is the development of an LDAP module for the backend data source. -This daemon was (and is being written) in order to migrate a -large install base of UNIX systems utilizing NIS to an LDAP -based solution, eventually facilititing a migration of all +This daemon was (and is being written) in order to migrate a +large install base of UNIX systems utilizing NIS to an LDAP +based solution, eventually facilitating a migration of all corporate services that rely on similar data to LDAP. -This (and future) LDAP related tools are being released under +This (and future) LDAP related tools are being released under the BSD License (with advertising clause). -Please understand that the project is, at best, a beta. - -There is no documentation yet. - WWW: http://yptransitd.sourceforge.net/ |