Index: head/archivers/bsdtar/files/diff-bsdtar.h =================================================================== --- head/archivers/bsdtar/files/diff-bsdtar.h (revision 117565) +++ head/archivers/bsdtar/files/diff-bsdtar.h (nonexistent) @@ -1,10 +0,0 @@ ---- bsdtar.h.orig Sun Jul 18 11:08:41 2004 -+++ bsdtar.h Sun Jul 18 11:09:20 2004 -@@ -107,3 +107,7 @@ - void usage(struct bsdtar *); - int yes(const char *fmt, ...); - -+#ifndef id_t -+typedef __int64_t __id_t; /* can hold a gid_t, pid_t, or uid_t */ -+typedef __id_t id_t; /* can hold a uid_t or pid_t */ -+#endif Property changes on: head/archivers/bsdtar/files/diff-bsdtar.h ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/archivers/bsdtar/files/patch-Makefile =================================================================== --- head/archivers/bsdtar/files/patch-Makefile (revision 117565) +++ head/archivers/bsdtar/files/patch-Makefile (nonexistent) @@ -1,17 +0,0 @@ ---- Makefile.orig Thu Jun 3 23:46:09 2004 -+++ Makefile Sun Jul 18 10:58:12 2004 -@@ -4,12 +4,8 @@ - SRCS= bsdtar.c matching.c read.c util.c write.c - WARNS?= 6 - DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ} --LDADD= -larchive -lbz2 -lz -- --.if defined(WITH_BSDTAR) --SYMLINKS= ${BINDIR}/bsdtar ${BINDIR}/tar --MLINKS= bsdtar.1 tar.1 --.endif -+LDADD= -L%%LOCALBASE%%/lib/ %%LOCALBASE%%/lib/libarchive.a -lbz2 -lz -+CFLAGS+=-I%%LOCALBASE%%/include - - .include - Property changes on: head/archivers/bsdtar/files/patch-Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/archivers/bsdtar/Makefile =================================================================== --- head/archivers/bsdtar/Makefile (revision 117565) +++ head/archivers/bsdtar/Makefile (revision 117566) @@ -1,46 +1,35 @@ # New ports collection makefile for: libarchive # Date created: 11 Jun 2004 # Whom: Martin Matuska # # $FreeBSD$ PORTNAME= bsdtar -PORTVERSION= 2004.07.14 +PORTVERSION= 1.01.011 +PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} -EXTRACT_SUFX= .tgz MAINTAINER= martin@tradex.sk COMMENT= New tar archiver from FreeBSD-CURRENT BUILD_DEPENDS= ${LOCALBASE}/lib/libarchive.a:${PORTSDIR}/archivers/libarchive -WRKSRC= ${WRKDIR}/${PORTNAME} - CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -MAKE_FLAGS+= BINDIR=${PREFIX}/bin \ - MANDIR=${PREFIX}/man/man +GNU_CONFIGURE= yes +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/bsdtar -USE_REINPLACE= yes - -MANCOMPRESSED= yes +MANCOMPRESSED= no MAN1= bsdtar.1 .include .if ${OSVERSION} >= 502111 IGNORE= is in the base system .endif - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${PATCHDIR}/diff-bsdtar.h -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/Makefile .include Property changes on: head/archivers/bsdtar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/archivers/bsdtar/distinfo =================================================================== --- head/archivers/bsdtar/distinfo (revision 117565) +++ head/archivers/bsdtar/distinfo (revision 117566) @@ -1,2 +1,2 @@ -MD5 (bsdtar-2004-07-14.tgz) = 3be99578825c9a3ba606ad12783785b4 -SIZE (bsdtar-2004-07-14.tgz) = 41039 +MD5 (bsdtar-1.01.011.tar.gz) = e3def76fd560fd87a8a52c66d5d7dcbb +SIZE (bsdtar-1.01.011.tar.gz) = 100316 Property changes on: head/archivers/bsdtar/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property