Index: head/sysutils/am-utils/Makefile =================================================================== --- head/sysutils/am-utils/Makefile (revision 508979) +++ head/sysutils/am-utils/Makefile (revision 508980) @@ -1,58 +1,58 @@ # Created by: Jon Wilson # $FreeBSD$ PORTNAME= am-utils PORTVERSION= 6.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= sysutils net MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \ ftp://ftp.cs.umn.edu/pub/am-utils/ \ ftp://ftp.u-aizu.ac.jp/pub/net/amd/am-utils/ MAINTAINER= cy@FreeBSD.org COMMENT= Berkeley Automounter Suite of Utilities LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= OPENLDAP DOCS OPTIONS_DEFAULT=OPENLDAP OPENLDAP_DESC= OpenLDAP support USES= autoreconf:build bison libtool makeinfo perl5 USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared # Enable some filesystems which are not auto-detected with GENERIC kernel. CONFIGURE_ARGS+= ac_cv_fs_mfs=yes ac_cv_mnttab_type_nullfs='"mfs"' ac_cv_mount_type_nullfs='"mfs"' \ ac_cv_fs_nullfs=yes ac_cv_mnttab_type_nullfs='"nullfs"' ac_cv_mount_type_nullfs='"nullfs"' \ ac_cv_fs_udf=yes ac_cv_mnttab_type_udf='"udf"' ac_cv_mount_type_udf='"udf"' \ ac_cv_fs_tmpfs=yes ac_cv_mnttab_type_tmpfs='"tmpfs"' ac_cv_mount_type_tmpfs='"tmpfs"' MAKE_ENV= MAKEINFOFLAGS=--no-split INSTALL_TARGET= install-strip INFO= am-utils DOCS= AUTHORS BUGS FAQ NEWS README.attrcache OPENLDAP_USE= OPENLDAP=yes OPENLDAP_CONFIGURE_WITH= ldap OPENLDAP_CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" OPENLDAP_VARS= DOCS+="README.ldap ldap-id.txt ldap.schema" OPTIONS_SUB= yes .include post-patch: @${RM} ${WRKSRC}/doc/am-utils.info* post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .endif .include Index: head/sysutils/am-utils/files/patch-amd_amd.h =================================================================== --- head/sysutils/am-utils/files/patch-amd_amd.h (nonexistent) +++ head/sysutils/am-utils/files/patch-amd_amd.h (revision 508980) @@ -0,0 +1,13 @@ +Index: amd/amd.h +=================================================================== +--- amd/amd.h (revision 350048) ++++ amd/amd.h (revision 350049) +@@ -625,7 +625,7 @@ + extern void mapc_add_kv(mnt_map *, char *, char *); + extern mnt_map *mapc_find(char *, char *, const char *, const char *); + extern void mapc_free(opaque_t); +-extern int mapc_keyiter(mnt_map *, key_fun, opaque_t); ++extern int mapc_keyiter(mnt_map *, key_fun *, opaque_t); + extern void mapc_reload(void); + extern int mapc_search(mnt_map *, char *, char **); + extern void mapc_showtypes(char *buf, size_t l); Property changes on: head/sysutils/am-utils/files/patch-amd_amd.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/am-utils/files/patch-amd_rpc__fwd.c =================================================================== --- head/sysutils/am-utils/files/patch-amd_rpc__fwd.c (nonexistent) +++ head/sysutils/am-utils/files/patch-amd_rpc__fwd.c (revision 508980) @@ -0,0 +1,13 @@ +Index: amd/rpc_fwd.c +=================================================================== +--- amd/rpc_fwd.c (revision 350048) ++++ amd/rpc_fwd.c (revision 350049) +@@ -221,7 +221,7 @@ + * different address. + */ + int +-fwd_packet(int type_id, char *pkt, int len, struct sockaddr_in *fwdto, struct sockaddr_in *replyto, opaque_t cb_arg, fwd_fun cb) ++fwd_packet(int type_id, char *pkt, int len, struct sockaddr_in *fwdto, struct sockaddr_in *replyto, opaque_t cb_arg, fwd_fun *cb) + { + rpc_forward *p; + u_int *pkt_int; Property changes on: head/sysutils/am-utils/files/patch-amd_rpc__fwd.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property