Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2025 15:20:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275752] [NEW PORT] games/glkterm - curses.h implementation of the Glk API
Message-ID:  <bug-275752-7788-PpsxrypeDw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275752-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275752-7788@https.bugs.freebsd.org/bugzilla/>

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

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 s=
ets
   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 t=
he
   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+=3D -I${NCURSESINC}
      LDFLAGS+=3D  -L${NCURSESLIB}
      LIBS+=3D ${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.

--=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-275752-7788-PpsxrypeDw>