Opened 3 years ago

Closed 3 years ago

#62971 closed defect (fixed)

wfview @1.0: /opt/local is hardcoded in wfview.pro

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ra1nb0w
Priority: Normal Milestone:
Component: ports Version: 2.7.0
Keywords: Cc:
Port: wfview

Description

We can see from the port's patchfile wfview.pro.patch that /opt/local/lib and /opt/local/include are hardcoded in the project's wfview.pro and the port doesn't fix this. The port should replace /opt/local with @PREFIX@ using the patchfile and then reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/wfview.pro in the portfile. The patchfile should also remove /usr/local/lib and /usr/local/include; we never want to use those.

Change History (1)

comment:1 Changed 3 years ago by Davide Gerhard <ra1nb0w@…>

Resolution: fixed
Status: assignedclosed

In 4ce79ca3f9511442e7298edb64851c1d24220f56/macports-ports (master):

wfview: fix PREFIX path

Closes: #62971

Note: See TracTickets for help on using tickets.