|
Work in progress
|
Updating FreeBSD ports with pkg binary packages is convenient but
inflexible. Here is a list of things that I need to do manually.
-
mutt: build with S-Lang support.
-
xterm: Disable graphical icon generation. In misc.c, find:
void
xtermLoadIcon(XtermWidget xw)
{
#ifdef HAVE_LIBXPM
Display *dpy = XtDisplay(xw);
...
#else
(void) xw;
#endif
}
Change HAVE_LIBXPM to something else. I haven't found a way to
persuade autoconf to set it for me.
-
mplayer: Install local version. Check after upgrade.