Index: head/misc/viz/Makefile =================================================================== --- head/misc/viz/Makefile (revision 550623) +++ head/misc/viz/Makefile (revision 550624) @@ -1,23 +1,28 @@ # Created by: Brent J. Nordquist # $FreeBSD$ PORTNAME= viz PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= LOCAL/fenner MAINTAINER= ports@FreeBSD.org COMMENT= Convert invisible (binary) characters to a visible form -MAKE_ARGS= CC="${CC}" DEFS="${CFLAGS}" +LICENSE= GPLv1 +LICENSE_FILE= ${WRKSRC}/Copying + USES= tar:tgz + +MAKE_ARGS= CC="${CC}" DEFS="${CFLAGS}" PLIST_FILES= bin/viz bin/inviz man/man1/viz.1.gz man/man1/inviz.1.gz do-install: .for f in viz inviz ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .endfor .include Index: head/misc/viz/files/patch-viz.c =================================================================== --- head/misc/viz/files/patch-viz.c (revision 550623) +++ head/misc/viz/files/patch-viz.c (revision 550624) @@ -1,21 +1,23 @@ ---- viz.c.patched Sat Mar 8 18:07:20 1997 -+++ viz.c Sat Mar 8 18:07:26 1997 -@@ -55,14 +55,17 @@ +--- viz.c.orig 1995-04-14 13:30:56 UTC ++++ viz.c +@@ -55,14 +55,19 @@ #define VIZ_MAIN #include "viz.h" +#ifndef _SYS_ERRNO_H_ extern errno; extern int sys_nerr; extern char *sys_errlist[]; +#endif - +#ifndef _STDLIB_H_ extern char *malloc(); extern optind, opterr; extern char *optarg; +#endif ++ ++MEMP rootlist; char *prog; struct Format Fmt = { Index: head/misc/viz/files/patch-viz.h =================================================================== --- head/misc/viz/files/patch-viz.h (nonexistent) +++ head/misc/viz/files/patch-viz.h (revision 550624) @@ -0,0 +1,11 @@ +--- viz.h.orig 1995-04-14 13:30:56 UTC ++++ viz.h +@@ -82,7 +82,7 @@ typedef MEMBER *MEMP; + + #define NIL ((MEMP) 0) + +-MEMP rootlist; ++extern MEMP rootlist; + + + typedef union { Property changes on: head/misc/viz/files/patch-viz.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