[Bug 195339] New: Bulding sysutils/testdis with option PROGSREISERFS on

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 24 16:56:00 UTC 2014


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 at FreeBSD.org
          Reporter: crest at 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.


More information about the freebsd-ports-bugs mailing list