Index: head/net/widentd/Makefile =================================================================== --- head/net/widentd/Makefile (revision 330869) +++ head/net/widentd/Makefile (revision 330870) @@ -1,28 +1,28 @@ # Created by: Dirk-Willem van Gulik / dirkx@webweaving.org # $FreeBSD$ PORTNAME= widentd PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.webweaving.org/widentd/ EXTRACT_SUFX= .tgz MAINTAINER= dirkx@webweaving.org COMMENT= RFC1413 auth/identd daemon with fixed fake reply MAN8= widentd.8 MANCOMPRESSED= yes PLIST_FILES= sbin/widentd USE_RC_SUBR= widentd MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" NO_STAGE= yes .include .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif .include Property changes on: head/net/widentd/Makefile ___________________________________________________________________ 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/net/widentd/distinfo =================================================================== --- head/net/widentd/distinfo (revision 330869) +++ head/net/widentd/distinfo (revision 330870) Property changes on: head/net/widentd/distinfo ___________________________________________________________________ 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/net/widentd/files/patch-widentd.c =================================================================== --- head/net/widentd/files/patch-widentd.c (nonexistent) +++ head/net/widentd/files/patch-widentd.c (revision 330870) @@ -0,0 +1,22 @@ +--- widentd.c.orig ++++ widentd.c +@@ -41,9 +41,6 @@ + + #define SERVICE ("ident") /* 113 */ + +-int verbose = 0; +-const char *user = UID; +-const char *os = OS; + + static void + usage(void) +@@ -64,6 +61,9 @@ main(int argc, char **argv) + fd_set *lst = malloc(FD_SETSIZE), *xst = malloc(FD_SETSIZE), + *wst = malloc(FD_SETSIZE); + struct addrinfo *ports, *p; ++ int verbose = 0; ++ const char *user = UID; ++ const char *os = OS; + const char * node = NULL, * service = SERVICE; + struct addrinfo hints; + int s = -1; Property changes on: head/net/widentd/files/patch-widentd.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 Index: head/net/widentd/files/widentd.in =================================================================== --- head/net/widentd/files/widentd.in (revision 330869) +++ head/net/widentd/files/widentd.in (revision 330870) Property changes on: head/net/widentd/files/widentd.in ___________________________________________________________________ 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/net/widentd/pkg-descr =================================================================== --- head/net/widentd/pkg-descr (revision 330869) +++ head/net/widentd/pkg-descr (revision 330870) Property changes on: head/net/widentd/pkg-descr ___________________________________________________________________ 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