Index: head/devel/libnaji/Makefile =================================================================== --- head/devel/libnaji/Makefile (revision 550866) +++ head/devel/libnaji/Makefile (revision 550867) @@ -1,19 +1,23 @@ # Created by: NECDET COKYAZICI # $FreeBSD$ PORTNAME= libnaji PORTVERSION= 0.6.4 DISTVERSIONSUFFIX= .src +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/najitool/${PORTNAME}/${PORTVERSION} MAINTAINER= rodrigo@FreeBSD.org COMMENT= Library that generates, converts, and filters files + +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/LICENSE MAKE_ARGS= cc="${CC}" do-install: ${INSTALL_DATA} ${WRKSRC}/libnaji.h ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libnaji.a ${STAGEDIR}${PREFIX}/lib .include Index: head/devel/libnaji/files/patch-naji__db.c =================================================================== --- head/devel/libnaji/files/patch-naji__db.c (nonexistent) +++ head/devel/libnaji/files/patch-naji__db.c (revision 550867) @@ -0,0 +1,11 @@ +--- naji_db.c.orig 2011-09-03 05:33:13 UTC ++++ naji_db.c +@@ -20,7 +20,7 @@ + + #include "libnaji.h" + +-char buffer[306]; ++static char buffer[306]; + + FILE *naji_db_file; + Property changes on: head/devel/libnaji/files/patch-naji__db.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/devel/libnaji/files/patch-naji__len.c =================================================================== --- head/devel/libnaji/files/patch-naji__len.c (nonexistent) +++ head/devel/libnaji/files/patch-naji__len.c (revision 550867) @@ -0,0 +1,11 @@ +--- naji_len.c.orig 2011-09-03 05:33:13 UTC ++++ naji_len.c +@@ -21,7 +21,7 @@ + #include "libnaji.h" + + +-char buffer[1024]; ++static char buffer[1024]; + char *end; + + double meters=0; Property changes on: head/devel/libnaji/files/patch-naji__len.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