Index: head/japanese/ebnetd/Makefile =================================================================== --- head/japanese/ebnetd/Makefile (revision 545588) +++ head/japanese/ebnetd/Makefile (revision 545589) @@ -1,51 +1,51 @@ # Created by: Motoyuki Kasahara # $FreeBSD$ PORTNAME= ebnetd PORTVERSION= 1.0 PORTREVISION= 12 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ MAINTAINER= yasu@utahime.org COMMENT= Servers for accessing CD-ROM books via TCP/IP LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libeb.so:japanese/eb USES= iconv:patch +USE_RC_SUBR= ebhttpd ebnetd ndtpd GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} CONFIGURE_ENV= PERL=${PREFIX}/bin/perl +SUB_FILES= pkg-message + USERS= ${EBNETD_USER} GROUPS= ${EBNETD_GROUP} -# Local variables -LOGDIR= /var/log -RUNDIR= /var/run -EBNETD_USER= ebnetd -EBNETD_GROUP= ebnetd - -USE_RC_SUBR= ebhttpd ebnetd ndtpd -SUB_FILES= pkg-message +INFO= ebnetd ebnetd-ja PLIST_SUB= EBNETD_RUNDIR=${RUNDIR}/${PORTNAME} \ EBNETD_USER=${EBNETD_USER} \ EBNETD_GROUP=${EBNETD_GROUP} -INFO= ebnetd ebnetd-ja +# Local variables +EBNETD_GROUP= ebnetd +EBNETD_USER= ebnetd +LOGDIR= /var/log +RUNDIR= /var/run post-patch: ${MV} ${WRKSRC}/doc-ja/ebnetd-ja.texi ${WRKSRC}/doc-ja/ebnetd-ja.texi.orig ${ICONV_CMD} -f EUC-JP -t UTF-8 ${WRKSRC}/doc-ja/ebnetd-ja.texi.orig > ${WRKSRC}/doc-ja/ebnetd-ja.texi ${REINPLACE_CMD} -e "s/%%EBNETD_USER%%/${EBNETD_USER}/" \ -e "s/%%EBNETD_GROUP%%/${EBNETD_GROUP}/" \ ${WRKSRC}/ebnetd.conf.sample.in post-install: ${MKDIR} -m 0755 ${STAGEDIR}${RUNDIR}/${PORTNAME} .include Index: head/japanese/ebnetd/files/patch-ebnetd_defs.h.in =================================================================== --- head/japanese/ebnetd/files/patch-ebnetd_defs.h.in (nonexistent) +++ head/japanese/ebnetd/files/patch-ebnetd_defs.h.in (revision 545589) @@ -0,0 +1,13 @@ +--- ebnetd/defs.h.in.orig 2003-06-15 11:39:27 UTC ++++ ebnetd/defs.h.in +@@ -313,8 +313,8 @@ extern char work_path[]; + extern char configuration_file_name[]; + extern in_port_t listening_port; + extern in_port_t old_listening_port; +-fd_set listening_files; +-int max_listening_file; ++extern fd_set listening_files; ++extern int max_listening_file; + extern int accepted_in_file; + extern int accepted_out_file; + extern uid_t user_id; Property changes on: head/japanese/ebnetd/files/patch-ebnetd_defs.h.in ___________________________________________________________________ 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