Index: head/archivers/fastjar/Makefile =================================================================== --- head/archivers/fastjar/Makefile (revision 434002) +++ head/archivers/fastjar/Makefile (revision 434003) @@ -1,34 +1,33 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= fastjar PORTVERSION= 0.93.20060808 +PORTREVISION= 1 CATEGORIES= archivers java MASTER_SITES= LOCAL/maho/fastjar MAINTAINER= maho@FreeBSD.org COMMENT= Version of JDK's `jar' command written entirely in C LICENSE= GPLv2 USES= gmake makeinfo perl5 tar:bzip2 USES_PERL5= build GNU_CONFIGURE= yes - -CFLAGS_aarch64= -fPIC WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= CHANGES ChangeLog NEWS README PLIST_FILES= bin/fastjar bin/grepjar \ man/man1/fastjar.1.gz \ man/man1/grepjar.1.gz INFO= fastjar OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Index: head/archivers/fastjar/files/patch-jartool.c =================================================================== --- head/archivers/fastjar/files/patch-jartool.c (nonexistent) +++ head/archivers/fastjar/files/patch-jartool.c (revision 434003) @@ -0,0 +1,11 @@ +--- jartool.c.orig 2006-08-07 08:06:23 UTC ++++ jartool.c +@@ -313,7 +313,7 @@ int number_of_entries; /* number of entr + const char *progname; + + /* The offset of the end of the last zip entry. */ +-ub4 end_of_entries; ++off_t end_of_entries; + + /* This is used to mark options with no short value. */ + #define LONG_OPT(Num) ((Num) + 128) Property changes on: head/archivers/fastjar/files/patch-jartool.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