Opened 4 years ago

Closed 5 months ago

#61215 closed defect (fixed)

libvterm: patch-Makefile.diff is unused

Reported by: chrstphrchvz (Christopher Chavez) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.6.3
Keywords: Cc:
Port: libvterm

Description

devel/libvterm/files/patch-Makefile.diff has been unused (i.e. no patchfiles usage in the portfile) since the libvterm port was submitted in 2015.

The port currently seems to build fine without it. Much of the patch would no longer be applicable: the only portion that seems potentially applicable is:

+CFLAGS +=$(shell pkg-config --cflags ncursesw)
+LDFLAGS+=$(shell pkg-config --libs   ncursesw)

…but I do not know if it would be correct to apply this.

Change History (1)

comment:1 Changed 5 months ago by raimue (Rainer Müller)

Resolution: fixed
Status: assignedclosed

In dd972165494aa911b9e652b04d12c4caa2052aa6/macports-ports (master):

libvterm: Remove unused patch-Makefile.diff

Closes: #61215

Note: See TracTickets for help on using tickets.