svn commit: r323604 - in head/sysutils/fusefs-unionfs: . files
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 24 15:02:15 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list