summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-06-04 19:04:10 +0000
committeradam <adam@pkgsrc.org>2021-06-04 19:04:10 +0000
commit9740817e67b65e9310a06e413e27b56ca04292b2 (patch)
tree4eebb919786fc97ccd000f32fd07b67c0897294d /filesystems
parentbd1d280f28bd5e38c623b6fa0da332a7d48e8266 (diff)
downloadpkgsrc-9740817e67b65e9310a06e413e27b56ca04292b2.tar.gz
fuse-djmount: mark as broken
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/fuse-djmount/Makefile14
-rw-r--r--filesystems/fuse-djmount/distinfo3
-rw-r--r--filesystems/fuse-djmount/patches/patch-configure33
3 files changed, 44 insertions, 6 deletions
diff --git a/filesystems/fuse-djmount/Makefile b/filesystems/fuse-djmount/Makefile
index b7aeeb1bbc0..5e7c2ee2114 100644
--- a/filesystems/fuse-djmount/Makefile
+++ b/filesystems/fuse-djmount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/03/20 11:57:37 nia Exp $
+# $NetBSD: Makefile,v 1.11 2021/06/04 19:04:10 adam Exp $
DISTNAME= djmount-0.71
PKGNAME= fuse-${DISTNAME}
@@ -9,14 +9,19 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djmount/}
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://djmount.sourceforge.net/
COMMENT= FUSE filesystem for accessing Media Server content via UPnP
+LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake
+BROKEN= "Does not build with neither external or internal libupnp"
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-external-libupnp
CONFIGURE_ARGS+= --with-libupnp-prefix=${BUILDLINK_PREFIX.libupnp}
+# compatibility with ancient libixml (part of libupnp)
+CPPFLAGS+= -DIN="" -DOUT="" -DINOUT=""
+
INSTALLATION_DIRS= share/doc/djmount
post-install:
@@ -24,7 +29,6 @@ post-install:
.include "../../devel/readline/buildlink3.mk"
.include "../../net/libupnp/buildlink3.mk"
-
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/filesystems/fuse-djmount/distinfo b/filesystems/fuse-djmount/distinfo
index ffc566fc09d..c92a15804f9 100644
--- a/filesystems/fuse-djmount/distinfo
+++ b/filesystems/fuse-djmount/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 00:15:00 agc Exp $
+$NetBSD: distinfo,v 1.5 2021/06/04 19:04:10 adam Exp $
SHA1 (djmount-0.71.tar.gz) = 527d4603d85b7fb86dc97d326b78c97bdcc4d687
RMD160 (djmount-0.71.tar.gz) = 695e2ea0cd3fe654339f82c5101eb74da739d3f7
SHA512 (djmount-0.71.tar.gz) = 6735c1dc346470d72d3ab2434be5e634d7b6b2863a182fa15b4f24e5bda7e0338d90d3efe58e5c161bd5f5cf0f4e8209c988492b1c1fa12bd625eb0c97ad57bd
Size (djmount-0.71.tar.gz) = 1159653 bytes
SHA1 (patch-aa) = e6135ae8c014cf57acc6397dc74bedbaf86f80e4
+SHA1 (patch-configure) = 62c06c5fc52e8e5e627f8965a4ccfa8f383406af
SHA1 (patch-djmount_upnp__util.c) = 56247528bb7fbe2964e39893c014c2b4602285b6
SHA1 (patch-djmount_upnp__util.h) = 72d1b7dbd1544fa4702cf149ded983f625d936e7
diff --git a/filesystems/fuse-djmount/patches/patch-configure b/filesystems/fuse-djmount/patches/patch-configure
new file mode 100644
index 00000000000..34c2de61865
--- /dev/null
+++ b/filesystems/fuse-djmount/patches/patch-configure
@@ -0,0 +1,33 @@
+$NetBSD: patch-configure,v 1.1 2021/06/04 19:04:11 adam Exp $
+
+Fix for newer libupnp.
+
+--- configure.orig 2006-08-27 20:13:13.000000000 +0000
++++ configure
+@@ -26527,7 +26527,7 @@ fi;
+
+ if test x"$with_libupnp_prefix" != x ; then
+ LIBUPNP_CFLAGS="$LIBUPNP_CFLAGS -I$with_libupnp_prefix/include "
+- LIBUPNP_LIBS="$LIBUPNP_LIBS -L$with_libupnp_prefix/lib -lupnp -lthreadutil -lixml"
++ LIBUPNP_LIBS="$LIBUPNP_LIBS -L$with_libupnp_prefix/lib -lupnp -lixml"
+ fi
+
+ #
+@@ -26597,7 +26597,7 @@ fi
+
+ if test x"$rt_package_find_libupnp_pkg_config_ok" != xyes; then
+ LIBUPNP_CFLAGS=""
+- LIBUPNP_LIBS="-lupnp -lthreadutil -lixml"
++ LIBUPNP_LIBS="-lupnp -lixml"
+ fi
+ fi
+
+@@ -26761,7 +26761,7 @@ subdirs="$subdirs libupnp"
+ # this is handled in djmount/Makefile.am
+
+ bd='$(top_builddir)/libupnp' # ! shall not expand $top_builddir !
+- LIBUPNP_LIBS="-L$bd/upnp -lupnp -L$bd/threadutil -lthreadutil -L$bd/ixml -lixml"
++ LIBUPNP_LIBS="-L$bd/upnp -lupnp -L$bd/ixml -lixml"
+
+ # Set specific libupnp debug flag (not provided by bundled library,
+ # but provided by external libupnp version >= 1.3)