Re: Re-porting to FreeBSD 11-CURRENT(21.4.22)
KIRIYAMA Kazuhiko <[email protected]> Thu, 14 Apr 2016 17:58:31 +0900
| Newsgroups | gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <[email protected]> |
Danke Hauke! At Thu, 14 Apr 2016 08:28:32 +0200, Hauke Fath wrote: > > On Thu, 14 Apr 2016 10:52:20 +0900, KIRIYAMA Kazuhiko wrote: > > I don't know about NetBSD's editors/xemacs package. But > > would like to show it. If you know how to take it out simply > > , could you tell me the way? > > Sure, look here > <http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/editors/xemacs/>. > > NetBSD's and FreeBSD's package systems differ quite a bit, but the > above should get you started. I've seen it's Makefile, but unfortunately NetBSD package system is considerably different from FreeBSD ports system. FreeBSD ports system was drastic changed maybe recent few years. All ports could be selectable optional choice for users by ncurses dialog menus so that introduced OPTION* variables and selective dependencies are all specified by relevent variables in OPTION* variables. Now FreeBSD xemacs port skelton was put in [1], and see Makefile in it. I've would like to know how mule or input method changed in NetBSD xemacs `port', but ... [1] http://people.freebsd.org/~kiri/ports/xemacs-21.4.24.tar.gz --- KIRIYAMA Kazuhiko