Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2016 09:02:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211188] print/gl2ps invalid variable reference in Makefile causing broken symlink
Message-ID:  <bug-211188-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211188

            Bug ID: 211188
           Summary: print/gl2ps invalid variable reference in Makefile
                    causing broken symlink
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: araujo@FreeBSD.org
          Reporter: 1wkmmr@gmail.com
             Flags: maintainer-feedback?(araujo@FreeBSD.org)
          Assignee: araujo@FreeBSD.org

Hi

Line 25 of the Makefile has an invalid reference to PREFIX as follows

 ${LN} -s {PREFIX}/lib/libgl2ps.so ${STAGEDIR}${PREFIX}/lib/libgl2ps.so.1

which makes a broken symlink in /usr/local/lib.=20

As a workaround, the line should be like this.

 ${LN} -s libgl2ps.so ${STAGEDIR}${PREFIX}/lib/libgl2ps.so.1

Cheers

--=20
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-211188-13>