Here is a patch to update fusefs-unionfs to the latest version I will send the needed patches upstream. regards, Bapt
Responsible Changed From-To: freebsd-ports-bugs->clsung Over to maintainer (via the GNATS Auto Assign Tool)
I've updated this patch to work with the current state of the ports tree and fixed a bug with chmod on symlinks. It would be very nice if this could be committed soon. -Nathan
Author: bapt Date: Wed Jul 24 15:02:14 2013 New Revision: 323604 URL: http://svnweb.freebsd.org/changeset/ports/323604 Log: - update to 0.26 - use the upstream build system - install the manpage PR: ports/174886 Submitted by: bapt, nwhitehorn Approved by: clsung (maintainer timeout (>6 month) Deleted: head/sysutils/fusefs-unionfs/files/patch-src__hashtable_itr.h Modified: head/sysutils/fusefs-unionfs/Makefile head/sysutils/fusefs-unionfs/distinfo Modified: head/sysutils/fusefs-unionfs/Makefile ============================================================================== --- head/sysutils/fusefs-unionfs/Makefile Wed Jul 24 14:54:29 2013 (r323603) +++ head/sysutils/fusefs-unionfs/Makefile Wed Jul 24 15:02:14 2013 (r323604) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unionfs -PORTVERSION= 0.24 +PORTVERSION= 0.26 CATEGORIES= sysutils MASTER_SITES= http://podgorny.cz/unionfs-fuse/releases/ PKGNAMEPREFIX= fusefs- @@ -12,17 +12,15 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= FUSE based implementation of the well-known unionfs PLIST_FILES= bin/unionfs +MAN8+= unionfs-fuse.8 -USES= fuse -USE_BZIP2= yes +USES= fuse cmake +USE_XZ= yes -do-build: - (cd ${WRKSRC}/src && \ - ${CC} ${CFLAGS} -I${LOCALBASE}/include/fuse \ - -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26 -U_POSIX_SYNCHRONIZED_IO \ - -o unionfs *.c -L${LOCALBASE}/lib -pthread -lfuse -lm) +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/unionfs ${PREFIX}/bin +post-patch: + @${REINPLACE_CMD} "s,share/man,man,g" ${WRKSRC}/man/CMakeLists.txt .include <bsd.port.mk> Modified: head/sysutils/fusefs-unionfs/distinfo ============================================================================== --- head/sysutils/fusefs-unionfs/distinfo Wed Jul 24 14:54:29 2013 (r323603) +++ head/sysutils/fusefs-unionfs/distinfo Wed Jul 24 15:02:14 2013 (r323604) @@ -1,2 +1,2 @@ -SHA256 (unionfs-fuse-0.24.tar.bz2) = d8abc855eb618ac356b1e716599c82f8f0f74dbaee36d4062edc707567121937 -SIZE (unionfs-fuse-0.24.tar.bz2) = 30381 +SHA256 (unionfs-fuse-0.26.tar.xz) = 8d5c9dcb51ecb9a9b03890e16d17e37d602b0c1f23ed6a9ddec2b0f719c9f662 +SIZE (unionfs-fuse-0.26.tar.xz) = 38600 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!