Date: Mon, 24 Nov 2014 16:56:00 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195339] New: Bulding sysutils/testdis with option PROGSREISERFS on Message-ID: <bug-195339-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195339 Bug ID: 195339 Summary: Bulding sysutils/testdis with option PROGSREISERFS on Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: crest@sahiro.org Created attachment 149779 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149779&action=edit Replace libreiserfs-0.3.so as libreiserfs.so in Makefile. When PROGSREISERFS option is enabled, next line is evaluated. PROGSREISERFS_LIB_DEPENDS= libreiserfs-0.3.so:${PORTSDIR}/sysutils/progsreiserfs But, sysutils/progsreiserfs does not install ${LOCALBASE}/libreiserfs-0.3.so but ${LOCALBASE}/libreiserfs.so (symlink of ${LOCALBASE}/lib/libreiserfs-0.3.so.0.0.1). So, this can be revised as below. PROGSREISERFS_LIB_DEPENDS= libreiserfs.so:${PORTSDIR}/sysutils/progsreiserfs -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195339-13>