sysutils/fusefs-wdfs depends on www/neon26 which is a subset of but CONFLICTS with www/neon28. The following patch will use neon26 if it's installed, otherwise it will pull in neon28 Fix: -LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ - neon.26:${PORTSDIR}/www/neon26 +LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs + +.if exists(${LOCALBASE}/lib/libneon.so.26) +LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon26 +.else +LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 +.endif + RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod GNU_CONFIGURE= yes--YYflUYYdcfHoUcc30w1uX7fV26RjfPRVCc9ox5K38zqzLf8B Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.old 2008-08-21 06:24:14.000000000 +0000 +++ Makefile 2008-08-21 06:25:15.000000000 +0000 @@ -15,8 +15,14 @@ MAINTAINER= tgyurci@freemail.hu COMMENT= Mount remote WedDAV directories with Fuse How-To-Repeat: Install some that depends on neon28 (subversion, trac, kde3) cd /usr/ports/sysutils/fusefs-wdfs make install watch it bomb as it tries to build www/neon26
Maintainer of sysutils/fusefs-wdfs, Please note that PR ports/126840 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126840 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Hi Gyorgy, did you have a look at the patch for sysutils/fusefs-wdfs which Josh sent in ports/126840 [1]? Should it be committed? Regards, Stefan [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126840
Responsible Changed From-To: freebsd-ports-bugs->stefan Take.
Responsible Changed From-To: stefan->jpaetzel Assign to submitter, who has become a ports committer after sending the PR.
jpaetzel 2009-03-01 03:00:46 UTC FreeBSD ports repository Modified files: sysutils/fusefs-wdfs Makefile Log: Update sysutils/fusefs-wdfs to use neon28 Based on ports/126840 PR: ports/126840 Approved by: linimon (mentor) Revision Changes Path 1.10 +2 -2 ports/sysutils/fusefs-wdfs/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed patch committed with modifications