Bug 174886 - sysutils/fusefs-unionfs: Update to 0.26
Summary: sysutils/fusefs-unionfs: Update to 0.26
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-01 17:10 UTC by Baptiste Daroussin
Modified: 2013-07-24 16:10 UTC (History)
0 users

See Also:


Attachments
fusefs-unionfs-0.26.diff (4.62 KB, patch)
2013-01-01 17:10 UTC, Baptiste Daroussin
no flags Details | Diff
unionfs-update.diff (5.86 KB, patch)
2013-07-24 04:16 UTC, Nathan Whitehorn
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Daroussin freebsd_committer freebsd_triage 2013-01-01 17:10:00 UTC
	Here is a patch to update fusefs-unionfs to the latest version I will
	send the needed patches upstream.

	regards,
	Bapt
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-01 17:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Nathan Whitehorn freebsd_committer freebsd_triage 2013-07-24 04:16:03 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-24 16:02:21 UTC
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"
Comment 4 Baptiste Daroussin freebsd_committer freebsd_triage 2013-07-24 16:03:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!