[Bug 275752] [NEW PORT] games/glkterm - curses.h implementation of the Glk API
Date: Sun, 16 Feb 2025 15:20:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275752
Robert Clausecker <fuz@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fuz@FreeBSD.org
--- Comment #1 from Robert Clausecker <fuz@FreeBSD.org> ---
Sorry for the long delay.
Are you still interested in this port?
If yes, here are some notes to check:
- please do not set DISTFILES with USE_GITHUB. USE_GITHUB automatically sets
this and various other variables to the correct value.
- DISTVERSIONPREFIX goes right before DISTVERSION in the Makefile.
- please just remove the CC assignment from project's Makefile. We pass the
correct value for CC, CFLAGS, and LIBS in when we build the project and the
project should not override them. Instead add this to the port Makefile to
pick up ncurses:
CPPFLAGS+= -I${NCURSESINC}
LDFLAGS+= -L${NCURSESLIB}
LIBS+= ${NCURSESLIBS}
- please check if you can hack the Makefile to build a shared object. If this
is
too difficult, I can assist you.
- please break pkg-descr to 80 or 72 columns.
I promise you that this'll go a lot faster if you want to carry on with the
port.
--
You are receiving this mail because:
You are the assignee for the bug.